[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] statically link wget on mingw32 with win-builds
From: |
Ángel González |
Subject: |
Re: [Bug-wget] statically link wget on mingw32 with win-builds |
Date: |
Sun, 06 Apr 2014 21:05:32 +0200 |
User-agent: |
Thunderbird |
On 06/04/14 18:59, Giuseppe Scrivano wrote:
I am not sure if someone already tried that or what problems you may
encounter on mingw32, but you should start by building a static version
of all the libraries used by wget and then ensure the wget configure
scripts detect and use them. This should be enough.
Regards,
Giuseppe
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 :)
Note however that you may build with a ssl lib and still need, in
addition to
wget.exe, a ca bundle for accepting valid certificates. Otherwise your
ssl support
will only be usable with --no-check-certificate
Regards