lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 29/09/2011 13:21, steve donovan wrote:
On Thu, Sep 29, 2011 at 11:51 AM, Shmuel Zeigerman<shmuz@013net.net>  wrote:
What are the jit.* modules that need to be installed?

The lib directory in the LuaJIT release has to be renamed as jit and
put on the module path; that is, -b is implicitly doing a require
'jit.*' on these guys

Thanks Steve.
The reason was the environment variable LUA_INIT that caused the default package.path to change.

--
Shmuel