From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 234F93858D39; Thu, 23 Nov 2023 09:24:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 234F93858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700731459; bh=OOZgkVotE2g3HlD+LJhJqo/6UMmH5qHFWa1d8SmHeoA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oMd9d74Br84JFbP+lKppCFSnoYrQ2o8FRr6C8J8MK8Ng/OgoJ2kqW3UQeLfUqcAi1 q9b1T9WGUMqCePLhGkL3bBAj6yf6C905JuWtGPboKL5+tDN9D3u8TEKpPJ8JcYtSQh 18flVezabV8v95Vkjbxqj6AA9veJvauSDYu1NhD4= From: "costas.argyris at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111170] [13/14 regression] Malformed manifest does not allow to run gcc on Windows XP (Accessing a corrupted shared library) since r13-6552-gd11e088210a551 Date: Thu, 23 Nov 2023 09:24:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: costas.argyris at gmail 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=3D111170 --- Comment #12 from Costas Argyris --- I think this can be considered as fixed now, since the new --disable-win32-utf8-manifest configure option leaves out the utf8 manifest= and you shouldn't have a problem running gcc even on XP if you configure with t= hat. However, you do need to build using the latest sources to use that option, since the patch was pushed to the master branch just earlier today.=