> > FAIL: test-u16-casecoll > > ======================= > > ../../gltests/unicase/test-casecmp.h:34: assertion 'my_casecmp (input, > > SIZEOF (input), NULL, 0, NULL, nf, &cmp) == 0' failed > > FAIL test-u16-casecoll.exe (exit status: 3) > > These 28 failures are because you don't have an 'iconv' library installed. > See gnulib/DEPENDENCIES (search for 'libiconv').
I initially installed the Cygwin package named "libiconv-devel" when I encountered those errors. Then I tried adding the package named "libiconv," but I still experienced the same errors. I also tried adding -I/usr/include and -L/usr/lib, to no avail (I knew that was useless, but I tried anyway). Since I have that find /usr -name libiconv.* -o -name iconv.* | grep -vE '.(mo|html|gz|go|scm)$' gives me: /usr/include/iconv.h /usr/share/aclocal/iconv.m4 /usr/bin/iconv.exe /usr/lib/libiconv.a /usr/lib/libiconv.dll.a Is the configure script maybe assuming that libraries in Cygwin have a .lib file extension? If so, could that be the reason for the test failures? -- Michele