------- Comment #5 from ebotcazou at gcc dot gnu dot org 2009-09-08 13:15 ------- > /home/odyssey/f065093/gcc/gcc-4.3.2/libgcc/configure > --cache-file=./config.cache --enable-multilib --prefix=/home/odyssey > /f065093/gccinstall --with-as=/3rdparty/fsf/binutils/2.18/bin/as > --with-ld=/3rdparty/fsf/binutils/2.18/bin/ld --with-gnu-as - > -with-gnu-ld --disable-nls > --with-gmp=/home/odyssey/f065093/gmp/gmp-4.3.1/install > --with-mpfr=/home/odyssey/f065093/mpfr/mpfr > -2.4.1/install --enable-languages=c,c++ --program-transform-name=s,y,y, > --with-target-subdir=sparc-sun-solaris2.10 --build=sp > arc-sun-solaris2.10 --host=sparc-sun-solaris2.10 > --target=sparc-sun-solaris2.10 > --srcdir=/home/odyssey/f065093/gcc/gcc-4.3.2/ > libgcc --disable-intermodule --enable-checking=yes,types --disable-coverage
What are you trying to do with these random configure options? Please only use the minimal set of options you need (--with-gnu-as --with-gnu-ld --disable-nls was perfect). > Could you please help me resolve this? You'll need to find out why the compiler crashes. sparc-sun-solaris2.10/libgcc/config.log contains all what you need to reproduce: the contents of conftest.c and the command line. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41304