This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++11 threading support in mingw-w64 package


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]