lua-users home
lua-l archive

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


> with this patch a shared lib will be created an installed again,
> something similar that was possible with "make so" with the old build
> system

There are no portable ways to build shared libraries, except perhaps
relying on libtool, which we'd rather not.

So we stay away from building shared libraries in the stock makefiles.
This can and is done by third-party binary distributions such as
LuaBinaries (http://luabinaries.luaforge.net/).

--lhf