From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 080D338446AF; Fri, 9 Dec 2022 08:53:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 080D338446AF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670576000; bh=+BWeDm4kMQoKHzkHKLMEY5dKrGmDNkwLY48khHBQv9I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JJ7l0etr0zn+d4Xu4ZTOux1+L0yb9rowpmsWFss/in+JrPB1ABkMk2QT8RO1eQFIW 6D7wq7aa3i2P1SEcvb26HUOeza2yHbmmgaiK6A3PnBeRpebwoRBbZl3tIbzcb6R++K EqYl/gz1m+EmGa6YO8+oQrVtmgxqqRs9kMKgQnso= From: "lh_mouse at 126 dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108027] mcf thread model causes build issues for multilibs of x86_64-w64-mingw32 target Date: Fri, 09 Dec 2022 08:53:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lh_mouse at 126 dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108027 --- Comment #7 from LIU Hao --- The .la files generated by libtool are usually nonsense (https://fedoraproject.org/wiki/Changes/RemoveLaFiles). If you run `make install` by hand then you may delete them by hand. Some packagers (e.g. mak= epkg on Arch Linux and MSYS2) purge them before packaging so they can never get installed, but some don't (e.g. dpkg-deb on Debian).=