If you are trying to build program and in the configure stage you got something like this: You are missing autoconf-archive Check your system for…
Tag: configure
Missing pkg-config results in configure error: possibly undefined macro
This small article is for you who wonder why a configure script under Linux failed with an error like: So autoreconf failed with missing macros,…
Gentoo emerge a package with a custom option passed to the configure
Gentoo is a source-based Linux distro and each time we want to install a package in fact we compile it with the system program emerge….