On 16 December 2013 11:22, Joseph Rushton Wakeling <joseph.wakel...@webdrake.net> wrote: > On 16/12/13 11:59, Iain Buclaw wrote: >> >> I'd need to know what undefined reference errors there were and what >> the simple program was. ;) > > > No program seems immune :-) But try this: > > /////////////////////////////////// > import std.stdio; > > void main() > { > writeln("Hello, gdmd!"); > } > /////////////////////////////////// > > ... which compiled with gdc proper works fine, but when compiled with gdmd > results in this: >
OK, it's a driver bug. Reproduced using: gdc -c hello.d gdc hello.o Regards Iain