Configure: error: libmp fr not found or uses a different ABI (including static vs shared)., libmp frabi
This error is prompted when you configure the mpc:
Configure: error: libmp fr not found or uses a different ABI (including static vs shared ).
Download:
Wget ftp://gnu.mirror.iweb.com/mpc/mpc-1.0.1.tar.gz
Cause:
Mpfr missing,
Http://www.mpfr.org/mpfr-current/mpfr-3.1.2.tar.xz
Http://www.mpfr.org/mpfr-current/mpfr-3.1.2.tar.gz
The extension name of the local file. The compression ratio is different, and the decompressed formula is also different. The compression ratio of .tar. xz is relatively high.
Corresponding decompression method:
Tar-zxvf mpfr-3.1.2.tar.gz
. Tar. decompression method:
Xz-d mpfr-3.1.2.tar.xz
Upload an mpfr-3.1.2.tar file and then execute
Tar-xvf mpfr-3.1.2.tar
Installation:
After decompression, enter the directory configuration and install:
# Cd./mpfr-3.1.2 #./configure # make & make install
Dependency:
Wget ftp://gnu.mirror.iweb.com/gmp/gmp-4.3.2.tar.gz