Eric Blake wrote:
> > Test results of a Gnulib POSIX testdir on Cygwin 1.7.30 (32-bit):
> 
> Can we repeat with modern cygwin 2.8.2?

You can do so using the usual steps:
  1. On a development machine:
     - Check out gnulib.
     $ ./gnulib-tool --create-testdir --dir=/tmp/testdir-posix --with-tests 
--single-configure `./posix-modules`
     $ cd /tmp
     $ tar cvfz testdir-posix.tar.gz testdir-posix
  2. Transfer testdir-posix.tar.gz to the Cygwin machine.
  3. On the Cygwin machine:
     $ tar xfz testdir-posix.tar.gz
     $ cd testdir-posix
     $ ./configure CPPFLAGS="-Wall" 2>&1 | tee log1 \
       && make 2>&1 | tee log2 \
       && make check 2>&1 | tee log3

I'm not doing testing with the most recent Cygwin. Currently, I have configured
machines with Cygwin 2.6.1, 1.7.30, 1.5.25.

Bruno


Reply via email to