On Wednesday, 23 March 2016 at 18:09:06 UTC, Sebastien Alaiwan
wrote:
On 2016-03-23 12:24, Temtaime via D.gnu wrote:
No one from GDC's team wanna join LDC's one ?
Is LDC currently suffering from a lack of developers?
No.
Regards,
Kai
http://bugzilla.gdcproject.org/show_bug.cgi?id=216
--- Comment #1 from Johannes Pfau ---
DMD issue: https://issues.dlang.org/show_bug.cgi?id=15828
--
You are receiving this mail because:
You are watching all bug changes.
Am Thu, 24 Mar 2016 11:12:20 +0100
schrieb "Iain Buclaw via D.gnu" :
> On 24 March 2016 at 10:52, Vincent R via D.gnu
> wrote:
>
> > Hi,
> >
> > I would like to generate gdc compiler on msys2/mingw-w64 platform.
> > The build system on msys2 uses archlinux build architecture and the
> > build fi
On Thursday, 24 March 2016 at 10:12:20 UTC, Iain Buclaw wrote:
How readily does Mingw support pthreads? What may be needed is
simply a new package for mingw-specific system functions (ie:
core.sys.mingw.pthread). In the meantime, you should be able to
get around by passing --enable-threads=win3
On 24 March 2016 at 10:52, Vincent R via D.gnu wrote:
> Hi,
>
> I would like to generate gdc compiler on msys2/mingw-w64 platform.
> The build system on msys2 uses archlinux build architecture and the build
> file is here:
>
> https://github.com/vrichomme/MINGW-packages/blob/newfastrelease/mingw-
Hi,
I would like to generate gdc compiler on msys2/mingw-w64 platform.
The build system on msys2 uses archlinux build architecture and
the build file is here:
https://github.com/vrichomme/MINGW-packages/blob/newfastrelease/mingw-w64-gcc/PKGBUILD
To generate it I followed the following steps: