[Issue 17781] printing "Shared libraries are not yet supported on OSX."  should be optional
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Oct  3 08:48:14 UTC 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17781
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
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?
--
    
    
More information about the Digitalmars-d-bugs
mailing list