Stephen Gilles, le Mon 27 Feb 2012 14:07:10 -0500, a écrit : > On Mon, Feb 27, 2012 at 07:37:32PM +0100, Samuel Thibault wrote: > > Stephen Gilles, le Mon 27 Feb 2012 13:32:09 -0500, a écrit : > > > grep -HiR has been unable to show me where pthread-stubs is referred > > > to in the source directory, and tschwinge on #hurd has confirmed that > > > pthreads should not be used at all in gnumach. > > > > It's hidden in /usr/lib/libc.so, to make applications use pthread-stubs > > automatically. Drop it from there and it should link fine. > > Ah, Thank you. That makes sense. The contents of my /lib/libc.so, however, > are > > OUTPUT_FORMAT(elf32-i386) > GROUP ( /lib/libc.so.0.3 /lib/libcrt_nonshared.a AS_NEEDED ( /lib/ld.so.1 ) ) > > Where all the referred to files are binaries (and the only reference to > 'pthread' in any of them appears to be a text string in libc.so.0.3.
Mmm, maybe in /usr/lib/libc.a then. Samuel
