lua-users home
lua-l archive

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



On Nov 14, 2011, at 08:25 , Gerry Weaver wrote:

Hello All,

It looks like there is an issue with LuaJIT on Mac OSX Lion. All of the functions related to creating a Lua state return null. I have tested with Lua 5.1 and it works fine. Has anyone else encountered this issue?
Hi,
on OSX you need to link your application to luajit2 with the following flags ( noted in readme/install instructions )

-pagezero_size 10000 -image_base 100000000

pd