[Issue 14674] Importing std.stdio causes another module to become undefined

2017-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14674 Vladimir Panteleev changed: What|Removed |Added Status|NEW

[Issue 14674] Importing std.stdio causes another module to become undefined

2015-06-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14674 --- Comment #4 from Kenji Hara k.hara...@gmail.com --- (In reply to sigsve from comment #2) Undefined symbols for architecture x86_64: _D5Stack12__ModuleInfoZ, referenced from: _D4Main12__ModuleInfoZ in Main.o ld: symbol(s) not found for

[Issue 14674] Importing std.stdio causes another module to become undefined

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14674 --- Comment #2 from sigsve sigurdbergsv...@gmail.com --- My apologies for being vague, I was hoping you'd have a Mac available. It is definitely a linking error(This is the error I get): Undefined symbols for architecture x86_64:

[Issue 14674] Importing std.stdio causes another module to become undefined

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14674 --- Comment #3 from sigsve sigurdbergsv...@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

[Issue 14674] Importing std.stdio causes another module to become undefined

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14674 --- Comment #1 from Kenji Hara k.hara...@gmail.com --- (In reply to sigsve from comment #0) When importing std.stdio in a specific context, causes an undefined symbols for architecture I'm on Windows so I need to guess what undefined symbols for