Email Spam Filter:
jwSpamSpy
Try it for free!


About spam / "419" / Blog
jwSpamSpy
Recent spam domains
Spam domain blacklist

Software
Links
joewein.de
joewein.net
Contact
Google

 

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 directory

Explanation: The C++ compiler is not isntalled.

Solution: Download and install the C++ compiler:

apt-get install g++