Hello,
I cloned the repository https://github.com/coreutils/coreutils.git and
tried to compile some of the programs it contains.
But the files include a file called "config.h".
$ gcc -Wall hostname.c
hostname.c:19:10: fatal error: config.h: No such file or directory
19 | #include
| ^~
c
On 05/07/2024 09:51, Björn Försterling via GNU coreutils General Discussion
wrote:
Hello,
I cloned the repository https://github.com/coreutils/coreutils.git and
tried to compile some of the programs it contains.
But the files include a file called "config.h".
$ gcc -Wall hostname.c
hostname.c