[Issue 19933] New: Win10 stdout link error?
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jun 2 04:00:55 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19933
Issue ID: 19933
Summary: Win10 stdout link error?
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: patric.dexheimer at gmail.com
Not only stdout, (stderr too, maybe more)
Window 10
DMD D Compiler v2.086.0
LLVM D compiler (1.16.0-beta2)
import core.stdc.stdio;
extern(C)
void main()
{
fprintf(stdout , "testing\n");
}
//dub run --compiler=dmd --arch=x86_64
/*
Program exited with code -1073740777
*/
//dub run --compiler=ldc2 --arch=x86_64
/*
lld-link: error: undefined symbol: stdout
(...)
*/
--
More information about the Digitalmars-d-bugs
mailing list