[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17614: parallel compilation fails
From: |
Peter Johansson |
Subject: |
bug#17614: parallel compilation fails |
Date: |
Wed, 28 May 2014 15:01:30 +1000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130108 Thunderbird/10.0.12 |
On 05/28/2014 02:52 PM, Peter Johansson wrote:
Hi,
I have a project with a libtool archive built from many source files.
When I build with 'make -j40' I get error message
mv: `yat/statistics/.deps/Percentiler.Tpo' and
`yat/statistics/.deps/Percentiler.Plo' are the same file
make[1]: *** [yat/statistics/Percentiler.lo] Error 1
Looks like some kind of race problem, but I cannot see anything wrong
in the Makefile. Is this a known problem? If not let me know what
would be useful.
I forgot to mention that the source file in question, 'Percentiler.cc',
is extremely small (only a constructor that copies a bool and a double)
so the compilation is extremely fast.
Cheers,
--
Peter Johansson