Steven Schweda - 2019-01-01

How can I build InfoZip (Unzip 6.x) on Mingw/Msys2.. [...]

The secret is hidden in INSTALL (under "Win32 (WinNT or Win9x)":

  [...] for mingw32 and CygWin, GNU Make and win32\Makefile.gcc
  should do the job. [...]

So, a command like the following should work:

  make -f win32/Makefile.gcc

On the bright side, with the next UnZip beta release (6.1c), the
standard Unix build procedure should work as expected in MinGW.
(Basically, "-DUNIX" is replaced by "-DWIN32", but there were also some
other changes to unix/configure and unix/Makefile, so I don't see a
simple way to use the 6.00 Unix builders in that environment.)