[Issue 20587] _rt_loadLibrary symbol not found

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 20 20:20:08 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20587

--- Comment #8 from kinke <kinke at gmx.net> ---
It works for LDC, with shared druntime only (i.e., not with static druntime),
because it has proper shared druntime support on Mac too, unlike DMD. It's
using a generalized `rt.sections_elf_shared` in druntime for Mac targets. So
https://github.com/dlang/druntime/pull/2322 would fix this, but needs compiler
support from DMD.

--


More information about the Digitalmars-d-bugs mailing list