[Issue 21587] Please capture and output failed/error message from "link" step
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 29 19:42:34 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21587
--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
I suspect it might be related to demangling the symbols in the linker error
messages. Please try disabling both "Demangle names in link errors" and
"Monitor linker dependencies" in the global options (Tools->Options->Projects
and Solutions->Visual D Settings).
Regarding the actual link errors, I guess you are linking in a library, but the
versions specified on the command line don't match in the "Debug"
configuration. Or maybe other options are different, e.g. -unittest.
--
More information about the Digitalmars-d-bugs
mailing list