[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 May 15 19:08:09 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23110

kinke <kinke at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke at gmx.net

--- Comment #1 from kinke <kinke at gmx.net> ---
That's just one detail of lacking MinGW support (of both DMD and LDC). The
compiler would also need to predefine version `MinGW` for druntime/Phobos
(there's some support in the libraries, for GDC). C++ mangling in the frontend
would need to switch from MSVC to Itanium. Debuginfos would need to switch from
CodeView to DWARF format. Static libs (.a) are probably different than the MS
ones (.lib). Etc. etc.

--


More information about the Digitalmars-d-bugs mailing list