#4464: RTS options broken for dynamic libraries
---------------------------------+------------------------------------------
Reporter: rl | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 7.1
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
Comment(by simonmar):
Ah, that would apply to a program made from multiple DLLs, not when you're
building a single DLL to use as a library. The reason is that
`defaultsHook` relies on the normal linking semantics where an earlier
instance of a function replaces a later instance during linking, but DLL
linking doesn't respect that (ELF dynamic linking does, however).
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4464#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs