shared static this not invoked on almalinux 8.5, all is well on fedora 35
kinke
noone at nowhere.com
Thu Jun 9 11:19:48 UTC 2022
On Thursday, 9 June 2022 at 08:54:51 UTC, ichneumwn wrote:
> So it seems there is a difference in how gcc 8.5.0 and gcc
> 11.2.1 handle something in the linking process, but I assume it
> requires knowledge of ldc to know what that might be, which is
> why I am posting here.
gcc probably doesn't matter, but the actual linker does. v1.28
still defaults to `ld.gold`, so that seems problematic for
almalinux. - Anyway, DSO registration was revamped in v1.29, and
it's now using the default linker (can choose with `-linker`
option), so I'd recommend checking whether the problem still
persists with v1.29.
More information about the digitalmars-d-ldc
mailing list