
#14456: Windows runtime linker failure with icuuc -------------------------------------+------------------------------------- Reporter: RyanGlScott | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 8.2.1 (Linker) | Resolution: | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by RyanGlScott): Phyx- notes that while there's no obvious workaround for this on GHC 8.2, there is on GHC HEAD, where you can manually specify: {{{ $ runghc -licuuc.dll.a Bug2.hs }}} In theory, this should be equivalent: {{{ $ runghc -llibicuuc.dll.a Bug2.hs }}} But in practice, GHC doesn't permit this, as there's a case missing in the runtime linker code. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14456#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler