On 22/lug/08, at 00:49, John Labenski wrote:
> What system are you using?
I'm on Leopard using macports.
> We discussed this a while back and found
> that different distributions call it whatever they want.
The point is lua sources install liblua.a so wxLua should link against
-llua, I think
On Mon, Jul 21, 2008 at 3:31 PM, Andrea D'Amore
<[EMAIL PROTECTED]> wrote:
> Hello,
> seems that configure script from wxLua-2.8.7.0-src.tar.gz check the
> system lua installation using -llua5.1 but the standard name for
> liblua is liblua.a, using -llua5.1 would give a fail even on a system
> with
Hello,
seems that configure script from wxLua-2.8.7.0-src.tar.gz check the
system lua installation using -llua5.1 but the standard name for
liblua is liblua.a, using -llua5.1 would give a fail even on a system
with lua 5.1 installed properly, this should be fixed.
Andrea
-