[GHC] #8837: GHC 7.8.1-rc2 requires /usr/local/lib/libgmp10.10.dylib
GHC
ghc-devs at haskell.org
Tue Mar 4 01:49:38 UTC 2014
#8837: GHC 7.8.1-rc2 requires /usr/local/lib/libgmp10.10.dylib
------------------------------------------+--------------------------------
Reporter: awick | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.8.1
Component: Compiler | Version: 7.8.1-rc2
Resolution: | Keywords:
Operating System: MacOS X | Architecture: x86_64
Type of failure: Installing GHC failed | (amd64)
Test Case: | Difficulty: Unknown
Blocking: | Blocked By:
| Related Tickets:
------------------------------------------+--------------------------------
Comment (by thoughtpolice):
I downloaded the same binary from that URL, sha1 hash
`b3e68ae11d5438442cafacfaef729d80cc948cb3`. There is no dynamic link to
`libgmp.dylib`, nor do I have it in my system:
{{{
$ find /usr/local/lib/ | grep gmp
$
$ otool -L ./utils/ghc-pwd/dist-install/build/tmp/ghc-pwd | grep gmp
@rpath/libHSinteger-gmp-0.5.1.0-ghc7.8.0.20140228.dylib
(compatibility version 0.0.0, current version 0.0.0)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8837#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list