Thread overview
[Issue 23119] Compiling glui example results in linker error
May 17, 2022
Walter Bright
Dec 17, 2022
Iain Buclaw
May 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23119

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|wrong-code                  |backend, link-failure

--
May 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23119

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
But the linked=to line in toobj.d specifically excludes OBJ_MACH because of the error.

--
May 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23119

--- Comment #2 from Steven Schveighoffer <schveiguy@gmail.com> ---
I am completely ignorant on the compiler code. Iain noticed the same message in the comment and thought it might be related.

But in any case, I *am* getting this error. So it may be happening elsewhere.

--
May 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23119

--- Comment #3 from Steven Schveighoffer <schveiguy@gmail.com> ---
A further note, until I upgraded xcode, I was not having errors. So it's likely some increase in strictness that the linker now requires.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23119

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--