[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libffi not found even if installed in default path
From: |
Mike Gran |
Subject: |
Re: libffi not found even if installed in default path |
Date: |
Fri, 27 Jan 2012 22:34:10 -0800 (PST) |
> From: Thaddee Tyl <address@hidden>
$ 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, it did not help, and the `./configure` still fails with the very
>same error message.
>
Did you try running configure as something like
'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure'
-Mike