【发布时间】:2018-06-22 09:28:01
【问题描述】:
尝试在 Alpine 上安装 GCC 6.4.0 时,我遇到了:
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... no
但是在/usr/lib,这似乎是标准的查找目录,我有:
libgmp.a
libgmp.so
libgmp.so.10
libgmp.so.10.3.2
libmpc.so.3
libmpc.so.3.0.0
libmpfr.so.4
libmpfr.so.4.1.5
可能出了什么问题?
【问题讨论】:
-
config.log可能会详细说明检查失败的原因。