Results 1 to 8 of 8
Does anyone know where to get gcc and how to install it to a Red Hat Enterprise system? Thanks....
- 07-01-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
how to install GCC onto Red Hat Enterprise system?
Does anyone know where to get gcc and how to install it to a Red Hat Enterprise system? Thanks.
- 07-01-2011 #2Code:
yum install gcc
You must always face the curtain with a bow.
- 07-01-2011 #3Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
- 07-01-2011 #4
Yum is the package manager.
This program reaches out to the software repositories and retrieves gcc and all of the dependencies.
It is then installed to your system.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-05-2011 #5Just Joined!
- Join Date
- Jul 2011
- Posts
- 3
I am told that yum will not work on my Enterprise 4 Red Hat.
yum works on Enterprise 5 or newer.
Please advise. Thanks.
- 07-05-2011 #6
RHEL 4 is getting pretty old, now.
Is there any reason not to upgrade your system to a newer version?
Anyways... have you installed yum to your system?
If not, here is a page detailing how to go about it.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-05-2011 #7
I believe, the command before yum was up2date
so this might be worth a try:
up2date gcc
May I ask, what you are actually trying to achieve by installing gcc?
Other than that, rh4 is quite old, any chance of upgrading?You must always face the curtain with a bow.
- 07-05-2011 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
The gcc compiler should have been installed by default, but if not, you can use the "rpm" command to install it, assuming you have a valid support license from Red Hat. If not, then you will either need to download the rpm files for gcc (and dependencies), or switch over to an RHEL 4 clone, such as CentOS or Scientific Linux that does not require paid-for support contracts.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
