request assistance resolving curl related linker error

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 18 19:24:39 PDT 2014


On Tue, 19 Aug 2014 09:56:30 +0900
Andrew Edwards via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:

> > Add '-L-lcurl' to your dmd invocation to do this.
> Okay, got it. Thank you much.
or you can add

  pragma(lib, "curl");

to your source file if you are using dmd.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20140819/fb2fabdd/attachment.sig>


More information about the Digitalmars-d-learn mailing list