On Thu, Aug 10, 2006 at 04:22:30PM -0400, Michael Dickens wrote: > On a Dual G5 OSX 10.4.7, "make -j" results in lots of: > > /opt/local/bin/glibtool: fork: Resource temporarily unavailable > > and > > powerpc-apple-darwin8-g++-4.0.1: : No such file or directory > > and > > /bin/sh: fork: Resource temporarily unavailable > > Running it time after time slowly gets everything made. > > "make -j2" and "make -j3" work just fine. > > - MLD
You are most likely running into some configured limit relevant to fork(2). Could be number of processes per user, or memory, etc. Take a look at "$ man 2 fork" for OS/X particulars. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio