ElToro1966
ElToro1966

Reputation: 901

Hipe Not Found in Erlang R18

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.

Upvotes: 1

Views: 388

Answers (1)

mynameisdaniil
mynameisdaniil

Reputation: 1156

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

Upvotes: 2

Related Questions