I've verified that it compiles properly if .libs is appended to
LIBXML_LIBS var, attached a patch in case it wants to be applied.
Jason
--- configure.orig Fri Jan 18 17:53:24 2008
+++ configure Fri Jan 18 17:53:10 2008
@@ -21948,7 +21948,7 @@
SRC_DIR=`pwd`
XML_CONFIG=${SRC_DIR}/xml2-config
LIBXML_CFLAGS="-I${SRC_DIR}/include"
- LIBXML_LIBS="-L${SRC_DIR}"
+ LIBXML_LIBS="-L${SRC_DIR}/.libs"
cd $CWD
else
{ { echo "$as_me:$LINENO: error: libxml source dir not found
(${LIBXML_SRC}), typo?" >&5
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt