[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "dynamic libraries not enabled"?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Thu, 20 Jan 2011 18:15:02 +0100
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.