Re: "dynamic libraries not enabled"?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: "dynamic libraries not enabled"?
- From: Gilles Ganault <gilles.ganault@...>
- Date: 2011年1月21日 23:26:37 +0100
On 2011年1月21日 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