Hello all,

I cannot validate my compilation under Linux with "make check".
Suprisingly the same compilation is fine under Darwin or Solaris.

This is what I do:

> ./configure --prefix=/my/install/dir --enable-shared \
  --disable-dependency-tracking --without-python --without-threads \
  --with-zlib="/my/install/dir" \
  --with-iconv="/my/install/dir"


checking host system type... i686-pc-linux-gnu
[...]
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... no
checking for iconv in -liconv... yes
checking for iconv declaration...
        extern size_t iconv (iconv_t cd,  char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
[...]
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/rm: cannot remove `libtoolT': No such file or directory
Done configuring

> make check
[...]
./runtest &&  ./testrecurse && ./testapi &&  ./testchar&&  ./testdict
&&  ./runxmlconf
failed the URL passing test for urip://example.com/a b.html## XML
regression tests

I build libiconv 1.13.1 und lib 1.2.5 from source myself.

Thanks for any advice
  Axel
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to