Thread overview
[Issue 24137] Link failure on macOS with symbol count from symbol table and dynamic symbol table differ
Feb 22
Dlang Bot
Feb 22
Dlang Bot
Mar 01
Dlang Bot
February 20
https://issues.dlang.org/show_bug.cgi?id=24137

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
            Summary|Linker error on MacOS on    |Link failure on macOS with
                   |helloworld                  |symbol count from symbol
                   |                            |table and dynamic symbol
                   |                            |table differ

--
February 20
https://issues.dlang.org/show_bug.cgi?id=24137

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=24399

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
There are two linker errors, separated them into different issues.  This is for the symbol/dynamic table mismatch. Issue 24399 is for the section with no content.

--
February 22
https://issues.dlang.org/show_bug.cgi?id=24137

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #16221 "Fix Bugzilla 24137 - Link failure on macOS with symbol count from symbol table and dynamic symbol table differ" fixing this issue:

- Fix Bugzilla 24137 - Link failure on macOS with symbol count from symbol table and dynamic symbol table differ

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

--
February 22
https://issues.dlang.org/show_bug.cgi?id=24137

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16221 "Fix Bugzilla 24137 - Link failure on macOS with symbol count from symbol table and dynamic symbol table differ" was merged into stable:

- 3585196dc24f8566a5e47d4249d814ae401b21bd by Iain Buclaw:
  Fix Bugzilla 24137 - Link failure on macOS with symbol count from symbol
table and dynamic symbol table differ

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

--
March 01
https://issues.dlang.org/show_bug.cgi?id=24137

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16276 "merge stable" was merged into master:

- 53d3810128a043821be4f93c073598809a8dcbb9 by Iain Buclaw:
  Fix Bugzilla 24137 - Link failure on macOS with symbol count from symbol
table and dynamic symbol table differ

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

--