Bug 1069

Summary: Things are missing in gcc
Product: [Retired] Red Hat Linux Reporter: fjoppe
Component: gccAssignee: David Lawrence <dkl>
Status: CLOSED WORKSFORME 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-02-19 18:28:56 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 fjoppe 1999-02-08 12:21:25 UTC
1. The elder RH4.2 gcc I used the include file "typeinfo",
there is no typeinfo in gcc anymore, there is in egcs, but
do I want to use this?

2. In egcs I'm unable to link libg++, I'm now using
libstdc++ but my preference is with libg++

Comment 1 Jeff Johnson 1999-02-19 18:28:59 UTC
1) EGCS is replacing gcc in the Red Hat distribution. Yes, use
egcs for C++ work.

2) libg++ is supported only on i386 in Red Hat 5.2 and
will not be supported in Red Hat 6.0. Either convert to libstdc++
or compile your own version of libg++