Bug 854

Summary: gcc-2.7.2.3-14 is improperly configured for C++ source files
Product: [Retired] Red Hat Linux Reporter: treuhaft
Component: gccAssignee: David Lawrence <dkl>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 5.2   
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: 1999-01-17 14:24:52 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 treuhaft 1999-01-17 02:24:58 UTC
/usr/bin/gcc (from gcc-2.7.2.3-14) knows to invoke cc1plus
when compiling C++ source files (namely, files that end in
".cc").  However, cc1plus is not included in this RPM, with
the result that "gcc main.cc" responds with

	gcc: installation problem, cannot exec `cc1plus': No such
file or directory

I can compile successfully with "g++ main.cc", but the
behavior and installation of /usr/bin/gcc are, by all
rational standards, broken.

Comment 1 Jeff Johnson 1999-01-17 14:24:59 UTC
gcc is supplied with Red Hat 5.2 mainly for the purposes of
building 2.0.x kernels. C++ development should use egcs for
C++, and programs that mix CC and C++ code should use egcs
everywhere.