Elbert & Nicole Pol <[email protected]> writes: > Hi, > Did port today Libidn to os/2 > I use gcc v4.4.1 > All went wel except the check failed on some things. > Can you look at it and mayby you know why this happens..
Hi! Thanks for report. Did you need to change any of the code? ... > make.exe[4]: Leaving directory `U:/libidn-1.15/gltests' > U:/MOZTOOLS/make.exe check-TESTS > make.exe[4]: Entering directory `U:/libidn-1.15/gltests' > U:/libidn-1.15/build-aux: permission denied > expr: not found > expr: not found > FAIL: test-errno.exe > U:/libidn-1.15/build-aux: permission denied > expr: not found > expr: not found > FAIL: test-strerror.exe > U:/libidn-1.15/build-aux: permission denied > expr: not found > expr: not found > FAIL: test-string.exe > U:/libidn-1.15/build-aux: permission denied > expr: not found > expr: not found > FAIL: test-unistd.exe > U:/libidn-1.15/build-aux: permission denied > expr: not found > expr: not found > FAIL: test-vc-list-files-git.sh > U:/libidn-1.15/build-aux: permission denied > expr: not found > expr: not found > FAIL: test-vc-list-files-cvs.sh > sed: not found > > All tests passed > > make.exe[4]: Leaving directory `U:/libidn-1.15/gltests' I suspect the problem is that you need to have the POSIX tool "expr" installed. However, the above tests are in the gltests/ directory which are non-critical -- the important self-tests are for libidn library itself: > PASS: tst_stringprep.exe > PASS: tst_punycode.exe > PASS: tst_idna.exe > PASS: tst_idna2.exe > PASS: tst_nfkc.exe > PASS: tst_pr29.exe > PASS: tst_strerror.exe > PASS: tst_toutf8.exe > PASS: tst_tld.exe > ================== > All 9 tests passed > ================== And since they all passed, your build should work fine. /Simon _______________________________________________ Help-libidn mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-libidn
