[Mingw-w64-public] __C_specific_handler accessible for __IA_64__ but not for __X86_64

2017-06-16 Thread koala01
Hello, I'm trying to compile Gcc-7.0.1 and mingw-w64-5.0.2 in 64bits, using MSYS. I would like to enable the libsanitizer support, but one of the windows depentant files complains about unknown __C_specific_handler. Having a look for this function, i found it in the expct.h header, but sur

Re: [Mingw-w64-public] Building GCC with --enable-libstdcxx-debug

2015-09-08 Thread koala01
Le 07/09/2015 23:23, Paulo Caetano a écrit : > Hello. > > I've been experimenting building GCC with --enable-libstdcxx-debug, > both on Linux and MSYS2, and there's one thing I'm not sure of and I > wonder if you could help me understand it. > > GCC docs say that configuring GCC with --enable-lib

Re: [Mingw-w64-public] End of rubenvb builds

2013-06-23 Thread koala01
Le 23/06/2013 21:00, Ruben Van Boxem a écrit : > > > I didn't even know they had an installer. Just download the zips: > http://sourceforge.net/projects/mingwbuilds/files/?source=navbar > > And be done with it. I tend to avoid installers when it comes to > development related things. > > Ruben jus

Re: [Mingw-w64-public] different attempts to enable C++ threads in gcc-4.8.0

2013-06-22 Thread koala01
Le 20/06/2013 21:26, Ruben Van Boxem a écrit : > > > > From what I can tell, the Boost.Math issue is a problem for all GCC > 4.8.0's: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 Oh great, i hope they will fix it soon :D > > You can work around this by using pch=off when invoking b2/bjam. No

[Mingw-w64-public] different attempts to enable C++ threads in gcc-4.8.0

2013-06-20 Thread koala01
Hello, First, i would like to special thanks to ruben for its effort to provide the correct C++11 thread support. His x86_64-w64-mingw32-gcc-4.8-stdthread-win64_rubenvb personnal build has me helped a lot to find the better gcc compilation options. But this work has, for me, one significant pro

[Mingw-w64-public] [winpthread] problem with pthread_cleanup_pop in a configure script

2013-03-04 Thread koala01
Hello, I'm trying to compile openmpi - 1-19a + r28134 with a newly compiled mingw-w64 toolchain, based on: binutils 2.23 gcc-4.8-20130217 mingw-crt and headers from svn rev 5615 experimental winpthread from svn rev 5501 The configure script fails to detect pthreads due to an error when trying

Re: [Mingw-w64-public] gmp-4.3.1-w64.patch issues

2009-10-07 Thread koala01
here is a new diff file with -c option to make it more readable --- configure~ 2009-10-06 10:17:16 + +++ configure 2009-10-07 13:03:02 + @@ -4239,14 +4239,6 @@ SPEED_CYCLECOUNTER_OBJ_64=x86_64.lo cyclecounter_size_64=2 -case $host in - *-*-solaris*)

[Mingw-w64-public] gmp-4.3.1-w64.patch issues

2009-10-07 Thread koala01
mment differences between configure file and lines searched by patch. here will you find a diff file that reflects (normally) correctly change that have to be made (in place of them tempted by gmp-4.3.1-w64.patch in configure script) Sorry for my poor english, it isn't my natural languag