Results 1 to 5 of 5
Dear All,
My machine is running with RHEL Workstation version 4. I would like to upgrade present gcc 3.4.6 to gcc-4.3.2 to be able to compile OPENMP codes. However I ...
- 03-31-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 1
RHEL Workstation v.4 gcc upgrade problem
Dear All,
My machine is running with RHEL Workstation version 4. I would like to upgrade present gcc 3.4.6 to gcc-4.3.2 to be able to compile OPENMP codes. However I cannot upgrade it with up2date command.Can anybody please help me to know how to upgrade gcc.
Thanks in advance!
Sanem
- 03-31-2010 #2Linux 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
If you have a recent version of RHEL or Fedora, you can use the 'yum' command to install the package. If it's an older one, you can use 'rpm'. In either case, you can have more than one version of the gcc tool chain installed on your system. I have 3.4, 4.1, and 4.4 installed on mine.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 03-31-2010 #3
yum wasn't native in RHEL 4, and is a PITA to get working there. But I'm guessing that OP can't update with up2date because there's no valid entitlement/subscription.
Do you get a message indicating that, SanemA?
- 04-01-2010 #4
rpm.pbone.net does not list gcc-4.3.2 for RHEL 4. It does for Fedora, its free cousin. You may want to download the package directly. I think it requires libstdc++-v3.
- 04-01-2010 #5Linux 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
Download it from here: ftp://ftp.gnu.org/gnu/gcc/gcc-4.3.2/
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
