www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - there's no gdc for windows?

reply Dr.No <jckj33 gmail.com> writes:
Has gdc been supported for Windows? if so, where can I find it? 
I've only find Linux versions so far...
May 15 2018
next sibling parent Eugene Wissner <belka caraus.de> writes:
On Tuesday, 15 May 2018 at 14:25:31 UTC, Dr.No wrote:
 Has gdc been supported for Windows? if so, where can I find it? 
 I've only find Linux versions so far...
Just the same as GCC, you need mingw or cygwin to run gdc on windows. Unfortunately GDC doesn't provide pre-built binaries currently, but according to GDC bugzilla there were people who successfully built GDC under mingw. Have you tried to build GDC with mingw or cygwin?
May 15 2018
prev sibling parent Joakim <dlang joakim.fea.st> writes:
On Tuesday, 15 May 2018 at 14:25:31 UTC, Dr.No wrote:
 Has gdc been supported for Windows? if so, where can I find it? 
 I've only find Linux versions so far...
ldc has good Windows support: https://github.com/ldc-developers/ldc/releases
May 17 2018