Re: xpdf
Josh Triplett, le Mon 07 Jan 2008 19:49:21 -0800, a écrit :
> All of the stubs exist as weak symbols, so linking to pthread will
> override the stubs in libpthread-stubs just like the ones in glibc.
The big difference is that glibc is guaranteed to be dynamically loaded
first, while libpthread-stubs is not necessarily, and this now have an
influence on weak symbol overrides, see
http://sourceware.org/bugzilla/show_bug.cgi?id=3946
Samuel
Reply to:
- Follow-Ups:
- Re: xpdf
- From: Josh Triplett <josh@freedesktop.org>
- References:
- Re: xpdf
- From: Samuel Thibault <samuel.thibault@ens-lyon.org>
- Re: xpdf
- From: Josh Triplett <josh@freedesktop.org>