Back from vacation I re-built latest gnulib under latest Cygwin: http://autobuild.josefsson.org/gnulib/log-201004130216951714000.txt
As you can see, it runs the new havelib checks which fails -- I assume these are part of the "unportable" tests? Right now I create the directory like this: gnulib-tool --create-testdir --with-tests --dir build Is there a way to avoid all the unportable tests? For example, a --without-unportable-tests? Or do I have to do something like gnulib-tool --create-testdir --with-tests --dir build `gnulib-tool --list|grep -v havelib` /Simon