[GHC] #8266: Dynamic linking on Mac
GHC
ghc-devs at haskell.org
Thu Nov 28 07:48:29 UTC 2013
#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
More information about the ghc-tickets
mailing list