lua-users home
lua-l archive

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


> 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