[C++-sig] boost on OS X

Gary Robinson grobinson at goombah.com
Thu Jun 23 22:45:31 CEST 2005


In case it's helpful, I ran otool -L hello.so

and got:



/System/Library/Frameworks/Python.framework/Versions/2.3/Python
(compatibility version 2.3.0, current version 2.3.0)

../../../bin/boost/libs/python/build/libboost_python.dylib/darwin/debug/shared-
linkable-true/ libboost_python.dylib (compatibility version 0.0.0, current
version 0.0.0) 

/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 71.1.3)


All three files are in the locations specified, as long as ../../.. represents
the top level boost folder (the folder extracted from the original boost
download). I ran the tutorial example from its original location nested in that
folder.

Gary




More information about the Cplusplus-sig mailing list