Re: libc & libpthread circular dependency

2011-11-01 Thread Ludovic Courtès
Hi Thomas, Thomas Schwinge skribis: > Here is what I'm doing in cross-gnu; simply install the libpthread > headers before building glibc: > . Indeed. I’ve done the same i

Re: libc & libpthread circular dependency

2011-11-01 Thread Thomas Schwinge
Hi! On Mon, 31 Oct 2011 18:11:09 +0100, l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) wrote: > It used to be that Savannah’s libc could be compiled without libpthread, > because none of the source files would explicitly include . > > This is no longer the case with the recent changes where t

libc & libpthread circular dependency

2011-10-31 Thread Ludovic Courtès
Hello, It used to be that Savannah’s libc could be compiled without libpthread, because none of the source files would explicitly include . This is no longer the case with the recent changes where the new nss_files/files-init.c includes (so it can use struct traced_file), which includes and use