lua-users home
lua-l archive

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


> On POSIX systems with ELF (or similar) binary formats I compile
> everything into a single 'lua' executable that is made with -Wl,-E
> (or equivalents). Loadable modules depend on symbols from the
> executable.

So, another poll: in Unix systems, should the standard makefile
create static libraries (.a)? Does anyone still needs the standard
liblua.a/liblualib.a files? Maybe the standard makefile could create
only the 'lua' executable...

-- Roberto