Bug 146205

Summary: Incompatible C libraries after upgrading glibc to 2.3.2-95.30
Product: Red Hat Enterprise Linux 3 Reporter: Glenn Chu <gchu>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 3.0   
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: 2005-01-26 09:05:45 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 Glenn Chu 2005-01-25 22:48:03 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7)
Gecko/20040803 Firefox/0.9.3

Description of problem:
I am unable to compile any C code after upgrading to
glibc-2.3.2-95.30.  It appears that the C libraries are incompatible
with the EM64T architecture.

This is reproducable on my Dell 2850 on EM64T.


root@walter:/usr/src/linux-2.4.21# make modules
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o
scripts/split-include scripts/split-include.c
/usr/bin/ld: skipping incompatible
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../libc.so when
searching for -lc
/usr/bin/ld: skipping incompatible
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../libc.a when
searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make: *** [scripts/split-include] Error 1

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


How reproducible:
Always

Steps to Reproduce:
1. Upgrade to latest glibc packages from RHN
2. Attempt to compile something

Actual Results:  /usr/bin/ld: cannot find -lc

Additional info:

Comment 1 Jakub Jelinek 2005-01-26 09:05:45 UTC
This means you have glibc-devel-*.i386.rpm installed, but don't have
glibc-devel-*.x86_64.rpm.
Make sure you have also the latter installed and it will work just fine.