From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 28 pretest MS Windows snapshots Date: Thu, 02 Jul 2020 20:35:53 +0300 Message-ID: <83sge9x1ja.fsf@gnu.org> References: <525489ee-b53c-49f4-bcc1-512f48175e08@default> <87wo3lhmj7.fsf@russet.org.uk> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15282"; mail-complaints-to="usenet@ciao.gmane.io" Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: Phillip Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 02 19:36:27 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 1jr38N-0003uY-Nn for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Jul 2020 19:36:27 +0200 Original-Received: from localhost ([::1]:59164 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jr38M-0001PO-QI for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Jul 2020 13:36:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48560) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jr37t-0000zp-AJ for emacs-devel@gnu.org; Thu, 02 Jul 2020 13:35:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37285) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jr37s-0005e2-2K; Thu, 02 Jul 2020 13:35:56 -0400 Original-Received: from [176.228.60.248] (port=3812 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jr37r-0006nu-GB; Thu, 02 Jul 2020 13:35:55 -0400 In-Reply-To: <87wo3lhmj7.fsf@russet.org.uk> (message from Phillip Lord on Thu, 02 Jul 2020 18:09:00 +0100) 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:252632 Archived-At: > From: Phillip Lord > Date: Thu, 02 Jul 2020 18:09:00 +0100 > Cc: emacs-devel@gnu.org > > Eli, I don't include libgmp at the moment. Is this new for Emacs-27 > also? If so, I need to update that also. Yes, GMP is needed because we now have bignums in Emacs. If Emacs was built with GMP, it will depend on it. You could build Emacs using the minigmp that is part of the Emacs sources, and then there would be no run-time GMP dependency, but I doubt this is worth your while.