X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=X6bGCh0pBmBCfo+Q6fs3ayZdkIOFHvYCZ0ROGBTc8xC +fgsqCT0mNVLot5n3PJ6rbDx3qBnANf4icvPOAlFRdkp8s953hsqdzU/yg9ZCsvq +Mz2iNbfGrIr1JVlTvd5xXekS63BuEqGTjVJX3o2Z8SQMBcbqx0ZXjdje902CKnU = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=kXWwyKnWzmgsmiPxNT98F0LTTdA=; b=RgnKsTsIkM6TsMpdP Z24/Q8sfdve4bqYR95/AOWWBQytnyQdtpZkFcVCAYpLqApc2dyPzyi+5dr4k3awI vpd94tzvXOKq+jwdk5GbxIMs4yUO8PZR2xJAjlKOxrJi+3wcvpfGwCPLzn9sx6mx XgC3EHUJ0ewwm9fqj18E7aqeJA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_20,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <54279B4C.2090702@cygwin.com> Date: Sun, 28 Sep 2014 00:23:24 -0500 From: Yaakov Selkowitz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Clang and C++11 header References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 2014-09-26 07:59, Václav Zeman wrote: > I am trying to use 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