On Wed, Nov 28, 2012 at 7:12 AM, brijesh_philips <[email protected]>wrote:
> Hi, > > I am using Ubuntu and i have TCL installed in my machine, > 1. How do i link SQLite amalgamation with TCL ? > >From within a TCL script: package require sqlite3 > 2. What steps should i do to get the regression tests working ? > In a shell, at the top of the SQLite source tree: ./configure; make test 3. In which site i can download the Regression tests ? > They are part of the SQLite source tree. > > > > Thanks > Brijesh > > > > > -- > View this message in context: > http://sqlite.1065341.n5.nabble.com/Sqlite-and-TCL-on-linux-tp65742.html > Sent from the SQLite mailing list archive at Nabble.com. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

