> --- In [email protected], V.C.Mohan <[EMAIL PROTECTED]> wrote: > > Thanks. > > > > But my problem is in UBUNTU repositories I did not find GCC. > > Its available in rpm when I check with google. > > > > mohan
Hi Mohan: Ubuntu maintains the list of software repositories in /etc/apt/sources.list file. Please make a backup of the file and edit the current file or create a new file named 'sources.lst' with the following lines deb http://archive.ubuntu.com/ubuntu gutsy main restricted deb-src http://archive.ubuntu.com/ubuntu gutsy main restricted deb http://archive.ubuntu.com/ubuntu gutsy universe multiverse deb-src http://archive.ubuntu.com/ubuntu gutsy universe multiverse deb http://archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse Please make sure that each entry is on a line by itself. Save the file and run the following command: $ sudo apt-get install gcc build-essential To get a good overview, please take a look at https://help.ubuntu.com/community/Repositories/Ubuntu Have a good day ! -- thanks Saifi.

