[dmd-beta] dmd 1.069 and 2.054 beta

David Nadlinger code at klickverbot.at
Tue Jul 5 21:04:23 PDT 2011


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


More information about the dmd-beta mailing list