Nuno Lucas wrote:
The same warnings happen on Linux (Gentoo 1.4), gcc-3.3.3.
The output of your test gives:
/tmp/ccUvOu6w.o(.text+0x15a7): In function `test_bind_int64':
./sqlite-cvs/src/test1.c:1057: undefined reference to `Tcl_GetWideIntFromObj'
/tmp/ccUvOu6w.o(.text+0x21ec): In function `test_column_int64':
./sqlite-cvs/src/test1.c:1589: undefined reference to `Tcl_NewWideIntObj'
/tmp/ccwYWDx1.o(.text+0xfab): In function `btree_insert':
./sqlite-cvs/src/test3.c:775: undefined reference to `Tcl_GetWideIntFromObj'
collect2: ld returned 1 exit status
The missing routines were added to Tcl/Tk in version 8.3.
Version 8.4.6 is current. Strange that Gentoo would be using
the very latest version of GCC but still have an archaic
version of TCL.
I think it is not unreasonable to require Tcl 8.4 in order to
run the test suite for SQLite.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]