On Thursday, 21 April 2016 at 01:20:27 UTC, rcorre wrote:
s/compile/link
I _can_ compile a D library, but as soon as I try to link anything compiled with DMD it falls over.

What is dmd's verbose output? (add -v switch)

Some of the things it outputs are the location of the config file it uses, you can inspect that file to see if it has been borked somehow.

Near the bottom you can find the used link command, that could also reveal the problem.

Reply via email to