[Issue 14674] Importing std.stdio causes another module to become undefined
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 9 21:27:48 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14674
--- Comment #3 from sigsve <sigurdbergsvela at gmail.com> ---
Although, you are right.
Sorry, I though DMD compiled and linked Stack.d automagically(Which it seems to
have done, when I do not import std.stdio)
But when I compile each file separately to .o files, and link them, it works.
--
More information about the Digitalmars-d-bugs
mailing list