[GHC] #7806: Dynamic linking and libffi
GHC
cvs-ghc at haskell.org
Fri Apr 5 04:05:28 CEST 2013
#7806: Dynamic linking and libffi
----------------------------------+-----------------------------------------
Reporter: kazu-yamamoto | Owner:
Type: bug | Status: new
Priority: normal | Component: Build System
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Installing GHC failed | Blockedby:
Blocking: | Related: #7686
----------------------------------+-----------------------------------------
Comment(by kazu-yamamoto):
= Mac with system libffi =
#7686 solves the problem of hsc2hs. Build finished.
But "make install" causes an error:
{{{
"/Users/kazu/bin/ghc-head/lib/ghc-7.7.20130403/bin/ghc-pkg" --force
--global-package-db "/Users/kazu/bin/ghc-
head/lib/ghc-7.7.20130403/package.conf.d" update rts/package.conf.install
dyld: Library not loaded:
@loader_path/../terminfo-0.3.2.5/libHSterminfo-0.3.2.5-ghc7.7.20130403.dylib
Referenced from: /Users/kazu/bin/ghc-head/lib/ghc-7.7.20130403/bin/ghc-
pkg
Reason: image not found
make[1]: *** [install_packages] Trace/BPT trap: 5
make: *** [install] Error 2
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7806#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list