digitalmars.D - availabilty of D compiler for 64bit ubuntu
- Andrew Marlow (1/1) Mar 09 2010 Is the Digital Mars compiler available for 64 bit ubuntu please? I have ...
- Steven Schveighoffer (6/9) Mar 09 2010 dmd is 32-bit only for the moment.
- Walter Bright (3/6) Mar 09 2010 dmd works on 64 bit Ubuntu, in fact, I use an Ubuntu 64 box for
- Jesse Phillips (3/4) Mar 09 2010 The instructions you are looking for are:
Is the Digital Mars compiler available for 64 bit ubuntu please? I have been browsing the DM web site and I thought I saw something that said it is obnly available for 32 bit at the moment.
Mar 09 2010
On Tue, 09 Mar 2010 17:48:23 -0500, Andrew Marlow <marlow.andrew googlemail.com> wrote:Is the Digital Mars compiler available for 64 bit ubuntu please? I have been browsing the DM web site and I thought I saw something that said it is obnly available for 32 bit at the moment.dmd is 32-bit only for the moment. There are 2 64-bit options, I think. ldc and gdc. However, those are D1 only. -Steve
Mar 09 2010
Andrew Marlow wrote:Is the Digital Mars compiler available for 64 bit ubuntu please? I have been browsing the DM web site and I thought I saw something that said it is obnly available for 32 bit at the moment.dmd works on 64 bit Ubuntu, in fact, I use an Ubuntu 64 box for development. However, dmd only generates 32 bit code at the moment.
Mar 09 2010
Andrew Marlow wrote:Is the Digital Mars compiler available for 64 bit ubuntu please? I have been browsing the DM web site and I thought I saw something that said it is obnly available for 32 bit at the moment.The instructions you are looking for are: http://www.prowiki.org/wiki4d/wiki.cgi?D__Tutorial/StartingWithD/Compiler/DMD#AMD64
Mar 09 2010