lua-users home
lua-l archive

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


On Mar 16, 2010, at 3:02 PM, Luiz Henrique de Figueiredo wrote:

> Are you running stock Lua 5.1.4 compiled from source?

Whereas it works with the stock Lua Makefile, I can force the problem by compiling on a 64-bit OS X platform forcing Lua into 32 bit using 

CFLAGS= -O2 -Wall -arch i386

LDFLAGS=-arch i386


e