如何在 Apple M1 Mac 中安装软件时更正 ABI=64 和 ABI=32 的问题

How to correct issues with ABI=64 and ABI=32 while installing a software in Apple M1 Mac

我正在尝试在配备 M1 处理器和 MacOS BigSur 的 Apple Macbook Pro 中安装软件 GAP (https://www.gap-system.org/Releases/)。我已经成功解压缩了下载的文件,./configure 为我工作。当我 运行 make 然后发生以下错误(在一些文本之后):

configure: error: ABI=64 is not among the following valid choices: 32

截图如下:

所以我尝试使用 make ABI=32 然后我得到

configure: error: Oops, mp_limb_t is 64 bits, but the assembler code in this configuration expects 32 bits.

截图如下:

任何帮助将不胜感激。提前致谢。

我遇到了同样的问题,使用命令 brew install gap-system/gap/gap 解决了这个问题。希望这对你也有用。