[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PATCH] shared lib support
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 2 Mar 2006 22:49:45 -0300
> 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