From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 34F82385783F; Fri, 13 Jan 2023 12:33:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 34F82385783F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673613221; bh=vlM6fIE5U1YH7AQ8kfkgd9McaIIrgPHPqWxTJvxVIrk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BBRx2rG8OpEb/1n3IBXgCnSFuHfzyHzZvz5PVxASgfSa+DWEPj5JqE9Vj07CUE6Cj ntQN1eCPKtdquLBUHZzzK2Yo/i+wrShyNiVLRBxzEKpzt2JR7sOBfcVHKlb8lfNTXu lvCsTuiRG/RLw8chbmZRTRX9cWpQZlQs2oUOtNAA= 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: Fri, 13 Jan 2023 12:33:40 +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: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 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 #37 from Jonathan Wakely --- It doesn't work because libstdc++ does not support the win32 thread model on old versions of Windows. There's nothing GDB can do about that. Build a mingw cross compiler with --disable-threads if you want to compile = for winxp and are happy to have no std::thread etc. --=20 You are receiving this mail because: You are on the CC list for the bug.=