【发布时间】:2022-08-09 19:26:47
【问题描述】:
我尝试使用以下命令在 Monterrey mac M1 上安装 Erlang 25.0.3 和 asdf:
KERL_CONFIGURE_OPTIONS=\"--without-javac --with-ssl=$(brew --prefix openssl@1.1)\" asdf install erlang latest
它失败并显示以下错误消息:
Build failed.
=== Leaving application mnesia
=== Entering application crypto
make[3]: Nothing to be done for `opt\'.
MAKE opt
make[4]: aarch64-apple-darwin21.2.0/Makefile: No such file or directory
make[4]: *** No rule to make target `aarch64-apple-darwin21.2.0/Makefile\'. Stop.
make[3]: *** [opt] Error 2
make[2]: *** [opt] Error 2
make[1]: *** [opt] Error 2
make: *** [libs] Error 2
有没有具体的配置适应mac M1?