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: Native compilation on Windows, was Re: Bootstrap Compilation Speed Date: Mon, 31 Jan 2022 14:26:11 +0200 Message-ID: <83zgnc8524.fsf@gnu.org> References: <86v8yj7vhv.fsf@duenenhof-wilhelm.de> <83v8yjyj21.fsf@gnu.org> <87sftmn1k9.fsf@russet.org.uk> <83sftmwner.fsf@gnu.org> <87mtjump5q.fsf@russet.org.uk> <86h7a25nz7.fsf@duenenhof-wilhelm.de> <878rve85yy.fsf@russet.org.uk> <86a6fu3xb2.fsf@duenenhof-wilhelm.de> <87tue1j8x0.fsf@russet.org.uk> <86wniw3kdq.fsf@duenenhof-wilhelm.de> <83tue0u8sh.fsf@gnu.org> <86sftk3evj.fsf@duenenhof-wilhelm.de> <83o848tc92.fsf@gnu.org> <86o8473k13.fsf@duenenhof-wilhelm.de> <83ee53ssbx.fsf@gnu.org> <86sft4c3ij.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10257"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, corwin@bru.st, phillip.lord@russet.org.uk, emacs-devel@gnu.org To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 31 14:54:34 2022 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 1nEX8c-0002RI-0C for ged-emacs-devel@m.gmane-mx.org; Mon, 31 Jan 2022 14:54:34 +0100 Original-Received: from localhost ([::1]:47328 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nEX8a-0003ps-68 for ged-emacs-devel@m.gmane-mx.org; Mon, 31 Jan 2022 08:54:32 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50354) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEVlA-000768-Na for emacs-devel@gnu.org; Mon, 31 Jan 2022 07:26:17 -0500 Original-Received: from [2001:470:142:3::e] (port=43124 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEVl9-0000kG-R0; Mon, 31 Jan 2022 07:26:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=8Ic7erPZZqf9/cD7SK9mIhZR0tXSVit/0mf+vEiRtCI=; b=a0i6+9AlAEew qqbc13lIQAQAvaGpp4d5WXZZXaSCwK41exfkmvMBd/4+x9BJvkOu94ujFl+EWwbHs9kHMmTPeJTxP ve1VjX+I/dhMHVwsMCn6PTADOudU7fWh4U0HmNhpVhoOmcbaKlv5lzqXCZPyrwMmc85zERRf7zkGA RtgoX8ofShYM5gc99nUHTX8n6fk/QC333M64WvOaJHyDp6cg1sapvO4SqFyJT350jO87hgNQrLiKQ k3HH8g7A6KTVdXbJSwtFC+X89pR9NHFusTVqxamKbkQ2yTp8RL7i6lR/4UySStMOiUxGcfBw2bodm lhLfhlYxtBYfxDAkMIx6+Q==; Original-Received: from [87.69.77.57] (port=1597 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEVl8-0001jJ-RS; Mon, 31 Jan 2022 07:26:15 -0500 In-Reply-To: <86sft4c3ij.fsf@gnu.org> (message from Arash Esbati on Sun, 30 Jan 2022 22:33:40 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:285668 Archived-At: > From: Arash Esbati > Cc: Corwin Brust , Eli Zaretskii , Emacs > developers , Phillip Lord > > Date: Sun, 30 Jan 2022 22:33:40 +0100 > > I'm not tracking this development, so please bear with me. Is the plan > to unpack the file emacs-28.0.91-no-deps.zip into, say C:\emacs and > unpack the .dll from emacs-28-deps.zip[1] into C:\emacs\bin? If so, I'm > afraid that the compiled features will not work since dependencies are > missing in emacs-28-deps.zip, e.g.: Yes, all the dependency DLLs, recursively, should be available to Emacs, otherwise it will fail to load some of the DLLs, and the result will behave as if the relevant DLLs (such as libgnutls-30.dll) were absent.