
#8266: Dynamic linking on Mac --------------------------------------------+------------------------------ Reporter: kazu-yamamoto | Owner: Type: bug | thoughtpolice Priority: highest | Status: closed Component: Build System | Milestone: 7.8.1 Resolution: fixed | Version: 7.7 Operating System: MacOS X | Keywords: Type of failure: GHC doesn't work at all | Architecture: Test Case: | Unknown/Multiple Blocking: | Difficulty: Unknown | Blocked By: | Related Tickets: --------------------------------------------+------------------------------ Comment (by amosrobinson): I don't know if this helps, but I managed to hack around this for now with something like {{{ cd inplace/lib for lib in ../../bindisttest/install\ \ \ dir/lib/ghc-*/* do if [ -d "$lib" ] then ln -s "$lib" . fi done }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8266#comment:22 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler