hey first decompress the package
read Readme file or install instruction
usually following command will help you
./configure
make
make install

it seem you still not install "gcc" so 'make' will not going to work
better you should download rpm package of GCC (if you are using red hat base
linux)
and run
rpm -i gcc.rpm

And if you are using Debian package download dpkg package of gcc
and run dpkg -install  gcc.dpkg

For novice I suggest to use Ubuntu (above 8)
and for installing any package just write
apt-get install <package-name>

it will automatically download package  from net and install the software




On Thu, May 7, 2009 at 11:04 AM, Inder Bagga <breakmyc...@gmail.com> wrote:

> Hi, i 've downloaded gcc from softpedia with name          ,
> gcc-4.4.0.tar(1).bz2        so, now i don't know how to install
> this..........
>
> --
> Best Regards,
>
> Inder Bagga
> _______________________________________________
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
**********************************
Vinay Yadav
B.tech(IT) , JSSATEN
vinay....@gmail.com
del.icio.us/vinayrks
***********************************
_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to