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: Wed, 19 Jan 2022 16:42:21 +0200 Message-ID: <83czknss6q.fsf@gnu.org> 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> <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> <83k0ewtbgy.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7597"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, emacs-devel@gnu.org, phillip.lord@russet.org.uk To: Corwin Brust Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 19 15:59:44 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 1nACR4-0001nc-HV for ged-emacs-devel@m.gmane-mx.org; Wed, 19 Jan 2022 15:59:42 +0100 Original-Received: from localhost ([::1]:34742 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nACR3-0004J0-EY for ged-emacs-devel@m.gmane-mx.org; Wed, 19 Jan 2022 09:59:41 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nACAL-00038t-7h for emacs-devel@gnu.org; Wed, 19 Jan 2022 09:42:26 -0500 Original-Received: from [2001:470:142:3::e] (port=37944 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 1nACAK-0002A4-Tb; Wed, 19 Jan 2022 09:42:24 -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=eqr55AAf/QAmdn/7L3AxgL6ZhnEq83TW9MV1Iv608nE=; b=Wq8r6ofHELk7 9PjC8Duma9cijOXtI4rJDnzpF0YOcrL41aljJgL98b7hMQc2JCKqYSOUMRf6h5MqgRYN57jX5KfAV wojtTPNRsz6JxFaU+QSNYa0/xJx8Wt54eA0Q0ekRizVqR93jZZYw3ba0NQABTFbJcEYU731Z0shn3 5Zjz476NVUWnMdTs1sRGcy2n83ql42huTTzrr6LGOE585Usqsb1OnMA2oH8VF7zsneD9TLP/qFYv8 HXHmvx6Gk3nZGy5p9jzCnDb3C9mAL5ZWIdewGLo8a/ww8OAm0Rf6MJ7EQIr/ZCWq4NpaGz3kDRq2a pCho2z4IQdUf4Nw1jks1kA==; Original-Received: from [87.69.77.57] (port=4110 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 1nACAL-0003Ud-17; Wed, 19 Jan 2022 09:42:25 -0500 In-Reply-To: (message from Corwin Brust on Wed, 19 Jan 2022 08:26:20 -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:284981 Archived-At: > From: Corwin Brust > Date: Wed, 19 Jan 2022 08:26:20 -0600 > Cc: Phillip Lord , > "H. Dieter Wilhelm" , Emacs developers > > > AFAIR, the -static switch was used due to the libwinpthreads > > dependency, and is related to the no-deps package. We should resolve > > this issue now, because using -static is IMO a time bomb, and it > > sounds like it just went off on us. > > Makes sense. How can I help? I hope Phillip will chime in and tell us the details of that conundrum.