Are there any GDC builds available for Windows?

Preetpal preetpal.sohal at gmail.com
Thu Apr 8 02:22:41 UTC 2021


On Thursday, 8 April 2021 at 02:18:13 UTC, Adam D. Ruppe wrote:
> On Thursday, 8 April 2021 at 02:05:56 UTC, Preetpal wrote:
>> gdc.exe: fatal error: cannot execute 'd21': CreateProcess: No 
>> such file or directory
>> compilation terminated.
>
> The PATH needs to include the normal mingw64 bin path as well 
> as the path for gdc.
>
> Though I haven't tried the download here I got mine 
> successfully building and running from the same source code..

Well I do have mingw64 on my path, but his build does not work. I 
might try to build GDC from source at a later time to test the 
release.

B:\D\GDC-BETA>gdc main.d
gdc: fatal error: cannot execute 'd21': CreateProcess: No such 
file or directory
compilation terminated.

B:\D\GDC-BETA>x86_64-w64-mingw32-gdc.exe main.d
x86_64-w64-mingw32-gdc.exe: fatal error: cannot execute 'd21': 
CreateProcess: No such file or directory
compilation terminated.

B:\D\GDC-BETA>where clang
c:\msys64\mingw64\bin\clang.exe


More information about the D.gnu mailing list