Re: Compiling glibc: mutex-solid.c:20:10: fatal error: cthreads.h: No such file or directory

2021-01-15 Thread Flávio Cruz
On Fri, Jan 15, 2021 at 7:39 PM haha wang wrote: > I have founded that at 15 Nov 2020, commit > a1ede3a40249ea2efe54e182998bd8519e37a31e, sthibaul have fixed > includability of in all standards and removed the > dependence of the `cthread.h`. But it hasn't been released and I would get > the GL

Re: Compiling glibc: mutex-solid.c:20:10: fatal error: cthreads.h: No such file or directory

2021-01-15 Thread haha wang
I have founded that at 15 Nov 2020, commit a1ede3a40249ea2efe54e182998bd8519e37a31e,  sthibaul have fixed includability of in all standards and removed the dependence of the `cthread.h`. But it hasn't been released and I would get the GLIBC source directly from the git repo. 15.01.2021, 22:34, "ha

Compiling glibc: mutex-solid.c:20:10: fatal error: cthreads.h: No such file or directory

2021-01-15 Thread haha wang
I try to compile the Hurd from the source the first time with the help of cross-hurd. By calling `bash bootstrap.sh", the compiling procedure goes and passes a few stages. ```cd src &&compile_binutils &&compile_gmp &&compile_mpfr &&compile_mpc &&compile_gcc &&compile_pkgconfiglite &&install_gnumach