https://issues.dlang.org/show_bug.cgi?id=20587
--- Comment #6 from Jonathan Arnold <[email protected]> --- 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 --
