complicated gcc issue..

Okay.. I made a big mistake and installed some rpms trying to upgrade which were not the correct versions I needed for RH 7.3.

So currently I have

# rpm -qa | egrep 'gcc|cpp|libstd|binu|libc|egcs'
glibc-profile-2.2.4-32
glibc-headers-2.3.2-98
libstdc++-devel-3.3.1-6
gcc-3.3.1-6
libgcc-3.3.1-6
binutils-2.14.90.0.6-3
glibc-devel-2.3.2-98
gcc-c++-3.3.1-6
compat-libstdc++-6.2-2.9.0.16
jre-1.1.6_v5-2glibc
glibc-common-2.3.2-98
libstdc++-3.3.1-6
glibc-2.3.2-98
cpp-3.3.1-6
libc-5.3.12-31

however, they are not compatible.. meaning all builds using gcc fail at the moment with all different errors about headers, seg faults, ect.

So I try removing gcc to reinstall the correct version.. i need version 2.96

# rpm -e gcc-3.3.1-6 kernel-source-2.4.9-34 gcc-c++-3.3.1-6
Segmentation fault (core dumped)

and i get a seg fault...

If I try installing the correct version i need right over top..

# rpm -Uvh gcc-2.96-113.i386.rpm cpp-2.96-113.i386.rpm gcc-c++-2.96-113.i386.rpm libstdc++-2.96-110.i386.rpm libstdc++-devel-2.96-113.i386.rpm libstdc++-2.96-113.i386.rpm --force
Preparing... ########################################### [100%]
Segmentation fault (core dumped)

i get another seg fault...

so im not really sure what I can do.. im willing to pay if someone can help or even guide me on what to do to fix this as i need to be able to build things asap.

 

 

 

 

Top