[sqlite] libtclsqlite3 assistance

2015-08-22 Thread Eduardo Morras
On Fri, 21 Aug 2015 20:19:38 -0700 jungle Boogie wrote: > Hi Dr. H, > On 21 August 2015 at 14:23, Richard Hipp wrote: > > On 8/21/15, jungle Boogie wrote: > >> > >> Is it possible to compile in libtclsqlite3? > >> > > > > Dunno. But you can compile the libtclsqlite3.so yourself: > > > >

[sqlite] libtclsqlite3 assistance

2015-08-21 Thread jungle Boogie
Hi Dr. H, On 21 August 2015 at 14:23, Richard Hipp wrote: > On 8/21/15, jungle Boogie 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

[sqlite] libtclsqlite3 assistance

2015-08-21 Thread Richard Hipp
On 8/21/15, jungle Boogie 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

[sqlite] libtclsqlite3 assistance

2015-08-21 Thread jungle Boogie
Hello All, I'm trying to install this on my freebsd system: https://github.com/dbohdan/sqawk Problem is that I compile sqlite from source and keep up to date with trunk pretty regularly, but sqawk can't compile when I also have sqlite complied. Main error from sqawk: errorInfo: couldn't load