[Issue 19724] Regression: wrong order of linker arguments, again: -L-l before -L--start-group

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 11 10:50:24 UTC 2019


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #9426 "Fix Issue 19724: wrong order of linker flags,
take 2" was merged into stable:

- b89ac83d11744a49153010f311898022d78ea043 by Mathis Beer:
  Fix Issue 19724.
  On Linux, don't reorder -L-l flags to be before other -L flags. Only reorder
-L-L.
  This keeps -L-l libs and linker flags that may affect the interpretation of
-l flags such as --start-group ordered correctly.

https://github.com/dlang/dmd/pull/9426

--


More information about the Digitalmars-d-bugs mailing list