help-octave
[Top][All Lists]
Advanced

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

octave and gnuplot problem in mac os 10.4


From: Anand Gaurav
Subject: octave and gnuplot problem in mac os 10.4
Date: Mon, 12 Dec 2005 12:53:27 +0530

Hello all,
I followed the procedure as suggested in
http://dcollett.macosx.com/octaveOSX104.html
but I am facing some problem using gnuplot.
I could successfully run octave though, but I am unable to look at
plots because gnuplot is not properly installed.
When I invoke octave, the output is as follows:

[anand-gauravs-ibook-g4:/tmp] Anand% octave
GNU Octave, version 2.1.72 (powerpc-apple-darwin8.3.0).
Copyright (C) 2005 John W. Eaton.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <address@hidden> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

error: couldn't link module
/usr/local/libexec/octave/2.1.72/site/oct/powerpc-apple-darwin8.3.0/octave-forge/dispatch.oct
error: `dispatch' undefined near line 2 column 1
error: near line 2 of file
`/usr/local/share/octave/2.1.72/site/m/octave-forge/comm//PKG_ADD'
error: source: error sourcing file
`/usr/local/share/octave/2.1.72/site/m/octave-forge/comm//PKG_ADD'
octave:1>



Now, ignoring the errors, when I try to plot, I get as follows:

octave:5> y = [1:2:30]
y =

   1   3   5   7   9  11  13  15  17  19  21  23  25  27  29

octave:6> plot(y)
dyld: Library not loaded:
/Library/Frameworks/AquaTerm.framework/Versions/A/AquaTerm
  Referenced from: /usr/local/bin/gnuplot
  Reason: image not found
octave:7>


Can somebody help

Regards,
Anand



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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