Re: gcc-gdc package is incomplete

2025-04-01 Thread ASSI via Cygwin
Bruno Haible via Cygwin writes: > The gcc-gdc package (currently in version 11.5.0) [1] lacks > the *.d files of the standard library (libphobos, including druntime). As noted in the announcement, libphobos doesn't build on Cygwin even if you try to force it in configure. Regards, Achim. -- +<[

gcc-gdc package is incomplete

2025-04-01 Thread Bruno Haible via Cygwin
The gcc-gdc package (currently in version 11.5.0) [1] lacks the *.d files of the standard library (libphobos, including druntime). How to reproduce: hello.d import std.stdio; void main () { writeln("Hello world!"); } = $ gdc hello.d Exp