Hi Martin

Martin Costabel wrote:

Do you have gd2-bin installed?

First not. But now and I get gdImageStringFT support now. gdlib-config config was missing!? In this version there is also libX11.6.dylib linked. Thanks for your help!

Does gnuplot need a dependance on gd2-bin?

But how did I get X11 support in the other version? I thought indirectly linking isn't allowed on os x. Maybe statically linked in a .o?

It seems that a lot of x11 symbols are locally (statically) defined. Having values and lowercase letters in nm output, they don't have an upcase U like dynamic symbols. I added full nm output of the old strange gnuplotx version.

This is strange, because libX11 is not linked in. Do you really see X11 libs when you look at "otool -L /sw/bin/gnuplotx"?

No. And I called /sw/bin/gnuplotx explicit and I could plot on X11. Is the X11 available through another lib (statically)?

baldria:~ gucky$ otool -L /sw/bin/gnuplotx
/sw/bin/gnuplotx:
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 16.0.0)

/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 19.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.0.0)
/sw/lib/libgd.2.dylib (compatibility version 3.0.0, current version 3.0.0)
/sw/lib/libjpeg.62.dylib (compatibility version 63.0.0, current version 63.0.0)
/sw/lib/libpng.3.dylib (compatibility version 3.0.0, current version 3.0.0)
/sw/lib/libpdf.2.dylib (compatibility version 5.0.0, current version 5.1.0)
/sw/lib/libaquaterm.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)

/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 500.56.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.1)

Best,
        Hans


Attachment: fullnm.txt.bz2
Description: Binary data

Reply via email to