> From: Thaddee Tyl
> Still, isn't it odd that it doesn't find libffi in the standard
> installation path?
Well yes and no. The guile developers decided that they weren't going
to search for libraries in ./configure. They were going to use
pkgconfig instead. So they instead just look for the
> From: Thaddee Tyl
$ find /usr -name 'libffi.*'
> /usr/lib/libffi.dylib
> /usr/local/lib/libffi.5.dylib
> /usr/local/lib/libffi.a
> /usr/local/lib/libffi.dylib
> /usr/local/lib/libffi.la
> /usr/local/lib/pkgconfig/libffi.pc
> /usr/local/share/info/libffi.info
>
>However,