|
FC5 -- g++ non-existant?
So basically, what happens is when I try to use g++, I get a message saying it does not exist. When I then try to compile the same code using gcc, I get this message:
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
This is on Fedora Core 5, and the gcc version is i386 4.1.0-3. Has anyone else had this issue, or can anyone point me in the right direction to solving this problem?
Thanks in advance.
|