One shot !
$ history |tail -n 5
592 git pull
593 ./bootstrap
594 ./configure
595 make
It compiles !
Thanks to Paul Eggert and Pàdraig Brady !
Regards,
Hogren
On 19/10/2020 20:01, Paul Eggert wrote:
On 10/19/20 7:42 AM, Pádraig Brady wrote:
I see there were some adjustments to
On 10/19/20 7:42 AM, Pádraig Brady wrote:
I see there were some adjustments to the handling
in this area in gnulib recently in the modules/parse-datetime file.
Moving this discussion to gnulib...
Savannah Git master coreutils was still using Gnulib
0b93877fc4bdcd84b78805e5917e4ab94684b9bc dat
On 19/10/2020 10:27, Hogren wrote:
Hello world,
I try for the first time to compile coreutils from source (Git).
I read README-hacking, and I tried to execute :
$./bootstrap
$./configure --quiet --enable-gcc-warnings
$make
The two first commands run successfully (without warning), but the