public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
@ 2021-05-23  0:35 unlvsur at live dot com
  2021-05-23  0:36 ` [Bug libstdc++/100726] " unlvsur at live dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2021-05-23  0:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

            Bug ID: 100726
           Summary: Error starting program: The libstdc++-6.dll file is
                    linked to missing export KERNEL32.DLL:CreateHardLinkW
                    on windows me
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

Created attachment 50856
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50856&action=edit
does not run on windows me or probably older windows OS

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
  2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
@ 2021-05-23  0:36 ` unlvsur at live dot com
  2021-05-23  1:17 ` [Bug target/100726] " pinskia at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2021-05-23  0:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

--- Comment #1 from cqwrteur <unlvsur at live dot com> ---
static linking can work. dynamic linking could not.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
  2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
  2021-05-23  0:36 ` [Bug libstdc++/100726] " unlvsur at live dot com
@ 2021-05-23  1:17 ` pinskia at gcc dot gnu.org
  2021-05-23  2:47 ` unlvsur at live dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-05-23  1:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libstdc++                   |target

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I really doubt anything before Windows XP is supported really.
The libstdc++ changes which added Windows support for std::filesystem broke
this.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
  2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
  2021-05-23  0:36 ` [Bug libstdc++/100726] " unlvsur at live dot com
  2021-05-23  1:17 ` [Bug target/100726] " pinskia at gcc dot gnu.org
@ 2021-05-23  2:47 ` unlvsur at live dot com
  2021-05-23  2:53 ` unlvsur at live dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2021-05-23  2:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

cqwrteur <unlvsur at live dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |unlvsur at live dot com

--- Comment #3 from cqwrteur <unlvsur at live dot com> ---
Created attachment 50857
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50857&action=edit
libstdcxx windows me png

Previous screenshot was wrong

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
  2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
                   ` (2 preceding siblings ...)
  2021-05-23  2:47 ` unlvsur at live dot com
@ 2021-05-23  2:53 ` unlvsur at live dot com
  2021-05-23 14:26 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2021-05-23  2:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

--- Comment #4 from cqwrteur <unlvsur at live dot com> ---
(In reply to Andrew Pinski from comment #2)
> I really doubt anything before Windows XP is supported really.
> The libstdc++ changes which added Windows support for std::filesystem broke
> this.

by the way, throwing EH on windows ME results in a direct crash. I do not know
why.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
  2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
                   ` (3 preceding siblings ...)
  2021-05-23  2:53 ` unlvsur at live dot com
@ 2021-05-23 14:26 ` redi at gcc dot gnu.org
  2021-05-23 14:32 ` unlvsur at live dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2021-05-23 14:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> I really doubt anything before Windows XP is supported really.

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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
  2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
                   ` (4 preceding siblings ...)
  2021-05-23 14:26 ` redi at gcc dot gnu.org
@ 2021-05-23 14:32 ` unlvsur at live dot com
  2021-05-23 14:33 ` unlvsur at live dot com
  2021-05-24  5:14 ` pinskia at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2021-05-23 14:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

--- Comment #6 from cqwrteur <unlvsur at live dot com> ---
(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.
> 
> 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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
  2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
                   ` (5 preceding siblings ...)
  2021-05-23 14:32 ` unlvsur at live dot com
@ 2021-05-23 14:33 ` unlvsur at live dot com
  2021-05-24  5:14 ` pinskia at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: unlvsur at live dot com @ 2021-05-23 14:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

--- Comment #7 from cqwrteur <unlvsur at live dot com> ---
(In reply to cqwrteur from comment #6)
> (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.
> > 
> > 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.

And do not define feature testing macro __cpp_lib_filesystem

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me
  2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
                   ` (6 preceding siblings ...)
  2021-05-23 14:33 ` unlvsur at live dot com
@ 2021-05-24  5:14 ` pinskia at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-05-24  5:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Windows ME has not been supported by Microsoft since 2006, this is going to
close as won't fix.

Windows XP is bare min that is supported by newer GCC's.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-24  5:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23  0:35 [Bug libstdc++/100726] New: Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me unlvsur at live dot com
2021-05-23  0:36 ` [Bug libstdc++/100726] " unlvsur at live dot com
2021-05-23  1:17 ` [Bug target/100726] " pinskia at gcc dot gnu.org
2021-05-23  2:47 ` unlvsur at live dot com
2021-05-23  2:53 ` unlvsur at live dot com
2021-05-23 14:26 ` redi at gcc dot gnu.org
2021-05-23 14:32 ` unlvsur at live dot com
2021-05-23 14:33 ` unlvsur at live dot com
2021-05-24  5:14 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).