PDA

View Full Version : gcc: installation problem, cannot exec `cc1plus': No such file or directory



kjkrum
January 12th, 2005, 08:22 AM
I just tried to use gcc and got this error:

gcc: installation problem, cannot exec `cc1plus': No such file or directory

I am running Warty... gcc version Debian 1:3.3.4-9ubuntu5.

Google found some info about this problem in gcc 3.0.2, and it was supposedly fixed then. Hmm...

Thanks for your time,
Krum

kjkrum
January 13th, 2005, 06:08 AM
Solved:

# apt-get install g++

qrwe
December 3rd, 2006, 07:15 PM
Preferrable is:
# sudo apt-get install g++

Don't forget to be ready with your installation CD if asked for.