Problemas de versiones

Alvaro Herrera alvherre en alvh.no-ip.org
Vie Sep 22 16:24:38 CLT 2006


German Castro Donoso escribió:

> Intenté compilando gcc 3.3.6 sobre una distribucion mas nueva (con gcc 4.x),
> pero como mi aplicacion tiene otras dependencias (como qt, gl) eso me
> significaba recompilar bastantes cosas con gcc 3.3.6.
> 
> Entonces la pregunta es, hay alguna distribución o alguna forma de hacer un
> upgrade a X y/o algunos drivers sin tener que recompilar "la mitad" de mi
> linux?

$ apt-cache policy gcc-3.3
gcc-3.3:
  Instalados: (ninguno)
  Candidato: 1:3.3.6-13
  Tabla de versión:
     1:3.3.6-13 0
        500 http://debian.ubiobio.cl unstable/main Packages
        500 http://debian.ubiobio.cl testing/main Packages

Esto es en Debian Sid.

Obviamente lo que yo uso es

$ apt-cache policy gcc-4.1
gcc-4.1:
  Instalados: 4.1.1-13
  Candidato: 4.1.1-13
  Tabla de versión:
 *** 4.1.1-13 0
        500 http://debian.ubiobio.cl unstable/main Packages
        500 http://debian.ubiobio.cl testing/main Packages
        100 /var/lib/dpkg/status

Pero tienes todas las alternativas que quieras:

$ apt-cache search ^gcc-[0-9.]*$
gcc-2.95 - The GNU C compiler
gcc-3.3 - The GNU C compiler
gcc-3.4 - The GNU C compiler
gcc-4.0 - The GNU C compiler
gcc-4.1 - The GNU C compiler


-- 
Alvaro Herrera                 http://www.amazon.com/gp/registry/DXLWNGRJD34J
"I am amassed at [the pgsql-sql] mailing list for the wonderful support, and
lack of hesitasion in answering a lost soul's question, I just wished the rest
of the mailing list could be like this."                               (Fotis)
               (http://archives.postgresql.org/pgsql-sql/2006-06/msg00265.php)


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