[GHC] #5289: Can't use ghci with a library linked against libstdc++
GHC
ghc-devs at haskell.org
Sat Oct 10 13:22:01 UTC 2015
#5289: Can't use ghci with a library linked against libstdc++
-------------------------------+----------------------------------------
Reporter: bos | Owner: Phyx-
Type: bug | Status: patch
Priority: normal | Milestone: 8.0.1
Component: GHCi | Version: 7.0.3
Resolution: | Keywords:
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: GHCi crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D1310
-------------------------------+----------------------------------------
Comment (by Thomas Miedema <thomasmiedema@…>):
In [changeset:"5d841108acef950fed6a5e608ac9b18e7431aa87/ghc" 5d84110/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="5d841108acef950fed6a5e608ac9b18e7431aa87"
Add short library names support to Windows linker
Make Linker.hs try asking gcc for lib%s.dll as well, also changed tryGcc
to pass -L to all components by using -B instead. These two fix
shortnames linking on windows.
re-enabled tests: ghcilink003, ghcilink006 and T3333
Added two tests: load_short_name and enabled T1407 on windows.
Reviewed By: thomie, bgamari
Differential Revision: https://phabricator.haskell.org/D1310
GHC Trac Issues: #9878, #1407, #1883, #5289
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/5289#comment:59>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list