1
vote
1answer
352 views
Compiling with DMD on 64bit Linux or Linking with 32bit object files
What is the best way to compile programs with DMD on a 64bit machine? It doesn't need to compile to 64Bit code. I know about GDC, but want to work with D2 also. There is also chroot, but am hoping …
