
Código :
configure: error: no acceptable C compiler found in $PATH See `config.log' for more details.
Busque en google, y segun lo que lei; ubuntu por default no trae ningun compilador instalado, asi que busque uno con aptitude, pero me marca este error a la hora de actualizar los paquetes disponibles, y segun yo ya le configure que voy a usar proxy y el user y el pass:
Código :
jorgelig@jorgelig:~$ export http_proxy_=http://myuser:[email protected]:8080 jorgelig@jorgelig:~$ sudo apt-get update Ign http://mx.archive.ubuntu.com dapper Release.gpg Ign http://mx.archive.ubuntu.com dapper Release Ign http://mx.archive.ubuntu.com dapper/main Packages Ign http://mx.archive.ubuntu.com dapper/restricted Packages Ign http://mx.archive.ubuntu.com dapper/universe Packages Ign http://mx.archive.ubuntu.com dapper/multiverse Packages Ign http://mx.archive.ubuntu.com dapper/main Packages Err http://mx.archive.ubuntu.com dapper/main Packages 407 Proxy Authentication Required Err http://mx.archive.ubuntu.com dapper/restricted Packages 407 Proxy Authentication Required Err http://mx.archive.ubuntu.com dapper/universe Packages 407 Proxy Authentication Required Err http://mx.archive.ubuntu.com dapper/multiverse Packages 407 Proxy Authentication Required Err http://mx.archive.ubuntu.com dapper/main Packages 407 Proxy Authentication Required Imposible obtener http://mx.archive.ubuntu.com/ubuntu/dists/dapper/main/binary-i386/Packages.gz 407 Proxy Authentication Required Imposible obtener http://mx.archive.ubuntu.com/ubuntu/dists/dapper/restricted/binary-i386/Packages.gz 407 Proxy Authentication Required Imposible obtener http://mx.archive.ubuntu.com/ubuntu/dists/dapper/universe/binary-i386/Packages.gz 407 Proxy Authentication Required Imposible obtener http://mx.archive.ubuntu.com/ubuntu/dists/dapper/multiverse/binary-i386/Packages.gz 407 Proxy Authentication Required Imposible obtener http://mx.archive.ubuntu.com/ubuntu/dists/dapper/main/binary-i386/Packages.gz 407 Proxy Authentication Required Leyendo lista de paquetes... Hecho E: Algunos archivos de índice no se han podido descargar, se han ignorado, o se ha utilizado unos antiguos en su lugar.
¿Alguna idea de porque no actualiza los paquetes disponibles?