Bug 19600

Summary: GCC install broken
Product: [Retired] Red Hat Linux Reporter: Ed McKenzie <eem12>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 7.0CC: fweimer
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-23 13:37:59 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 Ed McKenzie 2000-10-23 13:37:59 UTC
Python 2.0 doesn't build, because LONG_BIT is defined in the compiler
headers as 64 (which is incorrect for ia32.) The gcc provided with RH7
appears to be configured incorrectly.

Comment 1 Jakub Jelinek 2000-10-23 14:59:38 UTC

*** This bug has been marked as a duplicate of 19088 ***

Comment 2 Jakub Jelinek 2000-10-23 15:00:32 UTC
If you want to know quick workaround, add -I/usr/include to CFLAGS.