<br><br><div class="gmail_quote">On Fri, Jan 4, 2013 at 1:50 AM, Jonathan M Davis <span dir="ltr"><<a href="mailto:jmdavisProg@gmx.com" target="_blank">jmdavisProg@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Friday, January 04, 2013 01:26:59 Philippe Sigaud wrote:<br>
> I updated to 2.061 and now, when I use rdmd with the -unittest<br>
> flag, I have a strange error:<br>
><br>
> /usr/bin/ld: cannot find -lcurl<br>
><br>
> Why does it need curl?<br>
<br>
</div>std.net.curl needs it, but AFAIK, it's supposed to be up to the programmer to<br>
link against when they actually need it rather than it happening<br>
automatically. I don't know what changed.</blockquote><div><br></div><div>I gathered std.net.curl needed it. But I do not import it. Is it somehow imported by the -unittest flag? </div></div>