Hi John,

/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>

I'm not sure what system you are running. On my Ubuntu system,
which is Debian-based, you can search for the package that provides a
file with

$ dpkg -S libc-header-start.h

which, for me, returns libc6-dev.  You can then install that with

$ apt install libc6-dev

If your system does not provide dpkg and apt, you'll have to use
whatever tool there is.

Best regards

        Thomas

Reply via email to