From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [master b3cf281] Unbreak the MinGW build Date: Sat, 17 Dec 2016 09:40:03 +0200 Message-ID: <83shpn6m24.fsf@gnu.org> References: <83eg1887q4.fsf@gnu.org> <861sx7a59v.fsf@stephe-leake.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1481960455 24561 195.159.176.226 (17 Dec 2016 07:40:55 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 17 Dec 2016 07:40:55 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 17 08:40:51 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cI9bv-0005ae-3Q for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2016 08:40:51 +0100 Original-Received: from localhost ([::1]:35599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cI9bz-0002ur-1X for ged-emacs-devel@m.gmane.org; Sat, 17 Dec 2016 02:40:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cI9bq-0002s0-Hd for emacs-devel@gnu.org; Sat, 17 Dec 2016 02:40:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cI9bm-0002rr-HS for emacs-devel@gnu.org; Sat, 17 Dec 2016 02:40:46 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cI9bm-0002rg-Dw; Sat, 17 Dec 2016 02:40:42 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3352 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cI9bl-0005Xk-KI; Sat, 17 Dec 2016 02:40:42 -0500 In-reply-to: <861sx7a59v.fsf@stephe-leake.org> (message from Stephen Leake on Fri, 16 Dec 2016 16:16:44 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:210572 Archived-At: > From: Stephen Leake > Cc: Paul Eggert , emacs-devel@gnu.org > Date: Fri, 16 Dec 2016 16:16:44 -0600 > > mingw has several "threads" libraries; > > > mingw64/mingw-w64-x86_64-npth 1.2-2 > New portable threads library (mingw-w64) > mingw64/mingw-w64-x86_64-port-scanner 1.3-2 > A multi threaded TCP port scanner from SecPoint.com (mingw-w64) > mingw64/mingw-w64-x86_64-winpthreads-git 5.0.0.4573.628fdbf-1 (mingw-w64-x86_64-toolchain) [installed] > MinGW-w64 winpthreads library > > which one should I use? None. On Windows we use the native OS threads, so no auxiliary libraries are necessary.