[C++-sig] Boost.Python and gcc 3.4

Paul F. Kunz Paul_Kunz at slac.stanford.edu
Thu Apr 29 19:40:16 CEST 2004


>>>>> On Thu, 29 Apr 2004 10:14:04 -0700, "Paul F. Kunz" <Paul_Kunz at SLAC.Stanford.EDU> said:

>>>>> On Thu, 29 Apr 2004 09:48:07 -0700 (PDT), "Ralf W. Grosse-Kunstleve" <rwgk at yahoo.com> said:

> I was thinking of re-compiling Python in /usr/local/ with 3.4, it
> was compiled with 3.3.x in /usr/local/.

Follow up on my own ppst.   Recompiling Python with gcc 3.4.0 fixed
both my problem with the SIP and Boost.Python modules.

I think the problem might have been that Python was pulling in
/usr/lib/libgcc_s.so while my compiled code needed
/usr/local/lib/libgcc_s.so. 




More information about the Cplusplus-sig mailing list