RE: Make with "-j8" sometime fail on a single-core machine

2009-11-19 Thread He Yunlong-B20256
Hi, Mike, Thanks very much for your patient clarification, is "one task" only done by "one job"? We are working with many opensource packages, it's really a challenge to verify and update all makefiles, it seems such issues are very general. B.R. Harry -Original Message

Re: Make with "-j8" sometime fail on a single-core machine

2009-11-19 Thread Mike Shal
On 11/19/09, He Yunlong-B20256 wrote: > > > Hi, Experts: > > We met build errors with "[gdb] make -j8" for serveral times, but it's > ok to build with "-j1", we wonder whether this is some known issue, and is > it possible that something wrong in Makefile? We are using gnu make 3.81. > Hello,