https://issues.dlang.org/show_bug.cgi?id=17781
--- Comment #2 from Walter Bright <[email protected]> --- There are two messages: // no support for multiple images yet // take the sections from the last static image which is the executable if (_isRuntimeInitialized) { fprintf(stderr, "Loading shared libraries isn't yet supported on Darwin.\n"); return; } else if (_sections.modules.ptr !is null) { fprintf(stderr, "Shared libraries are not yet supported on Darwin.\n"); } Neither match the issue subject. Which message are you referring to, or is it both? --
