From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Native compilation on Windows, was Re: Bootstrap Compilation Speed Date: Tue, 18 Jan 2022 16:09:06 +0100 Message-ID: <871r15axnx.fsf@telefonica.net> References: <86wnj18f7w.fsf@duenenhof-wilhelm.de> <65b2a18bc1a597333b42d35a2717dc33@russet.org.uk> <86lezg95ud.fsf_-_@duenenhof-wilhelm.de> <83h7a4zu89.fsf@gnu.org> <86czks94vl.fsf@duenenhof-wilhelm.de> <86v8yj7vhv.fsf@duenenhof-wilhelm.de> <87o84an1cs.fsf@russet.org.uk> <87fspmbb08.fsf@telefonica.net> <87czkq865a.fsf@russet.org.uk> <871r15qutg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20053"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:98Rg3fTDO7nC3q4jeDd6R9XpjhA= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 18 17:07:40 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 1n9r1I-00056k-CC for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Jan 2022 17:07:40 +0100 Original-Received: from localhost ([::1]:57328 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n9r1H-0000CJ-3e for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Jan 2022 11:07:39 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40942) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9q6o-0001S8-Ls for emacs-devel@gnu.org; Tue, 18 Jan 2022 10:09:22 -0500 Original-Received: from ciao.gmane.io ([116.202.254.214]:57918) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n9q6m-0006lP-HW for emacs-devel@gnu.org; Tue, 18 Jan 2022 10:09:18 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1n9q6g-0008mY-DX for emacs-devel@gnu.org; Tue, 18 Jan 2022 16:09:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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:284936 Archived-At: Robert Pluim writes: > >> Isn't the built-in zip support used for uncompressing things (.el.gz and > >> .info.gz) when gzip is missing? IIRC that was recently added. > > > Phillip> I haven't tried! If it does do that now then this switch needs > Phillip> removing. It didn't when I added it many years back. > > I donʼt know if the builtin zip support works here, but itʼs moot: > zlib support is optional, so you canʼt rely on it always being > available (unless youʼre going to ensure that here). We are talking about a binary distribution. Its creator can ensure that the required dependencies are included on the binary package.