dmd on centos 6.6
    Andrei Alexandrescu via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Wed May 20 19:23:54 PDT 2015
    
    
  
Hi folks,
I just cloned the latest dmd from github on a Centos 6.6 machine. It has 
a dmd 2.065 installed.
Cloning and building dmd succeeded, then so did druntime. Then after I 
cloned Phobos I got:
std/math.d(2759): Error: number '0x1p-1024' is not representable
std/math.d(2762): Error: number '0x1p-1024' is not representable
std/math.d(2765): Error: number '0x1p-1024' is not representable
std/math.d(2770): Error: number '0x1p-128f' is not representable
std/math.d(2773): Error: number '0x1p-128f' is not representable
std/math.d(2776): Error: number '0x1p-128f' is not representable
Does anyone know what could be happening?
Thanks,
Andrei
    
    
More information about the Digitalmars-d
mailing list