"Ángel González" <address@hidden> wrote:
I have built without problems wget for windows leaving out ssl support.
If you also want https, you simply need a static version of
openssl/gnutls as
Giusseppe says. Which mostly depends on the headaches those libraries give
you :)
And I have made a MingW-makefile (attached) with the option to use
only static libs for even OpenSSL. Running:
cygcheck wget.exe
./\wget.exe
f:\windows\system32\advapi32.dll
f:\windows\system32\KERNEL32.dll
f:\windows\system32\ntdll.dll
f:\windows\system32\RPCRT4.dll
f:\windows\system32\Secur32.dll
f:\windows\system32\gdi32.dll
f:\windows\system32\USER32.dll
f:\windows\system32\msvcrt.dll
f:\windows\system32\ws2_32.dll
f:\windows\system32\WS2HELP.dll
shows only the normal system DLLs. And 'wget -V' has:
+digest +https +ipv6 +iri +large-file -nls +ntlm +opie +ssl/openssl
+zlib
Attached.
--gv