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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Libraries missing in Fedora 7

Status
Not open for further replies.

sedawk

Programmer
Feb 5, 2002
247
US
Hi,

I just install Fedora 7. But standard libraries like stdio.h, stdlib.h, etc are missing. Even a simple hello.c can't find these files. I check /usr/include, they aren't there.

So, how do I get them installed?

Thanks.
 
Install the glibc-headers package.

--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
 
HI sedawk ,

Just in case you need the next step:

yum install glibc-headers*

Good Luck
DrD
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top