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++ and gcc installed.
sudo find / -name "cc1plus"
Gave me something like /usr/lib/gcc/x86_64-linux-gnu//cc1plus
/usr/lib/gcc/x86_64-linux-gnu//cc1plus
So I added it to the $PATH
export PATH="/usr/lib/gcc/x86_64-linux-gnu/:$PATH"