[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 performance for number crunching
- From: Javier Guerra Giraldez <javier@...>
- Date: Sat, 19 Feb 2011 21:31:47 -0500
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.
--
Javier