[Issue 20587] _rt_loadLibrary symbol not found

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 20 14:34:45 UTC 2020


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

--- Comment #6 from Jonathan Arnold <jarnold at visionable.com> ---
I was having the same error with ldc2 and adding '-link-defaultlib-shared'
fixed it:

ldc2 -link-defaultlib-shared tf.d

Is there something similar to that flag for dmd, or is that only for ldc2?

https://github.com/ldc-developers/ldc/issues/3331

--


More information about the Digitalmars-d-bugs mailing list