On Thursday 07 May 2009, Inder Bagga 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..........

Bad move.  Please use your package manager to install the C development 
environment, unless you really need the cutting-edge 4.4.  If you do, 
you will have to go through the whole extract, configure, compile and 
install process.

tar xjof gcc-whatever
cd gcc-whatever
./configure
make
make install

Go cook yourself some lunch with your fingers crossed after you press 
ENTER after the make.  A more complete (if elaborate) description is 
available at: 
http://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/install_gcc.html

Finally, two words of caution:

1. You will need an (older) C compiler to compile this version of gcc 
anyway.

2. You may need to go all sorts of complex things after the installation 
to get the new gcc working; this includes munging paths, getting new 
versions of libraries, assemblers, linkers, header files, etc.,  
resolving conflicts, fixing your Linux install, ...  In other words, 
compiling gcc from source is not a task for the faint of heart, or 
technically challenged.

Regards,

-- Raju
-- 
Raj Mathur                r...@kandalaya.org      http://kandalaya.org/
       GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves

_______________________________________________
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