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:27:33 +0200 Message-ID: <83y22w84zu.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="2859"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, arash@gnu.org, phillip.lord@russet.org.uk, emacs-devel@gnu.org To: Corwin Brust Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 31 15:24:43 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 1nEXbn-0000Wx-9D for ged-emacs-devel@m.gmane-mx.org; Mon, 31 Jan 2022 15:24:43 +0100 Original-Received: from localhost ([::1]:58120 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nEXbl-00079G-QV for ged-emacs-devel@m.gmane-mx.org; Mon, 31 Jan 2022 09:24:41 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50548) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEVmm-0000bR-Ll for emacs-devel@gnu.org; Mon, 31 Jan 2022 07:27:58 -0500 Original-Received: from [2001:470:142:3::e] (port=43134 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 1nEVmm-0000zs-B3; Mon, 31 Jan 2022 07:27:56 -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=lv0IAdoui0MWLx4rgd/wV0GGyarKJL7Mb74QOwq2+4k=; b=ik8G02X3dNOs Nokc3MvmjTUQw4xcsW+7maaIFCQ84hQuf3ffxakbw9lqPGaCMiZ4lek94aNpo6zj8NuO7zg6UbOSR pE3S6bKfCKCcbiVTtIO95acMd9Kb6vHO0Ykk8PL2lb4BZANCCKi9flpT3R9rbFZpm0lD9IMahD1h8 l4LjqsIaWrE6y33X8H+R0ErD+SIlEL6987pqgmWiQizU71T4EFdmXXm8jHv9BRD0fCZlhN64k243L ycA7yGYzbMnpS17y5B3KzhYxr7DrjUH+AvcTIh9M/wBLwuA/k41WeQSmXB8hj2H+pG8keywrjM0Vb TfcaLqgDJtj9NInp1m7rmA==; Original-Received: from [87.69.77.57] (port=1682 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 1nEVmT-0004Yt-L5; Mon, 31 Jan 2022 07:27:40 -0500 In-Reply-To: (message from Corwin Brust on Sun, 30 Jan 2022 16:16:52 -0600) 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:285672 Archived-At: > From: Corwin Brust > Date: Sun, 30 Jan 2022 16:16:52 -0600 > Cc: "H. Dieter Wilhelm" , Eli Zaretskii , > Emacs developers , Phillip Lord > > I surmise people who want TLS (just as, now, people who want > native-comp) must install MSYS2 and place it's bin directory directory > on the windows path before starting Emacs. The GnuTLS library is very important to have, as without it many features, like package.el and EWW, will be unable to work, or will be very limited.