This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'make check' error


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]