[dmd-beta] dmd 1.069 and 2.054 beta

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Jul 5 20:45:36 PDT 2011


I can't compile this simple module with DMD 2.054:
module test;
import std.stdio;
void main()
{
	writeln("bla");
}

Error 42: Symbol Undefined _D3std9exception7bailOutFAyaixAaZv


More information about the dmd-beta mailing list