Re: [ANN] LuaBinaries
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] LuaBinaries
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年4月01日 10:30:28 -0300
> 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