
> Please notice that some programs you are developing require specific unix functionality / libs that is provided only through the Cygwin layer. tab "Compiler" -> tab "Other options": add the compiler switch: -mno-cygwin.If you want to create pure (native) win32 applications that do not require the Cygwin DLL you may add the following:.tab "linker" (notice the missing "\usr" in contrast to the compiler):.tab "compiler" (notice the "\usr" in contrast to the linker):.Under the "Directories" tab make sure to adjust the include/lib path's:.(Note, The "-3" may need to be changed to "-4" in the following exe).under "Program files" setup the following for the executables:.



In Code::Blocks under Settings->Compiler and debugger do the following: This article describes the steps required to attach the GNU Cygwin Compiler suite. Make sure that you have installed Cygwin at least with the GCC, G++ and GDB packages.
