当我尝试使用 Hipe 从 Erlang shell 编译模块时,我得到:
3> hipe:c(erlangmodules2,[native]).
** exception error: undefined function hipe:c/2
4> hipe:help().
** exception error: undefined function hipe:help/0
Hipe 不是标准 Erlang 的一部分吗?我在 Ubuntu 14.04 LTS 上从 Eshell V7.2 运行 R18。