From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Dependencies for native compiling emacs not found Date: Thu, 23 Dec 2021 17:15:26 +0100 Message-ID: <87wnjvti01.fsf@telefonica.net> References: <87czln1wvw.fsf@posteo.net> <83tuezve2u.fsf@gnu.org> <878rwb1nqz.fsf@posteo.net> <83mtkrv1pf.fsf@gnu.org> <874k6z1fo9.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14418"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 23 17:26:23 2021 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 1n0Qv8-0003af-NT for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 17:26:22 +0100 Original-Received: from localhost ([::1]:44964 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0Qv7-0002mn-Ce for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 11:26:21 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47268) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0Qs1-0007SZ-V5 for emacs-devel@gnu.org; Thu, 23 Dec 2021 11:23:13 -0500 Original-Received: from relayout01.e.movistar.es ([86.109.101.201]:33457 helo=relayout01-redir.e.movistar.es) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0Qrz-00020A-OH; Thu, 23 Dec 2021 11:23:09 -0500 Original-Received: from sky (234.red-88-17-68.dynamicip.rima-tde.net [88.17.68.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout01.e.movistar.es (Postfix) with ESMTPSA id 4JKZzg26ZGzfc3T; Thu, 23 Dec 2021 17:15:26 +0100 (CET) In-Reply-To: <874k6z1fo9.fsf@posteo.net> (Thierry Volpiatto's message of "Thu, 23 Dec 2021 15:51:05 +0000") X-TnetOut-Country: IP: 88.17.68.234 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout01 X-TnetOut-MsgID: 4JKZzg26ZGzfc3T.A5E4F X-TnetOut-SpamCheck: no es spam, clean X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1640880927.996@ODf7yMgZRgmH0wFC8P6z8A Received-SPF: softfail client-ip=86.109.101.201; envelope-from=ofv@wanadoo.es; helo=relayout01-redir.e.movistar.es X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action 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:282974 Archived-At: Thierry Volpiatto writes: > Ok, here the whole file attached, thanks. Relevant part: configure:19041: checking for gcc_jit_context_acquire in -lgccjit configure:19066: gcc -o conftest -O8 -pthread -isystem /usr/include/librsvg-2.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/cairo -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 conftest.c -lgccjit -lX11 -lcairo >&5 /usr/bin/ld: cannot find -lgccjit collect2: error: ld returned 1 exit status Please execute find /usr -name "libgccjit*" and then gcc -v and show the result of both commands.