Bug#988465: ldc: using std.stdio causes static link to fail

2021-11-19 Thread Witold Baryluk
Package: ldc Version: 1:1.28.0-1+b1 Followup-For: Bug #988465 X-Debbugs-Cc: witold.bary...@gmail.com Still same issue in 1.28, but example now actually need to use something from stdio: ``` import std.stdio; void main() { writefln("Hello"); } ```

Bug#988465: ldc: using std.stdio causes static link to fail

2021-05-13 Thread Witold Baryluk
Package: ldc Version: 1:1.24.0-2 Severity: normal X-Debbugs-Cc: witold.bary...@gmail.com ``` import std.stdio; void main() {} ``` $ ldc2 -Os -static hello.d /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libphobos2-ldc.a(socket.o):function _D3std6socket25_sharedStaticCtor_L282_C1FZ