MinGW is a popular Windows programming environment for Minimalist GNU for Windows. It combines the acclaimed GNU Compiler Collection (GCC) with Windows-specific libraries to provide a comprehensive ...
If you have access to a Windows machine, it might be simpler to install mingw on it and compile on it directly. (And mingw's gcc won't generate binaries that depend on cygwin1.dll.) ...