http://bugs.winehq.org/show_bug.cgi?id=24101
--- Comment #20 from Guillaume ORTEGA guillaume.ortega@OpenPlug.com 2010-08-30 10:35:52 CDT --- Sorry I it's not -j5 but -j3.
I know exactly how many process I spawn:
1 process that create make 1 parallel make at the first level (even with -j3 because of dependencies) 3 parallel makes at the second level 3 process at max level, because the exe OP_gen.exe execute gcc, and gcc execute ld, collect...
In the first release of the IDE I set -j1 to "resolve" the problem, but a users in MacOSX Snow Leopard gets that error even with -j1 everywhere.
I sent to you a 2 real make files of our IDE.
Best Regards,
Guillaume ORTEGA - Software engineer at OpenPlug (http://www.openplug.com)