Re: [Mingw-w64-public] New rubenvb GCC 4.6 personal build: std::thread fixed!

2012-03-06 Thread Ruben Van Boxem
2012/3/6 K. Frank kfrank2...@gmail.com Hello Ruben! On Mon, Mar 5, 2012 at 2:57 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: Hi guys, niXman has pointed me to a workaround which is as good as a fix for the shared libstdc++ std::thread problem. It's been fixed in this build.

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-06 Thread JonY
On 3/6/2012 08:42, niXman wrote: 2012/3/6 JonY jo...@users.sourceforge.net: On 3/6/2012 02:47, niXman wrote: The same error on building crt: _libm_dummy.c:1:0: sorry, unimplemented: 64-bit mode not compiled in That`s how I do it : 1. binutils: --host=i686-pc-mingw32

[Mingw-w64-public] Fwd: mingw-w64-howto-build.txt.patch

2012-03-06 Thread Kai Tietz
Hi William, Such patches should be sent to mailing-list and not private to my person. So I forward it to public mailing-list. I had a short glance about your changes and have some objections to the '--disable-multilib' option changes in documentation. JonY will take care about more detailed

Re: [Mingw-w64-public] Fwd: mingw-w64-howto-build.txt.patch

2012-03-06 Thread JonY
On 3/6/2012 19:54, Kai Tietz wrote: Hi William, Such patches should be sent to mailing-list and not private to my person. So I forward it to public mailing-list. I had a short glance about your changes and have some objections to the '--disable-multilib' option changes in documentation.

Re: [Mingw-w64-public] New rubenvb GCC 4.6 personal build: std::thread fixed!

2012-03-06 Thread K. Frank
Hi Ruben! On Tue, Mar 6, 2012 at 4:15 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/6 K. Frank kfrank2...@gmail.com ... Great news!  Thank you. Do you have any plans to build a 4.7 version with this fix? Once this nasty C++ bug is fixed:

Re: [Mingw-w64-public] New rubenvb GCC 4.6 personal build: std::thread fixed!

2012-03-06 Thread NightStrike
On Tue, Mar 6, 2012 at 4:15 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: GCC 4.7 is frozen (but I'd wager they'd want to fix this before release), so not much will change between now and the release in ?? days. If Kai could give me a rough estimate for the release, I could decide to

Re: [Mingw-w64-public] New rubenvb GCC 4.6 personal build: std::thread fixed!

2012-03-06 Thread Ruben Van Boxem
2012/3/6 K. Frank kfrank2...@gmail.com Hi Ruben! On Tue, Mar 6, 2012 at 4:15 AM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/6 K. Frank kfrank2...@gmail.com ... Great news! Thank you. Do you have any plans to build a 4.7 version with this fix? Once this nasty C++ bug

Re: [Mingw-w64-public] New rubenvb GCC 4.6 personal build: std::thread fixed!

2012-03-06 Thread K. Frank
Hi Ruben! On Tue, Mar 6, 2012 at 12:53 PM, Ruben Van Boxem vanboxem.ru...@gmail.com wrote: 2012/3/6 K. Frank kfrank2...@gmail.com ... One quick question:  Am I right that the default build configuration for Qt does not include Webkit?  (One of my main uses of mingw-w64 is for some

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-06 Thread niXman
2012/3/6 JonY jo...@users.sourceforge.net: Its not obvious because you ignored my advice. Seriously, slow down a bit, take some time to actually digest your reading. I've built binutils/CRT/gcc-c(all-gcc)/winpthreads-32/winpthreads-64 successfully winpthreads-32 is installed into the directory

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-06 Thread Kai Tietz
Hi, This looks for me that the dummy-library mingwthrd wasn't installed. In our crt-build it is built, so I assume that is related to missing -m64 option on compile-time. Or you are trying to build 64-bit on a single-target'ed toolchain. Could you please provide the output of

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-06 Thread niXman
2012/3/7 Kai Tietz ktiet...@googlemail.com: Hi, This looks for me that the dummy-library mingwthrd wasn't installed. In our crt-build it is built, so I assume that is related to missing -m64 option on compile-time. This error appears when building libgcc_s_sjlj-1.dll - 64bit.

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-06 Thread Kai Tietz
Hmm, so it might be binutils. As I miss to see that it searches in lib64. That lib is searched for multilib is ok and expected behavior here. Could you please provide me your configure options for binutils? Regards, Kai

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-06 Thread niXman
2012/3/7 Kai Tietz ktiet...@googlemail.com: Hmm, so it might be binutils.  As I miss to see that it searches in lib64.  That lib is searched for multilib is ok and expected behavior here. Could you please provide me your configure options for binutils? --target=i686-w64-mingw32

Re: [Mingw-w64-public] Fwd: host/build/target for multilib cross compiler

2012-03-06 Thread Kai Tietz
2012/3/7 niXman i.nix...@gmail.com: 2012/3/7 Kai Tietz ktiet...@googlemail.com: Hmm, so it might be binutils.  As I miss to see that it searches in lib64.  That lib is searched for multilib is ok and expected behavior here. Could you please provide me your configure options for binutils?