help-octave
[Top][All Lists]
Advanced

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

Re: octaviz Mac OS X


From: Jonathan Stickel
Subject: Re: octaviz Mac OS X
Date: Wed, 03 Oct 2007 15:33:46 -0600
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)

John W. Eaton wrote:
On  3-Oct-2007, Jonathan Stickel wrote:

| Has anyone managed to get Octaviz to work on Mac OS X? After much | effort, I managed to have it compile and install. Now I get: | | octave:6> vtk_init | error: couldn't link module | /sw/lib/octave/2.9.14/site/oct/i386-apple-darwin/octaviz/vtk_init.oct | | The file is in the location specified. Any advice?

My guess is that vtk_init.oct has some unresolved symbols.  If it
links with other libraries, are they installed somewhere that is
searched by the dynamic linker, in your LD_LIBRARY_PATH, or some other
equivalent (I don't know the details of making dynamic linking work on
OS X, so this is just a guess).


Thanks for the hint!  This solved problem:

export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/lib:/sw/lib:/sw/lib/octave-2.9.14

I needed the octave-2.9.14 directory to pickup liboctaviz.dylib.

For those interested in using octaviz on Mac OS X, I plan to provide more details and hopefully generate discussion through the forum and/or mailing list of the sourceforge site (http://sourceforge.net/projects/octaviz/)

Regards,
Jonathan


reply via email to

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