LDC 0.15.0 beta1 released! Please help test!
bearophile via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Wed Nov 19 07:24:30 PST 2014
Kai Nacke:
> This beta release also includes the mingw binaries missing from
> the alpha release. The mingw binaries are build with
> i686-4.9.1-release-posix-dwarf-rt_v3-rev1 downloaded with the
> mingw installer.
>
> b3b0010c3f4da6ea01cf6230b030cd9b ldc2-0.15.0-beta1-mingw-x86.7z
If I try to compile this code with the latest 32-bit Windows ldc2:
void main() {
import std.stdio;
writeln("hello");
}
It crashes saying it can't find
_ZSt24__throw_out_of_range_fmtPKcz of the library libstdc++6.dll.
Do I have to update gcc?
Bye,
bearophile
More information about the digitalmars-d-ldc
mailing list