Re: Cross-compiled generating error 77 in application

2020-06-19 Thread Peter Bushnell via curl-library
Thanks for the advice, it is what I needed to know. Compiling with the following fixes resolves my problem. --without-ssl --with-schannel Peter On Fri, Jun 19, 2020 at 8:37 AM Ray Satiro via curl-library < curl-library@cool.haxx.se> wrote: > On 6/19/2020 3:17 AM, Ray Satiro wrote: > > If you us

Re: Cross-compiled generating error 77 in application

2020-06-19 Thread Ray Satiro via curl-library
On 6/19/2020 3:17 AM, Ray Satiro wrote: If you use the Schannel backend (native WIndows SSL) instead of OpenSSL then you do not need a separate bundle of certificates, the Windows OS certificate store is used by default. The next version of curl (7.71, to be released next week) will support tha

Re: Cross-compiled generating error 77 in application

2020-06-19 Thread Ray Satiro via curl-library
On 6/18/2020 1:27 PM, Peter Bushnell via curl-library wrote: Have added curl source to build a statically compiled libcurl.a to a multi-platform application which cross-compiles binaries for on Linux for Windows and Mac. The application on Linux and Mac work as expected, but when calling curl_e