On May 10, 2011, at 3:29 PM, Maxim Koltsov wrote:
>> "internal compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:5067"
>>
>> Does that mean the problem was in g++?
>>
>> -- Ricky
>>
> May be. Please show 'gcc -v' and 'ld -v' without having prefix things in $PATH.
Here they are:
===
$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
$ ld -v
GNU ld version 2.17.50.0.6-14.el5 20061020
===
|