lua-users home
lua-l archive

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


On Tue, Apr 11, 2006 at 02:00:05PM +0200, Mike Pall wrote:
> Umm, there is no support for x64. But since Linux x64 can run
> x86 executables, you should be fine with the default options.
> You might need to force use of the 32 bit compiler (gcc -m32).

BTW some Linux distributions are better at that than others.  Fedora's
probably okay, but for example Ubuntu x86_64 makes things a bit
difficult: they don't have 32-bit versions of all of their libraries
and I think their normal gcc has 32-bit output disabled.

                                                  -Dave Dodge