bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14093: configure for build problem


From: Ludovic Courtès
Subject: bug#14093: configure for build problem
Date: Sun, 31 Mar 2013 00:28:47 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux)

Hi,

"d.henman" <address@hidden> skribis:

> checking for LIBFFI... configure: error: Package requirements (libffi) were 
> not met:
>
> No package 'libffi' found

[...]

> # However when I do:
>
> $ ls /bin/*ffi*
> /bin/cygffi-4.dll 
>
> This location is standard in my opion.

The configure script checks for libffi via the pkg-config tool.

What does ‘pkg-config libffi --cflags --libs’ return on your machine?

If it shows an error, this means that either the PKG_CONFIG_PATH
environment variable does not contain the directory where libffi.pc is,
or that the file libffi.pc is missing from your libffi installation.

HTH,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]