From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B13F5385842C; Wed, 4 Oct 2023 12:06:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B13F5385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1696421209; bh=d525tr5Mm2aDw6ZIFRCKthUBUJW8vElpVhoiGbImjw8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eU/m8l5G1dxwjb/H8xDEeK9wlSW+K/CFIo9lL37qxjZ3hpUfoK5coGTvwAHbu/yLB pQGu6RovANyHv1r6Jv6gnGOPTKdzSBGaKtEiV0but+Pn8OpUYhNdxzE7DwPvV28Kq0 rkqP6sEjV01PHySaQhY7xYds/PweBOG47uCJLcYY= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug remote/30927] gdbsupport/configure does not detect Illumos socketpair Date: Wed, 04 Oct 2023 12:06:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org 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=3D30927 --- Comment #5 from Tom Tromey --- (In reply to Paul Floyd from comment #4) > I think it's a problem of the order of execution. >=20 > AC_SEARCH_LIBs(socketpair, socket) needs to be done before AC_CHECK_FUNCS > (so that CHECK_FUNCS uses -lsocket) but now in gdb/configure it's being d= one > after. Ok, I see. I have an updated patch I'll post in a sec. --=20 You are receiving this mail because: You are on the CC list for the bug.=