help-octave
[Top][All Lists]
Advanced

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

Re: octave and gnuplot problem in mac os 10.4


From: Henry F. Mollet
Subject: Re: octave and gnuplot problem in mac os 10.4
Date: Mon, 12 Dec 2005 08:42:07 -0800
User-agent: Microsoft-Entourage/11.1.0.040913

Perhaps you need the following in your .octaverc. To be created with text
editior if it does not already exist.
Henry

[~] -bash-2.05b 504$ cat .octaverc
LOADPATH = [ 
':/usr/local/bin:/usr/local/libexec/octave/2.1.71/site/oct/powerpc-apple-dar
win8.1.0/octave-forge:/usr/local/share/octave/2.1.71/site/m/octave-forge//:'
, LOADPATH ];
   EXEC_PATH = [ 
'/usr/local/libexec/octave/2.1.71/site/exec/powerpc-apple-darwin8.1.0:',
EXEC_PATH ];

__gnuplot_raw__ ("set mouse\n;")



on 12/11/05 11:23 PM, Anand Gaurav at address@hidden wrote:

> 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-for
> ge/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
> -------------------------------------------------------------
> 




-------------------------------------------------------------
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]