|
|
| Author |
Message |
|
| Guest |
Posted: Sat Apr 14, 2007 12:47 pm |
|
|
|
Guest
|
Using the -j (jobs) option for GNU make on an Athlon64 X2 (dual-core) machine
causes the compilation of open-source Erlang R11B-4 to fail. On one occasion I
saw an error message from ld about being unable to find -lethread, but usually
there is no error message from ld and Make just exits with Error 2.
I assume this is some sort of error in the Makefile that causes a race
condition, making it start linking the object before all the dependencies are
completely built. The workaround is to not use -j option, (it builds fine
without it), but then the build is much slower as it only uses one core.
Tim.
--
Tim Bates
tim@bates.id.au
_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|