On 7/6/11 5:45 AM, Andrej Mitrovic wrote:
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
Are you maybe using an outdated version of phobos.lib? I have not checked whether the archive is okay, but I'm pretty sure I encountered similar errors in the past when there was a library<->source mismatch.
David _______________________________________________ dmd-beta mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-beta
