g++ Problems
I've run into a reoccurring problem when installing a couple of programs from source. I received the error message 'g++: command not found' when running 'MAKE'. I've read that gcc versions 2.8 and higher has g++ installed by default, however I'm using gcc version 3.2.3, and it's apparently not. How can I install g++?
Thanks for any help.
|