On 8/21/15, jungle Boogie <jungleboogie0 at gmail.com> wrote: > > Is it possible to compile in libtclsqlite3? >
Dunno. But you can compile the libtclsqlite3.so yourself:
make tclsqlite3.c
gcc -fPIC -shared -I. -o libtclsqlite3.so tclsqlite3.c
--
D. Richard Hipp
drh at sqlite.org

