zkcm配置失败,找不到gmpxx.h

时间:2016-03-16 15:26:20

标签: macos gmp zkcm

我正在尝试在我的系统上运行zkcm(Mac OS X 10.11.3)。我已经安装了gmp就好了(使用./configure --prefix=/usr/local --enable-cxx),并且一旦我告诉它在哪里找到gmp(/ usr / local / include),就可以轻松安装mpfr。

但是,zkcm并不容易安装。它也能够找到gmp.h文件(使用./configure --with-gmp-include=/usr/local/include),但即使我看到gmpxx.h就在那里,配置也会失败

checking /usr/local/include/gmp.h usability... yes
checking /usr/local/include/gmp.h presence... yes
checking for /usr/local/include/gmp.h... yes
checking /usr/local/include/gmpxx.h usability... no
checking /usr/local/include/gmpxx.h presence... no
checking for /usr/local/include/gmpxx.h... no
configure: error: not found.

我不确定问题是什么。我试过几次重新安装gmp,但没有用。

我已经遇到了其他类似的问题,但我只能找到指示我已完成的信息。我正在使用最新的三个库。如何正确地将zkcm指向gmpxx.h?

修改

所有带有“gmpxx.h”的config.log文本:

configure:3331: checking /usr/local/include/gmpxx.h usability
configure:3331: g++ -c -g -O2  conftest.cpp >&5
In file included from conftest.cpp:53:
/usr/local/include/gmpxx.h:43:10: error: 'gmp.h' file not found with <angled> include; use "quotes" instead
#include <gmp.h>
     ^~~~~~~
     "gmp.h"
1 error generated.
configure:3331: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__USR_LOCAL_INCLUDE_GMP_H 1
| /* end confdefs.h.  */
| #include </usr/local/include/gmpxx.h>
configure:3331: result: no
configure:3331: checking for /usr/local/include/gmpxx.h
configure:3331: result: no
configure:3338: error: not found.

0 个答案:

没有答案