How Do You Troubleshoot the C Compile-Time Error “gcc: error trying to exec ‘cc1plus’: execvp: No such file or directory” 08/19/201806/01/2019 0 Comments Problem scenarioYou run gcc to compile a C program, but you get this error:"gcc: error trying to exec 'cc1plus': execvp: No such file or directory" SolutionInstall a C compiler. If you do not know how, see this posting. Tweet