[C++-sig] boost.python with gcc 3.3 on Suse 8.1

Jonathan Brandmeyer jbrandmeyer at earthlink.net
Sun Sep 28 16:50:44 CEST 2003


On Sun, 2003-09-28 at 09:24, Achim Domma (Procoders) wrote:
> Hi,
> 
> I have not worked with boost.python for some time now, but now I have to
> compile code with was working before. I'm using gcc 3.3 on Suse Linux 8.1
> and get some internal compiler errors in function_templates.hpp. Should this
> work or what's the status of boost.python and gcc 3.3?
> 
> regards,
> Achim


G++ 3.3.0 has several debilitating bugs in it.  Upgrading to 3.3.1
solved all of them for me.  You may also need to upgrade to Boost
1.30.2.

-Jonathan Brandmeyer





More information about the Cplusplus-sig mailing list