[Issue 23110] src/dmd/link.d tries to use MSVC linker on Windows when MinGW is used
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 11 17:59:01 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23110
--- Comment #3 from Brecht Sanders <brecht at sanders.org> ---
Looks like dmd 2.100.2 still has no support for using gcc/binutils in
src/dmd/link.d
Using LINKCMD=ld.exe doesn't work as command line arguments starting with a
slash won't work (e.g. "/OUT:").
Is there any hope we can see support for gcc/binutils on Windows in the near
future?
--
More information about the Digitalmars-d-bugs
mailing list