From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 1B1BD3858D35 for ; Sat, 7 Jan 2023 15:07:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1B1BD3858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEAnF-0001Ke-MY; Sat, 07 Jan 2023 10:07:33 -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=viJIv8QMQHHLJqyLdNLfS9oINvxYXzRFsF2sdEp7V4g=; b=gW3NKJHLYzXB kHIoJmSFm8LLVAolmwOtJgm5RS5bN2dR8Q6cHztPWj+NupCsiTEc01mT73UmQ3jviOxxaEhHJV7lX AM/XlFWrMDi5FQYvxzfh5Zw7EmKkiRGgE44hWZl0RgJMAup1RPwgLQBYRSalK0btw0iOcswlPqpXG tmun1t4mNFG06KAeGqNPr9HR0JpK2HnudIENwlLxS8J/+Je0Pp8LD4U3/Q5D2mtqzTQy14haCg/48 XgH7bHZFqG+/Mul/lo/rMT15q4mOp6H+ZmmX6p/wgyNqlm2rULnsmreHx4yNhLoDtLK/vsr9znCNd NvdZBFRABv1ExO3xJnhb0w==; Received: from [87.69.77.57] (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 1pEAnF-0003OL-4e; Sat, 07 Jan 2023 10:07:33 -0500 Date: Sat, 07 Jan 2023 17:07:54 +0200 Message-Id: <835ydis7qt.fsf@gnu.org> From: Eli Zaretskii To: Andreas Schwab Cc: gdb-patches@sourceware.org In-Reply-To: <874jt2h0hq.fsf@igel.home> (message from Andreas Schwab on Sat, 07 Jan 2023 15:40:01 +0100) Subject: Re: Two observations using GDB 13 snapshot References: <83h6xugc5v.fsf@gnu.org> <83r0w6uaad.fsf@gnu.org> <87fscmemeo.fsf@linux-m68k.org> <83358mu1tv.fsf@gnu.org> <87bknaek9z.fsf@linux-m68k.org> <83v8lisjlx.fsf@gnu.org> <87lemeh4wz.fsf@igel.home> <83h6x2sb5x.fsf@gnu.org> <87cz7qh2db.fsf@igel.home> <83a62usabj.fsf@gnu.org> <878rieh194.fsf@igel.home> <838ries9je.fsf@gnu.org> <874jt2h0hq.fsf@igel.home> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Andreas Schwab > Cc: gdb-patches@sourceware.org > Date: Sat, 07 Jan 2023 15:40:01 +0100 > > On Jan 07 2023, Eli Zaretskii wrote: > > > So the problem is that we are now using libtool, and that causes the > > GDB executable to be in a directory different from where gdb-gdb.gdb > > is kept. > > That does not happen for me. Did you configure with --enable-shared? No. Why would I need to? GDB is not a library, and doesn't build libraries that need to be installed, AFAIK.