I had to build a few packages such as gnutls 2.12.6.1, libgcrypt 1.5.0 and compiled in glibc 2.14 modules `fnmatch' and `mempcpy' but the good news is that the unit tests all run and pass. The other tests either fail or are skipped. It seems that without `fnmatch' only a few of the unit tests run before exiting. (msys shell output follows:) mingw32-gcc-4.5.2 -O2 -Wall -Wextra -L/mingwtst/lib -o unit-tests.exe ../src/ libunittest.a ../lib/libgnu.a d:/gnutls/lib/libgnutls.dll.a -Ld:/gnutls/lib d:/g nutls/lib/libtasn1.dll.a -lgcrypt.dll -lzdll -lws2_32 -Ld:/gnutls/lib d:/gnu/gnu win32/lib/libiconv.dll.a -Ld:/gnu/gnuwin32/lib /mingw/lib/libintl.a -Ld:/gnu/gnu win32/lib d:/gnu/gnuwin32/lib/libiconv.dll.a -Ld:/gnu/gnuwin32/lib -lws2_32 -li dn.dll d:/gnutls/lib/libgnutls.dll.a -Ld:/gnutls/lib d:/gnutls/lib/libtasn1.dll. a -lgcrypt.dll -lzdll -lws2_32 -Ld:/gnutls/lib d:/gnu/gnuwin32/lib/libiconv.dll. a -Ld:/gnu/gnuwin32/lib /mingw/lib/libintl.a -Ld:/gnu/gnuwin32/lib d:/gnu/gnuwin 32/lib/libiconv.dll.a -Ld:/gnu/gnuwin32/lib -lws2_32 -lidn.dll ./unit-tests.exe RUNNING TEST test_parse_content_disposition... PASSED
RUNNING TEST test_subdir_p... PASSED RUNNING TEST test_dir_matches_p... PASSED RUNNING TEST test_commands_sorted... PASSED RUNNING TEST test_cmd_spec_restrict_file_names... PASSED RUNNING TEST test_path_simplify... PASSED RUNNING TEST test_append_uri_pathel... PASSED RUNNING TEST test_are_urls_equal... PASSED RUNNING TEST test_is_robots_txt_url... PASSED ALL TESTS PASSED Tests run: 9 make[3]: Leaving directory `/d/gnu-devel/mingw-bld/tests' make[2]: Leaving directory `/d/gnu-devel/mingw-bld/tests' Making check in util make[2]: Entering directory `/d/gnu-devel/mingw-bld/util' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/d/gnu-devel/mingw-bld/util' make[2]: Entering directory `/d/gnu-devel/mingw-bld' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/d/gnu-devel/mingw-bld' make[1]: Leaving directory `/d/gnu-devel/mingw-bld' ...(end of msys shell output) Thanks again for all the superior work on this package. -- Allan J. Mui
