lua-users home
lua-l archive

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


> It could also generate 32 bit binaries, but a switch (-m32) must be
> added to both compilation and linking commands. If there is a /quick/
> way to do this, I could do that too (I've got no time to hack through
> the makefile myself).

Use MYCFLAGS=-m32 MYLDFLAGS=-m32 when invoking make.
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org