GCC y CC

Sandino Araico Sánchez sandino en styx.net
Lun Ene 3 20:12:27 CST 2000


Luis Barreda Cuadros wrote:

> Hola:
>
> Sabes cuando le pongo ./configure en el subdirectorio /gcc-2.95.2 me
> sale el siguiente mensaje:
>
> [root en aqpnet /gcc-2.95.2]# ./configure
> Configuring for a i586-pc-linux-gnuoldld host.
> Created "Makefile" in /gcc-2.95.2
> ./configure: cc: command not found
> *** The command 'cc -o conftest -g   conftest.c' failed.
> *** You must set the environment variable CC to a working compiler.
>
> me parece que antes debo instalar el CC   por lo del "You must set the
> environment variable CC to a working compiler".

Estás siguiendo mal las instrucciones.
Tienes que crear un directorio nuevo y compilarlo desde ahí:
tar xvzf gcc-2.95.2.tar.gz
mkdir gcc
cd gcc
../gcc-2.95.2/configure
make
make install

>
>
> Saludos Lucho
>
> --
> Para desuscribirse, mande correo a: ayuda-unsubscribe en linux.org.mx
> Para comandos adicionales, envíelo a: ayuda-help en linux.org.mx

--
Sandino Araico Sánchez
pero hay miles de gentes que mueren diariamente
sin haber sabido lo que es el amor.




-- 
Para desuscribirse, mande correo a: ayuda-unsubscribe en linux.org.mx
Para comandos adicionales, envíelo a: ayuda-help en linux.org.mx




Más información sobre la lista de distribución Ayuda