help-octave
[Top][All Lists]
Advanced

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

Re: Problem installing packages


From: Lukas Reichlin
Subject: Re: Problem installing packages
Date: Mon, 14 May 2012 15:38:20 +0200

On 14.05.2012, at 05:03, notMyUsername wrote:

> I'm having the same problem with the control-2-3-50 package on Homebrew
> octave 3.6.1 (Octave pkg install complains about "-framework".  If I remove
> "-framework Accelerate" from mkoctfile then linking fails.)  I reported this
> as an issue on the Homebrew issue tracker (Issue #12229
> here:https://github.com/mxcl/homebrew/issues/12229#issuecomment-5681457). 
> The first comment to the issue suggests that it is an Octave problem.
> 
> Wherever the issue lies, Octave 3.6.1 is broken on Homebrew (it is useless
> to me without packages like "control").

From the previous post:

> Andrea, it must be
> 
>       "-Wl,-framework -Wl,Accelerate"
> 
> Otherwise, -framework and Accelerate get separated. "-framework Accelerate" 
> works for octave itself, but not for mkoctfile.
> 
> Lukas

You have to replace "-framework Accelerate" with "-Wl,-framework 
-Wl,Accelerate" in the recipe octave.rb



reply via email to

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