sameer wrote:
HI, i have been using linux quite a long time, but never set it from scratch.
I have linode and installed debian small, now i am trying to install gcc and rest of the trail of servers.
could not find CC.... so gcc compilation cannot proceed.
How can i proceed with it?
You need to run apt-setup and add some apt sources to your system. Once you have done that you can do
apt-get install gcc which will install gcc for you . You many need some other packages like: autoconf, automake, autotools, binutils, g++, libc6-dev, make, various -dev libraries and much more.
Bill Clinton