I just installed DevCpp, but it wont compile anything. Its says theres an istallation problem with gcc, but I downloaded the version with: with Mingw/GCC 3.4.2. Anyway this is what it says in the compile log:
Code:
Compiler: Default compiler
Executing  gcc.exe...
gcc.exe "C:\Users\mike\Documents\DevCpp Code\SwapTest.c" -o "C:\Users\mike\Documents\DevCpp Code\SwapTest.exe"    -I"include"   -L"lib" 
gcc.exe: installation problem, cannot exec `cc1': No such file or directory

Execution terminated
Compilation successful
Has anyone else had this problem, or does anyone know what I can do to fix it? This never happened on winXP.