www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1932] New: dmd internal calling link command error

reply d-bugmail puremagic.com writes:
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


-- 
Mar 18 2008
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1932






I cannot reproduce this - in fact, I use dmd's link ability all the time.


-- 
Apr 22 2008
prev sibling parent d-bugmail puremagic.com writes:
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




-- 
Nov 20 2008