lua-users home
lua-l archive

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


Hi Peter,

I'm just blind. I had a typo in the cmake link flags. I appreciate you making me look at it again. LOL I guess I should call it a day. I appreciate your patience.

Thanks,
-G



-----Original Message-----
From: "Peter Drahoš" <drahosp@gmail.com>
To: "Lua mailing list" <lua-l@lists.lua.org>
Date: 11/14/11 02:05
Subject: Re: LuaJIT on Mac OSX Lion (10.7)


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