From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 11FE43858D33; Tue, 3 Oct 2023 06:38:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11FE43858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1696315117; bh=IARAA1GtZJs2l0fJxs8tjP1FL8INe5njeK9yU4BHWik=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U7qeOKsCYK0MQqGURNvn/vdoTK3ph38CyA+JLA44NChUr+Kyf8NxuWdcnnfJAUtA4 tApvN7uPMujkijmjV8ygrtwrj5PYi2zClQiLsqFJcxtRdF0ZmSHhxhtiYg2A50P6xH fr9Eru89GUuZbO/TNesHhIvOU+2FYgD0c7ShF4GE= From: "pjfloyd at wanadoo dot fr" To: gdb-prs@sourceware.org Subject: [Bug remote/30927] gdbsupport/configure does not detect Illumos socketpair Date: Tue, 03 Oct 2023 06:38:36 +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: pjfloyd at wanadoo dot fr 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 #4 from Paul Floyd --- I think it's a problem of the order of execution. 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 done af= ter. --=20 You are receiving this mail because: You are on the CC list for the bug.=