help-octave
[Top][All Lists]
Advanced

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

Re: Problem with Octave, Gnuplot, Mac 10.7.3


From: nabatzis
Subject: Re: Problem with Octave, Gnuplot, Mac 10.7.3
Date: Mon, 13 Feb 2012 18:22:52 -0800 (PST)

The way I was able to resolve this problem is as follows:
1. cd to the directory /usr/X11/lib/
2. otool -L libfreetype.6.dylib, this will give you a listing of the
compatibility version for the library, in my case it said compatibility
14.0.0 so I knew I was good to go,
3. cp /Applications/Gnuplot.app/Contents/Resources/lib/libfreetype.6.dylib
<same-path>/libfreetype.6.dylib.orig    -- just to protect the innocent!
4. cp libfreetype.6.dylib /Applications/Gnuplot.app/Contents/Resources/lib/


That did it for me. I also saw some posting about changing the library paths
in the script file that launches gnuplot. Although I did those changes
initially they did not seem to help.

Hope this helps ...

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Problem-with-Octave-Gnuplot-Mac-10-7-3-tp4373183p4386010.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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