Missing file "config.h"

2024-07-05 Thread Björn Försterling via GNU coreutils General Discussion
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

Re: Missing file "config.h"

2024-07-05 Thread Pádraig Brady
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