Dint want to start a new thread as problem with the compiler in question.
When I run a Hello world program in C using Dev-CPP, I get the following error.
Quote:
Compiler: Default compiler
Executing gcc.exe...
gcc.exe "C:\Users\Casanova\Documents\HelloWorld.c" -o "C:\Users\Casanova\Documents\HelloWorld.exe" -I"F:\Apps\Dev-Cpp\include" -L"F:\Apps\Dev-Cpp\lib"
gcc.exe: installation problem, cannot exec `cc1': No such file or directory
Execution terminated
Compilation successful
|
What to do?