From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DB54385840B; Sun, 7 Apr 2024 18:33:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DB54385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712514823; bh=D251nK/sGj/hpOInYG8YjVp/0tGmOtY/uYGrp+nw0cU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ll6PsuVMCNEeZ7ZExbHvP4IMbrPQ/slwaDe3NagxsdP5hbtabg4xvhLbRShc7PbW1 bIJDhj4mugTloj0oRB+JovNd6hkR4N4SwBw2zqwD/tB0Sb3CoDLAJPB9N/IPEv3s2R psAJ5t8F2ON/FMsxlhCMIITzjcmSQAISwfEfsGkQ= From: "orbea at riseup dot net" To: gdb-prs@sourceware.org Subject: [Bug build/30295] Undefined reference for gcore_elf_make_tdesc_note in linux-tdep with slibtool Date: Sun, 07 Apr 2024 18:33:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: orbea at riseup dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30295 --- Comment #11 from orbea --- With the current slibtool git repo slibtoolize now exists and can be used instead of GNU libtoolize. Additionally when using autoreconf it respects LT_OUTPUT which allows the current gdb check to just work. However using autoreconf for gdb is far from trivial and I was only able to test it by hacking autoregen.py to have '-I /usr/share/slibtool' for the appropriate autotools commands which would not be applicable for any system that replaces libtool.m4 with a symlink to slibtool.m4. Normally this can be achieved with: export ACLOCAL=3D'aclocal -I /usr/share/slibtool' export LIBTOOLIZE=3D'slibtoolize' --=20 You are receiving this mail because: You are on the CC list for the bug.=