Linux / UNIX Tech Support Forum
This is a discussion on Installing an older gcc compiler on RHEL 5.3 within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; Hello, I have RHEL Box (5.3) which has gcc 4.3.1 compiler installed. However, I have a code base which needs ...
|
|||||||
| CentOS / RHEL / Fedora Discussion about Redhat Enterprise Linux or CentOS or Fedora Linux related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
I have RHEL Box (5.3) which has gcc 4.3.1 compiler installed. However, I have a code base which needs gcc 3.3.* compiler. Can someone guide me through the steps to install and make sure the gcc compile picks up the right compiler version? Thanks, Cross |
| Sponsored Links | ||
|
|
|
||||
|
Try installing compatibility GNU Compiler Collection:
Code:
yum search gcc | grep 34 compat-gcc-34.x86_64 : Compatibility GNU Compiler Collection compat-gcc-34-c++.x86_64 : C++ support for compatibility compiler compat-gcc-34-g77.x86_64 : Fortran 77 support for compatibility compiler To install: Code:
yum install compat-gcc-34 compat-gcc-34-c++
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| gcc , redhat , rhel , rhel install gcc 3.4 , yum |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing the correct version of RHEL 5 Advanced Platform. | Zepiroth | CentOS / RHEL / Fedora | 1 | 16-03-2009 10:37 PM |
| installing gcc compiler on puppy Linux | aswink1 | Linux software | 1 | 08-01-2009 07:29 PM |
| How to set my own java compiler in linux | saras | Linux software | 2 | 15-07-2008 04:31 AM |
| "permission denied" - Installing Lighttpd on RHEL 4 | b3n | Web servers | 3 | 29-08-2007 07:45 PM |
| Centos Linux 5 C / C++ compiler installation | raj | Getting started tutorials | 0 | 12-07-2007 11:57 PM |