[MinGW-Notify] [mingw] #48962: Error starting c++ program linking to libstdc++-6.dll on Windows 9x without KernelEx

Back to archive index
MinGW Notification List mingw****@lists*****
Fri Jan 26 20:03:08 JST 2024


#48962: Error starting c++ program linking to libstdc++-6.dll on Windows 9x without KernelEx

  Open Date: 2023-12-30 18:41
Last Update: 2024-01-26 19:03

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/48962
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=48962

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2024-01-26 19:03 Updated by: qiannangong

Comment:

I'm sorry for late reply but I can't always connect to OSDN.net due to network restriction .
I've attached a screenshot from a Windows 98 SE VM to reproduce this issue.
And btw, LTO is not available on Windows 9x either.

---------------------------------------------------------------------
Ticket Status:

      Reporter: qiannangong
         Owner: (None)
          Type: Issues
        Status: Open
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

LIBSTDC++-6.DLL bundled in latest package requires an export named CreateHardLinkW in KERNEL32.DLL, which seems not to be available on vanilla Windows 9x platform...
However, A static linked program may work only if it does not use the APIs may refer to the CreateHardLinkW.

-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/48962
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=48962



More information about the MinGW-Notify mailing list
Back to archive index