Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [mingw] #39766: Support gratuitous GCC dependencies
(MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Sun, 1 Mar 2020 09:01:02 +0900 (JST)
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #39766: Support gratuitous GCC
dependencies
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#39766: Support gratuitous GCC dependencies
Open Date: 2019-11-16 04:44
Last Update: 2020-01-19 01:38
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/39766
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39766
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2020-03-01 09:01 Updated by: Anonymous
* Milestone WSL-5.3 (closed) is closed
---------------------------------------------------------------------
Ticket Status:
Reporter: keith
Owner: keith
Type: Feature Request
Status: Open [Owner assigned]
Priority: 5 - Medium
MileStone: WSL-5.3 (closed)
Component: WSL
Severity: 5 - Medium
Resolution: Accepted
---------------------------------------------------------------------
Ticket details:
MS-Windows builds of GCC-9.x gratuitously require Microsoft's non-standard
_get_errno() and _set_errno() functions, which are not supported by MSVCRT.DLL
prior to Windows-Vista. Additionally, this same GCC version introduces a
dependency on a ftruncate64() function, which, as ftruncate() is mapped to
Microsoft's _chsize(), could be mapped to Microsoft's _chsize_s(); however,
like the two non-standard errno accessors, _chsize_s() is unsupported, without
introducing dependencies on non-free Microsoft DLLs, prior to Windows-Vista.
Such gratuitous GCC dependencies are incompatible with MinGW.org's policy of
continuing legacy support for pre-Vista Windows versions.
The attached patch offers work-arounds for each of these gratuitous GCC
dependencies, extending support to pre-Vista Windows, while still linking with
MSVCRT.DLL.
--
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/39766
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=39766
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 30, Issue 1
*******************************************