我正在尝试为 i586-elf 编译 GCC,但每次我使用以下命令运行“配置”文件时:
./configure --target=$TARGET --prefix=$PREFIX --disable-nls --enable
languages=c --without-headers --with-gmp=$PREFIX --with-mpc=$PREFIX
--with-mpfr=$PREFIX
然后它给了我这个错误:
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.
虽然我已经指定了 gmp、mpfr 和 mpc 的位置。我有它们的最新版本。有什么我想念的吗?