Forum - libxml2-2.9.10

Jump to navigation Jump to search
Overview > Topics > Porting > libxml2-2.9.10
[#26]

Dear all,

I confirmed that "make check" without python of libxml2-2.9.10 was passed by NEC C/C++ compiler version 2.5.1, 3.0.8 with the attached patch. This patch is necessary to handle -0.0 and NaN.

$ tar xzf libxml2-2.9.10.tar.gz
$ cd libxml2-2.9.10
$ patch -p0 < xpath.patch
$ export CC=ncc-3.0.8
$ export VE_LD_LIBRARY_PATH=<install-path/lib>
$ ./configure --without-python --prefix=<install-path>
$ make install
$ make check
Posted by NEC admin (administrator) on 17 June 2022 at 02:02.
Edited by NEC admin (administrator) on 20 June 2022 at 08:10.