[Issue 476] New: DMD doesn't resolve its location properly on Windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 2 12:02:13 PST 2006


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

           Summary: DMD doesn't resolve its location properly on Windows
           Product: D
           Version: 0.173
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: digitalmars-com at baysmith.com


If dmd.exe is run from its bin directory, linking does not occur correctly.

C:\>cd c:\dmd\bin

C:\dmd\bin>dmd c:\tmp.d
object.d: module object cannot read file 'object.d'

C:\dmd\bin>cd \

C:\>dmd c:\tmp.d
c:\dmd\bin\..\..\dm\bin\link.exe tmp,,,user32+kernel32/noi;


-- 




More information about the Digitalmars-d-bugs mailing list