std.net.curl and ldc v1.0.0+

kinke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Sep 27 14:00:03 PDT 2016


On Tuesday, 27 September 2016 at 18:34:41 UTC, Joseph Rushton 
Wakeling wrote:
> If I replace druntime with the pre-built one, then things work 
> OK with the built curl-using program.  Switching out phobos 
> makes no difference.

Oh this may make things clearer. druntime features C parts, so 
the pre-built one and yours probably differ in the used C(++) 
runtime; the malloc issue also points in this direction. As we 
seem to be using libstdc++, are you sure you're using that one 
too?


More information about the digitalmars-d-ldc mailing list