package:libc6-dev version: 2.36 Libc6 omits thr ‘bits’ directory, rendering glibc inoperable
after sucessfull apt-get install libc6 libc6-dev : When compiling gcc, the process halts at : In file included from ../.././libgcc/../gcc/tsystem.h:95, from ../.././libgcc/libgcc2.c:27: /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory 27 | #include <bits/libc-header-start.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:508: _muldi3.o] Error 1 make[2]: Leaving directory '/home/joris/src/gcc-14.1.0/aarch64-unknown-linux-gnu/libgcc' make[1]: *** [Makefile:14517: all-target-libgcc] Error 2 make[1]: Leaving directory '/home/joris/src/gcc-14.1.0' make: *** [Makefile:1050: all] Error 2