Hello, (please send questions to [email protected], so that others can help and/or learn from them).
On 2019-04-15 12:00 a.m., Caipenghui wrote:
Excuse me,I tried to compile whoami. c, but there were no headers.# include "long-options.h"# include "closeout.h"
After download coreutils' source code (I assume you downloaded the tar.xz file), you need to run "./configure" before running "make". This will generate the necessary header files. If this solves the issue, great. If not - please provide more details about the errors you are experiencing (preferably exact commands). regards, - assaf
