hughperman / pure-lang

Automatically exported from code.google.com/p/pure-lang
0 stars 0 forks source link

stlvec 0.2 doesn't like parallel building #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make -j2

What is the expected output? What do you see instead?
Expected successful build, but got:

/usr/bin/g++-4.2 -dynamiclib   stlbase.cpp stlvec.cpp -o dll/stlcontainer.dylib 
-lpure
mkdir: ./dll: File exists
make: *** [dll/stlalgorithm.dylib] Error 1
make: *** Waiting for unfinished jobs....

What version of the product are you using? On what operating system?
pure 0.51, pure-stlvec 0.2, OS X 10.6.8

Please provide any additional information below.

Original issue reported on code.google.com by ryandesi...@gmail.com on 23 Dec 2011 at 1:08

GoogleCodeExporter commented 8 years ago
This should be fixed in rev. 7188b1f23405.

Original comment by aggraef@gmail.com on 27 Dec 2011 at 9:38