Click to See Complete Forum and Search --> : GCC


logic
05-15-2002, 06:48 AM
I want to compile with gcc command but when I run this command I get the following error:
"gcc: installation problem, cannot exec "cpp0": no such file or directory"
Help appreciated.
Regards.

Stuka
05-15-2002, 10:17 AM
Sounds like your installation of gcc didn't go correctly. cpp is the C preprocessor - a critical component. You might try reinstalling gcc (or recompiling, if you did it from source), as I doubt too many of us know exactly where that's supposed to go!