[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
Sun Jan 25 18:33:58 PST 2015
https://issues.dlang.org/show_bug.cgi?id=7044
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thecybershadow at gmail.com
--- Comment #32 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to yebblies from comment #31)
> Yes, just a workaround for you until we get a real fix.
Possibly a better workaround is a custom CC which prepends --no-as-needed onto
gcc's command line:
https://issues.dlang.org/show_bug.cgi?id=12572#c5
--
More information about the Digitalmars-d-bugs
mailing list