On Mon, 17 Dec 2007, V.C.Mohan wrote: > Date: Mon, 17 Dec 2007 08:51:08 +0530 > From: V.C.Mohan <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: <[email protected]> > Subject: Re: [twincling] Installing Ubuntu 7.10 > > That error was while I was installing on my older desktop with MSI K7V > mother board (via chp set). > I also had a problem after installing ubuntu successfully. I tried to get > GCC binaries for installation.but I could not get anywhere for > this.PossiblyI need to compile the source. I find rpms but not debs. > Is there a cross > loader for installing rpm on to debian based distro? > > mohan >
Hi Mohan: Ubuntu has 'apt' or Advanced Packaging Tool which can fetch required packages from the ubuntu repositories and install them on your machine. The only question then is, what are the package names and how to install them. You need to run the following command on shell prompt. shell> sudo apt-get install gcc build-essential If you just get 'gcc', then while running gcc you would get an error saying that standard libraries are lacking. By fetching both the packages the issue is addressed. thanks Saifi.

