octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac OS X build reference?


From: Jordi Gutiérrez Hermoso
Subject: Re: Mac OS X build reference?
Date: Fri, 18 Feb 2011 12:05:09 -0600

On 18 February 2011 11:51, fork <address@hidden> wrote:
> Jordi Gutiérrez Hermoso <jordigh <at> gmail.com> writes:
>
>> Four hours??? Something's wrong. It takes 2 minutes for me.
>>
>> To compile all of Octave? It takes about 30-40 minutes for me. Are you
>> parallelising the build?
>
> probably not -- I have 2 cores, how do I do that?

"make -j2"  will run two compilation processes at once (no prize if
you guess how to run 4 at once), but it can fail subtly due to
compilation time race conditions. Try again if it does, or remove the
-j2 for the portion it could be stuck on.

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]