Re: Linking with Lua the best way
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Linking with Lua the best way
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2006年5月30日 16:39:26 -0300
> I did that originally, but then some linux package maintainers started
> complaining that all programs should link dynamically with libraries
I don't think this applies to Lua. But there has been some discussion
about this issue here. Check the archives.
> Specifically it complains about lack of luaL_check_number (and
> possibly other macros). Some googling told me that this macro have
> been removed from Lua 5.1.
I'm sorry. I don't know why lauxlib.h did not contain a compatibility
section. In any case, it's simple to fix. If you can move to 5.1,
and need help, just shout.
--lhf