On Wednesday, 20 May 2020 at 23:18:32 UTC, NonNull wrote:
Hello,
I'd like to run gdc natively on Windows in a mingw compatible
way. How can I proceed?
Not sure about GDC, native? maybe you can try this:
https://github.com/dlang/visuald/releases
VisualD-v0.52.0-dmd-2.091.0-ldc2-1.20.1.exe
On Monday, 25 May 2020 at 10:23:50 UTC, Iain Buclaw wrote:
On 21/05/2020 01:18, NonNull via D.gnu wrote:
Hello,
I'd like to run gdc natively on Windows in a mingw compatible
way. How can I proceed?
We need some testers to verify this patch.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=915
For new release, there is (most likely) no prebuild binary
packages for your system.
You need to download the source and build it yourself.
Hi,
Currently,
```
$ gdc-12 --version
gdc-12 (Ubuntu 12.1.0-2ubuntu1~22.04) 12.1.0
$ gdc-12 -dumpversion
12
```
this is not very informative, as D (DMD) language is always
changing, Can gdc --version or -dumpversion output the
corresponding DMD front-end (language) version?
just as LDC doe
Hi,
What's the latest GDC stable release version?
The GDC link on:
https://dlang.org/download.html
is very out dated.
I think it at least should show the latest version number, and
link to the announcement.
Thanks.