LDC 0.15.1 released!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Dec 15 09:34:37 PST 2014


On Monday, 15 December 2014 at 11:43:17 UTC, zeljkog wrote:
> On Windows:
>
> ldc2-0.15.1-mingw-x86.7z
> i686-4.9.1-release-posix-dwarf-rt_v3-rev1.7z
>
>>ldc2.exe
>
> MessageBox:
> ldc2.exe - Entry Point Not Found
>
> The procedure entry point _ZSt24_throw_out_of_range_fmtPKcz 
> could not be located in the dynamic link library 
> libstdc++-6.dll.

This looks like an environment problem. The libstdc++-6.dll is 
not found - probably it is not in the search path. Can you 
compile and run a C++ Hello-World with g++ from the same shell?

Regards,
Kai


More information about the digitalmars-d-ldc mailing list