====== MinGW and Cygwin ====== ===== Links MinGW ===== * http://www.cccp-project.net/wiki/index.php?title=Installing_MSYS-MinGW * GTK+: http://www.gtk.org/download-windows.html ===== Set console/windows application ===== **CygWin** * **-mconsole** (default) - compile console application * **-mwindows** - compile windows application I've read that these are deprecated. This should be used instead: -Wl,-subsystem,windows -Wl,-subsystem,console If you need to compile mingw application using cygwin use this compiller option: -mno-cygwin **MinGW** * should be the same as cygwin... or not ?