#8677: Perhaps you haven't installed the "p_dyn" libraries for package ‛integer- gmp’ -------------------------------------+---------------------------------- Reporter: erikd | Owner: thoughtpolice Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Template Haskell | Version: 7.7 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+---------------------------------- Comment (by Austin Seipp <austin@…>): In [changeset:"0a2d323cee040c6460233ff17d40199755e59959/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="0a2d323cee040c6460233ff17d40199755e59959" Fix #8677 (fallout from #8180) When using TemplateHaskell and -prof, we *do not* want -dynamic-too, because we're going to *expect* that you compiled the vanilla/dyn way already, and are compiling profiling the second time (i.e. so GHCi can just load the normal, non-profiled object files.) Signed-off-by: Austin Seipp <austin@well-typed.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8677#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler