c++11 threading support in mingw-w64 package

nu774 honeycomb77@gmail.com
Sun Sep 1 11:26:00 GMT 2013


It seems that mingw64-*-gcc-g++ package is not compiled with
--enable-pthread, that results in no c++11 threading support.
Is it intentional, or is it possible to enable it?
As far as I understand, c++11 threading support can be enabled by
libwinpthread of mingw-w64 project + gcc configuration switch.

Since libwinpthread is already included in mingw64 package, I think
--enable-pthread --enable-libstdcxx-threads --enable-libstdcxx-time=yes
will be enough to support c++11 threading.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list