request assistance resolving curl related linker error

Martin Nowak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 18 09:17:56 PDT 2014


On Monday, 18 August 2014 at 16:09:04 UTC, Martin Nowak wrote:
> The problem here is that std.net.curl is based on libcurl, so 
> you need to link your program against it.
> Add '-L-lcurl' to your dmd invocation to do this.

I also added an enhancement request to load curl at runtime.
https://issues.dlang.org/show_bug.cgi?id=13324


More information about the Digitalmars-d-learn mailing list