help-octave
[Top][All Lists]
Advanced

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

Re: Comments on the Mac installation instructions on the wiki


From: Paul Kienzle
Subject: Re: Comments on the Mac installation instructions on the wiki
Date: Sun, 8 Apr 2007 14:59:57 -0400


On Apr 8, 2007, at 11:40 AM, Marius Schamschula wrote:

Paul,

On Apr 8, 2007, at 10:11 AM, Paul Kienzle wrote:
You could also build octave as an app.
I've looked at this approach in the past. This has been done for Gimp and several other open source packages. The problem is the Voodoo associated with the DYLD_LIBRARY_PATH. Setting the environmental variable can cause problems. To build a self contained app, you have to manually change the internal paths after building such that everything is on a relative path (dylibs are on absolute paths by default, run otool -L against a dylib). The library names change every time a package is updated, so this is very difficult to automate. Frankly, I hate messing with it, just as much as Frameworks get in the way to a point where I'd rather rebuild a library than build against a Framework installed by the OS. I gave up on the app approach since I have things working in the classical *NIX style on the command line.


DYLD_LIBRARY_PATH worked for me when I tried it three years ago.

        - Paul




reply via email to

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