http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48392
Summary: [regression] bootstrap errors on an x86_64-unknown-linux-gnu, slackware 13.0 box Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassig...@gcc.gnu.org ReportedBy: ro...@ronispc.chem.mcgill.ca I'm trying to upgraded from 4.4.3 to 4.6.0 on a 64 bit machine, running slackware 13.0 box i . Two problems have occurred: 1. ar wasn't found (I've got binutils 2.21 installed). The build complained of not finding 686-pc-linux-gnu-ar. I fixed this by setting AR=ar. 2. The build still dies with: make[5]: *** [_muldi3.o] Error 1 make[5]: *** Waiting for unfinished jobs.... cc -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-d efinition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector -I. - I. -I../.././gcc -I../../../gcc/libgcc -I../../../gcc/libgcc/. -I../../../gcc/libgcc/../gcc -I../../../gcc/libgcc/../include - I../../../gcc/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c ../../../gcc/libgcc/../gcc/libgcc2.c \ -fvisibility=hidden -DHIDE_EXPORTS In file included from /usr/include/features.h:354, from /usr/include/stdio.h:28, from ../../../../gcc/libgcc/../gcc/tsystem.h:87, from ../../../../gcc/libgcc/../gcc/libgcc2.c:29: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory make[5]: *** [_negdi2.o] Error 1 I'm not trying to build a cross-compiler.