lua-users home
lua-l archive

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


On Wed, 2008-02-06 at 11:06 +0100, Grellier, Thierry wrote:
> Mike, 
> problem is then to be able to build this x86_32 binary when you only
> have a x64 OS.

If using GCC on x86-64, can you not just pass -m32?  This seems to work
for me building Lua.  I've not tried LuaJIT.

Also, where does this apparently meaningless "x64" term come from?

B.