1

I can open files with Vim, but i can't compile them with cc every time it says:

cc: error trying to exec 'cc1plus': execvp: No such file or directory

files are also listed in ll

Prof. MaMad
  • 113
  • 5

1 Answers1

2

Try the following:

sudo apt-get update

sudo apt-get install --reinstall build-essential

Keltari
  • 75,447