Bug 142092 - Error messages are shown, when "gcc" run.
Summary: Error messages are shown, when "gcc" run.
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: gcc
Version: 4.0
Hardware: ia64
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Jakub Jelinek
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-12-07 08:46 UTC by L3support
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-01-03 10:22:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description L3support 2004-12-07 08:46:33 UTC
Description of problem:

Error messages are shown, when we compile using "gcc" on RHEL4-Beta2.
The messages are not shown on RHEL4-Beta1.

We investigated about error message, 
"libgcc.a" and "libgcc_eh.a" did not exist.

The place where the library exist differs.
 Beat2: "/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3".
 Beat1: "/usr/lib/gcc-lib/ia64-redhat-linux/3.3.4".

Temporarily, we have linked to the library
in "/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3".

What do we perform, in order to compile properly ?

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

# rpm -qf /usr/lib/gcc-lib/ia64-redhat-linux/3.3.4/

 [Beta2]
  compat-gcc-32-c++-3.2.3-46.1

 [Beta1]
  compat-libstdc++-devel-8-3.3.4.2
  compat-gcc-8-3.3.4.2
  compat-gcc-c++-8-3.3.4.2
  compat-gcc-g77-8-3.3.4.2

# rpm -qf /usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/

 [Beta2]
 compat-gcc-32-3.2.3-46.1
 compat-gcc-32-c++-3.2.3-46.1

How reproducible:
Always

Steps to Reproduce:
1."# ls /usr/lib/gcc-lib/ia64-redhat-linux/3.3.4"
  on Beat2/Beat1
2.
3.
  
Actual results:
"libgcc.a" and "libgcc_eh.a" did not exist
in "/usr/lib/gcc-lib/ia64-redhat-linux/3.3.4".

Expected results:
 - compile properly.

Additional info:

Comment 1 Jakub Jelinek 2004-12-07 09:54:00 UTC
Hmm, can you please post what you were actually trying to run and what errors
did gcc output?  It is expected that there is no libgcc.a nor libgcc_eh.a in
/usr/lib/gcc-lib/ia64-redhat-linux/3.3.4 in RHEL4 beta2+, 3.3.x compiler is not
included.  If you are using gcc or g++ though, then /usr/lib/gcc/ia64-redhat-linux/3.4.[23]/ directory is used and that one is supposed to have these libraries.  If you are using gcc32 or g++32, then
/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3 is used.

Comment 2 Jakub Jelinek 2005-01-03 10:22:54 UTC
Closing as WORKSFORME.  If you think there is some bug, please try to explain
it more clearly and reopen.  But note that there is no G++ 3.3.x shipped in RHEL4.


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