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 :content-type:content-transfer-encoding; q=dns; s=default; b=GZO 0z2/IfuKlLuuuH7Bxw4eB4BdB7LsJ25aNfuPbgoOPqyl6YXrwyhJ3vV9ib1kgrHr MgkAtxmzqcu2BRnqGFo2rc0ZCZObYmgKPH8eXwnAQgFoQk03oTmA2ne2AZIntuef Bj6WAu82r1Nt4ERQhoBRmG26F/NIW1ZQ0CILBNWU= 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 :content-type:content-transfer-encoding; s=default; bh=QdhG/X5rq H9WHJrfHznhuHqD4I0=; b=MtH5sBGMu9wfxJtDxV4tZueroS0VPNcQkdr0VOD2p kZS2IBaiR8oLXP7bQr/RXRss2hc1sWRZxiLRzIRDf4+3dbJFkpTdt6qqJNLd10Lt udDEM9hWAvtDiF9lDgdiCwumFnGyPqTziel/mPMpmfS4nycgZkRepEcklaanyZiK zU= 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=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM autolearn=no version=3.3.2 X-HELO: mail-pd0-f175.google.com X-Received: by 10.68.211.233 with SMTP id nf9mr20292286pbc.26.1378034769804; Sun, 01 Sep 2013 04:26:09 -0700 (PDT) Message-ID: <5223244C.1020705@gmail.com> Date: Sun, 01 Sep 2013 20:26:04 +0900 From: nu774 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: c++11 threading support in mingw-w64 package Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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