Re: [Mingw-w64-public] Error building gcc-5.1.0

2015-05-04 Thread Matt Breedlove
Yes, I am. One thing to note that I saw was a patch committed to msys2's mingw64 builds (though I didn't need it to build mine). Link: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-gcc/310-gcc-make-xmmintrin-header-cplusplus-compatible.patch On Fri, May 1, 2015 at 8:53 AM, niXm

[Mingw-w64-public] [PATCH 1/2] build: autoconf: support winpthreads library

2015-05-04 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- Makefile.am | 6 +- configure.ac | 15 +-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 26a7606..308b6fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,10 @@ if LIBRARIES_PSEH MAYBE_LI

[Mingw-w64-public] [PATCH 2/2] build: autoconf: enable multiple tools and libs

2015-05-04 Thread Alon Bar-Lev
this somewhat reduces the error checking, but makes code and usage nicer. Signed-off-by: Alon Bar-Lev --- configure.ac | 55 --- 1 file changed, 12 insertions(+), 43 deletions(-) diff --git a/configure.ac b/configure.ac index 468d1b1..1b59821

[Mingw-w64-public] [PATCH 1/2] build: autoconf: support winpthreads library

2015-05-04 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- Makefile.am | 6 +- configure.ac | 15 +-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 26a7606..308b6fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,10 @@ if LIBRARIES_PSEH MAYBE_LI

[Mingw-w64-public] [PATCH 2/2] build: autoconf: enable multiple tools and libs

2015-05-04 Thread Alon Bar-Lev
this somewhat reduces the error checking, but makes code and usage nicer. Signed-off-by: Alon Bar-Lev --- configure.ac | 55 --- 1 file changed, 12 insertions(+), 43 deletions(-) diff --git a/configure.ac b/configure.ac index b8677cf..1b59821