|
From: tommy c. <tcc...@uc...> - 2007-10-05 05:50:15
|
Hey, I'm running into a problem using gnuplot/octave:
octave-2.9.14:1> x=[0:.1:10];y1=sin(x);y2=cos(x);plot(x,y1,'-',x,y2,'x')
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib
Referenced from: /usr/local/bin/gnuplot
Reason: no suitable image found. Did find:
/usr/X11R6/lib/libXpm.4.dylib: can't map
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib
Referenced from: /usr/local/bin/gnuplot
Reason: no suitable image found. Did find:
/usr/X11R6/lib/libXpm.4.dylib: can't map
I downloaded the octave 2.9.14 binary from the HPC website.
Then I downloaded gnuplot 4.2.2 source; I compiled it and did a make install
but when i try to run gnuplot, i still get the same error:
$gnuplot
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib
Referenced from: /usr/local/bin/gnuplot
Reason: no suitable image found. Did find:
/usr/X11R6/lib/libXpm.4.dylib: can't map
Trace/BPT trap
I'm on OS X 10.4.11 using gcc 4.0
Any ideas for a workaround?
--
View this message in context: http://www.nabble.com/gnuplot-on-mac-os-x-tf4573291.html#a13053908
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|