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
April 2008

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

2008.04.10 18:58 "Linking against libz, libjpeg", by <dean@brewsession.com>
2008.04.10 21:43 "Re: Linking against libz, libjpeg", by Bob Friesenhahn
2008.04.10 23:38 "Re: Linking against libz, libjpeg", by <dean@brewsession.com>
2008.04.10 23:57 "Re: Linking against libz, libjpeg", by Bob Friesenhahn
2008.04.11 14:50 "Re: Linking against libz, libjpeg", by <dean@brewsession.com>
2008.04.11 09:44 "Re: Linking against libz, libjpeg", by Andrey Kiselev

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

On Thu, 10 Apr 2008, Dean wrote:

> 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/