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


> From: Bruno Haible <haible@ilog.fr>
> Date: Tue, 8 May 2001 19:24:40 +0200 (CEST)
> 
> Ulrich Drepper writes:
> 
> > Kick the qt people.  They most definitely have built the DSO without
> > linking with libc.
> 
> Why should they build their libqt with "-lc"? It is necessary to give
> all the dependencies on the link command line on AIX. But in ELF this
> has not been necessary since 1995.

It has been necessary since symbol versioning was introduced, that is
at least since May 1999.  Libraries need to have all their
dependencies listed on the link line.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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