1
vote
1answer
327 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 …
1
vote
2answers
72 views
What is eth_addr_t and friends in libdnet
I'm attempting to create a wrapper around libdnet for the D programming
language. The issue I have run into is not knowing what the
unde …
