Dear Sirs, Have you tried to build gcc 4.0.2 from the source on Windows XP Pro?
Here is what I did. 1. Downloaded gcc-4.0.2.tar.gz. 2. Checked integrity of gcc-4.0.2.tar.gz using md5 and jacksum. 3. Downloaded MinGW-4.1.0.exe. 4. Installed gcc version 3.4.2 (mingw-special). 5. Downloded and installed msys 1.0.10. 6. Copied lib directory from c:/mingw to /home/akrivitsky1 (here msys notation is used). 7. unpacked gcc-4.0.2.tar.gz into /home/akrivitsky1/gcc-4.0.2 8. Within msys typed LIBRARY_PATH=/home/akrivitsky1/lib 9. Within msys mkdir mywin32 10. cd mywin32 11. Tryed several combinations of options and parameters of /home/akrivitsky1/gcc-4.0.2/configure 12. Tryed several combinations of make End result of all this is *********************************************begin /home/akrivitsky1/gcc-4.0.2/gcc/input.h: No such file or directory make[1]: *** [s-gtype] Error 1 make[1]: Leaving directory `/home/akrivitsky1/mywin32/gcc' make: *** [all-gcc] Error 2 **********************************************end for each combination of comfigure/make I tryed. Before configure and make /home/akrivitsky1/gcc-4.0.2/gcc/input.h existed. Manual copying this file to said directory does not do any good either. Can it be some kind of bug in some make/configure file from gcc 4.0.2 distribution? Can you please send me what is needed to be typed for configure and make to build gcc 4.0.2? Thank you very much. Regards, Anatoly