------- Comment #7 from huajie dot lee at gmail dot com 2007-10-09 02:39 ------- Hi
I am currently using GCC4.2.1 and the same problem still exist as described. 2.1/libdecnumber -I. -c ../../gcc-4.2.1/libdecnumber/decimal128.c rm -f libdecnumber.a ar cru libdecnumber.a decNumber.o decContext.o decUtility.o decimal32.o decimal64.o decimal128.o ranlib libdecnumber.a make[3]: Leaving directory `/home/jason/local/gcc/build/libdecnumber' make[3]: Entering directory `/home/jason/local/gcc/build/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.1/gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="options.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/linux.h defaults.h" DEFINES="UCLIBC_DEFAULT=0" \ /bin/sh ../../gcc-4.2.1/gcc/mkconfig.sh tm.h mawk -f ../../gcc-4.2.1/gcc/opt-gather.awk ../../gcc-4.2.1/gcc/ada/lang.opt ../../gcc-4.2.1/gcc/fortran/lang.opt ../../gcc-4.2.1/gcc/java/lang.opt ../../gcc-4.2.1/gcc/treelang/lang.opt ../../gcc-4.2.1/gcc/c.opt ../../gcc-4.2.1/gcc/common.opt ../../gcc-4.2.1/gcc/config/i386/i386.opt ../../gcc-4.2.1/gcc/config/linux.opt > tmp-optionlist /bin/sh ../../gcc-4.2.1/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options mawk -f ../../gcc-4.2.1/gcc/opt-functions.awk -f ../../gcc-4.2.1/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh ../../gcc-4.2.1/gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/sh ../../gcc-4.2.1/gcc/mkconfig.sh bconfig.h gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2.1/gcc -I../../gcc-4.2.1/gcc/build -I../../gcc-4.2.1/gcc/../include -I../../gcc-4.2.1/gcc/../libcpp/include -I../../gcc-4.2.1/gcc/../libdecnumber -I../libdecnumber -o build/errors.o ../../gcc-4.2.1/gcc/errors.c build/genmodes -h > tmp-modes.h /bin/sh: build/genmodes: No such file or directory make[3]: *** [s-modes-h] Error 127 make[3]: Leaving directory `/home/jason/local/gcc/build/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/home/jason/local/gcc/build' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/jason/local/gcc/build' make: *** [bootstrap] Error 2 Please advise on how to solve the above problem. Or is it a known bug? Rgrds, Jason -- huajie dot lee at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huajie dot lee at gmail dot | |com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32272