Manolis Ragkousis, le Thu 03 Apr 2014 23:14:49 +0000, a écrit : > > Mmm, I wonder why. The libc_add_on_subdirs=. line in configure should > > have made the build system take the libpthread/sysdeps path into account > > (at least in the Debian package it does). > > It takes into account the libpthread/sysdeps tree path. I have pasted > the corresponding output of the configure script in the link below. > > http://paste.debian.net/plain/91552 > The error appears when we include "<bits/(filename).h>". It just looks > for the headers in the bits/ folder, while they are at > "libpthread/sysdeps/generic/bits/".
Well, there is some step during glibc configure which computes the list of such paths, see "checking sysdep dirs...", libpthread/sysdeps/generic/bits should be among them. Samuel