I have a RedHat 6 machine, which came with gcc but without g++.
The gcc version is 4.4.4 20100726 (this is what I got from gcc --version).
How can I get g++ working? Currently, the shell just returns "command not found".
|
I have a RedHat 6 machine, which came with How can I get g++ working? Currently, the shell just returns "command not found". |
|||||
|
|
You need to install the gcc-c++ package: |
|||||||||
|