lua-users home
lua-l archive

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


On Fri, 21 Jan 2011 12:37:15 -0200, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>dummy.c  is a Lua library not a complete program.

Thanks for the tip. Lua successfully loads this dummy module, so it
looks like the issue lies in the LuaSQL + SQLite3 module that I tried
to compile.

/var/tmp> ./lua -ldummy
Hello from dummy
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio

/var/tmp> ./lua
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> print(require"dummy")
Hello from dummy
true