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

Reply via email to