21 Mar
2013
21 Mar
'13
4:33 a.m.
On Wed, Mar 20, 2013 at 04:42:55PM +0900, Kazu Yamamoto wrote:
$ ldd "/home/ian/ghc/git/ghc/bindisttest/install dir/lib/ghc-7.7.20130319/bin/ghc-pkg" | grep ffi libffi.so.6 => /home/ian/ghc/git/ghc/bindisttest/install dir/lib/ghc-7.7.20130319/bin/../rts-1.0/libffi.so.6 (0x00007fd2faf6e000)
In my case:
libffi.so.6 => not found (0)
Ah, I'm optimistic that commit 51bf3653775ba734f7ca3de99234aba722a0c72c Author: Ian Lynagh <ian@well-typed.com> Date: Wed Mar 20 19:25:27 2013 +0000 Fix build with non-Linux ELF OSes will fix this. Thanks Ian