| 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 |
Thread2006.08.01 15:43 "Re: Fwd: Help *** [libtiff.la] Error 1: On Solaris at Compilations", by Bob FriesenhahnOn Tue, 1 Aug 2006, Dotun Olafunmiloye wrote: > I am trying to compile libtiff 3.8.4 on solaris with ojpeg enabled, but make > dies when it enters the libtiff subdirectory > with libtiff.la errors. Snapshot of the errors below; The problem is (likely) that your libz is installed as a static library rather than a shared library. Shared libraries should only link with shared libraries. Either install libz as a shared library, or use --disable-shared when configuring libtiff so that it is built as a static library. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||