www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - availabilty of D compiler for 64bit ubuntu

reply Andrew Marlow <marlow.andrew googlemail.com> writes:
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
next sibling parent "Steven Schveighoffer" <schveiguy yahoo.com> writes:
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
prev sibling next sibling parent Walter Bright <newshound1 digitalmars.com> writes:
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
prev sibling parent Jesse Phillips <jessekphillips+D gmail.com> writes:
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