From: Caran julien (julien.caran@ties.itu.ch)
Date: Fri Feb 02 2001 - 02:09:59 EST
Salut,
If someone could help I will appreciate, this problem drive me crazy..here
is my build script and the output :
./configure --prefix=/opt/libxml \
--without-iconv \
--with-zlib=/usr/local
$ gmake
...
$ gmake check
....
##
## XML regression tests
##
Testing att1
/bin/sh: 17188 Floating exception - core dumped
1,2d0
< <?xml version="1.0"?>
< <doc attr="to normalize with a space"/>
/bin/sh: 28183 Floating exception - core dumped
Testing att2
/bin/sh: 27768 Floating exception - core dumped
1,2d0
< <?xml version="1.0"?>
< <doc attr="to normalize with a space"/>
/bin/sh: 3155 Floating exception - core dumped
Testing bigentname.xml
gmake[2]: *** [XMLtests] Interrupt
gmake[1]: *** [check-am] Interrupt
gmake: *** [check-recursive] Interrupt
Here is some extra informations :
when I used the following configure it worked (but I need the xptr support)
:
echo "Configure....."
./configure --prefix=/opt/libxml \
--without-iconv \
--with-zlib=/usr/local \
--without-xinclude \
--without-xpath \
--without-xptr
I also successfully compiled the libxm-2.2.2 with all options (but I need
libxm > 2.2.7 for PHP).
cheers.
Julien
---- Message from the list xml@rpmfind.net Archived at : http://xmlsoft.org/messages/ to unsubscribe: echo "unsubscribe xml" | mail majordomo@rpmfind.net
This archive was generated by hypermail 2b29 : Fri Feb 02 2001 - 02:46:32 EST