discuss-gnustep
[Top][All Lists]
Advanced

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

Bug in gstep-make


From: Frederic De Jaeger
Subject: Bug in gstep-make
Date: 02 Apr 2003 13:04:00 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hello list,

I think there is a little bug in the makefile package.  I have
libffcall installed in a non-standard place (say '/perso/lib').

when I configure the makefile package I do
CPPFLAGS="-I/perso/include" LDFLAGS="-L/perso/lib"  ./configure ...

and this put these two lines

  CPPFLAGS = -I/perso/include
  LDFLAGS = -L/perso/lib 

into config.make (inside System/Makefile).
This is nice.

After that, I configure the base package with almost the same line as
above.  When I build the base package, the link failed because it
can not find libffcall (but the compilation goes well).
It occurs that the linker is called without -L/perso/lib which is bad.

Cheers,


 Frederic De Jaeger




reply via email to

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