From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C5420385840D; Wed, 11 Jan 2023 09:48:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5420385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673430535; bh=HZrk/jXmZzguzmnrO6mQUGpSF4WruPIiQrxr0GCAui4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=umCR2SW5RX+zfaONKNkhBO35Z4CDsao3ElnSyY0b5BspFV1XCKQVAaldj0SVskOt0 F4t+tma7I6ehqJYYWxLuMafFKQ2IGCWftVFxRrOHgRRRq3e8mVrgkNKYBELQ44ySVZ gjhV5zdUbt0GanV797snyJCwA7zlrmuR5ldnFi/E= From: "jwakely.gcc at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug build/29966] Cannot build anymore for win32 thread model of gdb Date: Wed, 11 Jan 2023 09:48:55 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jwakely.gcc at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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=3D29966 --- Comment #29 from Jonathan Wakely --- This time it looks like it's a similar problem in libstdc++. During the configure step _WIN32_WINNT is defined such that _GLIBCXX_HAS_GTHREADS gets defined, but then you override it later, and that invalidates _GLIBCXX_HAS_GTHREADS. --=20 You are receiving this mail because: You are on the CC list for the bug.=