How compile program with curl support?
evilrat
evilrat666 at gmail.com
Thu Aug 22 02:14:31 PDT 2013
On Thursday, 22 August 2013 at 07:28:52 UTC, ilya-stromberg wrote:
> I try to compile program with curl support, but I have error:
> ...
i rarely use rdmd, so i can only advice to try using dmd directly
with following flags and see if it works, and if works its a rdmd
flags problem in your case:
dmd main.d -L-L/path/to/libcurl -L-llibcurlname.a
(note that first -L is dmd flag to pass linker options)
More information about the Digitalmars-d-learn
mailing list