Thread overview
GDC for GCC 4.5.2
Apr 08, 2011
Daniel Green
Apr 08, 2011
Jordi
Jun 10, 2011
Greatwolf
Jun 10, 2011
Andrej Mitrovic
April 08, 2011
GDC built against TDM-GCC 4.5.2.  Nothing new.

- Install TDM-GCC 4.5.2 32-bit SjLj.
- Extract GDC zip into installation folder.

https://bitbucket.org/goshawk/gdc/downloads/gcc-4.5.2-tdm-1-gdc-r510-20110407.zip

http://tdm-gcc.tdragon.net/download
April 08, 2011
On 04/08/2011 02:54 AM, Daniel Green wrote:
> GDC built against TDM-GCC 4.5.2. Nothing new.
>
> - Install TDM-GCC 4.5.2 32-bit SjLj.
> - Extract GDC zip into installation folder.
>
> https://bitbucket.org/goshawk/gdc/downloads/gcc-4.5.2-tdm-1-gdc-r510-20110407.zip
>
>
> http://tdm-gcc.tdragon.net/download

I think it is great that you do this releases. I will try it with my project later when i dive in windows again. The previous version could compile it and even draw the first frame! Almost there... ;)

j.
June 10, 2011
Daniel Green <venix1@gmail.com> wrote in news:inlmhj$hde$1@digitalmars.com:

> GDC built against TDM-GCC 4.5.2.  Nothing new.
> 
> - Install TDM-GCC 4.5.2 32-bit SjLj.
> - Extract GDC zip into installation folder.
> 
> https://bitbucket.org/goshawk/gdc/downloads/gcc-4.5.2-tdm-1-gdc-r510-20 110407.zip
> 
> http://tdm-gcc.tdragon.net/download

This is precompiled with D2 language support or just D1?
June 10, 2011
Both, use -v2 for D2, -v1 for D1 when invoking GDC.