> Thanks for your tip, I tested with your front-end (and the my) with my > version and all is well (the first part), but when type make bootstrap or > make bootstrap-lean return this: > > > > make[3]: Leaving directory `/c/gcc4/gcc-build/gcc' > make[2]: *** [ail-stage1-gcc] Error 2 > make[2]: Leaving directory `/c/gcc4/gcc-build' > make[1]: *** [stage1-bubble] Error 2 > make[1]: Leaving directory `/c/gcc4/gcc-build' > make: *** [bootstrap] Error2 That's not enough of the error message to be helpful. It's always useful to see the very, very first error message(s) - run the command again, and scroll back until you don't see any error messages any more, then copy and paste from there on. Too much info is much better than too little! John G