Thanx for all your support but question still exists..

i got results for following commands
and I'm confused this Red hat Version does have gcc installed or not
[root@localhost lib]# find /us[root@localhost ~]# cd /usr/lib
[root@localhost lib]# find gcc-lib
gcc-lib
gcc-lib/i386-redhat-linux
gcc-lib/i386-redhat-linux/2.96
gcc-lib/i386-redhat-linux/2.96/crtend.o
gcc-lib/i386-redhat-linux/2.96/libgcc_eh.a
gcc-lib/i386-redhat-linux/2.96/crtbegin.o
gcc-lib/i386-redhat-linux/2.96/crtbeginS.o
gcc-lib/i386-redhat-linux/2.96/libgcc.a
gcc-lib/i386-redhat-linux/2.96/crtendS.o
[root@localhost ~]# cd /usr/libexec/
[root@localhost libexec]# find gcc
gcc
gcc/i386-redhat-linux
gcc/i386-redhat-linux/3.4.3
gcc/i386-redhat-linux/3.4.3/cc1
gcc/i386-redhat-linux/3.4.5
[root@localhost ~]# rpm -qa | grep gcc
libgcc-3.4.5-2
compat-libgcc-296-2.96-132.7.2
[root@localhost ~]# rpm -ivh gcc-version.rpm
error: open of gcc-version.rpm failed: No such file or directory
what should i do? i have also downloaded gcc-4.4.1-20.fc12.i686.rpm will installing this without removing existing gcc work?