building from source library errors.. rhel5
Posted: 2012-09-03T14:14:46-07:00
Hi all, I am installing IM v. 6.7.9-3 from source because I need tiff support.
I run ./configure with all of the necessary options including tiff, when it finishes I run make
I have these errors:
If I run: sudo make install it will install IM but without tiff support.
Can anyone please help me sort this out?
I run ./configure with all of the necessary options including tiff, when it finishes I run make
I have these errors:
Code: Select all
CC utilities/stream.o
CCLD utilities/stream
/usr/bin/ld: skipping incompatible /usr/lib/libtiff.so when searching for -ltiff
/usr/bin/ld: skipping incompatible /usr/lib/libfreetype.so when searching for -lfreetype
/usr/bin/ld: skipping incompatible /usr/lib/libjpeg.so when searching for -ljpeg
/usr/bin/ld: skipping incompatible /usr/lib/libgs.so when searching for -lgs
/usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXt.so when searching for -lXt
/usr/bin/ld: skipping incompatible /usr/lib/libbz2.so when searching for -lbz2
/usr/bin/ld: skipping incompatible /usr/lib/libbz2.a when searching for -lbz2
/usr/bin/ld: skipping incompatible /usr/lib/libX11.so when searching for -lX11
/usr/bin/ld: warning: libtiff.so.3, needed by /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libgs.so, may conflict with libtiff.so.5
make[1]: Leaving directory `/root/rpm/ImageMagick-6.7.9-3'
Can anyone please help me sort this out?