On Tue, 30 Nov 2010 22:21:46 -0200, Fabio Mascarenhas
<mascaren...@acm.org> wrote:
>I would go with what your distro provides... in Windows I compile
>SQLite statically so I only have to deal with one DLL, LuaSQL's.

Thanks Fabio. I spent the whole morning to...
1) compile SQLite as a static library,
2) compile LuaSQL for SQLite3 as a shared library (only 38.172 bytes?
This is wrong), and
3) copy the resulting sqlite3.so to the device, and load this library
in Lua

... but I get "can't resolve symbol '_sqlite3_open'".

Obviously, I'm doing something wrong here.

http://pastebin.com/NeW7vW62

Any tip much appreciated.


_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to