[Issue 7044] Missing a way to control the order of arguments passed to the linker makes impossible to link some programs

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 22 05:13:13 PDT 2015


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

Dicebot <public at dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public at dicebot.lv

--- Comment #43 from Dicebot <public at dicebot.lv> ---
I see two distinct issues here:

1) getting rid from automatic linker flags inserted by compiler and make it
fully controllable by packager (preferrably via dmd.conf) instead. This is
actual issue that needs to be solved

2) allowing to specify distinct debug library in dmd.conf - this is only needed
to enable interface compatibility after (1) is fixed

Last proposal seems to address (2) perfectly but not (1) which was the main
issue here (because manual intervention with adding compiler flags to build
system is required)

--


More information about the Digitalmars-d-bugs mailing list