2008.04.10 15:56 "[Tiff] PREFIX with a comma?", by Dean

2008.04.10 21:43 "Re: [Tiff] Linking against libz, libjpeg", by Bob Friesenhahn

Hello Tiff folks, remember me? ;-)

I am building libtiff for sparc-sun-solaris2.10 and can't get it to link

against the non-system libz and libjpeg.

Note that I tell it to look for zlib and jpeg in /usr/dist/share/..., but the

compiled binaries link against /usr/lib:

Is there something I am missing?

I never use libtiff configure's "helper" arguments so I can't say if they work. However, it is important that the libraries you install are shared libraries because the linker will turn its nose up at a static library and use a shared library instead even if the static library is in the linker search path first.

When in doubt about what is actually being tested, look in config.log and see what the compiler was trying to do.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/