Thank you. I started again (deleted the generated files) and configured with "sh ../gcc-4.1.0/configure --prefix=/home/gcc41 --enable-threads=win32 --with-ld=/mingw/bin/ld --with-win32-nlsapi=unicode" and fired "make bootstrap". I think this time make made more than the last time, but ejected an error again:
./xgcc -B./ -B/home/gcc41/i686-pc-mingw32/bin/ -isystem /home/gcc41/i686-pc-mingw32/include -isystem /home/gcc41/i686-pc-mingw32/sys-include -L/home/gcc41-obj/gcc/../ld -O2 -I../../gcc-4.1.0/gcc/../winsup/w32api/include -O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-4.1.0/gcc -I../../gcc-4.1.0/gcc/. -I../../gcc-4.1.0/gcc/../include -I./../intl -I../../gcc-4.1.0/gcc/../libcpp/include -DL_muldi3 -c ../../gcc-4.1.0/gcc/libgcc2.c -o libgcc/./_muldi3.o In file included from ../../gcc-4.1.0/gcc/libgcc2.c:33: ../../gcc-4.1.0/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory ../../gcc-4.1.0/gcc/tsystem.h:93:23: error: sys/types.h: No such file or directory ../../gcc-4.1.0/gcc/tsystem.h:96:19: error: errno.h: No such file or directory ../../gcc-4.1.0/gcc/tsystem.h:103:20: error: string.h: No such file or directory ../../gcc-4.1.0/gcc/tsystem.h:104:20: error: stdlib.h: No such file or directory ../../gcc-4.1.0/gcc/tsystem.h:105:20: error: unistd.h: No such file or directory In file included from ./include/limits.h:122, from ./include/syslimits.h:7, from ./include/limits.h:11, from ../../gcc-4.1.0/gcc/tsystem.h:108, from ../../gcc-4.1.0/gcc/libgcc2.c:33: ./include/limits.h:122:61: error: no include path in which to search for limits.h In file included from ../../gcc-4.1.0/gcc/libgcc2.c:33: ../../gcc-4.1.0/gcc/tsystem.h:111:18: error: time.h: No such file or directory In file included from ./tm.h:10, from ../../gcc-4.1.0/gcc/libgcc2.c:35: ../../gcc-4.1.0/gcc/config/i386/cygming.h:333: error: expected ')' before '*' token make[3]: *** [libgcc/./_muldi3.o] Error 1 make[3]: Leaving directory `/home/gcc41-obj/gcc' make[2]: *** [libgcc.a] Error 2 make[2]: Leaving directory `/home/gcc41-obj/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/home/gcc41-obj/gcc' make: *** [bootstrap] Error 2 I hope I'm not wasting your time with such trivial things... bye -- View this message in context: http://www.nabble.com/Successful-Build%3A-gcc-4.1-20051230-i686-pc-mingw32-t834182.html#a3300867 Sent from the gcc - Dev forum at Nabble.com.