Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/02/2008, 09:43
core_2duo
 
Fecha de Ingreso: marzo-2007
Mensajes: 113
Antigüedad: 17 años, 8 meses
Puntos: 0
Re: He instalado Ubuntu y no viene tcsh y csh

He conseguido descargarme un paquete llamado tcsh-6.15.00.tar.gz

Los pasos que he seguido han sido

1- tar zxf tcsh-6.15.00.tar.gz

2- ./configure --prefix=/usr &&
make &&
make install &&
cp tcsh.man /usr/share/man/man1/tcsh.1 &&
ln -s /usr/bin/tcsh /bin/csh

Pero este segundo paso me da este mensaje

checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking cached host tuple... ok
Tcsh will use configuration file `linux'.
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.


¿SABEN POR QUE PUEDE SER?

gracias