Re: there's no gdc for windows?

2018-05-17 Thread Joakim via Digitalmars-d-learn

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


Re: there's no gdc for windows?

2018-05-15 Thread Eugene Wissner via Digitalmars-d-learn

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?


there's no gdc for windows?

2018-05-15 Thread Dr.No via Digitalmars-d-learn
Has gdc been supported for Windows? if so, where can I find it? 
I've only find Linux versions so far...