[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Difference between liblua.a and liblualib.a?
- From: Jose L. Hidalgo Valiño -PpluX- <johiva@...>
- Date: Fri, 11 Jun 2004 23:31:23 +0200
On Fri, Jun 11, 2004 at 04:02:03PM -0500, Wade Williams wrote:
> Hi all,
>
> Please forgive my ignorance - I'm a Lua newbie. I did search the web,
> documentation and mailing list archives and could not come up with an
> answer.
>
> What's the difference between liblua.a and liblualib.a?
>
> Thanks,
>
> Wade
liblua it's lua. (lib-lua)
liblualib it's lualib (lib-lualib) --> for coroutine,table,io,os,string,math,debug, loadlib libraries and methods. (look at /usr/include/lualib.h)
PpluX