Easy. You just need to link with boost_python library and the shared object should be called something.so (not libsomething.so): g ++ src1.cpp src2.cpp -shared -o something.so -lboost_python -lCGAL ...
I fill that I begin to love python...
If you want, I could make scons detect CGAL (in SConstruct) and if it is found, build SpherePadder in extra as well.
Oh yes I do! Thanks VR _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

