I downloaded the 64-bit Dlang DMD Fedora/CentOS package and installed inside a virtual 64-bit Scientific Linux machine using rpm -i
. Works just fine.
Moving to a 64-bit SL physical machine, I installed the same package but running dmd
or rdmd
even without any arguments gives an error Floating-Point Exception
. The bad thing, the OS won't boot! It just freezes on a black screen with blinking cursor.
Note: I'm not sure if it is related, but the PC with the virtual machine has i5-2400 and the other crashing PC has an i7-4790.
Update: Now after nothing done except a fresh OS install, the OS boots fine after the package installed.
Update 2: I downloaded this package that contains pre-built binaries and some source (I don't know for what!) and I downloaded the source from GitHub, even the pre-built binaries give the same error Floating-point exception
.
Thanks for any assist!