shared static this not invoked on almalinux 8.5, all is well on fedora 35
ichneumwn
idonotenjoyemail at idonotenjoyemail.org
Mon Jun 13 13:37:41 UTC 2022
On Friday, 10 June 2022 at 11:48:37 UTC, kinke wrote:
> Ah, so meson seems to link manually, not via the D compiler,
> ignoring LDC's preference for linkers (so you most likely ended
> up using uber-slow ld.bfd instead of ld.gold) etc. It needs to
> be adapted for LDC v1.29 (to include the special prebuilt
> object file mentioned above that LDC would link in implicitly)
> if it hasn't been already - 'big news' #5 in
> https://github.com/ldc-developers/ldc/releases/tag/v1.29.0.
I see, that probably explains the "hanging" when I use 1.29.0.
meson is mostly pleasant to use, but it is rather opaque and it
is often unclear how to influence what it decides to do (part of
that could be inexperience)
More information about the digitalmars-d-ldc
mailing list