Daniel posted about the --output-dir option in curl 7.73 -
https://daniel.haxx.se/blog/2020/09/10/store-the-curl-output-over-there/
However, I cannot see the equivalent options inside libcurl. Is the
--output-dir option only available in the curl CLI ?
[https://daniel.haxx.se/blog/wp-content/upl
I built a homebrew libcurl in a custom dir. The project is linking against this
custom lib. I am getting 200+ linker errors. As far as I know, I followed the
FAQ. I'm missing something very basic.
My CFlags - -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE
-D_REENTRANT -DCURL_STATICLIB
That makes sense. Is there a list of dependencies somewhere ?
From: Daniel Stenberg
Sent: Thursday, 19 August 2021 9:10 AM
To: Anmol Mishra via curl-library
Cc: Anmol Mishra
Subject: Re: libcurl.a linker errors on XCode
On Thu, 19 Aug 2021, Anmol Mishra via
.
From: Daniel Stenberg
Sent: Thursday, 19 August 2021 9:19 AM
To: Anmol Mishra via curl-library
Cc: Anmol Mishra
Subject: Re: libcurl.a linker errors on XCode
On Thu, 19 Aug 2021, Anmol Mishra via curl-library wrote:
> That makes sense. Is there a list of dependenc
.
From: Daniel Stenberg
Sent: Thursday, 19 August 2021 9:19 AM
To: Anmol Mishra via curl-library
Cc: Anmol Mishra
Subject: Re: libcurl.a linker errors on XCode
On Thu, 19 Aug 2021, Anmol Mishra via curl-library wrote:
> That makes sense. Is there a list
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 functions.