On Mon, 25 Aug 2003 14:53:35 -0600
Adam Fedor <fedor@doc.com> wrote:
On Monday, August 25, 2003, at 02:18 PM, Chris B. Vetter wrote:
As you can see, -ltiff is set, but /usr/local/[lib,include] are not.
Yes, that's correct. Because /usr/local/{lib,include} should be in
make/config.make (CONFIG_SYSTEM... variables).
Then why is -gui complaining about not being able to find libtiff.so.*
to link against?
The entries are there, after all:
:0> grep CONFIG_SYSTEM /System/Library/Makefiles/config.make
CONFIG_SYSTEM_INCL = -I/usr/local/include
CONFIG_SYSTEM_LIBS = -L/usr/local/lib
CONFIG_SYSTEM_DEFS =
:0>