lua-users home
lua-l archive

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


>A fix I reported for the 5.0.1 Makefile hasn't been applied to 5.0.2; here
>it is again
[...]
>To remind readers, what this does is make the shared libraries be linked
>dynamically against all their dependencies (rather than statically as
>with the original version).

Lua 5.0.2 is intended as a bug-fix release. We'd rather not mess with Makefiles
at this point unless they have a real bug that prevents Lua from being built.

We'll look into this (and other Makefile issues) carefully for Lua 5.1.
--lhf