2005.03.06 17:00 "[Tiff] Problem with libtiff.a", by Gregory Safford

2005.03.06 19:21 "Re: [Tiff] Problem with libtiff.a", by Frank Warmerdam

but

gcc -o conftest -g -Wall -L${LDFLAGS} -R${LDFLAGS} conftest.c ${USERLIB}/libtiff.a

fails on a bunch of undefined symbols, as

"inflate                             /export/home/sfd0/lib/tiff/lib/libtiff.a(tif_pixarlog.o)"

Greg,

As Bob suggests, it looks like ImageMagick is wanting to link against a shared library version of libtiff that knows about what it depends on. In this case if you link against libtiff.a, you will also need to link against zlib, used for the deflate compression support. Adding -lz may be sufficient to address this.

Best regards,

---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent