Trouble Compiling DMD, Druntime, Phobos on Windows

Meta jared771 at gmail.com
Thu Feb 13 17:09:41 PST 2014


I'm using Windows 7 x64, but compiling 32-bit DMD. DMD compiles 
fine, but the linker warns about a "Warning 9: Unknown Option : 
LA". After that, when trying to compile Druntime, DMD chokes with 
this error:

"Assertion Failure: 'impl' on line 4930 in file 'mtype.c'".

I looked in the file, but all I could find on line 4930 was:

int TypeAArray::isZeroInit(Loc loc)
{
     return true;
}

So I'm not really sure what's going on here, though I obviously 
did something wrong compiling DMD.


More information about the Digitalmars-d-learn mailing list