This is the mail archive of the gcc@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: Parallel make: does everyone get this error right at the start?


Dave Korn wrote:
>   Doing a parallel make in an entirely new and freshly-configured $objdir, the
> first thing I see is:
> 
> $ make -j4 2>&1 | tee build-parallel.log
> sed: can't read stage_last: No such file or directory
> [ -f stage_final ] || echo stage3 > stage_final
> 
> 
>   Does everyone get this, or do I have a platform-related bug to track down?

  It's not related to parallel make, it's a real (but I think trivial) bug in
settting TFLAGS.  Will follow-up.

    cheers,
      DaveK



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