I am using ubuntu 12.04. I\'m trying to \"make\" a project.
I get this error:
g++: error trying to exec \'cc1plus\': execvp: No such file or director
I have g++ installed.
You do, but you don't have it installed correctly.
First run which g++ -- it's likely that your PATH is pointing at something other than /usr/bin/g++, and that version is not properly installed.
which g++
PATH
/usr/bin/g++