On Thursday, 22 August 2013 at 07:28:52 UTC, ilya-stromberg wrote:
I try to compile program with curl support, but I have error: ...
i rarely use rdmd, so i can only advice to try using dmd directly with following flags and see if it works, and if works its a rdmd flags problem in your case:
dmd main.d -L-L/path/to/libcurl -L-llibcurlname.a (note that first -L is dmd flag to pass linker options)