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: Building Emacs with MinGW 64 Date: Tue, 13 Feb 2018 17:47:13 +0200 Message-ID: <83sha4yjr2.fsf@gnu.org> References: <41708f1b-7ba7-cc6d-fc8c-3072ef63f4a5@gmail.com> <30b7a1f1-62e9-5b47-3756-5b7d6da7aca8@gmail.com> <86eflpnwpa.fsf@stephe-leake.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1518537593 16286 195.159.176.226 (13 Feb 2018 15:59:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 13 Feb 2018 15:59:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 13 16:59:49 2018 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 1elcze-0003YM-6g for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2018 16:59:42 +0100 Original-Received: from localhost ([::1]:48443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eld1f-0002ar-My for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2018 11:01:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elcnm-0007yF-C8 for emacs-devel@gnu.org; Tue, 13 Feb 2018 10:47:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elcnj-0000TB-31 for emacs-devel@gnu.org; Tue, 13 Feb 2018 10:47:26 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elcni-0000Ss-VX; Tue, 13 Feb 2018 10:47:23 -0500 Original-Received: from [176.228.60.248] (port=3779 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1elcni-00087r-A1; Tue, 13 Feb 2018 10:47:22 -0500 In-reply-to: <86eflpnwpa.fsf@stephe-leake.org> (message from Stephen Leake on Tue, 13 Feb 2018 02:02:57 -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:222713 Archived-At: > From: Stephen Leake > Date: Tue, 13 Feb 2018 02:02:57 -0600 > > Roughly, msys is for running bash scripts like configure, while mingw is > the runtime libraries. MinGW is also the development tools: the compiler, the linker, Binutils, etc.