> Sir > > i am trying to install gcc in mandrake(k) linux.Actually i want to install > Apache server for that gcc is needed..i downloaded the gcc-4.0.1 from > gcc.gnu.org > and while configuring an error comes like > configure:error: no acceptable cc found in $path . > please inform me what to do with this error > hitha At first you are not trying to install gcc, you are trying to compile it! And to compile it you have to have a working C compiler. Mandrake is rpm based system, so you should be able to download gcc rpm package from vendors page. Arturas M.