'make check' error

Brian Dessent brian@dessent.net
Tue May 30 14:09:00 GMT 2006


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



More information about the Gcc-help mailing list