help-octave
[Top][All Lists]
Advanced

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

Re: Problem using plot in MacOSX tiger


From: Joe Koski
Subject: Re: Problem using plot in MacOSX tiger
Date: Thu, 07 Sep 2006 10:21:20 -0600
User-agent: Microsoft-Entourage/11.2.5.060620

on 9/7/06 4:07 AM, Harbinson, Jeremy at address@hidden wrote:

> Hi,
> I have installed Octave 2.1.73 on a MacBook running Tiger, and installed
> Gnuplot and Aquaterm using Fink Commander, but when I try running the plot
> command I get the message:
> 
> octave:3> plot(cat,dog)
> dyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylib
>   Referenced from: /usr/local/bin/gnuplot
>   Reason: image not found
> warning: in /usr/local/share/octave/2.1.73/m/plot/__plt__.m near line 85,
> column 2:
> warning: connection to external plotter (pid = 10867) lost --
> warning: please try your plot command(s) again
> warning: broken pipe -- some output may be lost
> octave:4> dyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylib
>   Referenced from: /usr/local/bin/gnuplot
>   Reason: image not found
> 
> warning: connection to external plotter (pid = 10868) lost --
> warning: please try your plot command(s) again
> warning: broken pipe -- some output may be lost
> warning: connection to external plotter (pid = 10892) lost --
> warning: please try your plot command(s) again
> warning: broken pipe -- some output may be lost
> 
> Any suggestions? - I am completely new to the Mac so maybe I have done
> something wrong...
> all the best,
> Jeremy Harbinson
> 
Jeremy,

On my G5 Mac, I have the following lines in a .bash_profile file in my home
directory:

  export GNUTERM=aqua
  export DISPLAY=:0.0

If that, doesn't fix the problem, I suspect you're mixing Fink and non-Fink
applications, and you must really understand where all the files are and
have the correct declarations in your .bash_profile to make that work.

Joe





reply via email to

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