I just downloaded Octave (version 3.4.0-i386) for Mac OS X and
installed both Octive and gnuplot.
Octave seems to run fine on its own, but gnuplot is ... unhappy.
If I try this little sequence in Octive,
octave-3.4.0:1> x=linspace(0,pi,10);
octave-3.4.0:2> y=sin(x);
octave-3.4.0:3> plot(x,y);
I get this error message:
dyld: Library not loaded: /usr/X11/lib/libfontconfig.1.dylib
Referenced from: /Applications/Gnuplot.app/Contents/Resources/lib/
libgd.2.dylib
Reason: Incompatible library version: libgd.2.dylib requires
version 6.0.0 or later, but libfontconfig.1.dylib provides version 5.0.0
dyld: Library not loaded: /usr/X11/lib/libfontconfig.1.dylib
Referenced from: /Applications/Gnuplot.app/Contents/Resources/lib/
libgd.2.dylib
Reason: Incompatible library version: libgd.2.dylib requires
version 6.0.0 or later, but libfontconfig.1.dylib provides version 5.0.0
/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:
187 Trace/BPT trap GNUTERM="${GNUTERM}" GNUPLOT_HOME="$
{GNUPLOT_HOME}" PATH="${PATH}" DYLD_LIBRARY_PATH="$
{DYLD_LIBRARY_PATH}" HOME="${HOME}" GNUHELP="${GNUHELP}"
DYLD_FRAMEWORK_PATH="${DYLD_FRAMEWORK_PATH}" GNUPLOT_PS_DIR="$
{GNUPLOT_PS_DIR}" DISPLAY="${DISPLAY}" GNUPLOT_DRIVER_DIR="$
{GNUPLOT_DRIVER_DIR}" "${ROOT}/bin/gnuplot-4.4.3" "$@"
/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:
181 Trace/BPT trap GNUTERM="${GNUTERM}" GNUPLOT_HOME="$
{GNUPLOT_HOME}" PATH="${PATH}" DYLD_LIBRARY_PATH="$
{DYLD_LIBRARY_PATH}" HOME="${HOME}" GNUHELP="${GNUHELP}"
DYLD_FRAMEWORK_PATH="${DYLD_FRAMEWORK_PATH}" GNUPLOT_PS_DIR="$
{GNUPLOT_PS_DIR}" DISPLAY="${DISPLAY}" GNUPLOT_DRIVER_DIR="$
{GNUPLOT_DRIVER_DIR}" "${ROOT}/bin/gnuplot-4.4.3" "$@"
warning: broken pipe -- some output may be lost
I also get a Max OS dialog box saying
The application gnuplot-4.4.3 quit unexpectedly.
This is all Greek to me. Any idea what's going on, and... is an
explanation in plain English possible?
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev