From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 293CE3858402; Tue, 8 Nov 2022 07:26:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 293CE3858402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667892376; bh=ijMaM9uBuTXmrztD716NwxX3n6u6nX6iS1oiwbLaiAU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HA3KwpRM4vdTivYRty6anc6BfdG+FdKxRCbHX71uBDoguT7Y0CcPjdO+ZcQvbMa1P a9ypAvuW9zdneM4aHbRvzr4rvFmO4YuX1DyOW3uNB0nLr3pZBS8JGlu+YmbaL/DgbW hMj9qFp0ZV35sQxt1tgKdMHTZl37xp+JTHWNWQHk= From: "pinskia at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/28500] Failure to find libgmp Date: Tue, 08 Nov 2022 07:26:14 +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: 11.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to attachments.created 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=3D28500 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at sourceware dot org |pinskia at gcc dot = gnu.org --- Comment #17 from Andrew Pinski --- Created attachment 14436 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14436&action=3Ded= it Patch which uses the toplevel configure to find gmp/libmpfr I will submit this patch soon; tomorrow. It is based on the gdb 12.1 release but I don't think much has changed there yet. Note it does change to always require MPFR rather than having it as an opti= onal feature (with a warning) unlike before. It is better than my previous version which I did because I ran into this i= ssue with gdb 8.3 as it does not cause MPC to be required for gdb now. I also tested to make sure GMP and MPFR could build when in the source directory and be used just like it is for gcc too. --=20 You are receiving this mail because: You are on the CC list for the bug.=