Compiling druntime on ldc2 - Win 8 x64

Sebastian Graf SebastianGraf at t-online.de
Tue May 14 20:30:06 PDT 2013


On Friday, 25 January 2013 at 19:23:34 UTC, Kai Nacke wrote:
> On 25.01.2013 20:00, Sebastian Graf wrote:
>> On Friday, 25 January 2013 at 18:37:09 UTC, Kai Nacke wrote:
>>
>> I have yet to checkout that commit, but my specific linker 
>> error is
>> regarding yl2x, which is not in ldc.intrinsics either. Without 
>> it, my
>> hello world won't link... Any suggestions besides a clean 
>> build?
>
> Try to add an empty function "real yl2x(real x, real y)" to 
> longdouble.d
>
> Kai

Adding to longdouble.d was not sufficient because of namespace 
clash. I had to fix the declaration in phobos' math.d, line 4636 
to return 0 for my configuration. Ugly. At least I get my hello 
world now.


More information about the digitalmars-d-ldc mailing list