On Fri, 29 Aug 2008, Steve Kargl wrote: > checking for i386-unknown-freebsd8.0-gcc... > /usr/home/kargl/gcc/obj/./gcc/xgcc -B/usr/home/kargl/gcc/obj/./gcc/ > -B/usr/home/kargl/work/i386-unknown-freebsd8.0/bin/ > -B/usr/home/kargl/work/i386-unknown-freebsd8.0/lib/ -isystem > /usr/home/kargl/work/i386-unknown-freebsd8.0/include -isystem > /usr/home/kargl/work/i386-unknown-freebsd8.0/sys-include > checking for suffix of object files... configure: error: in > `/usr/home/kargl/gcc/obj/i386-unknown-freebsd8.0/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details. > gmake[2]: *** [configure-stage2-target-libgcc] Error 1 > gmake[2]: Leaving directory `/usr/home/kargl/gcc/obj' > gmake[1]: *** [stage2-bubble] Error 2 > gmake[1]: Leaving directory `/usr/home/kargl/gcc/obj' > gmake: *** [all] Error 2
On i386-unknown-freebsd6.3 (instead of 8.0) I am getting the following for SVN revision 139789 and since 2008-08-25 21:00 UTC at least: /files/pfeifer/gcc/i386-unknown-freebsd6.3/sys-include -g -O2 -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I/sw/test/GCC/trunk/libgcc -I/sw/test/GCC/trunk/libgcc/. -I/sw/test/GCC/trunk/libgcc/../gcc -I/sw/test/GCC/trunk/libgcc/../include -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c /sw/test/GCC/trunk/libgcc/../gcc/libgcc2.c \ /sw/test/GCC/trunk/libgcc/../gcc/libgcc2.c: In function '__muldi3': /sw/test/GCC/trunk/libgcc/../gcc/libgcc2.c:566: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. gmake[3]: *** [_muldi3.o] Error 1 gmake[3]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0829-2328/i386-unknown-freebsd6.3/libgcc' gmake[2]: *** [all-stage2-target-libgcc] Error 2 gmake[2]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0829-2328' gmake[1]: *** [stage2-bubble] Error 2 gmake[1]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0829-2328' gmake: *** [bootstrap-lean] Error 2 I assume this is one the too common cases where we have broken i386 (as opposed to i486/i586). Gerald