- libaquaterm.1.0.1.dylib - makerofbeating | Monday, August 20 2007 @ 07:14 PM PDT
libaquaterm.1.0.1.dylib - lolivierlol
I had the same problem and i soved it like that:In a terminal if you don't active root account acive it with the following command :
% sudo passwd root
Password: *****
Changing password for root.
New password: ******
Retype new password: ******
Now become root with the command :
%su
Password: *****
#
Go to the libaquaterm.1.0.1.dylib directory
#cd /usr/local/lib
Do a link named libaquaterm.1.0.0.dylib
#ln -s libaquaterm.1.0.1.dylib libaquaterm.1.0.0.dylib
And now in X11 Terminal, you can execute gnuplot:
%cd /usr/local/bin
%./gnuplot
For me the problem is now sloved...
Good luke.
Sunday, September 23 2007 @ 07:14 AM PDT
libaquaterm.1.0.1.dylib GNUPLOT problem - sroy.iopb
(1) sudo ln -s /usr/local/lib/libaquaterm.1.0.1.dylib libaquaterm.1.0.0.dylib(2) /usr/local/bin/gnuplot
(3) once in GNUPLOT, enter "set term aqua"
This should solve the problem.
Happy GNUPLOT-ting!
Tuesday, October 09 2007 @ 12:21 PM PDT
libaquaterm.1.0.1.dylib - lawrencecpaulson_dotmac
I got the same error. Instead, download the sources from http://gnuplot.sourceforge.net/. I just did./configure; make; sudo make install
and it worked first time.
Tuesday, December 18 2007 @ 09:49 AM PST
libaquaterm.1.0.1.dylib - diniz_marcio
Take a look on the following pagehttp://sarnesjo.org/2006/09/24/howto-install-octave-on-mac-os-x/
I had the same problem and this hint solved my problem.
Good Luck
Reply to This
Wednesday, June 13 2007 @ 08:52 PM PDT