> Le 20 nov. 2023 à 18:19, Keith Wright <kwri...@keithdiane.us> a écrit :
>
> I don't have pkg-config installed,
sudo apt install pkgconf
> and have no idea how to sef LIBFFI
> to avoid the need to call it.
Don't, this is too complicated.
> Acording to the web page, pkg-config is a program to read *.pc files.
> Where do those come from? I don't see them in the tarball.
They are provided by each -dev package from your distro. They allow tools like
Autotools, Meson, CMake, etc. to find the library.