GnuPlot mit Aquaterm 1.0.1
Nachdem Gnuplot bei mir nicht starten wollte mir der Fehlermeldung:
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
kam ich mit Hilfe von google auf folgende Lösung:
Just go to /usr/local/lib/ in a shell and do:
% ln -s libaquaterm.1.0.1.dylib libaquaterm.1.0.0.dylib
What this does is create a symbolic link (sort of a pointer) from the 1.0.0 name to the actual lib (the 1.0.1).
und siehe da: es funktioniert