[C++-sig] Boost.Python, AIX, and gcc

Rene Rivera grafik.list at redshift-software.com
Wed Nov 5 20:34:57 CET 2003


[2003-11-05] J. Michael Owen wrote:

>I just updated to the lastest boost CVS, and there's one slight typo that
crept
>into the AIX gcc build.  It's in file tools/build/v1/python.jam, and here's
the
>diff with the appropriate fix.
>
>Index: tools/build/v1/python.jam
>===================================================================
>RCS file: /cvsroot/boost/boost/tools/build/v1/python.jam,v
>retrieving revision 1.65
>diff -u -r1.65 python.jam
>--- tools/build/v1/python.jam  5 Nov 2003 04:49:10 -0000   1.65
>+++ tools/build/v1/python.jam  5 Nov 2003 19:25:32 -0000
>@@ -124,7 +124,7 @@
>     else if $(OS) = AIX
>     {
>         PYTHON_PROPERTIES 
>-          += <*><*><linkflags>"-Wl,bI:$(PYTHON_LIB_PATH)/python.exp"
>+          += <*><*><linkflags>"-Wl,-bI:$(PYTHON_LIB_PATH)/python.exp"
>             <*><*><find-library>pthreads ;
>     }
> }

Oops... another stupid mistake on my part :-) Will fix ASAP. And thanks for
noticing ;-)


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