[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Am I misunderstanding random numbers?
- From: Doug Currie <doug.currie@...>
- Date: Tue, 16 Mar 2010 15:08:35 -0400
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