This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: shared lib problem with atexit


Bruno Haible <haible@ilog.fr> writes:

> Yes, I noticed that too. But if the dynamic linker can cope with the
> situation that 'liblow.so' wants 'atexit' and libc.so.6 offers only
> 'atexit@GLIBC_2.0', then why does ld not do the same?

The dynamic linker doesn't do anything.  There is no default version
for atexit and therefore it fails.  Just like ld.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]