discuss-gnustep
[Top][All Lists]
Advanced

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

Re: libxml problem


From: richard
Subject: Re: libxml problem
Date: Thu, 21 Sep 2000 21:07:53 +0100

On Thu, 21 Sep 2000 21:13:16 +0200 (MET DST), pyrivail@ens-lyon.fr wrote:
> I'm trying to compile GNUstep libs but i have an libxml-related error (at
> least, that is what I believe) during the gdnc compilation.
> I have already installed xml-2.2.3.
> Anyone has an idea ?
>
> Pierre-Yves Rivaille
>
>
>
> [pyrivail@r152m220 Tools]$ make
> Making all for ctool gdomap...
> make[2]: Nothing to be done for `internal-ctool-all'.
> Making all for tool gdnc...
> gcc -rdynamic      -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/gdnc \
> shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/gdnc.o  \
> -L../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps
> -L/usr/GNUstep/Network/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps
> -L/usr/GNUstep/Network/Libraries/ix86/linux-gnu
> -L/usr/GNUstep/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps -L
> /usr/GNUstep/Libraries/ix86/linux-gnu -L/usr/local/lib -L/usr/local/lib
> -L/usr/X11R6/lib  -lgnustep-base -lobjc -lpthread -ldl -lm
<snip>
> ../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-base.so:
> undefin ed reference to `xmlCreateFileParserCtxt'
> collect2: ld returned 1 exit status

You aren't linking with libxml.

My guess is that what you need to do is update to a recent version of the
make package, remove config.cache, re-run configure in the make package, and
re-install it so that it finds libxml.

Watch the output from configure to see that it finds libxml ok.  I'm running
with an rpm of libxml 2.1.1, and that works fine - it may be that configure
failed to find your libxml if you installed in a non-standard location.
If configure can't find your installation, and you can't be bothered to work
out why, you can always grab an rpm and install it.


reply via email to

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