Re: How to compile libcurl.dll with GnuTLS integrated?

2017-08-22 Thread Reino Wijnsma
On 14-8-2017 08:58, raysat...@yahoo.com wrote: > What you can do is make all the dependencies static by signalling static > before deplibs and then go back to shared afterwards: > -Wl,-Bstatic \$deplibs -Wl,-Bdynamiclist I've configurated libcurl shared: export PKG_CONFIG="pkg-config --static" ./

Re: How to compile libcurl.dll with GnuTLS integrated? (Ray Satiro)

2017-08-22 Thread Reino Wijnsma
On 14-8-2017 12:00, curl-library-requ...@cool.haxx.se wrote: > What you can do is make all the dependencies static by signalling static > before deplibs and then go back to shared afterwards: > -Wl,-Bstatic \$deplibs -Wl,-Bdynamiclist I've configurated libcurl shared: export PKG_CONFIG="pkg-conf

Re: How to compile libcurl.dll with GnuTLS integrated?

2017-08-14 Thread Ray Satiro via curl-library
On 8/8/2017 6:27 PM, Reino Wijnsma wrote: > I guess I didn't phrase my question right. I should've asked: "Is it > possible at all to compile *a shared libcurl.dll* using statically > built dependencies?". > In other words: I wish to end up with a '/curl.exe/' that relies on a > '/libcurl.dll/' whi

Re: How to compile libcurl.dll with GnuTLS integrated?

2017-08-08 Thread Reino Wijnsma
On 7-8-2017 10:38, Daniel Stenberg wrote: > --without-ssl --with-gnutls are the only two necessary configure options to > make the build pick GnuTLS. I know, but I didn't want to rely on a separate '/ca-bundle.crt/' either. >> Is it possible at all to compile libcurl using statically built >> de

Re: How to compile libcurl.dll with GnuTLS integrated?

2017-08-07 Thread Daniel Stenberg
On Sun, 6 Aug 2017, Reino Wijnsma wrote: generic_configure "--without-ssl --with-gnutls --without-ca-bundle --with-ca-fallback" --without-ssl --with-gnutls are the only two necessary configure options to make the build pick GnuTLS. The rest of your problems seem to be mingw/windows speci