[Issue 20587] _rt_loadLibrary symbol not found

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 20 07:16:52 UTC 2020


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

Mathias LANG <pro.mathias.lang at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang at gmail.com

--- Comment #4 from Mathias LANG <pro.mathias.lang at gmail.com> ---
Introduced by https://github.com/dlang/druntime/pull/593
The symbol is available on Linux but not OSX.

We can (should) make it available on OSX, because linker errors are not user
friendly.
But even if we make it available on OSX, it is not implemented, so you'll have
better luck calling `dlopen` / `dlsym` directly.

--


More information about the Digitalmars-d-bugs mailing list