TIFFIsBigEndian compile error
Posted: 2010-07-26T06:43:25-07:00
When trying to compile ImageMagick 6.6.3 on CentOS 4.8 x86 I get the error:
I suspect that something is missing on the server, but I don't have any idea what.
Any ideas?
Thanks
Code: Select all
make all-am
make[1]: Entering directory `/root/ImageMagick-6.6.3-0'
CCLD utilities/animate
magick/.libs/libMagickCore.so: undefined reference to `TIFFIsBigEndian'
collect2: ld returned 1 exit status
make[1]: *** [utilities/animate] Error 1
make[1]: Leaving directory `/root/ImageMagick-6.6.3-0'
make: *** [all] Error 2
Any ideas?
Thanks