2006.08.01 14:21 "[Tiff] Fwd: Help *** [libtiff.la] Error 1: On Solaris at Compilations", by Dotun Olafunmiloye

2006.08.01 15:43 "Re: [Tiff] Fwd: Help *** [libtiff.la] Error 1: On Solaris at Compilations", by Bob Friesenhahn

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/