unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* libffi not found even if installed in default path
@ 2012-01-28  2:13 Thaddee Tyl
  2012-01-28  6:34 ` Mike Gran
  0 siblings, 1 reply; 3+ messages in thread
From: Thaddee Tyl @ 2012-01-28  2:13 UTC (permalink / raw)
  To: Guile-user


I got the following message from `./configure`:

    checking for LIBFFI... no
    configure: error: Package requirements (libffi) were not met:
    
    No package 'libffi' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

I then (just in case) installed the latest libffi by hand. Its README
indicates that:

    Libffi will install under /usr/local by default.

Indeed:

    $ 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.

What information can I give you to help me? What should I do to make it
work?
-- 
View this message in context: http://old.nabble.com/libffi-not-found-even-if-installed-in-default-path-tp33218407p33218407.html
Sent from the Gnu - Guile - User mailing list archive at Nabble.com.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-28 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-28  2:13 libffi not found even if installed in default path Thaddee Tyl
2012-01-28  6:34 ` Mike Gran
     [not found]   ` <CAE3TfZNMvOEnixkRs+1-T_BkVB5KtrcrY2Drji8EvfSeGP19Zg@mail.gmail.com>
2012-01-28 14:05     ` Mike Gran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).