RE: Assistance building curl 7.77.0 with OpenSSL 3.0

2021-08-21 Thread Randall S. Becker via curl-library
On August 21, 2021, Daniel Stenberg wrote: >On Sat, 21 Aug 2021, Randall S. Becker wrote: > >> The OpenSSL build is definitely 64 bit - I know because I did the >> build/install about 2 weeks ago. If I leave off the -Wlp64, the linker >> complains about mixing 64 (openssl) and 32 models (curl)

RE: Assistance building curl 7.77.0 with OpenSSL 3.0

2021-08-21 Thread Daniel Stenberg via curl-library
On Sat, 21 Aug 2021, Randall S. Becker wrote: The OpenSSL build is definitely 64 bit - I know because I did the build/install about 2 weeks ago. If I leave off the -Wlp64, the linker complains about mixing 64 (openssl) and 32 models (curl) during the configure phase claiming it can't find

Re: configure options for various libcurl builds

2021-08-21 Thread Daniel Stenberg via curl-library
On Sat, 21 Aug 2021, Anmol Mishra via curl-library wrote: Could there be some guidance about a simple libcurl static build for For configure builds, both a shared and a static libcurl version are built. SMTP is enabled by default. -- / daniel.haxx.se | Commercial curl support up to 24x7

Re: configure options for various libcurl builds

2021-08-21 Thread Dan Fandrich via curl-library
On Sat, Aug 21, 2021 at 05:42:47PM +, Anmol Mishra via curl-library wrote: > Could there be some guidance about a simple libcurl static build for Static building is tricky because the entire chain of static dependencies resulting from all libcurl dependencies needs to be added to the final

configure options for various libcurl builds

2021-08-21 Thread Anmol Mishra via curl-library
Could there be some guidance about a simple libcurl static build for a. send email via smtp and b. downloading a file from a url These may be the majority of uses for libcurl. I tried the various ./configure options for a couple of days - but its not trivial to isolate just these two

RE: Assistance building curl 7.77.0 with OpenSSL 3.0

2021-08-21 Thread Randall S. Becker via curl-library
On August 21, 2021 5:35 AM, Daniel Stenberg wrote: >On Fri, 20 Aug 2021, Randall S. Becker via curl-library wrote: > >> My latest configure command for OpenSSL 3.0 is: >> >> CFLAGS="-c99" CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED=1 -Wlp64 -WIEEE_float >> -I/usr/local-ssl3.0/openssl/include"

RE: Assistance building curl 7.77.0 with OpenSSL 3.0

2021-08-21 Thread Randall S. Becker via curl-library
On August 21, 2021 5:35 AM, Daniel Stenberg wrote: >On Fri, 20 Aug 2021, Randall S. Becker via curl-library wrote: > >> My latest configure command for OpenSSL 3.0 is: >> >> CFLAGS="-c99" CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED=1 -Wlp64 -WIEEE_float >> -I/usr/local-ssl3.0/openssl/include"

Re: No curl_*_strerror() for CURLUcode

2021-08-21 Thread Gleb Ivanovsky via curl-library
> Nothing special, no. A pull-request is perfect and we take it from there. Here it is: https://github.com/curl/curl/pull/7605 --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette:

Re: Assistance building curl 7.77.0 with OpenSSL 3.0

2021-08-21 Thread Daniel Stenberg via curl-library
On Fri, 20 Aug 2021, Randall S. Becker via curl-library wrote: My latest configure command for OpenSSL 3.0 is: CFLAGS="-c99" CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED=1 -Wlp64 -WIEEE_float -I/usr/local-ssl3.0/openssl/include" LDFLAGS="-L/usr/local-ssl3.0/lib" conf_script_floss_cc

Assistance building curl 7.77.0 with OpenSSL 3.0

2021-08-21 Thread Randall S. Becker via curl-library
Hi Curl, I'm trying to build curl and have hit a brick wall with 7.77.0 and OpenSSL 3.0. This works fine with OpenSSL 1.1.1k. configure:31935: cc -c -c99 -D_XOPEN_SOURCE_EXTENDED=1 -Wlp64 -WIEEE_float -I/us r/local-ssl3.0/openssl/include -I/usr/local-ssl3.0/include -I/usr/local-ssl3.0/i