Hello all,
I've been trying to run the ./configure command to compile a few programs, but I was having trouble with not having a c++ compiler. After installing gcc, I decided to test it by making a small simple c++ program. I put the program on my Desktop, open my Desktop folder in terminal, and type "gcc test.cpp" and it returns:
Code:
gcc: error trying to exec 'cc1plus': execvp: No such file or directory
Now, I did a few google searches, but the only returns I got were concerning Ubuntu. I tried a few suggestions that were offered (namely trying to install g++) however I was unable to find g++ on yum. Could anyone offer any suggestions please?
Thanks very much.