Philippe Schaffnit wrote: > make[1]: Entering directory `/WORK/philippe/Compilation/Gcc' > make[2]: Entering directory `/WORK/philippe/Compilation/Gcc/fixincludes' > autogen -T /USER/philippe/Irix/Gcc_Sources/fixincludes/check.tpl Errors in the fixincludes tests are common and don't really mean anything. You aren't really testing any part of the actual compiler here. This is why the documentation suggests that you run "make -k check" so that make does not stop at the first error and so that the actual gcc and target library testsuites get run. Brian