Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gcc dependency hell and "development utilities"?

Status
Not open for further replies.

jockojem

Technical User
Jan 7, 2002
95
GB
Hi All

I am trying to install gcc-3.2.2-5.i386.rpm on Red Hat 9 and am encountering dependency hell. A search around newsgroups suggests that the quickest route out is to install "the development utilities from the red hat cd". However this wasn't done at install and no-one seems to be able to point me in the direction of the correct .rpm from the disc. Or whatever.

Any ideas?

TIA

Jem
 
the only dependency I can think of that gcc needs is libiconv. Have you installed that yet?

___________________________________
[morse]--... ...--[/morse], Eric.
 
Thanks guys

gcc alone requires

binutils >=2.12.90.0.7-1
glibc-devel >=2.2.90-12
libgcc >=3.2.2-5

These then have there own problems. The real stumbling block though is glibc-devel-2.3.2-11.9.i386.rpm. When I try to install glibc-common to enable this I recieve the following error.

glibc < 2.3.2 conflicts with glibc-common-2.3.2-11.9.

As far as I am awareness (ie glibc --version) I have no previous version of glibc.

I'll look at apt-get, cheers. But in the meantime can anyone suggest a silver bullet to sort this?

TIA

Jem

 
Ha ha! Apt-get has 11 missing dependencies...Some of which appear to be gcc components... :-(
 
Thanks for your input guys - I took the cowards way out and reinstalled with AS2.1.

Jem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top