Re: [xslt] ./configure --with-libxml-src not finding libs



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


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