On Monday, August 25, 2003, at 02:56 PM, Chris B. Vetter wrote:
On Mon, 25 Aug 2003 14:53:35 -0600 Adam Fedor <[EMAIL PROTECTED]> 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>
Well, it could be because CONFIG_SYSTEM_LIBS is inserted in the wrong place (after -ltiff). I should really rename that to CONFIG_SYSTEM_LDFLAGS and put it earlier in the link line. I'll look into that.
You could verify that by typing
make messages=yes
and see where it is when trying to link libgnuste-gui
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
