www.digitalmars.com         C & C++   DMDScript  

D.gnu - GDC for GCC 4.5.2

reply Daniel Green <venix1 gmail.com> writes:
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
Apr 07 2011
next sibling parent Jordi <jordi rovira.cat> writes:
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.
Apr 08 2011
prev sibling parent reply Greatwolf <gmane.greatwolf mamber.net> writes:
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?
Jun 10 2011
parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
Both, use -v2 for D2, -v1 for D1 when invoking GDC.
Jun 10 2011