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]

Re: Clang and C++11 <mutex> header


On 2014-09-26 07:59, VÃclav Zeman wrote:
I am trying to use <mutex> C++11 header with Clang but  the compilation fails:
[snip]
Is this Clang package configuration issue (disabled TLS support) or
Clang porting issue (missing TLS support in Clang on Cygwin)?

The latter; clang does not have support for TLS on PE platforms.


Yaakov


--
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]