1832994 Members
2236 Online
110048 Solutions
New Discussion

GD-2.12 compile error...

 
Patrick Ware_1
Super Advisor

GD-2.12 compile error...

Hello sofware gurus, I am trying to install GD-2.12, and I keep getting compile this compile error. I can't seem to find the library mentioned. Anyone here know where I could find it?

# make
cp GD/Polyline.pm blib/lib/GD/Polyline.pm
cp qd.pl blib/lib/qd.pl
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
/opt/perl64/bin/perl /opt/perl64/lib/5.8.4/ExtUtils/xsubpp -typemap /opt/perl64/lib/5.8.4/ExtUtils/typemap -typemap typemap GD.xs > GD.xsc && mv GD.xsc GD.c
gcc64 -c -I/usr/local/include -I/usr/local/include/gd -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O -DVERSION=\"2.12\" -DXS_VERSION=\"2.12\" -fPIC "-I/opt/perl64/lib/5.8.4/PA-RISC2.0-LP64/CORE" -DHAVE_JPEG -DHAVE_FT -DHAVE_XPM GD.c
Running Mkbootstrap for GD ()
chmod 644 GD.bs
rm -f blib/arch/auto/GD/GD.sl
LD_RUN_PATH="/usr/local/lib:/lib" /usr/bin/ld -b -L/usr/local/pa20_64/lib -L/lib/pa20_64 GD.o -o blib/arch/auto/GD/GD.sl -L/usr/lib/X11 -L/usr/local/lib -lgd -lpng -lz -ljpeg -lm -lX11
ld: Can't find library for -lgd
Fatal error.
*** Error exit code 1

Stop.
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor

Re: GD-2.12 compile error...

http://www.boutell.com/gd/
If it ain't broke, I can fix that.