This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC Installation problem


On Apr  5, 2001, kyamada@alpine-usa.com wrote:

> I'm trying to install gcc into Redhat Linux 7. When I tried to install it
> I got following error. Is there any way to fix this problem?

> ./configure: gcc: command not found
> *** The command 'gcc -o conftest -g   conftest.c' failed.
> *** You must set the environment variable CC to a working compiler.

Looks like you still don't have a compiler, which you need to compile
anything at all, even another compiler.  You may install the GCC that
came with your Red Hat Linux 7 distribution and use it to build your
own copy of GCC.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]