Browse - programming tips - cc1plus execvp no such file or directoryDate: 2010nov4 OS: Linux Language: C++ Q. What does this error mean: gcc -g ... -c myfile.cpp gcc: error trying to exec 'cc1plus': execvp: No such file or directory A. You are trying to compile a C++ program without the C++ compiler installed. On Fedora do this: yum install gcc-c++
Add a commentSign in to add a comment | Advertisements:
|