>>>> "Paul" == Paul Keusemann
<pkeusem(a)visi.com> writes:
Paul> I can't get TIFF support configured correctly when trying to build with
Paul> the SPARCWorks compiler. Works fine if I build with gcc. The problem is
Paul> solaris includes a libtiff in /usr/openwin/lib which does not have
Paul> TIFFOpenClient in it. I've got the 3.4 version of libtiff in /usr/local/lib
Paul> but I can't get configure to find it. I've changed my LD_LIBRARY_PATH
Paul> variable to check /usr/local/lib before /usr/openwin/lib, /usr/local/lib
Paul> is in --site-libraries and --site-runtime-libraries and I've tried adding
Paul> "-R /usr/local/lib -L /usr/local/lib" to --ldflags.
Paul> Any ideas?
--site-libraries + --site-runtime-libraries is designed to work. As
always, check config.log to see what the actual link commands are and
why the configure tests failed. You'll want to install the graphics
libs as static, not dynamic, libraries to help avoid this kind of
lossage, since then then you only have to get compile + link right,
instead of compile + link + run.
You are trapped in a maze of configure variables, all slightly different.
Martin