Walter Bright Wrote:
> To do 64 bits on Windows requires:
> 
> 1. 64 bit OMF
> 2. 64 bit librarian
> 3. 64 bit generating dmd
> 4. 64 bit C compiler
> 5. 64 bit symbolic debug info
> 6. 64 bit debugger
> 7. 64 bit C runtime
> 
> Just one of those won't do it. All are necessary. The reason I did 64 bit 
> linux 
> first is all those things were ready to rock but dmd.

I do understand that. Hence I wonder even more, wouldn't it make sense to use 
MinGW's tools which are a direct port of all those unix ones?

Reply via email to