Results 1 to 5 of 5
How can I install a compiler on RedHat Linux preferably, if I want to install compiler for C language ?...
- 03-18-2010 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 5
Installing a compiler
How can I install a compiler on RedHat Linux preferably, if I want to install compiler for C language ?
- 03-18-2010 #2
- 03-18-2010 #3
Open Terminal and execute this
Code:su -c yum install gcc gcc-c++
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-18-2010 #4Just Joined!
- Join Date
- Jul 2009
- Posts
- 5
Installing a compiler
I tried yum install gcc gcc-g++ but it gave following error after trying several mirrors:
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rawhide. Please verify its path and try again
I am using Fedora 9 (Sulphur). Does installation require upgrading to a higher version ?
- 03-18-2010 #5
Fedora 9 is not supported by Fedora Team now ( EOF )and I won't suggest you to upgrade it. A lot of things have been changed in latest version Fedora 12.
I would suggest you to go for fresh install of latest version, Fedora 12.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote