std.net.curl

anonymous via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 17 06:20:33 PDT 2015


On Monday, 17 August 2015 at 13:13:48 UTC, anonymous wrote:

> and figured out that the linker is invoked (on my machine) with
>  gcc a.o -o a -m64 -lcurl -L/usr/lib/x86_64-linux-gnu -Xlinker

correct (I named the example programm a.d instead of app.d):
gcc app.o -o app -m64 -lcurl -L/usr/lib/x86_64-linux-gnu -Xlinker

This issue is already known:
  https://issues.dlang.org/show_bug.cgi?id=12572
and
  https://issues.dlang.org/show_bug.cgi?id=7044


More information about the Digitalmars-d-learn mailing list