Problem scenario
You run gcc to compile a C program, but you get this error:
"gcc: error trying to exec 'cc1plus': execvp: No such file or directory"
Solution
Install a C compiler. If you do not know how, see this posting.
A Technical I.T./DevOps Blog
Problem scenario
You run gcc to compile a C program, but you get this error:
"gcc: error trying to exec 'cc1plus': execvp: No such file or directory"
Solution
Install a C compiler. If you do not know how, see this posting.