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.
--
+<[
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
2 matches
Mail list logo