Ubuntu 12.04 and DMD 2.060
Minas Mina
minas_mina1990 at hotmail.co.uk
Tue Aug 7 04:05:11 PDT 2012
On Tuesday, 7 August 2012 at 00:12:55 UTC, Alex Rønne Petersen
wrote:
> Hi,
>
> Has anyone managed to get the 2.060 .deb working on Ubuntu
> 12.04? On all 12.04 systems I have access to, all D programs
> consistently segmentation fault in gc_init().
I have dmd64 on ubuntu 12.04 64 bit, and it works fine.
The code:
import std.stdio;
void main()
{
writeln("Hello, world!");
}
Compiled with dmd test.d -m64
works fine, it prints "Hello, world!".
Did you forget to uninstall dmd 2.059?
More information about the Digitalmars-d
mailing list