Re: [Mingw-w64-public] Qt 5 and MinGW 64 - great progress!

2012-09-26 Thread Loaden
I prefer MinGW-64 too. 2012/9/26 Ruben Van Boxem > If I may have a say in Qt's decision on a toolchain, I'd suggest using > MinGW-w64 exclusively. -- *Please don't ask where I come from, It's a shame!* Best Regards Yuchen -

Re: [Mingw-w64-public] openmp/pthread debug test case

2012-09-26 Thread Antony Riakiotakis
Hi niXman, no it won't cause a link error because the #pragma just gets ignored so essentially there is no parallelism, hence, no hang. It is interesting though that when using -fopenmp, the -lpthread flag is unnecessary. Maybe when using openmp links some other version of pthread somehow? Just fo

Re: [Mingw-w64-public] openmp/pthread debug test case

2012-09-26 Thread niXman
2012/9/12 Antony Riakiotakis: > Hi, any news on this issue? Can I help in some way? Hi Antony, I want to pay your attention to the fact that if I compile the code without using the '-fopenmp' option, then the bug does not occur. Although, far as I remember in this case must occur a link error. Bu

Re: [Mingw-w64-public] Qt 5 and MinGW 64 - great progress!

2012-09-26 Thread Ruben Van Boxem
2012/9/26 Koehne Kai > Hi all, > > I wrote a while ago that 'I haven't found a stock native MinGW 64 bit > package yet that can compile Qt 5 + Qt Creator.' And since I get cited on > this I guess it's time to correct it :) > > Thanks to personal efforts of various people both on the Qt side (name

[Mingw-w64-public] Qt 5 and MinGW 64 - great progress!

2012-09-26 Thread Koehne Kai
Hi all, I wrote a while ago that 'I haven't found a stock native MinGW 64 bit package yet that can compile Qt 5 + Qt Creator.' And since I get cited on this I guess it's time to correct it :) Thanks to personal efforts of various people both on the Qt side (namely Jonathan Liu), as well as on

Re: [Mingw-w64-public] rubenvb GCC 4.8 x64 SEH build

2012-09-26 Thread Ruben Van Boxem
2012/9/26 Christer Solskogen > Ruben Van Boxem writes: > > > > > Hi everyone,I am in the process of uploading a GCC 4.8 experimental > build fo > > 64-bit Windows. > > I tried it after I used my own toolchain. The thing that I noticed is that > both > your toolchain(cc1.exe) and mine crash when

Re: [Mingw-w64-public] rubenvb GCC 4.8 x64 SEH build

2012-09-26 Thread Christer Solskogen
Ruben Van Boxem writes: > > Hi everyone,I am in the process of uploading a GCC 4.8 experimental build fo > 64-bit Windows. I tried it after I used my own toolchain. The thing that I noticed is that both your toolchain(cc1.exe) and mine crash when compiling Boost. That is something that the G