Arno Dirks wrote:
hi All,
strange, i seem to be the only one with this problem, nothing
in the archive on this.
anyway, fink installed gnuplot on my OS 10.3, which also required
me to install aquaterm (and it looks nice enough, so why not). when trying to run gnuplot from the command line
(i don't know how to use with aquaterm yet, though i suppose
one can still do it from the command line), i get the
set term aqua
from inside gnuplot.
following error:
dyld: /sw/bin/gnuplotx can't open library: /usr/local/liib/libfreetype6/dylib (No such file or directory, errno = 2)
It is good that there is no such library (the correct name that you got was probably /usr/local/lib/libfreetype.6.dylib). The question is why your gnuplotx is looking for such a library. My gnuplotx is not linked with any version of libfreetype.
You can see whether your gnuplotx really is linked to such a library using
otool -L /sw/bin/gnuplotx
If it is not gnuplotx itself, it might be one of the libraries it is linked to, for example /sw/lib/libgd.2.dylib. If this is the case, you would need to rebuild libiconv, but you would first need to make sure that you moved /usr/local/lib/libfreetype.dylib and/or /usr/local/bin/freetype-config out of the way. Best move all of /usr/local out of the way while building Fink packages. There is a Fink FAQ on this.
notice it run gnuplotx, even though i cannot see a symbolic link between gnuplot and gnuplotx (both in my /sw/bin dir).
/sw/bin/gnuplot is a little shell script that starts /sw/bin/gnuplotx.
-- Martin
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners
