При установке guile 2.0.2 на OpenSUSE 11.4 sudo ./configure выдает:
checking pkg-config is at least version 0.9.0... yes
checking for LIBFFI... 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.
Alternatively, you may set the environment variables LIBFFI_CFLAGS
and LIBFFI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Guile определяет корректные опции компиляции и линковки libffi через pkg-config.Однако libffi.pc отсутствует. Предлагается утановить переменные LIBFFI_CFLAGS и LIBFFI_LIBS. Как их установить ?