I have a problem.
When I get to compiling my C program (example in book) in says
"gcc: installation problem, cannot exec 'cc1': No such file or directory"
What I've done. I've gotten Dev-C++, installed it. Typed some stuff it says to.eg. "copy con gcc.bat" "@c:\Dev-C++\bin\gcc %1 %2 %3 %4 %5 %6" in command prompt. I've tried to compile it, thats when I get the error. I type "gcc goodbye.c -o goodbye" in cmd in the directory that I've saved the C file in.
Any help would be appreciated, don't care if it doesn't work, I just want help.