Bug 249924

Summary: tradcpp0 does not exist for gcc32
Product: Red Hat Enterprise Linux 4 Reporter: Ken Takusagawa <ken>
Component: compat-gcc-32Assignee: Jakub Jelinek <jakub>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 4.5   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-19 16:36:38 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 Ken Takusagawa 2007-07-28 00:41:29 UTC
Description of problem:

The "-traditional" and "-traditional-cpp" switches cause an error with gcc32.

Version-Release number of selected component (if applicable):

$ rpm -q compat-gcc-32
compat-gcc-32-3.2.3-47.3

How reproducible:

Every time

Steps to Reproduce:

$ echo "main(){}" > foo.c

$ gcc32 -traditional-cpp foo.c 

  
Actual results:

gcc32: installation problem, cannot exec `tradcpp0': No such file or directory

Expected results:

successful compilation, e.g., "gcc -traditional-cpp foo.c"

Additional info:

This is the same as bug 193144, except I still care that this bug is fixed.
(I am unable to reopen that bug.)

Comment 1 Jakub Jelinek 2007-07-28 08:15:20 UTC
Can you explain why you can't use gcc -traditional-cpp foo.c instead?


Comment 2 Ken Takusagawa 2007-07-29 06:29:33 UTC
I wish to build libraries for the gcc 3.2/3.3 ABI.

Comment 3 Jakub Jelinek 2007-09-19 16:36:38 UTC
The C ABI is the same.