Re: Trying to generate gdc for mingw-w64(x86 and x64) using msys2

2015-11-10 Thread Johannes Pfau via D.gnu
Am Tue, 10 Nov 2015 08:03:02 + schrieb Vincent R : > On Monday, 9 November 2015 at 16:47:20 UTC, Johannes Pfau wrote: > > Am Mon, 09 Nov 2015 00:22:52 + > > schrieb Vincent R : > > > >> I tried a last time before and I managed to make it work not > >> completely but at least I can see a

Re: Trying to generate gdc for mingw-w64(x86 and x64) using msys2

2015-11-10 Thread Vincent R via D.gnu
On Monday, 9 November 2015 at 16:47:20 UTC, Johannes Pfau wrote: Am Mon, 09 Nov 2015 00:22:52 + schrieb Vincent R : I tried a last time before and I managed to make it work not completely but at least I can see a hello world application on the console: $ gdc -o main.exe main.d $ ./main.