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: Sat, 04 Jul 2020 20:41:49 +0300 Message-ID: <83v9j3tbxe.fsf@gnu.org> References: <525489ee-b53c-49f4-bcc1-512f48175e08@default> <87wo3lhmj7.fsf@russet.org.uk> <83sge9x1ja.fsf@gnu.org> <83lfk1x0xu.fsf@gnu.org> <87h7unft33.fsf@russet.org.uk> <838sfzv8cx.fsf@gnu.org> <874kqnfmv5.fsf@russet.org.uk> <834kqnv2si.fsf@gnu.org> <87a70fe56h.fsf@russet.org.uk> <831rlruy8v.fsf@gnu.org> <871rlrdwn0.fsf@russet.org.uk> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31020"; 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 Sat Jul 04 19:42: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 1jrmBG-0007yF-Um for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jul 2020 19:42:26 +0200 Original-Received: from localhost ([::1]:33712 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrmBG-00038X-0z for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jul 2020 13:42:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jrmAe-0002iu-2E for emacs-devel@gnu.org; Sat, 04 Jul 2020 13:41:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37665) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jrmAc-00015H-Vk; Sat, 04 Jul 2020 13:41:46 -0400 Original-Received: from [176.228.60.248] (port=4268 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jrmAc-00040f-5Z; Sat, 04 Jul 2020 13:41:46 -0400 In-Reply-To: <871rlrdwn0.fsf@russet.org.uk> (message from Phillip Lord on Sat, 04 Jul 2020 18:21:07 +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:252675 Archived-At: > From: Phillip Lord > Cc: drew.adams@oracle.com, emacs-devel@gnu.org > Date: Sat, 04 Jul 2020 18:21:07 +0100 > > > Then perhaps you have libgmp linked in statically into Emacs 27, but > > not Emacs 28? What does the dependency walker say? > > > > FWIW, my Emacs depends on libgmp in both versions. But I don't use > > static linking, never have. > > > Well, as far as I know, I build them with the same options. > > dependency walker mentions libgmp (with a grey box rather than a red > one) for Emacs-28, but does not for Emacs-27. Can you show the full link command in each case? To display it, touch some object file in src/, then say "make V=1".