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: Should native compilation be enabled by default? Date: Fri, 15 Mar 2024 17:13:03 +0200 Message-ID: <8634sr8r5s.fsf@gnu.org> References: <86sf19p0hw.fsf@gnu.org> <13305.117729918$1709671403@news.gmane.org> <87y1aku44q.fsf@dataswamp.org> <87wmq3vf57.fsf@yandex.com> <877ci3iiwj.fsf@localhost> <87sf0rvdpt.fsf@yandex.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39519"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yantar92@posteo.net, emacs-devel@gnu.org To: m43cap@yandex.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 15 16:13:29 2024 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 1rl9FR-000A5f-Kr for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Mar 2024 16:13:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rl9F6-0004Gh-Js; Fri, 15 Mar 2024 11:13:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rl9F5-0004GS-8g for emacs-devel@gnu.org; Fri, 15 Mar 2024 11:13:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rl9F3-00005r-KX; Fri, 15 Mar 2024 11:13:05 -0400 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=LP+tDT2MfY2Sz7L9YVfrvGMsm4qMHuIvUQItJ/2fZYI=; b=kBAIE0OLXbWL qddvA+/wehYaRBIZXCPkttoiSv7OJky5fWgqS7VttM5GGsgNwB1SBHmXwkVoaZs/GftQ2Jubi0x/e DlZZVOL6ENCsMEA0DBjUcViDL5fDRo5BdXPNW7UP2HTUJ80oKDMsJI7mBDmJDZxD/F/x/bBmy3E4D 7OGeQCwnZrl1EtgCB8WyR40SDtmpcA/HYtQr7fWZHBgK7Jwf92utz5vqL4nakTMGuOr8e+icSvoyj aKEnXHXypIgw4Lx7EgeUntbAkIVqV3QgIPEozaDecWZWpi3hk3E6rFPRD51vzENSlHBt1B8u82J22 8ld0ZcaZV3dHpM7fzBgEdg==; In-Reply-To: <87sf0rvdpt.fsf@yandex.com> (message from Colin Baxter on Fri, 15 Mar 2024 13:14:54 +0000) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317076 Archived-At: > From: Colin Baxter > Cc: emacs-devel@gnu.org > Date: Fri, 15 Mar 2024 13:14:54 +0000 > > >>>>> Ihor Radchenko writes: > > > That post is two years old, from the times when GCC 10 (that has > > libgccjit) was just released. Now, after two years, when the > > latest GCC is GCC 13, we can reasonably expect that most Linux > > installations have libgccjit. > > Well, mine doesn't. If your system doesn't have libgccjit installed, the configure script will automatically produce a build without native compilation.