Re: Problem with parallel build

2010-10-22 Thread Michael Ringe
On 21.10.2010 21:04, Mike Shal wrote: On Thu, Oct 21, 2010 at 1:33 PM, Vardhan, Sundara (GE Energy) wrote: Hi Michael During parallel makes if the time of the object files created and the time archive command is run is within a second then it will fail to include these object files. The reaso

Problem with parallel build

2010-10-21 Thread Michael Ringe
The Makefile shown below sometimes fails to build the main target (app1). Can anyone reproduce the error and explain what's wrong or confirm it's a bug? All required files are in the attached .tar file. To reproduce the error, make sure app1.o does not exist, then run "make -j2 app1" repeatedly.