On Sun, Sep 08, 2013 at 09:48:53AM +0800, Rob Chua wrote:
> I'm having problems with gcc can you help me with this error?
> true  DO=all multi-do # make
> make[3]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
> make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libitm'
> make[1]: Target `check-target' not remade because of errors.
> make[1]: Leaving directory `/sources/gcc-build'
> make: *** [do-check] Error 2
> make: Target `check' not remade because of errors.
> 
> what does this mean?

 It means there was at least one error in the gcc testsuite.  Libitm
was the last subdirectory in which check ran, but the error(s) could
be in any of the subdirectories.

 But you have already reported the errors and got a response from
Bruce.  What is your problem ?  Is it the wording "Target 'check'not
remade because of errors."?  That's just how the gcc testsuite works
: the Makefiles list targets for check (e.g. do-check) and in normal
'make' style they have to be updated if any dependency changed.  But
this doesn't happen if you had an error (if it did, I guess that
'make check' would loop for ever).

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to