我正试图在Ubuntu机器上安装Rmpfr。但我一直在犯以下错误。
configure: error: Header file mpfr.h not found; maybe use --with-mpfr-include=INCLUDE_PATH
ERROR: configuration failed for package ‘Rmpfr’有人能帮我一下吗?谢谢。
发布于 2015-07-09 10:48:39
你需要从mpfr.h得到的
sudo apt-get install libmpfr-dev这个菜谱是通用的:您需要(Linux) -dev包来对(Linux)库进行编译,这正是(R)包在这里所做的。
https://stackoverflow.com/questions/31311050
复制相似问题