Bug 2031

Summary: gcc doesn't provide /lib/cpp
Product: [Retired] Red Hat Linux Reporter: monnier+lists/redhat/bugs
Component: gccAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
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: 1999-04-07 15:01:50 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 monnier+lists/redhat/bugs 1999-04-07 13:59:18 UTC
Several packages rely on the C pre-processor (xrdb among
others).  This package normally comes with the C compiler
such as gcc.  Sadly, in RedHat 5.2 only egcs provides
/lib/cpp so that if you only install gcc, you won't get
/lib/cpp nor any cpp manual.

It seems that the conflict between egcs's cpp and gcc's cpp
could be resolved in the same way as the conflict between
csh's /bin/csh and tcsh's /bin/csh allowing both gcc and
egcs to provide /lib/cpp and cpp's manual.

Comment 1 Bill Nottingham 1999-04-07 15:01:59 UTC
this is fixed in 5.9+ by having a separate cpp package.