On Mon, Sep 22, 2008 at 08:03:49AM -0400, D. Richard Hipp wrote:

> Version 3.6.3 fixes several bugs in version 3.6.2, most notably the  
> problem with DISTINCT.

Just tried to compile and link against TCL 8.5.4 - unfortunately, after the
compilation:

#v+
% package require sqlite3
couldn't load file "/usr/lib/tcl8.4/sqlite3/libtclsqlite3.so":
% /usr/lib/tcl8.4/sqlite3/libtclsqlite3.so: undefined symbol: sqlite3StrICmp
#v-

The problem was there before:
http://www.mail-archive.com/sqlite-users@sqlite.org/msg32800.html

And yes, renaming all "sqlite3StrICmp" occurences to "strcasecmp" (file
tclsqlite.c) fixed the problem (I guess).
-- 
                                pozdrawiam / regards

                                                Zbigniew Baniewski
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to