bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Last Friday's CVS


From: Adam Fedor
Subject: Re: Last Friday's CVS
Date: Mon, 25 Aug 2003 15:08:38 -0600


On Monday, August 25, 2003, at 02:56 PM, Chris B. Vetter wrote:

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>



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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]