std.net.curl is not working?

Ali Çehreli acehreli at yahoo.com
Fri Apr 26 11:13:02 PDT 2013


On 04/26/2013 10:55 AM, mab wrote:

 > Thank you for answering. But it didnt work.
 >
 > I get:
 > #dmd hello.d -L-lcurl
 > /usr/bin/ld: cannot find -lcurl

Try providing the directory that the curl library file is in:

#dmd hello.d -L-L/wherever/libcurl/is/in -L-lcurl

Ali



More information about the Digitalmars-d-learn mailing list