On 2006-09-07 11:41:30 +0200 Andreas Höschler <[EMAIL PROTECTED]> wrote: [...] > Obviously multiple threads/processes try to create the target dir at the same > time which leads to the error. This renders the j option useless for us. Is > this an issue in gnu make or in the GNUstep make package? Can this be fixed > somehow or do we have to live with serialized (slow) builds?
That's a problem with 'make' ... I've run into the same issue several times when trying to compile different non-GNUstep-related projects. No idea how to prevent it, except not using -j. -- Chris _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
