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: Problem compiling Emacs Date: Thu, 16 Dec 2021 18:59:43 +0200 Message-ID: <83sfusfpts.fsf@gnu.org> References: <25017.43640.402510.992878@mail.eng.it> <25019.25007.404814.75827@mail.eng.it> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32359"; 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 Thu Dec 16 18:03:03 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 1mxu9m-0008AX-LS for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 16 Dec 2021 18:03:02 +0100 Original-Received: from localhost ([::1]:42316 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxu9l-0007xp-0d for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 16 Dec 2021 12:03:01 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37592) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxu6q-0007wq-Fv for help-gnu-emacs@gnu.org; Thu, 16 Dec 2021 12:00:00 -0500 Original-Received: from [2001:470:142:3::e] (port=41932 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 1mxu6q-0002Yq-4m for help-gnu-emacs@gnu.org; Thu, 16 Dec 2021 12:00:00 -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=+S6/Tny1ncodVPCf7YimJmnoJRYj55dm1Spyk3FwyQM=; b=Q8DVNJ1mxEwM 9a5v9ISSSqUW1TEKNOBrxQUho2geuDuzL2CdJEuQb++QvnIJ1BHR0DuFpu+IK/VLRfALYPkH+p6oC DV6RbXSqLoaIG7/+Dchl8dBAo6KJnWC5yQjFjyjEtcLT+Q/TApO8qSl9EQGoQMogdnSOk85BYOjVl khv172uvBUBddQYQM0WWg360aSsKp9O0DtcikmawZ8cgRfKTtht4vSXgSWW5iHSFHRO1c45g5Thiq MMrlbGlW4Au7dj4iWXVd27X7ZaqqGUdCEenjunLkxYwsQfEld3nf4pzaAzjjlLOIZPaHLWartdDYK rd+pm/yqShtxUTBCol0ecw==; Original-Received: from [87.69.77.57] (port=4147 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 1mxu6p-00005y-US for help-gnu-emacs@gnu.org; Thu, 16 Dec 2021 12:00:00 -0500 In-Reply-To: <25019.25007.404814.75827@mail.eng.it> (saint@eng.it) 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:134982 Archived-At: > Date: Thu, 16 Dec 2021 16:56:31 +0100 > From: "Gian Uberto Lauri" > Cc: Gian Uberto Lauri > > checking for gcc_jit_context_acquire in -lgccjit... no > configure: error: ELisp native compiler was requested, but libgccjit was not found. > Please try installing libgccjit or a similar package. > If you are sure you want Emacs be compiled without ELisp native compiler, > pass the --without-native-compilation option to configure. > > but I have on my machine > > root@sequoia:~# dpkg -l | grep libgccjit > ii libgccjit-11-dev:amd64 11.1.0-1ubuntu1~21.04 amd64 GCC just-in-time compilation (development files) > ii libgccjit-11-doc 11.1.0-1ubuntu1~21.04 all GCC just-in-time compilation (documentation) > ii libgccjit0:amd64 11.1.0-1ubuntu1~21.04 amd64 GCC just-in-time compilation (shared library) > > So, what did I wrong? Look in config.log for a more detailed report about the problem that failed the test program run by the configure script.