【发布时间】:2016-02-12 10:59:21
【问题描述】:
大约几天后,我在安装 SCIP 套件时遇到了一个问题。 SCIP 请求 GMP 库:
src/rational.h:32:10: fatal error: 'gmp.h' file not found
#include "gmp.h"
为此,我尝试根据以下两个资源安装gmp:
- Installing GMP on MacOS X with Xcode 我试过 gmp-6.1.0 和 gmp-6.0.0a
- http://macappstore.org/gmp/我通过 brew link gmp 检查了链接
我也检查并调整了shell路径,但不幸的是它不起作用,出现与上述相同的错误。
你们中的一些人可以推荐另一种方法来解决我的问题吗?
亲切的问候
【问题讨论】: