stdlib make dies with -j6 fast
| Bugzilla Link | 837 |
| Created on | Mar 16, 2011 19:31 |
| Resolution | FIXED |
| Resolved on | Jul 29, 2011 08:08 |
| Version | svn |
| OS | Linux |
| Architecture | PC |
Extended Description
This from stdlib revision 1509, after: make clean; make -j6 fast: cd modules/unibench/lib/..; sac2c -v0 -O3 -linksetsize 0 UnibenchStructures.sac -o lib ABORT: Cannot find library `libStringArrayTree.so' for module `StringArray' *** Compilation failed *** *** Exit code 15 (Running module system) *** 1 Error(s), 0 Warning(s) make[1]: *** [modules/unibench/lib/libUnibenchStructuresTree.so] Error 15 make[1]: *** Waiting for unfinished jobs.... rm world/stdio/src/FibreIO/lex.FibreScan.c make: *** [fast] Error 2 sac@rattler:~/sac/BASE/stdlib$ make -j6 fast Running the make again makes it work OK, so there is a defect in the dependencies for the stdlib make.