2

我使用了 gmp-4.3.1 库。

使用以下命令在 MAC 上构建库

  1. ./configure --enable-cxx --enable-alloca=reentrant
  2. make
  3. make check
  4. sudo make install

它给出了结果gmp.h, gmpxx.h, libgmp.a, libgmpxx.a

我大量使用了这个库当我在我的项目中使用这个库时,它给出了如下错误

gmpxx.h:1366: error: 'mp_get_memory_functions' was not declared in this scope

请帮我。

4

0 回答 0