[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Discuss-gnuradio] Make -j<N> should now be working
From: |
Eric Blossom |
Subject: |
Re: [Discuss-gnuradio] Make -j<N> should now be working |
Date: |
Thu, 10 Aug 2006 14:37:38 -0700 |
User-agent: |
Mutt/1.5.9i |
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.