[GHC] #8736: GHCi doesn't load .dyn_o files appropriately
GHC
ghc-devs at haskell.org
Thu Feb 27 15:24:44 UTC 2014
#8736: GHCi doesn't load .dyn_o files appropriately
-------------------------------------+------------------------------------
Reporter: thoughtpolice | Owner: thoughtpolice
Type: bug | Status: new
Priority: high | Milestone: 7.8.1
Component: Compiler | Version: 7.8.1-rc1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by simonpj):
Summarising the behaviour. If you say `:load Foo` in GHCi
* `Foo` was compiled with `-dynamic`: loads `Foo.dyn_o`
* `Foo` was compiled without any dynamic flag: does not find object
files, so interprets.
* `Foo` was compiled with `-dynamic-too`: fails as above.
Not a release blocker.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8736#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list