Greetings David H. Lipman, All.
Win32 build Wget 1.14. Builded in Mingw32. Direct link -
https://dl.dropbox.com/u/27457022/wget_1.14.zip
Some tests failed (test-auth-basic
test-auth-basic-with-content-disposition test-proxy-auth-basic
test-ftp-bad-list test-ftp-recursive test-ftp-iri-recursive test-k
test_dir_matches_p#10). First three with assertion ('ioctl() failed. The
socket could not be set as blocking.').
Build string
/configure --enable-iri --with-ssl=openssl --with-libssl-prefix=/usr/local/ssl
CFLAGS="-Os" LDFLAGS="-static" && make && make check
To enable openssl support string 34490 in "configure" changed from
*" -l"*) LIBS="$LIBSSL $LIBS" ;;' to '*" -l"*) LIBS="$LIBS $LIBSSL" ;;'.
In other case can't find openssl.
test_dir_matches_p#10 in utils.c falsified (string 2542 changed to '{ {
"*COMPLETE", NULL, NULL }, "foo/!COMPLETE", true },')
Problem with HUGE resulting size (around 2 Mb, but I see static linked
version of 1.13.4 with size 512 Kb. Sure, with UPX). Please, can anyone
help?
PS. Sorry for very bad english.
PPS. Hope, made all correct and copy of this letter was appeared on
bug-wget (may be after some time). But if not, can You please, re-post it?
Best regards, Alex Bykov