From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ADCAB388A421; Sun, 23 May 2021 14:32:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADCAB388A421 From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me Date: Sun, 23 May 2021 14:32:14 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2021 14:32:14 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100726 --- Comment #6 from cqwrteur --- (In reply to Jonathan Wakely from comment #5) > (In reply to Andrew Pinski from comment #2) > > I really doubt anything before Windows XP is supported really. >=20 > I have no interest in making the filesystem library work on old versions = of > Windows. If we expect libstdc++ to be usable there, that function should > just report an error on old versions. I do not know whether there is a setting to disable filesystem in dll when = we build GCC. --disable-libstdcxx-filesystem-ts does not seem to work. Just disable it.=