Re: DMD, LDC, and GDC compilers and 32/64 bit

2017-06-18 Thread Eugene Wissner via Digitalmars-d-learn
On Sunday, 18 June 2017 at 16:08:36 UTC, Russel Winder wrote: I believe DMD, LDC, and GDC all have the -m32 or -m64 option to determine the word size of compiled object and executable. I also believe there are 32-bit and 64-bit builds of the three compilers. Or are there? It appears at some

Re: DMD, LDC, and GDC compilers and 32/64 bit

2017-06-18 Thread Eugene Wissner via Digitalmars-d-learn
On Sunday, 18 June 2017 at 17:57:28 UTC, Eugene Wissner wrote: On Sunday, 18 June 2017 at 16:08:36 UTC, Russel Winder wrote: I believe DMD, LDC, and GDC all have the -m32 or -m64 option to determine the word size of compiled object and executable. I also believe there are 32-bit and 64-bit

Re: DMD, LDC, and GDC compilers and 32/64 bit

2017-06-18 Thread Basile B. via Digitalmars-d-learn
On Sunday, 18 June 2017 at 16:08:36 UTC, Russel Winder wrote: I believe DMD, LDC, and GDC all have the -m32 or -m64 option to determine the word size of compiled object and executable. I also believe there are 32-bit and 64-bit builds of the three compilers. Or are there? It appears at some

DMD, LDC, and GDC compilers and 32/64 bit

2017-06-18 Thread Russel Winder via Digitalmars-d-learn
I believe DMD, LDC, and GDC all have the -m32 or -m64 option to determine the word size of compiled object and executable. I also believe there are 32-bit and 64-bit builds of the three compilers. Or are there? It appears at some time in the past that some of the compilers when compiled as