LDC 0.15.0 beta1 released! Please help test!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Nov 19 11:15:57 PST 2014


On Wednesday, 19 November 2014 at 15:24:31 UTC, bearophile wrote:
> 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

Yes. I compiled the LDC binary with the mentioned mingw gcc 
(http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/threads-posix/dwarf/i686-4.9.1-release-posix-dwarf-rt_v3-rev1.7z/download). 
The link is on the wiki page, too.

Regards,
Kai


More information about the digitalmars-d-ldc mailing list