Bug 249924 - tradcpp0 does not exist for gcc32
Summary: tradcpp0 does not exist for gcc32
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: compat-gcc-32
Version: 4.5
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-28 00:41 UTC by Ken Takusagawa
Modified: 2007-11-17 01:14 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-19 16:36:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.