Shane wrote:

 > This was previously reported, and couldn't be reproduced.
 >
 > http://www.sqlite.org/cvstrac/tktview?tn=3262
 >
 > Any help in recreating it would be appreciated.
 >
 > -Shane

I did the following:

  1. Installed vanilla Ubuntu 7.10 + software development
  2. Downloaded, unzipped sqlite-3.6.0.tar.gz, and cd'ed to sqlite-3.6.0
  3. mkdir bld
  4. cd bld
  5. ../configure
  6. make
  7. Noted that tclsh couldn't be found, so used Synaptic Package
     Manager to grab Tcl 8.4 + development
  8. ../configure
  9. Got a complaint about tclsh (I think...don't quote me on it)
10. ../configure --with-tcl=/usr/lib/tcl8.4
11. make
12. make fulltest
13. At that point I got the error noted in my original post

Haven't tried it with sqlite-3.6.1.tar.gz yet, but would be glad to if 
it would help.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to