求助 xubuntu编译gcc,编译gmp和mpfr不能通过
发表于 : 2009-06-23 17:23
安装gcc提示需要gmp和mpfr。直接 ./configure make make install 安装gmp,没有问题。
安装mpfr时./configure提示 gmp.h can't be found, or is unusable. 使用命令./configure --with-gmp-include=/home/kerwin/gmp-4.2.4则提示
checking for __gmpz_init in -lgmp... no
configure: error: libgmp not found or uses a different ABI.
Please read the INSTALL file -- see "In case of problem".
求高手指点
安装mpfr时./configure提示 gmp.h can't be found, or is unusable. 使用命令./configure --with-gmp-include=/home/kerwin/gmp-4.2.4则提示
checking for __gmpz_init in -lgmp... no
configure: error: libgmp not found or uses a different ABI.
Please read the INSTALL file -- see "In case of problem".
求高手指点