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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

