<snip>
t4@iske:bin $ ghc
dyld: Library not loaded: @rpath/libffi.dylib
Referenced from: /Users/t4/Library/Haskell/Versions/7.8.3-x86_64/lib/ghc-7.8.3/bin/ghc
Reason: Incompatible library version: ghc requires version 7.0.0 or later, but libffi.dylib provides version 1.0.0
Trace/BPT trap: 5
</snip>
However I think I've figured out what's up, various bits that were built back on mavericks (or even mountain lion!?) via homebrew are probably gorked now I've upgraded. Re-building my gcc tool chain now and will attempt to recompile 7.8.3 from source.
Cheers,
Tim
1) if you dont share pastes of the error messages no one can help you2) what does ghc --info say?3) what does clang --version say?4) what does gcc --version say?5) have you tried using the GHC For OS X app bundle?6) use it ghcformacosx.github.io
On Sun, Dec 7, 2014 at 3:19 PM, Tim Watson <watson....@gmail.com> wrote:
Since upgrading nothing seems to work for me, everything from build to runtime seems to be segfaulting and I'm proving a total pita trying to get things re-installed. Maybe my brew/gcc toolchain needs to be rebuilt? Anyone else done this upgrade and had problems?
--
You received this message because you are subscribed to the Google Groups "cloud-haskell-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-haskell-deve...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Since upgrading nothing seems to work for me, everything from build to runtime seems to be segfaulting and I'm proving a total pita trying to get things re-installed. Maybe my brew/gcc toolchain needs to be rebuilt? Anyone else done this upgrade and had problems?
--
t4@iske:ghc-7.8.3 $ /opt/local/bin/gcc
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/bin/gcc
Reason: Incompatible library version: gcc requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
--
I tend to not recommend brew based ghc because it hasn't been well maintained historically. But if it works great. Opt has macports usually. Ghc for osx is what I like to recommend andthe maintainer is very responsive.