
#10322: In ghci object code loader, linking against the previous temp dylib is not enough on OS X -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: closed Priority: high | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 Resolution: fixed | 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 rwbarton): Replying to [comment:10 trommler]:
Replying to [comment:4 George]:
Not sure but the -flat_namespace option might be what you are looking for. How bad as in breaking assumptions made by MacOS would it be to use `-flat_namespace`?
I don't know, but I found this cryptic comment in `compiler/main/SysTools.hs`: -- This feature requires Mac OS X 10.3 or later; there is -- a similar feature, -flat_namespace -undefined suppress, -- which works on earlier versions, but it has other -- disadvantages. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10322#comment:15 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler