Re: Wget1.21 fails to build on MinGW(Windows)

2021-01-06 Thread G-Ey3dr
> Why not simply link with 'libbcrypt.a'? It worked, thanks! Reiji

Wget1.21 fails to build on MinGW(Windows)

2021-01-06 Thread G-Ey3dr
Hello all, Wget1.21 fails to build on MinGW(Windows). Is it okay to not use getrandom() roughly? C:/msys32/mingw32/bin/../lib/gcc/i686-w64-mingw32/10.2.0/../../../../i686-w64-mingw32/bin/ld.exe: ../lib/libgnu.a(getrandom.o): in function `getrandom':

[Bug-wget] Wget1.19.3 seem to have the bug in decompress

2018-01-19 Thread G-Ey3dr
Hello all, Wget1.19.3 seem to have the bug in decompress. See below. diff -aur wget-1.19.3_old/src/http.c wget-1.19.3_new/src/http.c --- wget-1.19.3_old/src/http.c2018-01-14 19:22:42.0 +0900 +++ wget-1.19.3_new/src/http.c2018-01-20 11:46:15.897109600 +0900 @@ -3744,7 +3744,7 @@