This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: The parallel make bug in gcc and gcc/cp
- To: briareos at lokigames dot com, hjl at lucon dot org
- Subject: Re: The parallel make bug in gcc and gcc/cp
- From: Mike Stump <mrs at windriver dot com>
- Date: Thu, 28 Oct 1999 09:38:59 -0700 (PDT)
- Cc: egcs at egcs dot cygnus dot com
> Date: Thu, 28 Oct 1999 08:07:59 -0700
> From: Michael Vance <briareos@lokigames.com>
> Currently, when I do 'make MAKE="make -j4" -j4 bootstrap' with CVS,
> I get a failure along the lines of "unrecognized object type". I
> assume this is because I'm going too fast somewhere...
Basically. It would help us if you tried currect cvs, and saved out
the build log, and then sort | uniq -c | sort -n and then find the
line that it is doing twice (that it should not be doing), and then
report that. The above is a little vague... If you don't have the
time, or don't want to, that's fine, someone will at some point...