我正在尝试在 cygwin 上安装 MPFR。我成功运行了“./configure --with-gmp-build=../gmp-5.1.3”,它没有给我任何错误。但是当我运行“make install”时,它失败并给出以下错误。
In file included from exceptions.c:23:0:
mpfr-impl.h:71:24: fatal error: gmp-impl.h: No such file or directory
compilation terminated.
Makefile:674: recipe for target `exceptions.lo' failed
make[2]: *** [exceptions.lo] Error 1
make[2]: Leaving directory `/cygdrive/d/chamila/mpfr-3.1.2/src'
Makefile:798: recipe for target `install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory `/cygdrive/d/chamila/mpfr-3.1.2/src'
Makefile:385: recipe for target `install-recursive' failed
make: *** [install-recursive] Error 1
我也将 gmp 位置添加到路径中。这里有什么问题?我该如何解决这个问题?