Bug 153683

Summary: Gcc 3.4-redhat is not compatible with gcc 3.4
Product: Red Hat Enterprise Linux 4 Reporter: H.J. Lu <hongjiu.lu>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-05 05:43:00 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 H.J. Lu 2005-04-04 23:19:09 UTC
Gcc 3.4-redhat sets soext to .so.1 in ada/Makefile.in. It is different
from gcc 3.4 from FSF. As the result, gcc 3.4 has libgnat-3.4.so and gcc
3.4-redhat has libgnat-3.4.so.1. Ada programs compiled with gcc 3.4-redhat
won't run with libgnat from gcc 3.4.

Comment 1 Jakub Jelinek 2005-04-05 05:43:00 UTC
3.4-RH needs to be compatible primarily with itself.