Hello, I downloaded the latest snapshot, and it looks like there's a packaging problem. Downloaded and unpacked gcc-core, created an obj build tree, run bootstrap and this is what happens:
make[3]: Entering directory `/home/sfilippo/COMPILERS/GFORTRAN/TEMP/obj/gcc' gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.2-20060304/gcc -I../../gcc-4.2-20060304/gcc/build -I../../gcc-4.2-20060304/gcc/../include -I../../gcc-4.2-20060304/gcc/../libcpp/include -I../../gcc-4.2-20060304/gcc/../libdecnumber -I../libdecnumber -o build/gengtype-yacc.o gengtype-yacc.c gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o build/errors.o ../build-i686-pc-linux-gnu/libiberty/libiberty.a make[3]: *** No rule to make target `../../gcc-4.2-20060304/gcc/objc/objc-act.c', needed by `s-gtype'. Stop. make[3]: Leaving directory `/home/sfilippo/COMPILERS/GFORTRAN/TEMP/obj/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/home/sfilippo/COMPILERS/GFORTRAN/TEMP/obj' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/home/sfilippo/COMPILERS/GFORTRAN/TEMP/obj' make: *** [bootstrap] Error 2 [EMAIL PROTECTED] obj]$ I reproduced this with just gcc-core, I normally also build g++ and gfortran as well. The problem goes away if I unpack the sources for objc, which I am not really interested in. Any takers? How/against what do I report this? Thanks Salvatore