lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, 20 Jan 2011 15:01:03 -0200, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>generic clears MYCFLAGS:
>
>	generic:
>		$(MAKE) all MYCFLAGS=
>

Thanks for the tip, but I edited the Makefile so that it keeps its
value:

generic:
        $(MAKE) all

I uploaded my lua.mk and the simplified Makefile here:

www.pastebin.com/iAWsCSXM

Do you think the issue is due to faulty compiling of the Lua
interpreter, instead of the LuaSQL/SQLite3 module?

Thank you.