Bug 239670

Summary: There is not stdlib.h.
Product: [Fedora] Fedora Reporter: usako <stingray>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-10 13:50:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description usako 2007-05-10 13:42:46 UTC
I used package-manager.

I installed development-environment.
However, include-file of glibc was not installed.
I searched glibc, and installed it.

Comment 1 Jakub Jelinek 2007-05-10 13:50:36 UTC
gcc Requires: glibc-devel and glibc-devel Requires: glibc-headers which
contains stdlib.h (and the rest of headers).
So, if you have the compiler installed, you also have the headers installed,
if you don't have the compiler installed, I don't see what the headers would be
good for.

Comment 2 usako 2007-05-10 14:10:11 UTC
My explanation is bad, and I am sorry.

I installed all the bound things in a category of a development-environment with
a package-manager(pirut).
But then the header of glibc did not enter.
Therefore I searched glibc-devel glibc-headers and installed it.
In fedora6, there did not need to be such thing.


Comment 3 usako 2007-05-10 14:24:14 UTC
I installed all the things in a category of development-environment.
And gcc was installed, too.
However, is not what a header of glibc is not installed in strange?