[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xml error building on older NetBSD box
From: |
Riccardo Mottola |
Subject: |
xml error building on older NetBSD box |
Date: |
Tue, 20 Mar 2012 21:47:02 +0100 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD i386; rv:9.0.1) Gecko/20120110 Firefox/9.0.1 SeaMonkey/2.6.1 |
Hi,
Making all for tool autogsdoc...
gcc -rdynamic -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/X11R6/lib
-L/usr/X11R6/lib -pthread -fgnu-runtime -o obj/autogsdoc \
./obj/autogsdoc.obj/autogsdoc.m.o
./obj/autogsdoc.obj/AGSParser.m.o ./obj/autogsdoc.obj/AGSOutput.m.o
./obj/autogsdoc.obj/AGSIndex.m.o ./obj/autogsdoc.obj/AGSHtml.m.o \
-L../Source/./obj -L/home/multix/GNUstep/Library/Libraries
-L/Local/Library/Libraries -L/System/Library/Libraries
-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -L/System/Library/Libraries
-L/Local/Library/Libraries -L/Local/Library/Libraries -lgnustep-base
-lpthread -lobjc -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -lz -lm
-lcallback -lavcall -lrt -lpthread -lz -lm
../Source/./obj/libgnustep-base.so: undefined reference to `xmlSaveToBuffer'
../Source/./obj/libgnustep-base.so: undefined reference to
`xmlDOMWrapAdoptNode'
I wonder if this is because the installed xml library (2.7.8) is too old
or if there is some path / linker flag option. But why do I get an error
while linking and not during compilation?
The xml manual does not seem to specify with which version a certain
function became available
http://xmlsoft.org/html/libxml-xmlsave.html
I'm going to try to compile with --disable-xml
Riccardo
- xml error building on older NetBSD box,
Riccardo Mottola <=