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. Samuel
