lua-users home
lua-l archive

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


sudo make install

On 2/19/11 6:31 PM, Javier Guerra Giraldez wrote:
On Sat, Feb 19, 2011 at 1:37 PM, Mike Pall<mikelu-1102@mike.de>  wrote:
Well, may be I'm really dumb but '-jv' does not work at all, even with
a vanilla luajit2 build I get:

/src/luajit: unknown luaJIT command

This means it doesn't find the jit/v.lua file in the package
search path. Consider using 'make install'.

same thing happened to me until i created some missing parent dir and
re-ran 'make install'.  i guess some 'mkdir' could be changed to
'mkdir -p' somewhere.