
#12077: DYNAMIC_GHC_PROGRAMS=NO: T8761 is failing (Make pattern synonyms work with Template Haskell) -------------------------------------+------------------------------------- Reporter: thomie | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Template Haskell | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: th/T8761 Blocked By: | Blocking: Related Tickets: #8761 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by thomie):
Where do I set this option to be able to verify this behavior on my local machine? Is it in mk/build.mk somewhere?
Yes. When `DYNAMIC_GHC_PROGRAMS=NO`, GHCi uses the Runtime System linker (rts/Linker.c) instead of the system installed dynamic linker. Thanks for looking into it. It might be a [https://ghc.haskell.org/trac/ghc/query?status=!closed&component=Runtime+System+(Linker) known issue with the Runtime System Linker], I'm not sure. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12077#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler