std.net.curl and ldc v1.0.0+

David Nadlinger via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Oct 15 13:52:05 PDT 2016


On Monday, 26 September 2016 at 19:49:46 UTC, Joseph Rushton 
Wakeling wrote:
> On Monday, 26 September 2016 at 19:20:04 UTC, Joseph Rushton 
> Wakeling wrote:
>> Thanks!  I notice that on Linux you use a 
>> -DCMAKE_EXE_LINKER_FLAGS='-static-libstdc++' that I'm not 
>> using.  I'll give that a try.
>
> Hmm, makes no apparent difference :-(

That's not surprising – it only causes the LDC executable itself 
to be linked statically, which shouldn't affect code generation. 
(Then again, the whole bug is rather strange to begin with, so 
it's good to have that ruled out.)

  — David


More information about the digitalmars-d-ldc mailing list