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.help Subject: Re: Building --with-native-compilation on Ubuntu 18.04 LT Date: Wed, 12 Jan 2022 22:43:57 +0200 Message-ID: <83r19c4rci.fsf@gnu.org> References: <861r1cvib0.fsf@duenenhof-wilhelm.de> <87wnj4n236.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8578"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 12 21:44:37 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1n7kU1-00022V-Am for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 12 Jan 2022 21:44:37 +0100 Original-Received: from localhost ([::1]:35160 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7kTz-0003i6-W4 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 12 Jan 2022 15:44:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7kTR-0003hs-4q for help-gnu-emacs@gnu.org; Wed, 12 Jan 2022 15:44:01 -0500 Original-Received: from [2001:470:142:3::e] (port=55834 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 1n7kTQ-0005Fl-DR for help-gnu-emacs@gnu.org; Wed, 12 Jan 2022 15:44:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=dgK3OGvIqxjW4sIwNIoICilHh/SDf8VqF6+qLIMu9GM=; b=FqebSzyZIPBDKQa1oldK OaX8T2M4UpqCv5o638upgmQjqgHUIkkxs1+qWgFJ1uVMDew9lpnlGTfjuJX6OR8o7/BWWU+MvTc1h d9zOFESL0R4a5lj086FK2mYQM9dJAYfWRjgGRExK7GlAHPLpJqobZv/FOyxW8C3cu2Zh9gtVTeHHv fyR1X9YfpZI8Zjw8Ne5NCoxcelshSTocrsd/uCFD6D0UwJbD+Uy6yydj5dk6WpxFP1KJ+M+UwbuvV QSuenyK8pXoS1f4w3i4hLcAjAvG3k+v8+fjNXrbH2P7fme7f53ukmk3TzV/a2aXmeMv7SmLUXjN17 YOLVQl94Y+TaTw==; Original-Received: from [87.69.77.57] (port=3337 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 1n7kTQ-0001no-Cq for help-gnu-emacs@gnu.org; Wed, 12 Jan 2022 15:44:00 -0500 In-Reply-To: <87wnj4n236.fsf@telefonica.net> (message from =?iso-8859-1?Q?=D3scar?= Fuentes on Wed, 12 Jan 2022 21:14:37 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135246 Archived-At: > From: Óscar Fuentes > Date: Wed, 12 Jan 2022 21:14:37 +0100 > > > The only hint I found is on StackExchange with a recipe for Ubuntu 18.04 > > using gcc-10. Do you know if it is really necessary to install such a > > new version of gcc? (A problem is that gcc-10 is not readily available > > in the Ubuntu repo.) > > The problem with gcc 7 is known ant the author recommends gcc 9 or > newer: FWIW, I'm a happy user of GCC 7 and the corresponding libgccjit on a Trisquel GNU/Linux box.