libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] Windows binary with SSL3/TLS


From: silvioprog
Subject: Re: [libmicrohttpd] Windows binary with SSL3/TLS
Date: Thu, 16 Jun 2016 09:02:01 -0300

Awesome.

I found this link showing many tools, so I tried one of them:

$ ldd build/src/microhttpd/.libs/libmicrohttpd-12.dll | grep mingw | awk '{ print $1 }'
libgcrypt-20.dll
libgnutls-30.dll
libgpg-error-0.dll
libwinpthread-1.dll
libgcc_s_dw2-1.dll
libgmp-10.dll
libhogweed-4-1.dll
libidn-11.dll
libintl-8.dll
libnettle-6-1.dll
libp11-kit-0.dll
libtasn1-6.dll
zlib1.dll
libiconv-2.dll
libffi-6.dll

And to copy all deps to a directory:

$ cd ~ && mkdir deps && ldd build/src/microhttpd/.libs/libmicrohttpd-12.dll | grep mingw | awk '{ print $3 }' | xargs -I '{}' cp -v '{}' deps/

On Thu, Jun 16, 2016 at 7:35 AM, Evgeny Grin <address@hidden> wrote:
May be not optimal way, but I personally use Dependency Walker tool.
It build all dependency tree and warn about missing .dlls.

--
Best Wishes,
Evgeny Grin

--
Silvio Clécio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]