[Haskell-cafe] llvm-3.0.1.0 installation on Mac
Brandon Allbery
allbery.b at gmail.com
Mon Apr 8 16:48:07 CEST 2013
On Mon, Apr 8, 2013 at 1:32 AM, Luke Evans <luke at eversosoft.com> wrote:
> Unfortunately, it looks like
>
> /Library/Frameworks/GHC.framework/Versions/7.4.2-x86_64/usr/lib/ghc-7.4.2/libffi.dylib
> is pointing to the dodgy library too, e.g.:
>
> > otool
> -L /Library/Frameworks/GHC.framework/Versions/7.4.2-x86_64/usr/lib/ghc-7.4.2/libffi.dylib
> /Users/ian/zz64/ghc-7.4.2/libffi/build/inst/lib/libffi.5.dylib
> (compatibility version 6.0.0, current version 6.10.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
> 159.1.0)
>
> Not sure what to patch the first reference in that one to.
>
To itself; that's actually the internal reference that gets compiled into
the others, and as such is the actual source of the problem. (In an ELF
shared object, that would be the soname. Note that it *must* be a full path
on OS X, unlike Linux/ELF.)
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130408/254e33dc/attachment.htm>
More information about the Haskell-Cafe
mailing list