Thread overview
[Issue 1932] New: dmd internal calling link command error
Mar 19, 2008
d-bugmail
Apr 23, 2008
d-bugmail
Nov 21, 2008
d-bugmail
March 19, 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@digitalmars.com
        ReportedBy: davidl@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


-- 

April 23, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1932





------- Comment #1 from bugzilla@digitalmars.com  2008-04-23 01:27 -------
I cannot reproduce this - in fact, I use dmd's link ability all the time.


-- 

November 21, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1932


smjg@iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg@iname.com
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--