[Issue 20019] Symbol not found: _dyld_enumerate_tlv_storage on macOS 10.15

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 25 11:07:02 UTC 2020


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

--- Comment #13 from moonlightsentinel at disroot.org ---
(In reply to Jacob Carlborg from comment #11)
> I recommend to manually download the latest version of DMD and use that. 
> 
> The fix for this issue was included in version 2.087.1. DMD is always built
> with the previous version. If the bootstrap downloads DMD 2.088.0, I don't
> know if that is built using 2.087.0 or 2.087.1. If it's built using 2.087.0
> then this fix is missing.

Might be worth a try to change the compiler version specified in posix.mak
(https://github.com/dlang/dmd/blob/91107b4750a82f8b86aa87e9155bed3216c68106/src/posix.mak#L91)
and check whether it still fails with the current version.

--


More information about the Digitalmars-d-bugs mailing list