← Back to team overview

yade-dev team mailing list archive

Re: scons and linkage rules

 

Oh, if apples use different extension for shared object, have a look Omega.cpp:193, where we check what files are plugins. It will compile just fine, but will not load any plugins at startup. You can therefore put some other checks there, the point is to not fix in advance where we have plugins, but just scan and load everything. Beware that python modules also engi with .so, but don't start with lib (at Linux at least, I have no idea how python is compiled at macs)

Let me know if there are some problems.

OK. For the moment, I will be happy if yade compiles on mac (even if it crushes!) ;)
Thanks a lot for your help.
VR



References