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: [External] : Re: Native compilation Date: Fri, 31 Dec 2021 14:18:15 +0200 Message-ID: <83k0flge7s.fsf@gnu.org> References: <875yr5up38.fsf@zoho.eu> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6593"; 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 Fri Dec 31 13:24:30 2021 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 1n3GxR-0001W0-O8 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 31 Dec 2021 13:24:29 +0100 Original-Received: from localhost ([::1]:54014 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n3GxP-0001d7-2W for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 31 Dec 2021 07:24:28 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:43754) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3GrK-0002Lp-64 for help-gnu-emacs@gnu.org; Fri, 31 Dec 2021 07:18:10 -0500 Original-Received: from [2001:470:142:3::e] (port=35338 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 1n3GrJ-0004iU-IB for help-gnu-emacs@gnu.org; Fri, 31 Dec 2021 07:18:09 -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=rk5Xjm6yqAs7i9IwA1vGgyjb/kpdG+pSeDhqeUmZWqI=; b=qfLoAYwNfAIX ZS1+R5G0aPhuo/YUkLIaGQyIK5fPnPMmwUu2JjejI/XYU1BaBSMf0QkNMOGU0uvP0jyZKRgtYop1L Uc1SQG8LoSB1a0cnFjNHO+xlHzX7XI69O/SGFFELVVfZBn66Sd85bLIzrYZIQtCUN71kfHozwQArk BIh54uHbWf1HIKc7b8xw+6ww6e9LrGLoCAEL8/LOYsBGNTh9PbNYyhOeqgOqIJETnfzFIjsWucjUZ O2wzxxFvetwQE540XuZBokxJnQDuWicwN0TlCWijVHyCWPY+GQQAlqXE+JCCKGKRohe25Sudj7lng kJmaX6ACpUtPiLze7eo56Q==; Original-Received: from [87.69.77.57] (port=2781 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 1n3GrI-0000FF-6S for help-gnu-emacs@gnu.org; Fri, 31 Dec 2021 07:18:09 -0500 In-Reply-To: <875yr5up38.fsf@zoho.eu> (message from Emanuel Berg via Users list for the GNU Emacs text editor on Fri, 31 Dec 2021 09:59:39 +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:135080 Archived-At: > Date: Fri, 31 Dec 2021 09:59:39 +0100 > From: Emanuel Berg via Users list for the GNU Emacs text editor > > FYI when I configure like this > > configure --with-x-toolkit=no --with-native-compilation # [1] > > it still just says when I do `report-emacs-bug' it still just > says > > Configured using: > 'configure --with-x-toolkit=no' Not here, it doesn't. Are you sure your Emacs is actually compiled with native-compilation turned on? Did the configure-time test for libgccjit succeed or did it fail?