gnustep-dev
[Top][All Lists]
Advanced

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

which_lib broken ?


From: mirko . viviani
Subject: which_lib broken ?
Date: Thu, 22 Feb 2001 14:37:00 +0000

Ciao.

With current makefiles I can't compile tools/apps since which_lib removes
-Ldir from the linker flags.

ie:

gmake[1]: Entering directory `/usr/home/mirko/Sources/gnustep/core/base/Tools'
Making all for ctool gdomap...
gcc -rdynamic     -L/usr/local/GNUstep/System/Libraries/ix86/freebsdelf  -o
shared_obj/ix86/freebsdelf/gnu-gnu-gnu-xgps/gdomap \
         shared_obj/ix86/freebsdelf/gnu-gnu-gnu-xgps/gdomap.o  \
        -L../Source/shared_obj/ix86/freebsdelf/gnu-gnu-gnu-xgps     
-L/usr/local/GNUstep/Local/Libraries/ix86/freebsdelf/gnu-gnu-gnu-xgps
-L/usr/local/GNUstep/Local/Libraries/ix86/freebsdelf
-L/usr/local/GNUstep/System/Libraries/ix86/freebsdelf/gnu-gnu-gnu-xgps
-L/usr/local/GNUstep/System/Libraries/ix86/freebsdelf   -lxml2 -lz -liconv -lssl
-lcrypto -lgmp -lm -pthread
/usr/libexec/elf/ld: cannot find -lxml2
gmake[3]: *** [shared_obj/ix86/freebsdelf/gnu-gnu-gnu-xgps/gdomap] Error 1


while in base.make I have:

  CONFIG_SYSTEM_INCL +=  -I/usr/local/include
-I/usr/local/GNUstep/System/Headers -I/usr/local/include/libxml2
-I/usr/local/include
  CONFIG_SYSTEM_LIBS +=  -L/usr/local/lib -L/usr/local/lib -lxml2 -lz
-L/usr/local/lib -liconv -lssl -lcrypto -lgmp
  CONFIG_SYSTEM_DEFS += -DHAVE_ICONV 

--
Bye,
  Mirko





reply via email to

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