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

Reply via email to