port to NetBSD

Nikolay via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Jan 9 01:56:09 PST 2016


On Saturday, 9 January 2016 at 06:13:30 UTC, Nikolay wrote:
> On Saturday, 9 January 2016 at 05:49:39 UTC, Nikolay wrote:
>> On Friday, 8 January 2016 at 19:09:09 UTC, Joakim wrote:
>> For the last one, try turning maxY into
>>> a runtime variable, ie replace enum with real, and change 
>>> that static assert to regular assert, ie remove static.  That 
>>> fixed the issue for me on ARM, which was due to CTFE.
>>
>> Thanks It resolves problem
>>
>
> Ops I was wrong. It just move problem from compile-time to 
> later. The source is  undefined reference to symbols like 
> llroundl, remainderl, ...

I fixed core.stdc.math and now your solution is work for me.


More information about the digitalmars-d-ldc mailing list