Samuel Thibault, le Sun 22 Apr 2012 03:17:56 +0200, a écrit : > Pino Toscano, le Sun 22 Apr 2012 00:58:29 +0200, a écrit : > > The only bit I'm not too sure is the linking to rt in case libpthread is > > compiled a glibc addon (as result of the changes by Samuel an hour ago). > > Oops, actually there is a problem: librt already links against > libpthread.so, so we have cross-dependencies and the glibc Makefile can > not know which one to begin with...
(it seems that nptl gets away with it by invoking the syscall directly...) Samuel