Little help needed installing gnuplot on Mac OS X

I am using Mac OS X 10.4.9 and am trying to install gnuplot-4 but I run into some problems. Hopefully someone recognizes them and can help.

  • I have installed aquaterm 1.0.1 and this works fine.
  • Then I installed gnuplot-4 by clicking the installer package.
  • When I then go into a terminal and enter "gnuplot", the following message appears:

dyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylib
Referenced from: /usr/local/bin/gnuplot
Reason: image not found
Trace/BPT trap

I do not know what to do next. Can somebody help me?
Thanks.

I successfully installed and ran it:
dlundh$ gnuplot

    G N U P L O T
    Version 4.0 patchlevel 0
    last modified Thu Apr 15 14:44:22 CEST 2004
    System: Darwin 8.9.1

    Copyright \(C\) 1986 - 1993, 1998, 2004
    Thomas Williams, Colin Kelley and many others

    This is gnuplot version 4.0.  Please refer to the documentation
    for command syntax changes.  The old syntax will be accepted
    throughout the 4.0 series, but all save files use the new syntax.

    Type \`help\` to access the on-line reference manual.
    The gnuplot FAQ is available from
            http://www.gnuplot.info/faq/

    Send comments and requests for help to
            <gnuplot-info@lists.sourceforge.net>
    Send bugs, suggestions and mods to
            <gnuplot-bugs@lists.sourceforge.net>

Terminal type set to 'x11'
gnuplot>

What I did was use MacPorts and the PortAuthority GUI. PortAuthority helps resolve all dependencies, fetches all sourcecode and compiles it.

I suggest you try it.