|
upgrade to latest gcc from 3.3.2
How to update gcc from 3.3.2 to the latest (3.4.3)?
This does not work.
# rpm -Uvh gcc-3.4.3-7.i386.rpm
error: Failed dependencies:
binutils >= 2.15.90.0.1.1-2 is needed by gcc-3.4.3-7
cpp = 3.4.3-7 is needed by gcc-3.4.3-7
libgcc >= 3.4.3-7 is needed by gcc-3.4.3-7
gcc = 3.3.2-1 is needed by (installed) gcc-c++-3.3.2-1
gcc = 3.3.2-1 is needed by (installed) gcc-java-3.3.2-1
# gcc -v
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
# cat /proc/version
Linux version 2.4.22-1.2115.nptl (bhcompile@bugs.devel.redhat.com) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Oct 29 15:31:21 EST 2003
This is FC 1.
|