[Issue 1932] New: dmd internal calling link command error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 18 20:00:30 PDT 2008


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

           Summary: dmd internal calling link command error
           Product: D
           Version: 1.026
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: davidl at 126.com


abc.d:
int k;
bool setsomething()
{
    if (k==4)
        return false;

}
void main()
{
}

dmd abc.d
reporst:
d:\digitalmars\dmd\bin\..\..\dm\bin\link.exe abc,,,user32+kernel32/noi;
--- errorlevel -1073741502
no binary generated

following command works:
dmd -c abc.d
link abc


-- 



More information about the Digitalmars-d-bugs mailing list