当我尝试使用Hipe从Erlang shell编译一个模块时,我得到:
3> hipe:c(erlangmodules2,[native]).
** exception error: undefined function hipe:c/2
4> hipe:help().
** exception error: undefined function hipe:help/0Hipe不是标准Erlang的一部分吗?我在Ubuntu14.04LTS上从Eshell V7.2运行R18。
发布于 2016-05-18 17:21:18
为此,您应该安装erlang-base-hipe包。
https://stackoverflow.com/questions/37305970
复制相似问题