[GHC] #10322: In ghci object code loader, linking against the previous temp dylib is not enough on OS X
GHC
ghc-devs at haskell.org
Tue May 19 06:26:32 UTC 2015
#10322: In ghci object code loader, linking against the previous temp dylib is not
enough on OS X
-------------------------------------+-------------------------------------
Reporter: rwbarton | Owner:
Type: bug | Status: patch
Priority: high | Milestone: 7.10.2
Component: Compiler | Version: 7.10.1
Resolution: | Keywords:
Operating System: MacOS X | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions: Phab:D852
-------------------------------------+-------------------------------------
Comment (by Austin Seipp <austin@…>):
In [changeset:"b0b11ad93cf8470caed572dc16e5cf91304fa355/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="b0b11ad93cf8470caed572dc16e5cf91304fa355"
In ghci linker, link against all previous temp sos (#10322)
The OS X dlopen() appears to only resolve undefined symbols in
the direct dependencies of the shared library it is loading.
Reviewed By: trommler, austin
Differential Revision: https://phabricator.haskell.org/D852
GHC Trac Issues: #10322
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10322#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list