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

Reply via email to