I'm trying to compile D program using GDC. I'm currently on Windows XP SP3 and i use the "Windows X86 32bit (i686-w64-mingw32)" package downloaded from here: http://gdcproject.org/downloads (the link at the bottom). So when I unpack the binaries and I invoke gdc to compile a simple program like this:
import std.stdio;
void main() {
writeln("Hello World. ");
}
I get a bunch of assembler errors:
I know that the link to the says "Unsupported alpha build" but I don't really get what this message means (perhaps you can tell me). But nevertheless I've triead to download earlier versions from the archive and all fail with similar errors.
Is there a way to solve this? Or am I missing some crucial point here.
EDIT: Here is assembly code generated by compiler: http://pastebin.com/w5q0rNNd