[Issue 984] New: std.c.darwin.darwin doesn't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 19 06:29:05 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=984

           Summary: std.c.darwin.darwin doesn't work
           Product: DGCC aka GDC
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: dvdfrdmn at users.sf.net
        ReportedBy: afb at algonet.se


The old (maybe deprecated?) module std.c.darwin.darwin doesn't work:

import std.c.darwin.darwin;

/usr/bin/ld: Undefined symbols:
__D3std1c6darwin6darwin12__ModuleInfoZ


Changing to std.c.unix.unix does work, but since the old module is
still being included in the distribution you'd expect it to compile ?


-- 



More information about the D.gnu mailing list