Hipe Not Found in Erlang R18

384 views Asked by At

When I try to use Hipe to compile a module from the Erlang shell, I get:

3> hipe:c(erlangmodules2,[native]).
** exception error: undefined function hipe:c/2
4> hipe:help().
** exception error: undefined function hipe:help/0

Isn't Hipe part of standard Erlang? I'm running R18 from Eshell V7.2 on Ubuntu 14.04 LTS.

1

There are 1 answers

3
mynameisdaniil On BEST ANSWER

You should install erlang-base-hipe package for that.