This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: 'make check' error
- From: Brian Dessent <brian at dessent dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 30 May 2006 07:08:57 -0700
- Subject: Re: 'make check' error
- References: <447C4C82.57B875CA@access.rwth-aachen.de>
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