On Mon, Feb 06, 2017 at 10:38:52AM -0800, Jim Meyering wrote:
http://meyering.net/gzip/gzip-1.8.18-00e6.tar.xz
One more failure: On Cygwin/2.6.0 with mingw: === make[2]: Entering directory '/tmp/gzip-1.8.18-00e6.bHRTJN/gzip-1.8.18-00e6' CC version.o AR libver.a CC bits.o CC deflate.o CC gzip.o gzip.c:1900:37: error: unknown type name 'uid_t' do_chown (int fd, char const *name, uid_t uid, gid_t gid) ^ gzip.c:1900:48: error: unknown type name 'gid_t' do_chown (int fd, char const *name, uid_t uid, gid_t gid) ^ gzip.c: In function 'copy_stat': gzip.c:1956:5: warning: implicit declaration of function 'do_chown' [-Wimplicit-function-declaration] do_chown (ofd, ofname, -1, ifstat->st_gid); ^ make[2]: *** [Makefile:1638: gzip.o] Error 1 make[2]: Leaving directory '/tmp/gzip-1.8.18-00e6.bHRTJN/gzip-1.8.18-00e6' === regards, - assaf