我使用过gmp-4.3.1库。
使用以下命令在MAC上构建库
./configure --enable-cxx --enable-alloca=reentrant
make
make check
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
请帮帮我。