mpc 1.3.1 = https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz ``` sh *** build *** ./configure \ --with-gmp=/pkg/gnu/gmp \ --with-mpfr=/pkg/gnu/mpfr \ --prefix=/pkg/gnu/mpc && make -j$(nproc) && make install ``` ``` cfg *** build deps *** linux glibc gmp mpfr ``` ``` cfg *** run deps *** binutils ```