Thread overview
D on 64bit ?
Sep 25, 2004
Lloyd Dupont
Sep 25, 2004
Benjamin Herr
Sep 25, 2004
Lloyd Dupont
September 25, 2004
that's it!!
I wonder if we could see a version of D producing 64 bit executable....


September 25, 2004
Lloyd Dupont wrote:
> that's it!!
> I wonder if we could see a version of D producing 64 bit executable.... 
The gcc frontend that used to be developed could be used to create 64bit executables.
Sadly it is far from up to date; and also my binaries always segfault in _moduleDtor, d/phobos/std/moduleinit.d:163
September 25, 2004
Not a problem, justy ondering.
because I plan to use D in.... a couple of months....
(and I would like to support 64bits architecture..)

"Benjamin Herr" <ben@0x539.de> wrote in message news:cj3c2b$1b2p$1@digitaldaemon.com...
> Lloyd Dupont wrote:
>> that's it!!
>> I wonder if we could see a version of D producing 64 bit executable....
> The gcc frontend that used to be developed could be used to create 64bit
> executables.
> Sadly it is far from up to date; and also my binaries always segfault in
> _moduleDtor, d/phobos/std/moduleinit.d:163