AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
December 2003

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2003.12.04 12:59 "tiff-3.6.0 & ImageMagick-5.5.[7|8]", by Michael J Dufresne
2003.12.04 14:22 "tiff-3.6.0 & ImageMagick-5.5.[7|8]", by Andrey Kiselev

2003.12.04 12:59 "tiff-3.6.0 & ImageMagick-5.5.[7|8]", by Michael J Dufresne

Good morning list,

I have been trying to get ImageMagick compiled to support converting
canon crw files to 16-bit tiff. To support that I downloaded, configured
and installed tiff-3.6.0. 

The problem I am running into is that ImageMagick is failing the tests
for libtiff with the following errors:

checking for TIFF support ... 
checking tiff.h usability... yes
checking tiff.h presence... yes
checking for tiff.h... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFOpen in -ltiff... yes
checking for TIFFClientOpen in -ltiff... no
checking for TIFFIsByteSwapped in -ltiff... no
checking for TIFFReadRGBATile in -ltiff... no
checking for TIFFReadRGBAStrip in -ltiff... no
checking if TIFF package is complete... no -- some components failed
test

The only changes I made were to config.site to add in the paths for the
jpeg and libz libraries and includes.

The system is:

Sun Ultra30
Solaris 8 2/02 (fully patched)
gcc-3.3.2

Am I missing other libs to support the full functionality that libtiff
should provide? Or am I just buggering the configure?

Thank you for the help,

Mike DuFresne