Installing GCC for Linux (Fedora Core 6)

Post date: 04-May-2010 07:16:55

Introduction

Phew! Here are the steps for installing the GNU C Compiler (GCC) for Linux in Fedora Core 6 .

Steps

Download the following files :

  • libgomp-4.1.1-30.i386.rpm

  • glibc-headers-2.5-3.i386.rpm

  • glibc-devel-2.5-3.i386.rpm

  • gcc-4.1.1-30.i386.rpm

You can get the above files by searching for the above files on

http://rpmfind.net/linux/rpm2html/search.php

Install the rpm's , open the console :

[.....]# rpm -Uvh libgomp-4.1.1-30.i386.rpm

.

.

[.....]# rpm -Uvh glibc-headers-2.5-3.i386.rpm

.

.

[.....]# rpm -Uvh glibc-devel-2.5-3.i386.rpm

.

.

[.....]# rpm -Uvh gcc-4.1.1-30.i386.rpm

Finished Installation

Confirm your installation by doing a man gcc

It should be done ....

Be free...Linux.