[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua behaves weird on PowerPC/LynxOS platform, why?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 4 Apr 2013 08:27:05 -0300
> I choose Lua 5.1 as my application's embedded scripting language, but when I port the application to a legacy platform runs LynxOS 3.1 on PowerPC,
> things seems going wrong.
> [...]
> with PC (Visual C++ 6.0) I got expecting "vfoo = 5.000000"
> But with LynxOS/PowerPC I got "vfoo = 0.000000".
> So what's going on for Lua on LynxOS/PowerPC ? [...]
Have you tried to compile Lua for an ANSI target ("make ansi")?
-- Roberto