I'm getting this error while trying to upgrde GD Graphics Lib.
Code:
make[2]: Entering directory `/root/gd-2.0.33'
/bin/sh ./libtool --mode=link gcc -g -O2 -o gdparttopng gdparttopng.o ./libgd.la -lm
gcc -g -O2 -o .libs/gdparttopng gdparttopng.o ./.libs/libgd.so -lm -Wl,--rpath -Wl,/usr/local/lib
gdparttopng.o(.text+0xac): In function `main':
/root/gd-2.0.33/gdparttopng.c:42: undefined reference to `gdImageCreateFromGd2Part'
collect2: ld returned 1 exit status
make[2]: *** [gdparttopng] Error 1
make[2]: Leaving directory `/root/gd-2.0.33'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gd-2.0.33'
Any ideas? (I'm relatively new to Linux)