From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Avoid duplicate emacs.exe / emacs-$version.exe Date: Sun, 29 Mar 2020 16:59:20 +0300 Message-ID: <83blof5kjr.fsf@gnu.org> References: <865zeoctg3.fsf@csic.es> <83tv285ole.fsf@gnu.org> <86o8sgxdar.fsf@csic.es> <83mu7z6g5l.fsf@gnu.org> <871rpbco5f.fsf@russet.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="30193"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juanjose.garciaripoll@gmail.com, emacs-devel@gnu.org To: Phillip Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 29 15:59:47 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jIYTb-0007nA-4z for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Mar 2020 15:59:47 +0200 Original-Received: from localhost ([::1]:37874 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIYTa-00073J-5D for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Mar 2020 09:59:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60299) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIYT5-0006di-F9 for emacs-devel@gnu.org; Sun, 29 Mar 2020 09:59:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jIYT5-0002vd-AW; Sun, 29 Mar 2020 09:59:15 -0400 Original-Received: from [176.228.60.248] (port=3021 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jIYT3-0005QJ-7y; Sun, 29 Mar 2020 09:59:13 -0400 In-Reply-To: <871rpbco5f.fsf@russet.org.uk> (message from Phillip Lord on Sun, 29 Mar 2020 13:59:40 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245936 Archived-At: > From: Phillip Lord > Cc: Juan José García-Ripoll > , > emacs-devel@gnu.org > Date: Sun, 29 Mar 2020 13:59:40 +0100 > > >> Just a side note: the build-zips.sh script that makes the Windows > >> distribution files always uses the flag -static when building emacs. > > > > I don't think the build should use that. It is certainly not the > > default. > > IIRC, without this the no-deps version fails, because of a requirement > for libwinpthreads. We should try building Emacs so that it isn't dependent on libwinpthreads. (Mine isn't, but I'm using a different MinGW flavor.)