Re: How to save bytecode using LuaJIT-2.0.0-beta8?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to save bytecode using LuaJIT-2.0.0-beta8?
- From: Florian Weimer <fw@...>
- Date: 2011年6月26日 16:46:24 +0200
* ss s.:
>>>> luajit: unknown luaJIT command or jit.* modules not installed
>
> I don't know why? anyboby who can tell me how to solve the problem? is there
> some compile options should be checked?
The "jit" directory must be located somewhere in LuaJIT's search path.
What does this command show?
luajit -e "print(package.path)"