Operating System - Linux
1819830 Members
2923 Online
109607 Solutions
New Discussion юеВ

Where to get c compiler for Red hat linux

 
Binu_5
Regular Advisor

Where to get c compiler for Red hat linux

Hi
Where to get the c compiler for red hat linux Enterprose version

Thanks
-Binu
6 REPLIES 6
Senthil Prabu.S_1
Trusted Contributor

Re: Where to get c compiler for Red hat linux

Hi Binu,

Home Page : http://www.gnu.org/software/gcc/gcc.html

Download [ 4.0.2 ] : ftp://ftp.gnu.org/gnu/gcc/gcc-4.0.2/gcc-4.0.2.tar.bz2

Alternate Download : ftp://ftp.gnu.org/gnu/gcc/


--
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Senthil Prabu.S_1
Trusted Contributor

Re: Where to get c compiler for Red hat linux

Also, find the rpms at http://rpmseek.com/rpm-pl/gcc.html?hl=de&cx=0::



--
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Sergejs Svitnevs
Honored Contributor

Re: Where to get c compiler for Red hat linux

Last stable GNU Compiler Collection (GCC) package is 3.4.4-2.

Red Hat Enterprise Linux AS (v. 4 for 32-bit x86): gcc-3.4.4-2.i386.rpm

Download this package from:
http://linuxsoft.cern.ch/repository//slc4-i386/gcc-3.4.4-2.i386.html


Red Hat Enterprise Linux AS (v. 4 for 64-bit Intel Itanium): gcc-3.4.4-2.ia64.rpm

Download this package from: http://linuxsoft.cern.ch/repository/slc4-ia64updates/gcc-3.4.4-2.ia64.html

Regards,
Sergejs
Vipulinux
Respected Contributor

Re: Where to get c compiler for Red hat linux

Stuart Browne
Honored Contributor

Re: Where to get c compiler for Red hat linux

Just wondering, do you have a RHN user, and is this server registered?

Then why not just 'up2date -i gcc' *shrug*.

All of the source RPM's for all the Enterprise services are on RedHat's FTP site, but only RHN users can get the binaries directly from them..
One long-haired git at your service...
dirk dierickx
Honored Contributor

Re: Where to get c compiler for Red hat linux

if you want to use a commercial compiler, intel has one available here: http://www.intel.com/cd/software/products/asmo-na/eng/compilers/clin/index.htm

though, i wouldn't know why you couldn't just use the supplied gcc. just use up2date or yum to install it.