[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 00:25:45 UTC 2020


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

--- Comment #7 from Andrei Alexandrescu <andrei at erdani.com> ---
Update: I moved that conf file out of the way, things still don't work. After
running with AUTO_BOOTSTRAP=1, I assume I had a good installation. But:

$ cd /path/to/dmd
$ make -f posix.mak
dmd -of../generated/build -g build.d
Error: cannot find source code for runtime library file 'object.d'
       dmd might not be correctly installed. Run 'dmd -man' for installation
instructions.
       config file: /Users/andrei/d/dmd/generated/osx/release/64/dmd.conf

Why didn't AUTO_BOOTSTRAP leave behind a working installation?

--


More information about the Digitalmars-d-bugs mailing list