Re: [Mingw-w64-public] New rubenvb Personal build: std::thread-enabled GCC 4.7 with MinGW-w64 trunk: gcc-4.7-1-stdthread

2012-12-28 Thread John E. / TDM
On 12/27/2012 11:59 PM, Kai Tietz wrote: 2012/12/28 Herb Thompson herbth...@gmail.com: On 2012-12-27 8:18 PM, John E. / TDM wrote: ... In the vein of static linkage, however, I do have one observation and a related question. The pthreads-w32 library has startup code that is executed when the

Re: [Mingw-w64-public] New rubenvb Personal build: std::thread-enabled GCC 4.7 with MinGW-w64 trunk: gcc-4.7-1-stdthread

2012-12-27 Thread Kai Tietz
Hello Martin, 2012/12/26 Martin Mitáš m...@morous.org: Dne 26.12.2012 22:01, Ruben Van Boxem napsal(a): Is it just for some transitional phase, or the new way from now forever (or until you decide to add yet another DLL depenencies)? Perhaps I might have forgotten to mention this is an

Re: [Mingw-w64-public] New rubenvb Personal build: std::thread-enabled GCC 4.7 with MinGW-w64 trunk: gcc-4.7-1-stdthread

2012-12-27 Thread John E. / TDM
On 12/27/2012 2:06 AM, Kai Tietz wrote: Well, in general we won't have POSIX-threading model for Windows-gcc-versions activated by default. As this feature implies that gcc's additional libraries (libgcc, libstdc++, libgfortran, etc) would have dependencies to the posix-threading-library.

Re: [Mingw-w64-public] New rubenvb Personal build: std::thread-enabled GCC 4.7 with MinGW-w64 trunk: gcc-4.7-1-stdthread

2012-12-27 Thread Herb Thompson
On 2012-12-27 8:18 PM, John E. / TDM wrote: ... In the vein of static linkage, however, I do have one observation and a related question. The pthreads-w32 library has startup code that is executed when the DLL is attached, and therefore when the library is statically linked, the user must call

[Mingw-w64-public] New rubenvb Personal build: std::thread-enabled GCC 4.7 with MinGW-w64 trunk: gcc-4.7-1-stdthread

2012-12-26 Thread Ruben Van Boxem
Hi everyone, I am in the process of uploading a GCC 4.7 build with posix threading (this means all the C++11 multithreading functionality in thread and mutex should work). This build is experimental, mostly because it's ABI incompatible with my other builds. Every C++ and some C applications

Re: [Mingw-w64-public] New rubenvb Personal build: std::thread-enabled GCC 4.7 with MinGW-w64 trunk: gcc-4.7-1-stdthread

2012-12-26 Thread Václav Šmilauer
I am in the process of uploading a GCC 4.7 build with posix threading (this means all the C++11 multithreading functionality in thread and mutex should work). This build is experimental, mostly because it's ABI incompatible with my other builds. Every C++ and some C applications will

Re: [Mingw-w64-public] New rubenvb Personal build: std::thread-enabled GCC 4.7 with MinGW-w64 trunk: gcc-4.7-1-stdthread

2012-12-26 Thread Ruben Van Boxem
Op 26 dec. 2012 21:37 schreef Martin Mitáš m...@morous.org het volgende: Every C++ and some C applications will implicitly depend on the libwinpthread dll. Don't worry, it won't eat your computer. One more DLL won't kill you. Is it just for some transitional phase, or the new way from

Re: [Mingw-w64-public] New rubenvb Personal build: std::thread-enabled GCC 4.7 with MinGW-w64 trunk: gcc-4.7-1-stdthread

2012-12-26 Thread Martin Mitáš
Dne 26.12.2012 22:01, Ruben Van Boxem napsal(a): Is it just for some transitional phase, or the new way from now forever (or until you decide to add yet another DLL depenencies)? Perhaps I might have forgotten to mention this is an *experimental* build. It allows you to use libstdc++'s