I'm applying this as obvious. Findutils 4.3.8 fails to compile out of the box on cygwin without this, since the canonicalize-lgpl test is not linked against libintl.
2007-06-19 Eric Blake <[EMAIL PROTECTED]> * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD): Allow compilation on cygwin. Index: modules/canonicalize-lgpl-tests =================================================================== RCS file: /sources/gnulib/gnulib/modules/canonicalize-lgpl-tests,v retrieving revision 1.3 diff -u -p -r1.3 canonicalize-lgpl-tests --- modules/canonicalize-lgpl-tests 6 Apr 2007 20:08:02 -0000 1.3 +++ modules/canonicalize-lgpl-tests 19 Jun 2007 12:58:37 -0000 @@ -11,4 +11,4 @@ TESTS += test-canonicalize-lgpl.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-canonicalize-lgpl EXTRA_DIST += test-canonicalize-lgpl.sh - +test_canonicalize_lgpl_LDADD = $(LDADD) @LIBINTL@ -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED]