|
gcc: installation problem, cannot exec `cc1plus': No such file or directory
Problem: An application is running on Debian tries to compile a .cpp file. It gets the following error message: gcc: installation problem, cannot exec `cc1plus': No such file or directoryExplanation: The C++ compiler is not isntalled. Solution: Download and install the C++ compiler: apt-get install g++ |