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

Rene Rivera grafik.list at redshift-software.com
Wed Nov 5 03:26:41 CET 2003


[2003-11-04] Ralf W. Grosse-Kunstleve wrote:

>--- 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.

No problem... I'll fix Boost.Build, including the other problem you
mentioned, after dinner ;-)


-- grafik - Don't Assume Anything
-- rrivera (at) acm.org - grafik (at) redshift-software.com
-- 102708583 (at) icq




More information about the Cplusplus-sig mailing list