bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: glibc linking error


From: Ides Buescher
Subject: Fwd: glibc linking error
Date: Wed, 24 Jul 2002 19:34:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux alpha; en-US; rv:1.0.0) Gecko/20020607

cheers folk,

I found a glibc linker problem and know the cause.
Can somebody please tell me how to fix it:

while linking some program I get the error:
/usr/X11R6/lib/libXp.so: undefined reference to address@hidden'

This is done on a Redhat 7.1 Linux alpha

looking in the glibc library

libc.so.6.1 --> glibc_2.2.3.so

# nm libc.so.6.1 | grep getpwuid

we see:

    00000000000d5720 t __getpwuid_r
    000000000013b5f0 t __nscd_getpwuid_r
    00000000000d5950 t __old_getpwuid_r
    00000000000d4f50 T getpwuid
    00000000000d5720 T getpwuid_r@@GLIBC_2.1.2
    00000000000d5950 T address@hidden

YES, that's right: double '@@'
How can I fix this ?
I figured myself out to hack the binary file glibc_2.2.3.so, but since
the library is used for even the simplest UNIX commands, I better keep
off :-)

--
Ides Buescher
Ph D student
FCM TU DELFT
+31 (0)15 278.22.60




reply via email to

[Prev in Thread] Current Thread [Next in Thread]