Thread overview
MinGW-w64 Binaries
Jul 25, 2011
Daniel Green
Jul 25, 2011
Daniel Green
Jul 25, 2011
Trass3r
Jul 25, 2011
Daniel Green
Jul 27, 2011
dune
Jul 28, 2011
Daniel Green
Jul 28, 2011
dune
July 25, 2011
https://bitbucket.org/goshawk/gdc/downloads/gcc-4.5.1-tdm64-1-gdc-r575-20110725.zip

 * Compatible with TDM's 64-bit compiler suite.
 * Binaries are 32-bit.
 * Can generate 32-bit and 64-bit object files.
 * default branch.  DMD 1.067/2.052
 * Contains both D1(default/-v1) and D2(-v2).

See https://bitbucket.org/venix1/mingw-gdc for more information.

Please post any issues on D.gnu or https://bitbucket.org/goshawk/gdc/issue/206/win64-support
July 25, 2011
On 7/25/2011 11:45 AM, Daniel Green wrote:
> https://bitbucket.org/goshawk/gdc/downloads/gcc-4.5.1-tdm64-1-gdc-r575-20110725.zip
I mislabeled the file.  It is really GCC 4.5.2, here is an updated link to avoid confusion.

https://bitbucket.org/goshawk/gdc/downloads/gcc-4.5.2-tdm64-1-gdc-r575-20110725.zip

July 25, 2011
>   * default branch.  DMD 1.067/2.052
>   * Contains both D1(default/-v1) and D2(-v2).

Thx for your work!
Btw the default branch already contains 2.054.
July 25, 2011
On 7/25/2011 11:58 AM, Trass3r wrote:
>> * default branch. DMD 1.067/2.052
>> * Contains both D1(default/-v1) and D2(-v2).
>
> Thx for your work!
> Btw the default branch already contains 2.054.

The binaries are still 2.052.  Iain just merged the 4.6 branch yesterday, which contained 2.054.  I wanted to release 64-bit binaries before updating.
July 27, 2011
Hello,
thanks for compiling this.

BTW: ascii.d is missing from the include directory and the ascii functions are missing as well.

bye
July 28, 2011
On 7/27/2011 12:36 AM, dune wrote:
> BTW: ascii.d is missing from the include directory and the ascii functions are
> missing as well.

DMD 2.052 does not have an ascii.d, it was added later.

July 28, 2011
UPS... sorry for that.
Should pay better attention to the version number.

BTW: I think using TDM-GCC is a good choice.
Thanks for your hard work, much appreciated.