Re: [xslt] ./configure --with-libxml-src not finding libs
- From: Jason Viers <lists beanalby net>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Subject: Re: [xslt] ./configure --with-libxml-src not finding libs
- Date: Fri, 18 Jan 2008 17:56:07 -0500
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]