Partial success Re: [C++-sig] boost.python on OS X 10.3 (Panther)

Ralf W. Grosse-Kunstleve rwgk at yahoo.com
Wed Nov 5 03:21:51 CET 2003


--- Bob Ippolito <bob at redivi.com> wrote:
> That's because it's wrong, this is right:
> c++ -bundle -framework Python -o libtbx/list_ext.so 
> boost/libs/python/test/list.os -Llibtbx 
> -L/net/worm/scratch1/rwgk/hot/libtbx -lboost_python -lm

Yes, indeed, it works! This also works:

c++ -bundle -o libtbx/dict_ext.so boost/libs/python/test/dict.os -Llibtbx
-L/net/worm/scratch1/rwgk/hot/libtbx -framework Python -lboost_python -lm

So the order does not seem to be important. I was just missing the -framework
Python bit. Sorry for the oversight.

Ralf


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree




More information about the Cplusplus-sig mailing list