Here's the output of "cat /usr/lib/pkgconfig/libxml-2.0.pc":
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
modules=1

Name: libXML
Version: 2.7.5
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2
Libs.private:  -lz  -lm 
Cflags: -I${includedir}/libxml2

You're supposed to use it with:
AC_CHECK_LIB([xml2], [xmlParseFile])
PKG_CHECK_MODULES(XML2, "libxml-2.0")
in your configure.ac file...

-- 
libxml2-dev does not correctly update the Include path
https://bugs.launchpad.net/bugs/293130
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to