Thread overview
[Issue 19724] Regression: wrong order of linker arguments, again: -L-l before -L--start-group
Mar 07, 2019
Dlang Bot
Mar 07, 2019
FeepingCreature
Mar 07, 2019
Basile-z
Mar 11, 2019
Dlang Bot
Apr 10, 2019
Dlang Bot
Mar 21, 2020
Basile-z
March 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19724

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/dmd pull request #9426 "Fix Issue 19724: wrong order of linker flags, take 2" fixing this issue:

- 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

--
March 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19724

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
March 07, 2019
https://issues.dlang.org/show_bug.cgi?id=19724

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com
           Severity|normal                      |regression

--
March 11, 2019
https://issues.dlang.org/show_bug.cgi?id=19724

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

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

--- Comment #2 from Dlang Bot <dlang-bot@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

--
April 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19724

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9582 "For issue 19724, group library files explicitly listed with `-L=` in with other library-related `-L=` flags." was merged into master:

- a4f755520bda18f8b944760fe4d7ca98dad63b88 by Mathis Beer:
  For issue 19724, group library files explicitly listed with `-L=` in with
other library-related `-L=` flags.

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19724

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--