
#7813: Fix mismatched visibility of StgRun --------------------------------+------------------------------------------- Reporter: PHO | Owner: Type: bug | Status: patch Priority: normal | Component: Runtime System Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Building GHC failed | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- Comment(by PHO): Correction of my explanation: Wrong: The old binutils comes with RHEL5 fails to link a shared library if there is a reference to a hidden symbol that isn't locally defined. Correct: The old binutils comes with RHEL5 fails to link a shared library if there is a reference to a hidden symbol that isn't locally defined, but defined in some other object as an exposed symbol i.e. `__attribute__((__visibility__("default")))` -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7813#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler