On Tuesday, 20 February 2018 at 03:59:06 UTC, psychoticRabbit wrote:
On Monday, 19 February 2018 at 12:01:31 UTC, Jonathan M Davis wrote:
....

ok... so I decided to dig into it a little further.

seems the problem relates to a single line, in dget.d

pragma(lib, "curl");

I just commented out the one line in dget.d, and it all seems to build ok (including dget). So no need to comment out tools in posix.mak anymore.

Removing the pragma(lib, "curl") seems to fix the issue on DFly (and FreeBSD). Updated the pull request. I guess pragma(lib, xxx) needs a little bit of attention to see what causes it not to work.

Reply via email to