bug-glibc
[Top][All Lists]
Advanced

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

problem with glibc-2.2.3


From: Richard Polton
Subject: problem with glibc-2.2.3
Date: Fri, 18 May 2001 09:31:24 +0100

Hi,

I am experiencing difficulties linking some apps now that I have adopted

glibc-2.2.3. Essentially the linker is unable to find 'atexit'.

nm libc-2.1.3.so | grep atexit
...
000213fc T atexit


nm libc-2.2.3.so | grep atexit
...
00030510 T address@hidden


nm libc_nonshared.a | grep atexit
...
00000004 T atexit

cat libc.so
GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )

where libc.so.6 -> libc-2.2.3.so

When linking an application which refers to libXxf86dga.so the linker
complains
of an unresolved symbol 'atexit'. Clearly this worked with glibc-2.1.3
and so I
guess that I am doing something wrong. There was some mention of symbol
versioning in the FAQ but no indication of how to fix any problems :-(

Thanks,

Richard



reply via email to

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