Seems there is still bugs hiding, someone has some flytox ?
- Makefile.am: Martin Baulig suggested to add -lm
- tree.c: found another bug in xmlNodeGetContent()
Daniel
diff --git a/Makefile.am b/Makefile.am
index 052d2bd..f7179d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@
 bin_SCRIPTS=xml2-config
 
 lib_LTLIBRARIES = libxml2.la
-libxml2_la_LIBADD = @Z_LIBS@
+libxml2_la_LIBADD = @Z_LIBS@ -lm
 
 libxml2_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@