[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compiling Lua 5.1
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 6 Apr 2006 12:07:47 -0300
> But there is no problem building liblua as a shared library.
Right. The standard Makefiles do not do this because the correct
incantation for building shared libraries differs from system to system,
and we do not want to rely on libtool. We do not want to open that can
of worms (having already opened other cans...). --lhf