| 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 |
Thread2008.04.10 21:43 "Re: Linking against libz, libjpeg", by Bob FriesenhahnOn 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/ |
|||||||