Martin,
Here is the output:

[lapeer:~] patrickg% otool -L /sw/lib/perl5/5.8.1/darwin-thread-multi-2level/auto/GD/GD.bundle
/sw/lib/perl5/5.8.1/darwin-thread-multi-2level/auto/GD/GD.bundle:
/usr/local/lib/libgd.2.dylib (compatibility version 3.0.0, current version 3.0.0)
/sw/lib/libpng.3.dylib (compatibility version 3.0.0, current version 3.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10.0.0)
/sw/lib/libjpeg.62.dylib (compatibility version 63.0.0, current version 63.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.1)
/usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0, current version 6.2.0)
/usr/X11R6/lib/libXpm.4.dylib (compatibility version 4.11.0, current version 4.11.0)
[lapeer:~] patrickg% nm -m /sw/lib/perl5/5.8.1/darwin-thread-multi-2level/auto/GD/GD.bundle | grep gdImageGetClip
(undefined [lazy bound]) external _gdImageGetClip (dynamically looked up)
[lapeer:~] patrickg% nm /sw/lib/libgd.2.dylib | grep gdImageGetClip
00005e6c T _gdImageGetClip

--
Patrick Gormley
Lapeer East High School
Lapeer MI 48446
http://chem.lapeer.org
<x-tad-smaller>-How Many Times?? ... The answer is blowing in the wind.
</x-tad-smaller>
<x-tad-smaller>---Joan Baez
</x-tad-smaller>

On Mar 25, 2005, at 9:15 AM, Martin Costabel wrote:

On 25 mars 2005, at 14:46, Patrick Gormley wrote:

Martin,
Thanks for you suggestions. I tried them but I am still getting error messages, which are below.

It is still the same problem. To diagnose it further, could you please show the output of the following commands (beware of spurious line breaks; these are four commands, each in one line)

fink list gd2 gd-pm
otool -L /sw/lib/perl5/5.8.1/darwin-thread-multi-2level/auto/GD/GD.bundle
nm -m /sw/lib/perl5/5.8.1/darwin-thread-multi-2level/auto/GD/GD.bundle | grep gdImageGetClip
nm /sw/lib/libgd.2.dylib | grep gdImageGetClip

--
Martin

Reply via email to