lua-users home
lua-l archive

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


On Thu, Oct 15, 2009 at 5:01 PM, Craig Yoshioka <craigyk@me.com> wrote:
> Hi all,
>
> I get an architecture not supported error when trying to compile LuaJIT
> (dynasm) now that I have upgraded to Mac OS X 10.6.  The LuaJIT binary I
> compiled before upgrading still works, but I'd like to stay up-to-date.  Any
> idea how I go about fixing this?  I'm guessing it might be as simple as
> changing some #defines or something like that.  Thanks!
Not so simple...   OSX 10.6 introduces x86_64 as the default
architecture, so LuaJIT will need to be forced to compile only for x86
(32-bit mode)


-- 
Thomas Harning Jr.