That's not a crash, it's just an error, but see my reply in your original thread. On 09/07/2013, Roberto Nunnari <roberto.nunnari@xxxxxxxx> wrote: > Hi all. > > Thought that maybe is better to have a different thread as the problem > with configure should now be over.. but now I have another error during > make > > again, a bit about my environment: > > [root@node03 new-gcc]# uname -rms > Linux 2.6.18-274.el5 x86_64 > > [root@node03 new-gcc]# cat /etc/redhat-release > CentOS release 5.7 (Final) > > [root@node03 new-gcc]# gcc --version > gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51) > > now.. after a successfull: > > # ../gcc-4.8.1/configure --prefix=/opt/gcc481 > --enable-languages=c,fortran --with-gmp=/opt/gmp --with-isl=/opt/isl > --with-cloog=/opt/cloog > > > I do: > > # make > ... build build build ... crash! > > make[5]: Entering directory > `/root/new-gcc/build/x86_64-unknown-linux-gnu/32/libgcc' > # If this is the top-level multilib, build all the other > # multilibs. > DEFINES='' > HEADERS='../../../../gcc-4.8.1/libgcc/config/i386/value-unwind.h' \ > ../../../../gcc-4.8.1/libgcc/mkheader.sh > tmp-libgcc_tm.h > /bin/sh ../../../../gcc-4.8.1/libgcc/../move-if-change tmp-libgcc_tm.h > libgcc_tm.h > echo timestamp > libgcc_tm.stamp > /root/new-gcc/build/./gcc/xgcc -B/root/new-gcc/build/./gcc/ > -B/opt/gcc481/x86_64-unknown-linux-gnu/bin/ > -B/opt/gcc481/x86_64-unknown-linux-gnu/lib/ -isystem > /opt/gcc481/x86_64-unknown-linux-gnu/include -isystem > /opt/gcc481/x86_64-unknown-linux-gnu/sys-include -g -O2 -m32 -O2 -g > -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes > -Wmissing-prototypes -Wold-style-definition -isystem ./include -fpic > -mlong-double-80 -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector > -fpic -mlong-double-80 -I. -I. -I../../.././gcc > -I../../../../gcc-4.8.1/libgcc -I../../../../gcc-4.8.1/libgcc/. > -I../../../../gcc-4.8.1/libgcc/../gcc > -I../../../../gcc-4.8.1/libgcc/../include > -I../../../../gcc-4.8.1/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT > -DHAVE_CC_TLS -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF > _muldi3.dep -DL_muldi3 -c ../../../../gcc-4.8.1/libgcc/libgcc2.c > -fvisibility=hidden -DHIDE_EXPORTS > In file included from > /root/new-gcc/build/gcc/include-fixed/features.h:361:0, > from /usr/include/stdio.h:28, > from ../../../../gcc-4.8.1/libgcc/../gcc/tsystem.h:87, > from ../../../../gcc-4.8.1/libgcc/libgcc2.c:27: > /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file > or directory > # include <gnu/stubs-32.h> > ^ > compilation terminated. > make[5]: *** [_muldi3.o] Error 1 > make[5]: Leaving directory > `/root/new-gcc/build/x86_64-unknown-linux-gnu/32/libgcc' > make[4]: *** [multi-do] Error 1 > make[4]: Leaving directory > `/root/new-gcc/build/x86_64-unknown-linux-gnu/libgcc' > make[3]: *** [all-multi] Error 2 > make[3]: Leaving directory > `/root/new-gcc/build/x86_64-unknown-linux-gnu/libgcc' > make[2]: *** [all-stage1-target-libgcc] Error 2 > make[2]: Leaving directory `/root/new-gcc/build' > make[1]: *** [stage1-bubble] Error 2 > make[1]: Leaving directory `/root/new-gcc/build' > make: *** [all] Error 2 > > > What could the problem be? > Any help/hint welcome. > > Please, do ask in case I should provide more info. > > Thank you and best regards, > Robi >