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: Thu, 26 Apr 2012 17:28:54 +0200

On 26.04.2012, at 15:36, Jordi Gutiérrez Hermoso wrote:

> 2012/4/26 Jordi Gutiérrez Hermoso <address@hidden>:
>> On 26 April 2012 04:33, agalli <address@hidden> wrote:
>>> I also tried reinstalling octave from scratch telling Homebrew to use gcc
>>> instead of clang.
>> 
>> Oh, I've seen this homebrew problem before. Can you please report this to 
>> them?
> 
> Sorry, to be more clear, homebrew is using certain compiler flags and
> options that don't work for mkoctfile. For example, it's using
> -framework Accelerate which gets passed on to mkoctfile, which is an
> option that mkoctfile doesn't recognise. Can you please contact the
> homebrew developers and tell them to not break mkoctfile?
> 
> - Jordi G. H.

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



reply via email to

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