Pádraig Brady wrote:
> With the attached gnulib patch applied you should be able to build with:
The patch looks good, except that in this .h file, function parameter names
are typically omitted. So, the declaration should better read:
void fts_cross_check (FTS const *);
Bruno
On 19/07/2023 19:27, Saulius Krasuckas wrote:
Hello,
I am trying to build Coreutils-9.3 from source. [1]
If I run ./configure && make, it builds.
But I noticed that it calculates some things wrong. So I decided to
enable some debugging. Any suggestions?
Since I found none, I looked up at the