[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: g++ compile failure



Mario <dh1pa@amsat.org> writes:

> Hi everyone!
>
> I'm trying to compile the source added below, which works on many other 
> systems (32 Bit SuSE and Debian, 64Bit SuSE) but not with debian-amd64.
>
> My current compiler says the following, but the problem has been present in 
> amd64-pure64 repository since I started using debian-amd64 many month ago.
>
> g++ -v
> Reading specs from /usr/lib/gcc-lib/x86_64-linux/3.3.6/specs
> Configured with: ../src/configure -v 
> --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
> --mandir=/usr/share/man --infodir=/usr/share/info 
> --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
> --enable-__cxa_atexit --with-system-zlib --enable-nls 
> --without-included-gettext --enable-clocale=gnu --enable-debug 
> --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc 
> --disable-multilib x86_64-linux
> Thread model: posix
> gcc version 3.3.6 (Debian 1:3.3.6-3)
>
> g++ main.cpp -c -o main.o
> # compiler works with 97% CPU Load and 96MB virtual memory
> # but does not stop compiling
>
> The piece of code I'm trying to compile is:
>
> //// code 
> #include "boost/spirit/core.hpp"

Include that manually and reduce further plaese. For a gcc bugreport
you should use the preprocessed files.

Also please try with g++-3.4. If that fixes it already there is
probably nothing left to do but wait.

MfG
        Goswin



Reply to: