ducdh1210 / labstreaminglayer

Automatically exported from code.google.com/p/labstreaminglayer
0 stars 0 forks source link

How to build LSL to a .so library, not .dylib, in Mac #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I am trying to run my own Python application that uses LSL library and 
Psychopy. I have a OSx 10.8.5, with Canopy Python 2.7.3 (32bit). I need to run 
this specific version for Psychopy.

I've built LSL library. It only compiles in .dylib, but Python only searches 
for .so libraries.

How can I build it to an .so library in Mac? If it's not possible, how can I 
tell Python to look for .dylib libraries instead of .so?

Thank you very much,

Laura

Original issue reported on code.google.com by laura.du...@starlab.es on 23 Oct 2013 at 4:29

GoogleCodeExporter commented 8 years ago
Have you tried to rename the .dylib to .so? I think that this is only a naming 
convention.

Original comment by christia...@gmail.com on 20 Dec 2013 at 10:19