Ubuntu 12.04 and DMD 2.060

Alex Rønne Petersen alex at lycus.org
Tue Aug 7 08:48:58 PDT 2012


On 07-08-2012 13:05, Minas Mina wrote:
> 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?

No, this is a clean system with no trace of any D compiler before 2.060.

-- 
Alex Rønne Petersen
alex at lycus.org
http://lycus.org


More information about the Digitalmars-d mailing list