| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2005.03.06 19:21 "Re: Problem with libtiff.a", by Frank WarmerdamOn Sun, 06 Mar 2005 12:00:18 -0500, Gregory Safford <gdsafford@mail.com> wrote:
> 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)"
...
> Can anyone suggest where I am going wrong?
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
|
|||||||