From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: [feature/dll-only-windows] A new windows build, comments wanted Date: Sun, 10 Jan 2021 09:49:59 +0100 Message-ID: <86bldx5g7c.fsf@gnu.org> References: <87pn2dq3xv.fsf@russet.org.uk> <83ft39hnk1.fsf@gnu.org> <87h7nppzjy.fsf@russet.org.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32902"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 Cc: Eli Zaretskii , emacs-devel@gnu.org To: Phillip Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 10 09:51:29 2021 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 1kyWRc-0008Rz-Pt for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Jan 2021 09:51:28 +0100 Original-Received: from localhost ([::1]:41946 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kyWRb-000763-QN for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Jan 2021 03:51:27 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50420) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kyWQk-0006WA-Em for emacs-devel@gnu.org; Sun, 10 Jan 2021 03:50:34 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44955) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kyWQj-0005Ho-S6; Sun, 10 Jan 2021 03:50:33 -0500 Original-Received: from pd9fb7cc0.dip0.t-ipconnect.de ([217.251.124.192]:55423 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1kyWQi-0003FQ-Vb; Sun, 10 Jan 2021 03:50:33 -0500 In-Reply-To: <87h7nppzjy.fsf@russet.org.uk> (Phillip Lord's message of "Sat, 09 Jan 2021 21:31:45 +0000") 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:262834 Archived-At: Phillip Lord writes: > Eli Zaretskii writes: > >> Did you verify that the DLLs include all of _their_ dependencies? If >> yes, how did you do that? > > It's totally dependent on ntldd being correct, of course. It comes with > a --recursive option which I used rather than reimplementing it > myself. cygcheck.exe has this capability as well. Try cygcheck libjansson-4.dll in a mingw64 console. Maybe you can use this to double check the dependencies reported by ntldd. Best, Arash