digitalmars.D - availabilty of D compiler for 64bit ubuntu
- Andrew Marlow <marlow.andrew googlemail.com> Mar 09 2010
- "Steven Schveighoffer" <schveiguy yahoo.com> Mar 09 2010
- Walter Bright <newshound1 digitalmars.com> Mar 09 2010
- Jesse Phillips <jessekphillips+D gmail.com> Mar 09 2010
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









"Steven Schveighoffer" <schveiguy yahoo.com> 