Closed GoogleCodeExporter closed 9 years ago
Sounds like your libtiff is built deficiently (failure for *it* to link against
its own dependent libs) or maybe static-only. libjpeg and libz are
runtime-linked (but png and giflib do not appear to be), but the others do not
appear to be, and none are part of the public interface to libtiff. On my OS X
with libtiff.dylib that is fully linked, -ltiff is sufficient to get the
detection to succeed.
Original comment by dma...@gmail.com
on 9 Jul 2011 at 6:56
I had the same issue on my debian 6.0, but then installing:
libtiffxx0c2 - Tag Image File Format (TIFF) library -- C++ interface
and
libtiff4-dev - Tag Image File Format library (TIFF), development files
solved the problem, libtiff is now detected during ./configure, and I don't get
any error anymore.
Original comment by mathieu....@gmail.com
on 13 Aug 2011 at 7:30
This is a duplicate of issue 48, which has been fixed.
Original comment by dan.bloo...@gmail.com
on 22 Aug 2011 at 5:35
Original issue reported on code.google.com by
Bill.Jan...@gmail.com
on 3 May 2011 at 7:34