lua-users home
lua-l archive

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


I have compiled LuaJIT-2.0.0-beta8 successfully by Visual Studio 2010 c++ express.

I want to run some tests(http://luajit.org/running.html#opt_b) & I run the command below:

>>> luajit -be "print('hello world')" test.out

& get:

>>> 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?