[C++-sig] boost python - python uuid mismatch

Stefan Seefeld seefeld at sympatico.ca
Fri Mar 7 16:26:40 CET 2008


ZiZi Zhao wrote:
> the Python 2.5.1 was compiled using gcc 3.4.6; and boost.python 1.34.1 
> gcc 4.0.2, which may be 'different enough'.
> 
> should I try to recompile python 2.5.1 and boost.python 1.34.1 both with 
> gcc 4.0.2?
> 
> f.y.i. gcc 4.0.2 is the required compiler for my application.

There is no need to recompile Python itself, which only exposes a C 
interface. It's the C++ ABI that may change between compiler versions, 
so make sure all your C++ components are compiled with the same compiler.

HTH,
		Stefan

-- 

       ...ich hab' noch einen Koffer in Berlin...



More information about the Cplusplus-sig mailing list