When compiling a simple hello world application dmd spits out 1000+ errors available here: http://pastebin.com/xe7UGxTj
Same issue occurs when compiling with -fPIC.
The exact contents of app.d is:
import std.stdio;
void main()
{
writeln("it works");
}
Comment #1 by 13nixonf — 2016-11-07T19:39:01Z
Forgot to mention that this is on a debian stretch vm, with dmd version 72
Comment #2 by robert.schadek — 2024-12-13T18:50:36Z