Re: #16387: Duplicate vsnwprintf symbol on Windows
"GHC" <[email protected]> Thu, 21 Mar 2019 16:59:51 -0000
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
--===============3749457334519483904==
Content-Type: multipart/related;
boundary="===============9075034803701555400=="
--===============9075034803701555400==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
#16387: Duplicate vsnwprintf symbol on Windows
---------------------------------+----------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
Resolution: | Keywords: broken-test
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+----------------------------------------
Comment (by Marge Bot <ben+marge-bot@…>):
In [changeset:"ae382245ea65bf8824db7f4dbab5ade78e6ed9dd/ghc"
ae382245/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="ae382245ea65bf8824db7f4dbab5ade78e6ed9dd"
rts/RtsSymbols: Drop __mingw_vsnwprintf
As described in #16387, this is already defined by mingw and
consequently defining it in the RTS as well leads to multiple definition
errors from the RTS linker at runtime.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16387#comment:16>