* CPV: dev-db/sqlite-3.6.21 * REPO: gentoo * USE: elibc_glibc kernel_linux readline test threadsafe userland_GNU x86 >>> Unpacking source... >>> Unpacking sqlite-3.6.21.tar.gz to /var/tmp/portage/dev-db/sqlite-3.6.21/work >>> Source unpacked in /var/tmp/portage/dev-db/sqlite-3.6.21/work >>> Preparing source in /var/tmp/portage/dev-db/sqlite-3.6.21/work/sqlite-3.6.21 ... * Removing useless C++ checks ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/sqlite-3.6.21/work/sqlite-3.6.21 ... * econf: updating sqlite-3.6.21/config.sub with /usr/share/gnuconfig/config.sub * econf: updating sqlite-3.6.21/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-debug --enable-readline --enable-threadsafe --enable-cross-thread-connections --disable-tcl configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for intptr_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking for sys/types.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for usleep... yes checking for fdatasync... yes checking for localtime_r... yes checking for gmtime_r... yes checking for localtime_s... no checking for tclsh8.4... no checking for tclsh... tclsh configure: Version set to 3.6 configure: Release set to 3.6.21 configure: Version number set to 3006021 checking whether to support threadsafe operation... yes checking for library containing pthread_create... -lpthread checking whether to allow connections to be shared across threads... yes checking whether threads can override each others locks... no checking whether to support shared library linked as release mode or not... no checking whether to use an in-ram database for temporary tables... no checking if executables have the .exe suffix... unknown checking host system type... (cached) i686-pc-linux-gnu checking for library containing tgetent... -lncurses checking for readline in -lreadline... yes checking readline.h usability... no checking readline.h presence... no checking for readline.h... no checking for /usr/include/readline.h... no checking for /usr/include/readline/readline.h... yes checking for library containing fdatasync... none required configure: creating ./config.status config.status: creating Makefile config.status: creating sqlite3.pc config.status: creating config.h config.status: executing libtool commands >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/sqlite-3.6.21/work/sqlite-3.6.21 ... make -j14 TCLLIBDIR=/usr/lib/sqlite-3.6.21 tclsh ./tool/mksqlite3h.tcl . >sqlite3.h i686-pc-linux-gnu-gcc -O2 -pipe -o mkkeywordhash -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE ./tool/mkkeywordhash.c i686-pc-linux-gnu-gcc -O2 -pipe -o lemon ./tool/lemon.c ./mkkeywordhash >keywordhash.h cp ./src/lempar.c . cp ./src/parse.y . ./lemon -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE parse.y mv parse.h parse.h.temp gawk -f ./addopcodes.awk parse.h.temp >parse.h cat parse.h ./src/vdbe.c | gawk -f ./mkopcodeh.awk >opcodes.h sort -n -b -k 3 opcodes.h | gawk -f ./mkopcodec.awk >opcodes.c rm -rf tsrc mkdir -p tsrc cp ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c ./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h ./src/build.c ./src/callback.c ./src/complete.c ./src/date.c ./src/delete.c ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c ./src/global.c ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c ./src/journal.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c ./src/mem0.c ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c ./src/memjournal.c ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c ./src/mutex_os2.c ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c ./src/os.c ./src/os.h ./src/os_common.h ./src/os_os2.c ./src/os_unix.c ./src/os_win.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pcache.c ./src/pcache.h ./src/pcache1.c ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/resolve.c ./src/rowset.c ./src/select.c ./src/status.c ./src/shell.c ./src/sqlite.h.in ./src/sqlite3ext.h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c ./src/vdbeblob.c ./src/vdbemem.c ./src/vdbetrace.c ./src/vdbeInt.h ./src/vtab.c ./src/walker.c ./src/where.c keywordhash.h opcodes.c opcodes.h parse.c parse.h config.h sqlite3.h ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h ./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h ./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c ./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h ./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c ./ext/fts3/fts3.h ./ext/fts3/fts3Int.h ./ext/fts3/fts3_expr.c ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h ./ext/fts3/fts3_icu.c ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_snippet.c ./ext/fts3/fts3_tokenizer.h ./ext/fts3/fts3_tokenizer.c ./ext/fts3/fts3_tokenizer1.c ./ext/fts3/fts3_write.c ./ext/icu/sqliteicu.h ./ext/icu/icu.c ./ext/rtree/rtree.h ./ext/rtree/rtree.c tsrc rm tsrc/sqlite.h.in tsrc/parse.y tclsh ./tool/vdbe-compress.tcl vdbe.new mv vdbe.new tsrc/vdbe.c touch .target_source tclsh ./tool/mksqlite3c.tcl ./libtool --mode=compile --tag=CC i686-pc-linux-gnu-gcc -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_ALLOW_XTHREAD_CONNECT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE -DSQLITE_TEMP_STORE=1 -c sqlite3.c libtool: compile: i686-pc-linux-gnu-gcc -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_ALLOW_XTHREAD_CONNECT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE -DSQLITE_TEMP_STORE=1 -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o libtool: compile: i686-pc-linux-gnu-gcc -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_ALLOW_XTHREAD_CONNECT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE -DSQLITE_TEMP_STORE=1 -c sqlite3.c -o sqlite3.o >/dev/null 2>&1 ./libtool --mode=link i686-pc-linux-gnu-gcc -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_ALLOW_XTHREAD_CONNECT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE -Wl,-O1 -o libsqlite3.la sqlite3.lo -lpthread \ -rpath "/usr/lib" -version-info "8:6:8" libtool: link: i686-pc-linux-gnu-gcc -shared .libs/sqlite3.o -lpthread -Wl,-O1 -Wl,-soname -Wl,libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6 libtool: link: (cd ".libs" && rm -f "libsqlite3.so.0" && ln -s "libsqlite3.so.0.8.6" "libsqlite3.so.0") libtool: link: (cd ".libs" && rm -f "libsqlite3.so" && ln -s "libsqlite3.so.0.8.6" "libsqlite3.so") libtool: link: i686-pc-linux-gnu-ar cru .libs/libsqlite3.a sqlite3.o libtool: link: i686-pc-linux-gnu-ranlib .libs/libsqlite3.a libtool: link: ( cd ".libs" && rm -f "libsqlite3.la" && ln -s "../libsqlite3.la" "libsqlite3.la" ) ./libtool --mode=link i686-pc-linux-gnu-gcc -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_ALLOW_XTHREAD_CONNECT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE -Wl,-O1 -DHAVE_READLINE=1 -I/usr/include/readline \ -o sqlite3 ./src/shell.c libsqlite3.la \ -lreadline -lncurses -lpthread -rpath "/usr/lib" libtool: link: i686-pc-linux-gnu-gcc -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_ALLOW_XTHREAD_CONNECT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE -Wl,-O1 -DHAVE_READLINE=1 -I/usr/include/readline -o .libs/sqlite3 ./src/shell.c ./.libs/libsqlite3.so -lreadline -lncurses -lpthread -Wl,-rpath -Wl,/usr/lib >>> Source compiled. make -j14 test ./libtool --mode=link i686-pc-linux-gnu-gcc -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_ALLOW_XTHREAD_CONNECT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE -Wl,-O1 -DTCLSH=1 -DSQLITE_TEST=1 -DSQLITE_NO_SYNC=1\ -DSQLITE_CRASH_TEST=1 \ -DSQLITE_SERVER=1 -DSQLITE_PRIVATE="" -DSQLITE_CORE -DSQLITE_TEMP_STORE=1 \ -o testfixture ./src/test1.c ./src/test2.c ./src/test3.c ./src/test4.c ./src/test5.c ./src/test6.c ./src/test7.c ./src/test8.c ./src/test9.c ./src/test_autoext.c ./src/test_async.c ./src/test_backup.c ./src/test_btree.c ./src/test_config.c ./src/test_devsym.c ./src/test_func.c ./src/test_hexio.c ./src/test_init.c ./src/test_intarray.c ./src/test_journal.c ./src/test_malloc.c ./src/test_mutex.c ./src/test_onefile.c ./src/test_osinst.c ./src/test_pcache.c ./src/test_schema.c ./src/test_server.c ./src/test_tclvar.c ./src/test_thread.c ./src/test_wsd.c ./src/tclsqlite.c sqlite3.c -lpthread libtool: link: i686-pc-linux-gnu-gcc -O2 -pipe -DSQLITE_OS_UNIX=1 -I. -I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_ALLOW_XTHREAD_CONNECT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_RTREE -Wl,-O1 -DTCLSH=1 -DSQLITE_TEST=1 -DSQLITE_NO_SYNC=1 -DSQLITE_CRASH_TEST=1 -DSQLITE_SERVER=1 -DSQLITE_PRIVATE= -DSQLITE_CORE -DSQLITE_TEMP_STORE=1 -o testfixture ./src/test1.c ./src/test2.c ./src/test3.c ./src/test4.c ./src/test5.c ./src/test6.c ./src/test7.c ./src/test8.c ./src/test9.c ./src/test_autoext.c ./src/test_async.c ./src/test_backup.c ./src/test_btree.c ./src/test_config.c ./src/test_devsym.c ./src/test_func.c ./src/test_hexio.c ./src/test_init.c ./src/test_intarray.c ./src/test_journal.c ./src/test_malloc.c ./src/test_mutex.c ./src/test_onefile.c ./src/test_osinst.c ./src/test_pcache.c ./src/test_schema.c ./src/test_server.c ./src/test_tclvar.c ./src/test_thread.c ./src/test_wsd.c ./src/tclsqlite.c sqlite3.c -lpthread /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `Sqlitetest1_Init': test1.c:(.text+0x3dd): undefined reference to `Tcl_CreateCommand' test1.c:(.text+0x415): undefined reference to `Tcl_CreateObjCommand' test1.c:(.text+0x43d): undefined reference to `Tcl_LinkVar' test1.c:(.text+0x45d): undefined reference to `Tcl_LinkVar' test1.c:(.text+0x47d): undefined reference to `Tcl_LinkVar' test1.c:(.text+0x49d): undefined reference to `Tcl_LinkVar' test1.c:(.text+0x4bd): undefined reference to `Tcl_LinkVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o:test1.c:(.text+0x4dd): more undefined references to `Tcl_LinkVar' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_printf': test1.c:(.text+0x744): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_mprintf_n': test1.c:(.text+0x10d9): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x10e8): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_mprintf_z': test1.c:(.text+0x1154): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_mprintf_stronly': test1.c:(.text+0x11aa): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x11e4): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_mprintf_str': test1.c:(.text+0x1236): undefined reference to `Tcl_GetInt' test1.c:(.text+0x1254): undefined reference to `Tcl_GetInt' test1.c:(.text+0x1294): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x12da): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_mprintf_long': test1.c:(.text+0x1320): undefined reference to `Tcl_GetInt' test1.c:(.text+0x1370): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x13aa): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_mprintf_int': test1.c:(.text+0x1407): undefined reference to `Tcl_GetInt' test1.c:(.text+0x1453): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x1495): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `exec_printf_cb': test1.c:(.text+0x14eb): undefined reference to `Tcl_DStringAppendElement' test1.c:(.text+0x1513): undefined reference to `Tcl_DStringAppendElement' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_snprintf_str': test1.c:(.text+0x1572): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x159a): undefined reference to `Tcl_GetInt' test1.c:(.text+0x15c3): undefined reference to `Tcl_GetInt' test1.c:(.text+0x15dd): undefined reference to `Tcl_GetInt' test1.c:(.text+0x1630): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x166c): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_snprintf_int': test1.c:(.text+0x175b): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_mprintf_hexdouble': test1.c:(.text+0x17ad): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x1805): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o:test1.c:(.text+0x184b): more undefined references to `Tcl_AppendResult' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_mprintf_scaled': test1.c:(.text+0x1886): undefined reference to `Tcl_GetDouble' test1.c:(.text+0x18a4): undefined reference to `Tcl_GetDouble' test1.c:(.text+0x18d3): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x190a): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_mprintf_double': test1.c:(.text+0x195a): undefined reference to `Tcl_GetInt' test1.c:(.text+0x1974): undefined reference to `Tcl_GetInt' test1.c:(.text+0x198e): undefined reference to `Tcl_GetDouble' test1.c:(.text+0x19da): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x1a12): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3_mprintf_int64': test1.c:(.text+0x1ac3): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x1b05): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x1b27): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_pcache_stats': test1.c:(.text+0x1b6c): undefined reference to `Tcl_NewObj' test1.c:(.text+0x1b82): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x1b92): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x1b9d): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x1bad): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x1bc1): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x1bd1): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x1bdc): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x1bec): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x1c00): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x1c10): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x1c1b): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x1c2b): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x1c3f): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x1c4f): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x1c5a): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x1c6a): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x1c76): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_errstr': test1.c:(.text+0x1cbd): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x1cca): undefined reference to `Tcl_GetString' test1.c:(.text+0x1d13): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_stmt_int': test1.c:(.text+0x1d51): undefined reference to `Tcl_GetString' test1.c:(.text+0x1d75): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x1d97): undefined reference to `Tcl_GetString' test1.c:(.text+0x1db7): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x1dd7): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x1de3): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_stmt_utf8': test1.c:(.text+0x1e11): undefined reference to `Tcl_GetString' test1.c:(.text+0x1e35): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x1e57): undefined reference to `Tcl_GetString' test1.c:(.text+0x1e77): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x1eab): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_blob_write': test1.c:(.text+0x1ef8): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x1f17): undefined reference to `Tcl_GetString' test1.c:(.text+0x1f2a): undefined reference to `Tcl_GetChannel' test1.c:(.text+0x1f49): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x1f64): undefined reference to `Tcl_GetChannelInstanceData' test1.c:(.text+0x1f7e): undefined reference to `Tcl_GetByteArrayFromObj' test1.c:(.text+0x1fd2): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x2005): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_stmt_utf16': test1.c:(.text+0x2031): undefined reference to `Tcl_GetString' test1.c:(.text+0x2055): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x2077): undefined reference to `Tcl_GetString' test1.c:(.text+0x2097): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x20dd): undefined reference to `Tcl_NewByteArrayObj' test1.c:(.text+0x20e9): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_blob_read': test1.c:(.text+0x2133): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x2157): undefined reference to `Tcl_GetString' test1.c:(.text+0x216a): undefined reference to `Tcl_GetChannel' test1.c:(.text+0x2186): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x21aa): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x21c4): undefined reference to `Tcl_GetChannelInstanceData' test1.c:(.text+0x21d1): undefined reference to `Tcl_Alloc' test1.c:(.text+0x2202): undefined reference to `Tcl_NewByteArrayObj' test1.c:(.text+0x220e): undefined reference to `Tcl_SetObjResult' test1.c:(.text+0x2216): undefined reference to `Tcl_Free' test1.c:(.text+0x2240): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_libversion_number': test1.c:(.text+0x225f): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x226e): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_enable_shared': test1.c:(.text+0x22ac): undefined reference to `Tcl_NewBooleanObj' test1.c:(.text+0x22b8): undefined reference to `Tcl_SetObjResult' test1.c:(.text+0x22e0): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x230a): undefined reference to `Tcl_GetBooleanFromObj' test1.c:(.text+0x2340): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `tcl_variable_type': test1.c:(.text+0x237b): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x2397): undefined reference to `Tcl_GetString' test1.c:(.text+0x23b3): undefined reference to `Tcl_GetVar2Ex' test1.c:(.text+0x23d9): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x23e5): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_function_utf16le': test1.c:(.text+0x242c): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2445): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2455): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x2472): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2482): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x2496): undefined reference to `Tcl_EvalObjEx' test1.c:(.text+0x24b7): undefined reference to `Tcl_GetStringResult' test1.c:(.text+0x251c): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_function_utf16be': test1.c:(.text+0x255c): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2575): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2585): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x25a2): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x25b2): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x25c6): undefined reference to `Tcl_EvalObjEx' test1.c:(.text+0x25eb): undefined reference to `Tcl_GetStringResult' test1.c:(.text+0x2694): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_function_utf8': test1.c:(.text+0x26cc): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x26e5): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x26f5): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x2712): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2722): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x2736): undefined reference to `Tcl_EvalObjEx' test1.c:(.text+0x274d): undefined reference to `Tcl_GetStringResult' test1.c:(.text+0x277f): undefined reference to `Tcl_GetStringResult' test1.c:(.text+0x27e4): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_collate_func': test1.c:(.text+0x280f): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x289a): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x28aa): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x28f1): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2901): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x2922): undefined reference to `Tcl_EvalObjEx' test1.c:(.text+0x2939): undefined reference to `Tcl_GetObjResult' test1.c:(.text+0x294c): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x2970): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2980): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x29c4): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `vfs_list': test1.c:(.text+0x29dd): undefined reference to `Tcl_NewObj' test1.c:(.text+0x2a04): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x2a3f): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2a4f): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x2a62): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `working_64bit_int': test1.c:(.text+0x2d15): undefined reference to `Tcl_NewWideIntObj' test1.c:(.text+0x2d1f): undefined reference to `Tcl_GetString' test1.c:(.text+0x2d4e): undefined reference to `Tcl_NewBooleanObj' test1.c:(.text+0x2d5d): undefined reference to `Tcl_SetObjResult' test1.c:(.text+0x2d77): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_global_recover': test1.c:(.text+0x2dab): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x2ddd): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `testCreateCollationDel': test1.c:(.text+0x2e0f): undefined reference to `Tcl_EvalObjEx' test1.c:(.text+0x2e46): undefined reference to `Tcl_BackgroundError' test1.c:(.text+0x2e5c): undefined reference to `TclFreeObj' test1.c:(.text+0x2e74): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `testCreateCollationCmp': test1.c:(.text+0x2ea2): undefined reference to `Tcl_DuplicateObj' test1.c:(.text+0x2ec0): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2ed4): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x2ee6): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x2efa): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x2f10): undefined reference to `Tcl_EvalObjEx' test1.c:(.text+0x2f1e): undefined reference to `Tcl_GetObjResult' test1.c:(.text+0x2f33): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x2f56): undefined reference to `Tcl_BackgroundError' test1.c:(.text+0x2f69): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_column_int64': test1.c:(.text+0x3021): undefined reference to `Tcl_GetString' test1.c:(.text+0x3045): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x3067): undefined reference to `Tcl_GetString' test1.c:(.text+0x3087): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x30ad): undefined reference to `Tcl_NewWideIntObj' test1.c:(.text+0x30b9): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_column_double': test1.c:(.text+0x30f1): undefined reference to `Tcl_GetString' test1.c:(.text+0x3115): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x3137): undefined reference to `Tcl_GetString' test1.c:(.text+0x3157): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x3179): undefined reference to `Tcl_NewDoubleObj' test1.c:(.text+0x3185): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_column_blob': test1.c:(.text+0x31b1): undefined reference to `Tcl_GetString' test1.c:(.text+0x31d5): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x31f7): undefined reference to `Tcl_GetString' test1.c:(.text+0x3217): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x324e): undefined reference to `Tcl_NewByteArrayObj' test1.c:(.text+0x325a): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_column_type': test1.c:(.text+0x3291): undefined reference to `Tcl_GetString' test1.c:(.text+0x32b5): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x32d7): undefined reference to `Tcl_GetString' test1.c:(.text+0x32f7): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x333c): undefined reference to `Tcl_SetResult' test1.c:(.text+0x335c): undefined reference to `Tcl_SetResult' test1.c:(.text+0x337c): undefined reference to `Tcl_SetResult' test1.c:(.text+0x339c): undefined reference to `Tcl_SetResult' test1.c:(.text+0x33bc): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_data_count': test1.c:(.text+0x33e9): undefined reference to `Tcl_GetString' test1.c:(.text+0x340d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x3427): undefined reference to `Tcl_GetString' test1.c:(.text+0x343f): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x344b): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_column_count': test1.c:(.text+0x3479): undefined reference to `Tcl_GetString' test1.c:(.text+0x349d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x34b7): undefined reference to `Tcl_GetString' test1.c:(.text+0x34cf): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x34db): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `runAsObjProc': test1.c:(.text+0x351a): undefined reference to `Tcl_GetString' test1.c:(.text+0x352d): undefined reference to `Tcl_GetCommandInfo' test1.c:(.text+0x3580): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x3597): undefined reference to `Tcl_GetString' test1.c:(.text+0x35b3): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x35c7): undefined reference to `Tcl_GetString' test1.c:(.text+0x35e3): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_enable_load': test1.c:(.text+0x3633): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x3657): undefined reference to `Tcl_GetString' test1.c:(.text+0x366c): undefined reference to `Tcl_GetCommandInfo' test1.c:(.text+0x3686): undefined reference to `Tcl_GetBooleanFromObj' test1.c:(.text+0x369a): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x36b8): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_load_extension': test1.c:(.text+0x3708): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x3727): undefined reference to `Tcl_GetString' test1.c:(.text+0x3735): undefined reference to `Tcl_GetString' test1.c:(.text+0x3754): undefined reference to `Tcl_GetCommandInfo' test1.c:(.text+0x3784): undefined reference to `Tcl_SetResult' test1.c:(.text+0x37b3): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x37c7): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `getDbPointer': test1.c:(.text+0x37f4): undefined reference to `Tcl_GetCommandInfo' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_busy_timeout': test1.c:(.text+0x386a): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x38c2): undefined reference to `Tcl_GetInt' test1.c:(.text+0x38f4): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_stack_used': test1.c:(.text+0x3936): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x39c6): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x39d2): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `get_autocommit': test1.c:(.text+0x3a1a): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x3a93): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `delete_collation': test1.c:(.text+0x3aea): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x3b63): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `delete_function': test1.c:(.text+0x3bba): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x3c4b): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_interrupt': test1.c:(.text+0x3c94): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite_set_magic': test1.c:(.text+0x3d0e): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x3deb): undefined reference to `Tcl_GetInt' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_rekey': test1.c:(.text+0x3e34): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_key': test1.c:(.text+0x3e94): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite_test_close': test1.c:(.text+0x3ef5): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x3f4c): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_last_rowid': test1.c:(.text+0x3f9a): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x4017): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `db_leave': test1.c:(.text+0x4064): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `db_enter': test1.c:(.text+0x40e4): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_table_column_metadata': test1.c:(.text+0x4163): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x4187): undefined reference to `Tcl_GetString' test1.c:(.text+0x41b0): undefined reference to `Tcl_GetString' test1.c:(.text+0x41c0): undefined reference to `Tcl_GetString' test1.c:(.text+0x41d3): undefined reference to `Tcl_GetString' test1.c:(.text+0x4223): undefined reference to `Tcl_NewObj' test1.c:(.text+0x4238): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x424c): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x425f): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x4273): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x427e): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x4292): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x429d): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x42b1): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x42bc): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x42d0): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x42dc): undefined reference to `Tcl_SetObjResult' test1.c:(.text+0x4303): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_function': test1.c:(.text+0x4349): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x436d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x438f): undefined reference to `Tcl_GetString' test1.c:(.text+0x43ca): undefined reference to `Tcl_GetBooleanFromObj' test1.c:(.text+0x43ec): undefined reference to `Tcl_GetBooleanFromObj' test1.c:(.text+0x440e): undefined reference to `Tcl_GetBooleanFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `file_control_lockproxy_test': test1.c:(.text+0x4521): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x4545): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x455f): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `file_control_lasterrno_test': test1.c:(.text+0x45b8): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x45dc): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x45f7): undefined reference to `Tcl_GetString' test1.c:(.text+0x464c): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x465c): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x4680): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x4694): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x46a0): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `file_control_test': test1.c:(.text+0x46d8): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x46fc): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x4717): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_create_collation_v2': test1.c:(.text+0x47f3): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x4817): undefined reference to `Tcl_GetString' test1.c:(.text+0x4862): undefined reference to `Tcl_GetString' test1.c:(.text+0x48aa): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x48bf): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `add_alignment_test_collations': test1.c:(.text+0x4918): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_errmsg': test1.c:(.text+0x49b9): undefined reference to `Tcl_GetString' test1.c:(.text+0x49dd): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x49f7): undefined reference to `Tcl_GetString' test1.c:(.text+0x4a30): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x4a3c): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_limit': test1.c:(.text+0x4ae6): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x4b0d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x4b2f): undefined reference to `Tcl_GetString' test1.c:(.text+0x4b61): undefined reference to `Tcl_GetString' test1.c:(.text+0x4bad): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x4be2): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x4c08): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x4c17): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_extended_result_codes': test1.c:(.text+0x4c60): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x4c7f): undefined reference to `Tcl_GetString' test1.c:(.text+0x4cc2): undefined reference to `Tcl_GetBooleanFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_pager_refcounts': test1.c:(.text+0x4d00): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x4d27): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x4d3f): undefined reference to `Tcl_GetString' test1.c:(.text+0x4d65): undefined reference to `Tcl_NewObj' test1.c:(.text+0x4dcf): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x4de3): undefined reference to `Tcl_ListObjAppendElement' test1.c:(.text+0x4dfa): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_soft_heap_limit': test1.c:(.text+0x4e4c): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x4e58): undefined reference to `Tcl_SetObjResult' test1.c:(.text+0x4e80): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x4eaa): undefined reference to `Tcl_GetIntFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_next_stmt': test1.c:(.text+0x4f09): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x4f2d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x4f47): undefined reference to `Tcl_GetString' test1.c:(.text+0x4f70): undefined reference to `Tcl_GetString' test1.c:(.text+0x4fc2): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_sql': test1.c:(.text+0x4ffb): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x5017): undefined reference to `Tcl_GetString' test1.c:(.text+0x503b): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_step': test1.c:(.text+0x5069): undefined reference to `Tcl_GetString' test1.c:(.text+0x508d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x50a7): undefined reference to `Tcl_GetString' test1.c:(.text+0x50d3): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_changes': test1.c:(.text+0x50f9): undefined reference to `Tcl_GetString' test1.c:(.text+0x511d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x5137): undefined reference to `Tcl_GetString' test1.c:(.text+0x5168): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x5174): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_transfer_bind': test1.c:(.text+0x51a9): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x51cd): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x51ef): undefined reference to `Tcl_GetString' test1.c:(.text+0x5204): undefined reference to `Tcl_GetString' test1.c:(.text+0x5220): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x522c): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_expired': test1.c:(.text+0x5261): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x5285): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x529f): undefined reference to `Tcl_GetString' test1.c:(.text+0x52b7): undefined reference to `Tcl_NewBooleanObj' test1.c:(.text+0x52c3): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_stmt_status': test1.c:(.text+0x5303): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x5327): undefined reference to `Tcl_GetString' test1.c:(.text+0x533d): undefined reference to `Tcl_GetString' test1.c:(.text+0x5385): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x539f): undefined reference to `Tcl_GetBooleanFromObj' test1.c:(.text+0x53d5): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x53e1): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_complete16': test1.c:(.text+0x543b): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x545f): undefined reference to `Tcl_GetByteArrayFromObj' test1.c:(.text+0x546f): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x547b): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_open16': test1.c:(.text+0x54ad): undefined reference to `Tcl_GetString' test1.c:(.text+0x54d1): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x54fa): undefined reference to `Tcl_GetByteArrayFromObj' test1.c:(.text+0x553c): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_open': test1.c:(.text+0x557a): undefined reference to `Tcl_GetString' test1.c:(.text+0x55bf): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x55d6): undefined reference to `Tcl_GetString' test1.c:(.text+0x55fa): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_errmsg16': test1.c:(.text+0x5629): undefined reference to `Tcl_GetString' test1.c:(.text+0x564d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x5667): undefined reference to `Tcl_GetString' test1.c:(.text+0x56ba): undefined reference to `Tcl_NewByteArrayObj' test1.c:(.text+0x56c6): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_ex_errcode': test1.c:(.text+0x56f9): undefined reference to `Tcl_GetString' test1.c:(.text+0x571d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x5737): undefined reference to `Tcl_GetString' test1.c:(.text+0x577c): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_errcode': test1.c:(.text+0x57a9): undefined reference to `Tcl_GetString' test1.c:(.text+0x57cd): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x57e7): undefined reference to `Tcl_GetString' test1.c:(.text+0x582c): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_sleep': test1.c:(.text+0x586b): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x5892): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x58b0): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x58bc): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_clear_bindings': test1.c:(.text+0x58fb): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x5917): undefined reference to `Tcl_GetString' test1.c:(.text+0x592f): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x593b): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_parameter_index': test1.c:(.text+0x5983): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x59a7): undefined reference to `Tcl_GetString' test1.c:(.text+0x59bc): undefined reference to `Tcl_GetString' test1.c:(.text+0x59d0): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x59dc): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_parameter_name': test1.c:(.text+0x5a23): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x5a47): undefined reference to `Tcl_GetString' test1.c:(.text+0x5a67): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x5a91): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x5a9d): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_parameter_count': test1.c:(.text+0x5adb): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x5af7): undefined reference to `Tcl_GetString' test1.c:(.text+0x5b0f): undefined reference to `Tcl_NewIntObj' test1.c:(.text+0x5b1b): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `get_sqlite_pointer': test1.c:(.text+0x5b67): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x5b87): undefined reference to `Tcl_GetString' test1.c:(.text+0x5b9a): undefined reference to `Tcl_GetCommandInfo' test1.c:(.text+0x5c07): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x5c57): undefined reference to `Tcl_GetString' test1.c:(.text+0x5c73): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `sqlite3TestErrCode': test1.c:(.text+0x5d39): undefined reference to `Tcl_ResetResult' test1.c:(.text+0x5d4d): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind': test1.c:(.text+0x5da1): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x5ddb): undefined reference to `Tcl_GetInt' test1.c:(.text+0x5f14): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x5f3f): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_register_func': test1.c:(.text+0x5fea): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x60a8): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_create_aggregate': test1.c:(.text+0x60fa): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x61b8): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_create_function': test1.c:(.text+0x629d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x6358): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_get_table_printf': test1.c:(.text+0x65b2): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x65da): undefined reference to `Tcl_GetInt' test1.c:(.text+0x661a): undefined reference to `Tcl_DStringInit' test1.c:(.text+0x66bb): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x66f3): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x674b): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x67cd): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x6806): undefined reference to `Tcl_AppendElement' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_exec_nr': test1.c:(.text+0x6851): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_exec': test1.c:(.text+0x6921): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x6966): undefined reference to `Tcl_DStringInit' test1.c:(.text+0x6a60): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x6a79): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x6a87): undefined reference to `Tcl_DStringFree' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_exec_hex': test1.c:(.text+0x6b11): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x6c2a): undefined reference to `Tcl_DStringInit' test1.c:(.text+0x6c84): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x6c9a): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x6ca2): undefined reference to `Tcl_DStringFree' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_exec_printf': test1.c:(.text+0x6d37): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x6d7b): undefined reference to `Tcl_DStringInit' test1.c:(.text+0x6e06): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x6e1c): undefined reference to `Tcl_AppendElement' test1.c:(.text+0x6e24): undefined reference to `Tcl_DStringFree' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_collate_needed': test1.c:(.text+0x6e8b): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x6ea7): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_collate': test1.c:(.text+0x6f39): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x6f5d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x6f85): undefined reference to `Tcl_GetString' test1.c:(.text+0x6fba): undefined reference to `Tcl_GetBooleanFromObj' test1.c:(.text+0x7012): undefined reference to `Tcl_GetBooleanFromObj' test1.c:(.text+0x7060): undefined reference to `Tcl_GetBooleanFromObj' test1.c:(.text+0x7131): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_reset': test1.c:(.text+0x71a9): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x71cd): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x71ef): undefined reference to `Tcl_GetString' test1.c:(.text+0x7246): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_finalize': test1.c:(.text+0x7279): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x729d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x72bf): undefined reference to `Tcl_GetString' test1.c:(.text+0x72fd): undefined reference to `Tcl_SetResult' test1.c:(.text+0x7344): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_prepare16_v2': test1.c:(.text+0x7387): undefined reference to `Tcl_GetString' test1.c:(.text+0x73ab): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x73cf): undefined reference to `Tcl_GetString' test1.c:(.text+0x7406): undefined reference to `Tcl_GetByteArrayFromObj' test1.c:(.text+0x741f): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x74a2): undefined reference to `Tcl_NewByteArrayObj' test1.c:(.text+0x74ca): undefined reference to `Tcl_ObjSetVar2' test1.c:(.text+0x750f): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x752c): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_prepare_tkt3134': test1.c:(.text+0x7561): undefined reference to `Tcl_GetString' test1.c:(.text+0x7585): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x759f): undefined reference to `Tcl_GetString' test1.c:(.text+0x764b): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x769e): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_prepare_v2': test1.c:(.text+0x76e7): undefined reference to `Tcl_GetString' test1.c:(.text+0x770b): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x772f): undefined reference to `Tcl_GetString' test1.c:(.text+0x775f): undefined reference to `Tcl_GetString' test1.c:(.text+0x7778): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x77b4): undefined reference to `Tcl_ResetResult' test1.c:(.text+0x77f9): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x781c): undefined reference to `Tcl_ObjSetVar2' test1.c:(.text+0x7863): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x78b9): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_prepare16': test1.c:(.text+0x7907): undefined reference to `Tcl_GetString' test1.c:(.text+0x792b): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x794f): undefined reference to `Tcl_GetString' test1.c:(.text+0x7986): undefined reference to `Tcl_GetByteArrayFromObj' test1.c:(.text+0x799f): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x7a22): undefined reference to `Tcl_NewByteArrayObj' test1.c:(.text+0x7a4a): undefined reference to `Tcl_ObjSetVar2' test1.c:(.text+0x7a8f): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x7aac): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_prepare': test1.c:(.text+0x7af7): undefined reference to `Tcl_GetString' test1.c:(.text+0x7b1b): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x7b3f): undefined reference to `Tcl_GetString' test1.c:(.text+0x7b6f): undefined reference to `Tcl_GetString' test1.c:(.text+0x7b88): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x7bc4): undefined reference to `Tcl_ResetResult' test1.c:(.text+0x7c20): undefined reference to `Tcl_NewStringObj' test1.c:(.text+0x7c43): undefined reference to `Tcl_ObjSetVar2' test1.c:(.text+0x7c8a): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x7ce1): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_blob': test1.c:(.text+0x7d29): undefined reference to `Tcl_GetString' test1.c:(.text+0x7d4a): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x7d6f): undefined reference to `Tcl_GetString' test1.c:(.text+0x7d88): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x7df6): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x7e1a): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_text16': test1.c:(.text+0x7e8c): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x7eb3): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x7ed4): undefined reference to `Tcl_GetString' test1.c:(.text+0x7ef4): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x7f17): undefined reference to `Tcl_GetByteArrayFromObj' test1.c:(.text+0x7f32): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x7f9c): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_text': test1.c:(.text+0x7fd9): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x7ffd): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x801f): undefined reference to `Tcl_GetString' test1.c:(.text+0x803f): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x8061): undefined reference to `Tcl_GetByteArrayFromObj' test1.c:(.text+0x807a): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x80e5): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_null': test1.c:(.text+0x8129): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x814d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x816f): undefined reference to `Tcl_GetString' test1.c:(.text+0x818f): undefined reference to `Tcl_GetIntFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_double': test1.c:(.text+0x8206): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x822d): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x824f): undefined reference to `Tcl_GetString' test1.c:(.text+0x8273): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x8296): undefined reference to `Tcl_GetString' test1.c:(.text+0x82e0): undefined reference to `Tcl_GetDoubleFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_int64': test1.c:(.text+0x8399): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x83bd): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x83df): undefined reference to `Tcl_GetString' test1.c:(.text+0x83ff): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x8422): undefined reference to `Tcl_GetWideIntFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_zeroblob': test1.c:(.text+0x84b3): undefined reference to `Tcl_WrongNumArgs' test1.c:(.text+0x84d7): undefined reference to `Tcl_GetString' test1.c:(.text+0x84f7): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x851a): undefined reference to `Tcl_GetIntFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZfyQIn.o: In function `test_bind_int': test1.c:(.text+0x8599): undefined reference to `Tcl_GetStringFromObj' test1.c:(.text+0x85bd): undefined reference to `Tcl_AppendResult' test1.c:(.text+0x85df): undefined reference to `Tcl_GetString' test1.c:(.text+0x85ff): undefined reference to `Tcl_GetIntFromObj' test1.c:(.text+0x8622): undefined reference to `Tcl_GetIntFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `Sqlitetest2_Init': test2.c:(.text+0x4d): undefined reference to `Tcl_CreateCommand' test2.c:(.text+0x72): undefined reference to `Tcl_LinkVar' test2.c:(.text+0x92): undefined reference to `Tcl_LinkVar' test2.c:(.text+0xb2): undefined reference to `Tcl_LinkVar' test2.c:(.text+0xd2): undefined reference to `Tcl_LinkVar' test2.c:(.text+0xf2): undefined reference to `Tcl_LinkVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o:test2.c:(.text+0x112): more undefined references to `Tcl_LinkVar' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `testPendingByte': test2.c:(.text+0x176): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x18c): undefined reference to `Tcl_GetInt' test2.c:(.text+0x1b2): undefined reference to `Tcl_NewIntObj' test2.c:(.text+0x1be): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `testBitvecBuiltinTest': test2.c:(.text+0x20a): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x223): undefined reference to `Tcl_GetInt' test2.c:(.text+0x2c6): undefined reference to `Tcl_NewIntObj' test2.c:(.text+0x2d5): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `fake_big_file': test2.c:(.text+0x34d): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x372): undefined reference to `Tcl_GetInt' test2.c:(.text+0x3e0): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x462): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `pager_truncate': test2.c:(.text+0x4ad): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x4e7): undefined reference to `Tcl_GetInt' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `page_number': test2.c:(.text+0x54d): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x5a2): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `page_write': test2.c:(.text+0x5fd): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x652): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `page_unref': test2.c:(.text+0x6c4): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o:test2.c:(.text+0x730): more undefined references to `Tcl_AppendResult' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `page_lookup': test2.c:(.text+0x767): undefined reference to `Tcl_GetInt' test2.c:(.text+0x7bc): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `page_get': test2.c:(.text+0x810): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x847): undefined reference to `Tcl_GetInt' test2.c:(.text+0x883): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x8e7): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `pager_pagecount': test2.c:(.text+0x93d): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x99c): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `pager_stats': test2.c:(.text+0x9ea): undefined reference to `Tcl_AppendResult' test2.c:(.text+0xa2f): undefined reference to `Tcl_AppendElement' test2.c:(.text+0xa63): undefined reference to `Tcl_AppendElement' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `pager_stmt_rollback': test2.c:(.text+0xabd): undefined reference to `Tcl_AppendResult' test2.c:(.text+0xb3e): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `pager_stmt_commit': test2.c:(.text+0xb85): undefined reference to `Tcl_AppendResult' test2.c:(.text+0xbe4): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `pager_stmt_begin': test2.c:(.text+0xc35): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o:test2.c:(.text+0xc8c): more undefined references to `Tcl_AppendResult' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `pager_open': test2.c:(.text+0xf32): undefined reference to `Tcl_GetInt' test2.c:(.text+0xfa8): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x1024): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cchOjran.o: In function `page_read': test2.c:(.text+0x1071): undefined reference to `Tcl_AppendResult' test2.c:(.text+0x10b9): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `Sqlitetest3_Init': test3.c:(.text+0x3d): undefined reference to `Tcl_CreateCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_set_cache_size': test3.c:(.text+0x8d): undefined reference to `Tcl_AppendResult' test3.c:(.text+0xc7): undefined reference to `Tcl_GetInt' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_ismemdb': test3.c:(.text+0x15d): undefined reference to `Tcl_AppendResult' test3.c:(.text+0x1c5): undefined reference to `Tcl_NewBooleanObj' test3.c:(.text+0x1d1): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_from_db': test3.c:(.text+0x225): undefined reference to `Tcl_AppendResult' test3.c:(.text+0x252): undefined reference to `Tcl_GetCommandInfo' test3.c:(.text+0x2a0): undefined reference to `Tcl_SetResult' test3.c:(.text+0x2cb): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_varint_test': test3.c:(.text+0x350): undefined reference to `Tcl_AppendResult' test3.c:(.text+0x37a): undefined reference to `Tcl_GetInt' test3.c:(.text+0x3a2): undefined reference to `Tcl_GetInt' test3.c:(.text+0x3bc): undefined reference to `Tcl_GetInt' test3.c:(.text+0x3d6): undefined reference to `Tcl_GetInt' test3.c:(.text+0x562): undefined reference to `Tcl_AppendResult' test3.c:(.text+0x616): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_first': test3.c:(.text+0x6c7): undefined reference to `Tcl_AppendResult' test3.c:(.text+0x737): undefined reference to `Tcl_AppendResult' test3.c:(.text+0x77a): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o:test3.c:(.text+0x7c6): more undefined references to `Tcl_AppendResult' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_close_cursor': test3.c:(.text+0xad6): undefined reference to `Tcl_Free' test3.c:(.text+0xb04): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_cursor': test3.c:(.text+0xb4d): undefined reference to `Tcl_AppendResult' test3.c:(.text+0xb87): undefined reference to `Tcl_GetInt' test3.c:(.text+0xbaa): undefined reference to `Tcl_GetBoolean' test3.c:(.text+0xbbb): undefined reference to `Tcl_Alloc' test3.c:(.text+0xc12): undefined reference to `Tcl_Free' test3.c:(.text+0xc3a): undefined reference to `Tcl_AppendResult' test3.c:(.text+0xcab): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_pager_stats': test3.c:(.text+0xcfa): undefined reference to `Tcl_AppendResult' test3.c:(.text+0xd6f): undefined reference to `Tcl_AppendElement' test3.c:(.text+0xda3): undefined reference to `Tcl_AppendElement' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_begin_transaction': test3.c:(.text+0xe1d): undefined reference to `Tcl_AppendResult' test3.c:(.text+0xe8e): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_close': test3.c:(.text+0xed5): undefined reference to `Tcl_AppendResult' test3.c:(.text+0xf20): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cci3nKiA.o: In function `btree_open': test3.c:(.text+0xfbd): undefined reference to `Tcl_AppendResult' test3.c:(.text+0xfe2): undefined reference to `Tcl_GetInt' test3.c:(.text+0x1012): undefined reference to `Tcl_GetInt' test3.c:(.text+0x107e): undefined reference to `Tcl_AppendResult' test3.c:(.text+0x10d4): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc4seiOK.o: In function `Sqlitetest5_Init': test5.c:(.text+0x3a): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc4seiOK.o: In function `binarize': test5.c:(.text+0x77): undefined reference to `Tcl_GetStringFromObj' test5.c:(.text+0x89): undefined reference to `Tcl_NewByteArrayObj' test5.c:(.text+0x98): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc4seiOK.o: In function `name_to_enc': test5.c:(.text+0xe9): undefined reference to `Tcl_GetString' test5.c:(.text+0x150): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc4seiOK.o: In function `test_translate': test5.c:(.text+0x1fa): undefined reference to `Tcl_GetByteArrayFromObj' test5.c:(.text+0x26d): undefined reference to `Tcl_NewByteArrayObj' test5.c:(.text+0x27c): undefined reference to `Tcl_SetObjResult' test5.c:(.text+0x2a6): undefined reference to `Tcl_GetStringFromObj' test5.c:(.text+0x2cd): undefined reference to `Tcl_AppendResult' test5.c:(.text+0x2e7): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc4seiOK.o: In function `test_value_overhead': test5.c:(.text+0x382): undefined reference to `Tcl_GetStringFromObj' test5.c:(.text+0x3a6): undefined reference to `Tcl_AppendResult' test5.c:(.text+0x3ca): undefined reference to `Tcl_GetIntFromObj' test5.c:(.text+0x3f2): undefined reference to `Tcl_GetIntFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `Sqlitetest6_Init': test6.c:(.text+0x1ae): undefined reference to `Tcl_CreateObjCommand' test6.c:(.text+0x1d6): undefined reference to `Tcl_CreateObjCommand' test6.c:(.text+0x1fe): undefined reference to `Tcl_CreateObjCommand' test6.c:(.text+0x226): undefined reference to `Tcl_CreateObjCommand' test6.c:(.text+0x24e): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `jtUnregisterObjCmd': test6.c:(.text+0x28a): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `jtObjCmd': test6.c:(.text+0x2e9): undefined reference to `Tcl_WrongNumArgs' test6.c:(.text+0x30a): undefined reference to `Tcl_GetString' test6.c:(.text+0x351): undefined reference to `Tcl_AppendResult' test6.c:(.text+0x37a): undefined reference to `Tcl_GetString' test6.c:(.text+0x3a3): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `processDevSymArgs': test6.c:(.text+0x451): undefined reference to `Tcl_GetStringFromObj' test6.c:(.text+0x4e2): undefined reference to `Tcl_ListObjGetElements' test6.c:(.text+0x530): undefined reference to `Tcl_DuplicateObj' test6.c:(.text+0x53d): undefined reference to `Tcl_GetString' test6.c:(.text+0x545): undefined reference to `Tcl_UtfToLower' test6.c:(.text+0x580): undefined reference to `Tcl_GetIndexFromObjStruct' test6.c:(.text+0x59d): undefined reference to `TclFreeObj' test6.c:(.text+0x5ef): undefined reference to `Tcl_AppendResult' test6.c:(.text+0x685): undefined reference to `Tcl_GetIntFromObj' test6.c:(.text+0x6c6): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `crashParamsObjCmd': test6.c:(.text+0x781): undefined reference to `Tcl_GetStringFromObj' test6.c:(.text+0x7a9): undefined reference to `Tcl_GetIntFromObj' test6.c:(.text+0x7e8): undefined reference to `Tcl_AppendResult' test6.c:(.text+0x810): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `crashEnableCmd': test6.c:(.text+0x95a): undefined reference to `Tcl_WrongNumArgs' test6.c:(.text+0x97a): undefined reference to `Tcl_GetBooleanFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `writeListSync': test6.c:(.text+0xbdd): undefined reference to `Tcl_Free' test6.c:(.text+0xdb8): undefined reference to `Tcl_Alloc' test6.c:(.text+0xe72): undefined reference to `Tcl_Free' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `cfOpen': test6.c:(.text+0x1189): undefined reference to `Tcl_Alloc' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `writeListAppend': test6.c:(.text+0x1302): undefined reference to `Tcl_Alloc' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccHhxqxy.o: In function `cfWrite': test6.c:(.text+0x14c0): undefined reference to `Tcl_Realloc' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `Sqlitetest8_Init': test8.c:(.text+0x51): undefined reference to `Tcl_CreateObjCommand' test8.c:(.text+0x7c): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `declare_vtab': test8.c:(.text+0xc0): undefined reference to `Tcl_WrongNumArgs' test8.c:(.text+0xdf): undefined reference to `Tcl_GetString' test8.c:(.text+0x108): undefined reference to `Tcl_GetString' test8.c:(.text+0x13e): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `register_echo_module': test8.c:(.text+0x17b): undefined reference to `Tcl_WrongNumArgs' test8.c:(.text+0x197): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `simulateVtabError': test8.c:(.text+0x37d): undefined reference to `Tcl_GetVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `echoFindFunction': test8.c:(.text+0x4ab): undefined reference to `Tcl_GetCommandInfo' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `overloadedGlobFunction': test8.c:(.text+0x4fa): undefined reference to `Tcl_DStringInit' test8.c:(.text+0x50a): undefined reference to `Tcl_DStringAppendElement' test8.c:(.text+0x531): undefined reference to `Tcl_DStringAppendElement' test8.c:(.text+0x54d): undefined reference to `Tcl_Eval' test8.c:(.text+0x557): undefined reference to `Tcl_DStringFree' test8.c:(.text+0x569): undefined reference to `Tcl_GetStringResult' test8.c:(.text+0x596): undefined reference to `Tcl_ResetResult' test8.c:(.text+0x5b2): undefined reference to `Tcl_GetStringResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `appendToEchoModule': test8.c:(.text+0x5f8): undefined reference to `Tcl_SetVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `echoSync': test8.c:(.text+0x6f6): undefined reference to `Tcl_GetVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `echoBegin': test8.c:(.text+0x786): undefined reference to `Tcl_GetVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccFobmLR.o: In function `echoBestIndex': test8.c:(.text+0xc2e): undefined reference to `Tcl_GetVar' test8.c:(.text+0xc6c): undefined reference to `Tcl_GetVar' test8.c:(.text+0xc8c): undefined reference to `Tcl_GetVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZAfEJy.o: In function `Sqlitetest9_Init': test9.c:(.text+0x3a): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZAfEJy.o: In function `c_collation_test': test9.c:(.text+0x80): undefined reference to `Tcl_WrongNumArgs' test9.c:(.text+0xf8): undefined reference to `Tcl_ResetResult' test9.c:(.text+0x114): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZAfEJy.o: In function `c_realloc_test': test9.c:(.text+0x170): undefined reference to `Tcl_WrongNumArgs' test9.c:(.text+0x1be): undefined reference to `Tcl_ResetResult' test9.c:(.text+0x1da): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccZAfEJy.o: In function `c_misuse_test': test9.c:(.text+0x22a): undefined reference to `Tcl_WrongNumArgs' test9.c:(.text+0x280): undefined reference to `Tcl_ResetResult' test9.c:(.text+0x29c): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXDoeqo.o: In function `Sqlitetest_autoext_Init': test_autoext.c:(.text+0x2d): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccB4Vqej.o: In function `Sqlitetestbackup_Init': test_backup.c:(.text+0x2d): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccB4Vqej.o: In function `backupTestInit': test_backup.c:(.text+0x73): undefined reference to `Tcl_WrongNumArgs' test_backup.c:(.text+0x97): undefined reference to `Tcl_GetString' test_backup.c:(.text+0xa5): undefined reference to `Tcl_GetString' test_backup.c:(.text+0xc3): undefined reference to `Tcl_GetString' test_backup.c:(.text+0xd0): undefined reference to `Tcl_GetString' test_backup.c:(.text+0xee): undefined reference to `Tcl_GetString' test_backup.c:(.text+0x12f): undefined reference to `Tcl_CreateObjCommand' test_backup.c:(.text+0x13e): undefined reference to `Tcl_SetObjResult' test_backup.c:(.text+0x164): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccB4Vqej.o: In function `backupTestCmd': test_backup.c:(.text+0x1ef): undefined reference to `Tcl_GetIndexFromObjStruct' test_backup.c:(.text+0x235): undefined reference to `Tcl_GetIntFromObj' test_backup.c:(.text+0x27a): undefined reference to `Tcl_WrongNumArgs' test_backup.c:(.text+0x2a1): undefined reference to `Tcl_NewIntObj' test_backup.c:(.text+0x2b0): undefined reference to `Tcl_SetObjResult' test_backup.c:(.text+0x2c1): undefined reference to `Tcl_GetString' test_backup.c:(.text+0x2d6): undefined reference to `Tcl_GetCommandInfo' test_backup.c:(.text+0x2f0): undefined reference to `Tcl_SetCommandInfo' test_backup.c:(.text+0x2ff): undefined reference to `Tcl_DeleteCommand' test_backup.c:(.text+0x329): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccpIej1n.o: In function `sqlite3BtreeSharedCacheReport': test_btree.c:(.text+0x1d): undefined reference to `Tcl_NewObj' test_btree.c:(.text+0x46): undefined reference to `Tcl_NewStringObj' test_btree.c:(.text+0x56): undefined reference to `Tcl_ListObjAppendElement' test_btree.c:(.text+0x61): undefined reference to `Tcl_NewIntObj' test_btree.c:(.text+0x71): undefined reference to `Tcl_ListObjAppendElement' test_btree.c:(.text+0x84): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccyiASTr.o: In function `Sqliteconfig_Init': test_config.c:(.text+0x2e): undefined reference to `Tcl_SetVar2' test_config.c:(.text+0x56): undefined reference to `Tcl_SetVar2' test_config.c:(.text+0x7e): undefined reference to `Tcl_SetVar2' test_config.c:(.text+0xa6): undefined reference to `Tcl_SetVar2' test_config.c:(.text+0xce): undefined reference to `Tcl_SetVar2' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccyiASTr.o:test_config.c:(.text+0xf6): more undefined references to `Tcl_SetVar2' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccyiASTr.o: In function `Sqliteconfig_Init': test_config.c:(.text+0xc7e): undefined reference to `Tcl_LinkVar' test_config.c:(.text+0xc9e): undefined reference to `Tcl_LinkVar' test_config.c:(.text+0xcbe): undefined reference to `Tcl_LinkVar' test_config.c:(.text+0xcde): undefined reference to `Tcl_LinkVar' test_config.c:(.text+0xcfe): undefined reference to `Tcl_LinkVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccyiASTr.o:test_config.c:(.text+0xd1e): more undefined references to `Tcl_LinkVar' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCTGnI0.o: In function `Sqlitetest_func_Init': test_func.c:(.text+0x130): undefined reference to `Tcl_CreateObjCommand' test_func.c:(.text+0x15a): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCTGnI0.o: In function `abuse_create_function': test_func.c:(.text+0x254): undefined reference to `Tcl_GetString' test_func.c:(.text+0x2dc): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCTGnI0.o: In function `autoinstall_test_funcs': test_func.c:(.text+0x5b6): undefined reference to `Tcl_NewIntObj' test_func.c:(.text+0x5c5): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc7K7xvG.o: In function `Sqlitetest_hexio_Init': test_hexio.c:(.text+0x1ed): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc7K7xvG.o: In function `read_varint': test_hexio.c:(.text+0x22d): undefined reference to `Tcl_WrongNumArgs' test_hexio.c:(.text+0x251): undefined reference to `Tcl_GetByteArrayFromObj' test_hexio.c:(.text+0x2f0): undefined reference to `Tcl_NewWideIntObj' test_hexio.c:(.text+0x319): undefined reference to `Tcl_ObjSetVar2' test_hexio.c:(.text+0x324): undefined reference to `Tcl_NewIntObj' test_hexio.c:(.text+0x330): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc7K7xvG.o: In function `hexio_render_int32': test_hexio.c:(.text+0x390): undefined reference to `Tcl_WrongNumArgs' test_hexio.c:(.text+0x3ba): undefined reference to `Tcl_GetIntFromObj' test_hexio.c:(.text+0x406): undefined reference to `Tcl_NewStringObj' test_hexio.c:(.text+0x412): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc7K7xvG.o: In function `hexio_render_int16': test_hexio.c:(.text+0x460): undefined reference to `Tcl_WrongNumArgs' test_hexio.c:(.text+0x48a): undefined reference to `Tcl_GetIntFromObj' test_hexio.c:(.text+0x4c6): undefined reference to `Tcl_NewStringObj' test_hexio.c:(.text+0x4d2): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc7K7xvG.o: In function `hexio_write': test_hexio.c:(.text+0x523): undefined reference to `Tcl_WrongNumArgs' test_hexio.c:(.text+0x552): undefined reference to `Tcl_GetIntFromObj' test_hexio.c:(.text+0x56f): undefined reference to `Tcl_GetString' test_hexio.c:(.text+0x584): undefined reference to `Tcl_GetStringFromObj' test_hexio.c:(.text+0x620): undefined reference to `Tcl_NewIntObj' test_hexio.c:(.text+0x62c): undefined reference to `Tcl_SetObjResult' test_hexio.c:(.text+0x66b): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc7K7xvG.o: In function `hexio_read': test_hexio.c:(.text+0x6b3): undefined reference to `Tcl_WrongNumArgs' test_hexio.c:(.text+0x6e2): undefined reference to `Tcl_GetIntFromObj' test_hexio.c:(.text+0x70a): undefined reference to `Tcl_GetIntFromObj' test_hexio.c:(.text+0x719): undefined reference to `Tcl_GetString' test_hexio.c:(.text+0x7b1): undefined reference to `Tcl_AppendResult' test_hexio.c:(.text+0x7fc): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc7K7xvG.o: In function `hexio_get_int': test_hexio.c:(.text+0x843): undefined reference to `Tcl_WrongNumArgs' test_hexio.c:(.text+0x86e): undefined reference to `Tcl_GetStringFromObj' test_hexio.c:(.text+0x8f6): undefined reference to `Tcl_NewIntObj' test_hexio.c:(.text+0x902): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccgFliCy.o: In function `Sqlitetest_init_Init': test_init.c:(.text+0x28a): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccgFliCy.o: In function `init_wrapper_clear': test_init.c:(.text+0x2ee): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccgFliCy.o: In function `init_wrapper_query': test_init.c:(.text+0x330): undefined reference to `Tcl_WrongNumArgs' test_init.c:(.text+0x349): undefined reference to `Tcl_NewObj' test_init.c:(.text+0x374): undefined reference to `Tcl_SetObjResult' test_init.c:(.text+0x398): undefined reference to `Tcl_NewStringObj' test_init.c:(.text+0x3a8): undefined reference to `Tcl_ListObjAppendElement' test_init.c:(.text+0x3c5): undefined reference to `Tcl_NewStringObj' test_init.c:(.text+0x3d5): undefined reference to `Tcl_ListObjAppendElement' test_init.c:(.text+0x3f3): undefined reference to `Tcl_NewStringObj' test_init.c:(.text+0x403): undefined reference to `Tcl_ListObjAppendElement' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccgFliCy.o: In function `init_wrapper_uninstall': test_init.c:(.text+0x43a): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccgFliCy.o: In function `init_wrapper_install': test_init.c:(.text+0x658): undefined reference to `Tcl_GetString' test_init.c:(.text+0x6d3): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccp7OZ1E.o: In function `Sqlitetestintarray_Init': test_intarray.c:(.text+0xf1): undefined reference to `Tcl_CreateObjCommand' test_intarray.c:(.text+0x11c): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccp7OZ1E.o: In function `test_intarray_bind': test_intarray.c:(.text+0x1c5): undefined reference to `Tcl_GetString' test_intarray.c:(.text+0x22a): undefined reference to `Tcl_GetWideIntFromObj' test_intarray.c:(.text+0x283): undefined reference to `Tcl_AppendResult' test_intarray.c:(.text+0x2b3): undefined reference to `Tcl_WrongNumArgs' test_intarray.c:(.text+0x2db): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccp7OZ1E.o: In function `test_intarray_create': test_intarray.c:(.text+0x433): undefined reference to `Tcl_WrongNumArgs' test_intarray.c:(.text+0x44f): undefined reference to `Tcl_GetString' test_intarray.c:(.text+0x478): undefined reference to `Tcl_GetString' test_intarray.c:(.text+0x4bc): undefined reference to `Tcl_AppendResult' test_intarray.c:(.text+0x4e0): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `Sqlitetest_malloc_Init': test_malloc.c:(.text+0x1cd): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_install_memsys3': test_malloc.c:(.text+0x215): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_dump_memsys3': test_malloc.c:(.text+0x24c): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memdebug_dump': test_malloc.c:(.text+0x28c): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memdebug_settitle': test_malloc.c:(.text+0x2ca): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x2df): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memdebug_backtrace': test_malloc.c:(.text+0x31a): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x33a): undefined reference to `Tcl_GetIntFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_db_config_lookaside': test_malloc.c:(.text+0x380): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x39f): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x3e2): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x3fc): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x416): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x454): undefined reference to `Tcl_AppendResult' test_malloc.c:(.text+0x48f): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x49b): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memdebug_malloc_count': test_malloc.c:(.text+0x50b): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x528): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x534): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memdebug_pending': test_malloc.c:(.text+0x567): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x573): undefined reference to `Tcl_SetObjResult' test_malloc.c:(.text+0x59b): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_config_error': test_malloc.c:(.text+0x5f6): undefined reference to `Tcl_AppendResult' test_malloc.c:(.text+0x620): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x637): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x685): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_config_lookaside': test_malloc.c:(.text+0x6d0): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x6fa): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x72a): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x733): undefined reference to `Tcl_NewObj' test_malloc.c:(.text+0x742): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x752): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0x75f): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x76f): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0x795): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_config_memstatus': test_malloc.c:(.text+0x7cb): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x7f2): undefined reference to `Tcl_GetBooleanFromObj' test_malloc.c:(.text+0x818): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x824): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_config_heap': test_malloc.c:(.text+0x860): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x88d): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x8ba): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x91b): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_db_status': test_malloc.c:(.text+0x9a3): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x9c7): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x9f7): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0xa26): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xa40): undefined reference to `Tcl_GetBooleanFromObj' test_malloc.c:(.text+0xa80): undefined reference to `Tcl_NewObj' test_malloc.c:(.text+0xa8a): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0xa9e): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0xaa9): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0xabd): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0xac8): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0xadc): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0xae8): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_status': test_malloc.c:(.text+0xb2d): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0xb49): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0xb88): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xba5): undefined reference to `Tcl_GetBooleanFromObj' test_malloc.c:(.text+0xbf1): undefined reference to `Tcl_NewObj' test_malloc.c:(.text+0xbfb): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0xc0f): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0xc1a): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0xc2e): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0xc39): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0xc4d): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0xc5c): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_alt_pcache': test_malloc.c:(.text+0xcdb): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xd32): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xd51): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xd70): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xdb0): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0xdd4): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_config_pagecache': test_malloc.c:(.text+0xe13): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0xe42): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xe6a): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xebc): undefined reference to `Tcl_NewObj' test_malloc.c:(.text+0xec6): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0xeda): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0xee5): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0xef9): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0xf05): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_config_scratch': test_malloc.c:(.text+0xf83): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0xfb2): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0xfda): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x102f): undefined reference to `Tcl_NewObj' test_malloc.c:(.text+0x1039): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x104d): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0x1058): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x106c): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0x1078): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memdebug_log': test_malloc.c:(.text+0x110d): undefined reference to `Tcl_GetIndexFromObj' test_malloc.c:(.text+0x1150): undefined reference to `Tcl_InitHashTable' test_malloc.c:(.text+0x1183): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x11b4): undefined reference to `Tcl_FirstHashEntry' test_malloc.c:(.text+0x11c7): undefined reference to `Tcl_Free' test_malloc.c:(.text+0x11cf): undefined reference to `Tcl_NextHashEntry' test_malloc.c:(.text+0x11df): undefined reference to `Tcl_DeleteHashTable' test_malloc.c:(.text+0x11f3): undefined reference to `Tcl_InitHashTable' test_malloc.c:(.text+0x121d): undefined reference to `Tcl_NewObj' test_malloc.c:(.text+0x1236): undefined reference to `Tcl_FirstHashEntry' test_malloc.c:(.text+0x126c): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x127c): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x128f): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x12ab): undefined reference to `Tcl_NewListObj' test_malloc.c:(.text+0x12c1): undefined reference to `Tcl_ListObjAppendElement' test_malloc.c:(.text+0x12cc): undefined reference to `Tcl_NextHashEntry' test_malloc.c:(.text+0x12e6): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memdebug_fail': test_malloc.c:(.text+0x1333): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x136f): undefined reference to `Tcl_GetStringFromObj' test_malloc.c:(.text+0x13c1): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x1425): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x144b): undefined reference to `Tcl_ObjSetVar2' test_malloc.c:(.text+0x1453): undefined reference to `Tcl_NewIntObj' test_malloc.c:(.text+0x1462): undefined reference to `Tcl_SetObjResult' test_malloc.c:(.text+0x148f): undefined reference to `Tcl_AppendResult' test_malloc.c:(.text+0x14fe): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memory_highwater': test_malloc.c:(.text+0x1596): undefined reference to `Tcl_NewWideIntObj' test_malloc.c:(.text+0x15a2): undefined reference to `Tcl_SetObjResult' test_malloc.c:(.text+0x15c8): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x15ea): undefined reference to `Tcl_GetBooleanFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memory_used': test_malloc.c:(.text+0x1613): undefined reference to `Tcl_NewWideIntObj' test_malloc.c:(.text+0x1622): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memget': test_malloc.c:(.text+0x1700): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x171f): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x1748): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x17c3): undefined reference to `Tcl_AppendResult' test_malloc.c:(.text+0x17ef): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x180e): undefined reference to `Tcl_AppendResult' test_malloc.c:(.text+0x183f): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_memset': test_malloc.c:(.text+0x187f): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x189f): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x18c5): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x18ed): undefined reference to `Tcl_GetStringFromObj' test_malloc.c:(.text+0x1967): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x1983): undefined reference to `Tcl_AppendResult' test_malloc.c:(.text+0x19af): undefined reference to `Tcl_AppendResult' test_malloc.c:(.text+0x19d4): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_free': test_malloc.c:(.text+0x1a20): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x1a3f): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x1a6f): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x1a8b): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_realloc': test_malloc.c:(.text+0x1b23): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x1b4a): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x1b60): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x1b9c): undefined reference to `Tcl_AppendResult' test_malloc.c:(.text+0x1baf): undefined reference to `Tcl_GetString' test_malloc.c:(.text+0x1bcb): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_malloc': test_malloc.c:(.text+0x1c13): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x1c3a): undefined reference to `Tcl_GetIntFromObj' test_malloc.c:(.text+0x1c6e): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccXEYYKk.o: In function `test_install_malloc_faultsim': test_malloc.c:(.text+0x1cb0): undefined reference to `Tcl_WrongNumArgs' test_malloc.c:(.text+0x1cda): undefined reference to `Tcl_GetBooleanFromObj' test_malloc.c:(.text+0x1d63): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `Sqlitetest_mutex_Init': test_mutex.c:(.text+0x15d): undefined reference to `Tcl_CreateObjCommand' test_mutex.c:(.text+0x182): undefined reference to `Tcl_LinkVar' test_mutex.c:(.text+0x1a2): undefined reference to `Tcl_LinkVar' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_clear_mutex_counters': test_mutex.c:(.text+0x1f6): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_read_mutex_counters': test_mutex.c:(.text+0x275): undefined reference to `Tcl_WrongNumArgs' test_mutex.c:(.text+0x289): undefined reference to `Tcl_NewObj' test_mutex.c:(.text+0x2b0): undefined reference to `Tcl_NewStringObj' test_mutex.c:(.text+0x2c0): undefined reference to `Tcl_ListObjAppendElement' test_mutex.c:(.text+0x2d2): undefined reference to `Tcl_NewIntObj' test_mutex.c:(.text+0x2e2): undefined reference to `Tcl_ListObjAppendElement' test_mutex.c:(.text+0x2f3): undefined reference to `Tcl_SetObjResult' test_mutex.c:(.text+0x30c): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_alloc_mutex': test_mutex.c:(.text+0x402): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `getDbPointer': test_mutex.c:(.text+0x432): undefined reference to `Tcl_GetString' test_mutex.c:(.text+0x447): undefined reference to `Tcl_GetCommandInfo' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_leave_db_mutex': test_mutex.c:(.text+0x4aa): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_enter_db_mutex': test_mutex.c:(.text+0x50a): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_config': test_mutex.c:(.text+0x5ab): undefined reference to `Tcl_WrongNumArgs' test_mutex.c:(.text+0x5f9): undefined reference to `Tcl_GetIndexFromObjStruct' test_mutex.c:(.text+0x62b): undefined reference to `Tcl_SetResult' test_mutex.c:(.text+0x647): undefined reference to `Tcl_GetIntFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_initialize': test_mutex.c:(.text+0x68b): undefined reference to `Tcl_WrongNumArgs' test_mutex.c:(.text+0x6bd): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_shutdown': test_mutex.c:(.text+0x6fb): undefined reference to `Tcl_WrongNumArgs' test_mutex.c:(.text+0x72d): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLLkP1p.o: In function `test_install_mutex_counters': test_mutex.c:(.text+0x7b3): undefined reference to `Tcl_WrongNumArgs' test_mutex.c:(.text+0x7e2): undefined reference to `Tcl_GetBooleanFromObj' test_mutex.c:(.text+0x850): undefined reference to `Tcl_SetResult' test_mutex.c:(.text+0x8a4): undefined reference to `Tcl_AppendResult' test_mutex.c:(.text+0x8ca): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLOXwa0.o: In function `SqlitetestOsinst_Init': test_osinst.c:(.text+0x2d): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccLOXwa0.o: In function `test_sqlite3_instvfs': test_osinst.c:(.text+0x5d): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cctI2cj8.o: In function `Sqlitetestschema_Init': test_schema.c:(.text+0x7e): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cctI2cj8.o: In function `register_schema_module': test_schema.c:(.text+0xbb): undefined reference to `Tcl_WrongNumArgs' test_schema.c:(.text+0xd7): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccPYgzhR.o: In function `Sqlitetesttclvar_Init': test_tclvar.c:(.text+0xfe): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccPYgzhR.o: In function `register_tclvar_module': test_tclvar.c:(.text+0x13b): undefined reference to `Tcl_WrongNumArgs' test_tclvar.c:(.text+0x157): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccPYgzhR.o: In function `tclvarColumn': test_tclvar.c:(.text+0x1cd): undefined reference to `Tcl_ListObjIndex' test_tclvar.c:(.text+0x1ea): undefined reference to `Tcl_ListObjIndex' test_tclvar.c:(.text+0x1f5): undefined reference to `Tcl_GetString' test_tclvar.c:(.text+0x20b): undefined reference to `Tcl_GetString' test_tclvar.c:(.text+0x26f): undefined reference to `Tcl_GetVar2Ex' test_tclvar.c:(.text+0x277): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccPYgzhR.o: In function `tclvarNext': test_tclvar.c:(.text+0x2e4): undefined reference to `Tcl_ListObjLength' test_tclvar.c:(.text+0x30f): undefined reference to `Tcl_ListObjIndex' test_tclvar.c:(.text+0x342): undefined reference to `Tcl_ListObjLength' test_tclvar.c:(.text+0x3a0): undefined reference to `Tcl_NewStringObj' test_tclvar.c:(.text+0x3b9): undefined reference to `Tcl_ListObjAppendElement' test_tclvar.c:(.text+0x3d0): undefined reference to `Tcl_EvalObjEx' test_tclvar.c:(.text+0x3e6): undefined reference to `Tcl_GetObjResult' test_tclvar.c:(.text+0x404): undefined reference to `TclFreeObj' test_tclvar.c:(.text+0x414): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccPYgzhR.o: In function `tclvarFilter': test_tclvar.c:(.text+0x44d): undefined reference to `Tcl_NewStringObj' test_tclvar.c:(.text+0x470): undefined reference to `Tcl_EvalObjEx' test_tclvar.c:(.text+0x4b9): undefined reference to `Tcl_GetObjResult' test_tclvar.c:(.text+0x4e4): undefined reference to `TclFreeObj' test_tclvar.c:(.text+0x511): undefined reference to `Tcl_NewStringObj' test_tclvar.c:(.text+0x525): undefined reference to `Tcl_ListObjAppendElement' test_tclvar.c:(.text+0x534): undefined reference to `TclFreeObj' test_tclvar.c:(.text+0x544): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccPYgzhR.o: In function `tclvarClose': test_tclvar.c:(.text+0x594): undefined reference to `TclFreeObj' test_tclvar.c:(.text+0x5ac): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `SqlitetestThread_Init': test_thread.c:(.text+0x2e): undefined reference to `Tcl_CreateObjCommand' test_thread.c:(.text+0x56): undefined reference to `Tcl_CreateObjCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `clock_seconds_proc': test_thread.c:(.text+0x7d): undefined reference to `Tcl_GetTime' test_thread.c:(.text+0x88): undefined reference to `Tcl_NewIntObj' test_thread.c:(.text+0x97): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `sqlthread_proc': test_thread.c:(.text+0x15e): undefined reference to `Tcl_GetIndexFromObjStruct' test_thread.c:(.text+0x193): undefined reference to `Tcl_WrongNumArgs' test_thread.c:(.text+0x1c3): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `sqlthread_id': test_thread.c:(.text+0x207): undefined reference to `Tcl_GetCurrentThread' test_thread.c:(.text+0x20f): undefined reference to `Tcl_NewIntObj' test_thread.c:(.text+0x21e): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `sqlthread_open': test_thread.c:(.text+0x248): undefined reference to `Tcl_GetString' test_thread.c:(.text+0x2af): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `sqlthread_spawn': test_thread.c:(.text+0x2fa): undefined reference to `Tcl_GetStringFromObj' test_thread.c:(.text+0x30e): undefined reference to `Tcl_GetStringFromObj' test_thread.c:(.text+0x321): undefined reference to `Tcl_Alloc' test_thread.c:(.text+0x363): undefined reference to `Tcl_GetCurrentThread' test_thread.c:(.text+0x392): undefined reference to `Tcl_CreateThread' test_thread.c:(.text+0x3b5): undefined reference to `Tcl_AppendResult' test_thread.c:(.text+0x3bd): undefined reference to `Tcl_Free' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `postToParent': test_thread.c:(.text+0x3ec): undefined reference to `Tcl_GetStringFromObj' test_thread.c:(.text+0x3fc): undefined reference to `Tcl_Alloc' test_thread.c:(.text+0x443): undefined reference to `Tcl_ThreadQueueEvent' test_thread.c:(.text+0x44d): undefined reference to `Tcl_ThreadAlert' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `tclScriptThread': test_thread.c:(.text+0x46d): undefined reference to `Tcl_CreateInterp' test_thread.c:(.text+0x497): undefined reference to `Tcl_CreateObjCommand' test_thread.c:(.text+0x4bb): undefined reference to `Tcl_CreateObjCommand' test_thread.c:(.text+0x4da): undefined reference to `Tcl_Eval' test_thread.c:(.text+0x4e5): undefined reference to `Tcl_GetObjResult' test_thread.c:(.text+0x4ed): undefined reference to `Tcl_NewObj' test_thread.c:(.text+0x517): undefined reference to `Tcl_NewStringObj' test_thread.c:(.text+0x527): undefined reference to `Tcl_ListObjAppendElement' test_thread.c:(.text+0x53a): undefined reference to `Tcl_NewStringObj' test_thread.c:(.text+0x54a): undefined reference to `Tcl_ListObjAppendElement' test_thread.c:(.text+0x55d): undefined reference to `Tcl_ListObjAppendElement' test_thread.c:(.text+0x56e): undefined reference to `Tcl_Free' test_thread.c:(.text+0x5b0): undefined reference to `Tcl_NewStringObj' test_thread.c:(.text+0x5c0): undefined reference to `Tcl_ListObjAppendElement' test_thread.c:(.text+0x5d3): undefined reference to `Tcl_ListObjAppendElement' test_thread.c:(.text+0x5ec): undefined reference to `Tcl_NewObj' test_thread.c:(.text+0x5fc): undefined reference to `TclFreeObj' test_thread.c:(.text+0x614): undefined reference to `TclFreeObj' test_thread.c:(.text+0x624): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `sqlthread_parent': test_thread.c:(.text+0x65b): undefined reference to `Tcl_GetStringFromObj' test_thread.c:(.text+0x66b): undefined reference to `Tcl_Alloc' test_thread.c:(.text+0x6b2): undefined reference to `Tcl_ThreadQueueEvent' test_thread.c:(.text+0x6bc): undefined reference to `Tcl_ThreadAlert' test_thread.c:(.text+0x6e7): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `tclScriptEvent': test_thread.c:(.text+0x718): undefined reference to `Tcl_Eval' test_thread.c:(.text+0x727): undefined reference to `Tcl_BackgroundError' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/cc8iyXq1.o: In function `tclScriptThread': test_thread.c:(.text+0x59a): undefined reference to `Tcl_DeleteInterp' test_thread.c:(.text+0x60b): undefined reference to `Tcl_DeleteInterp' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `Md5_Init': tclsqlite.c:(.text+0xdbe): undefined reference to `Tcl_CreateCommand' tclsqlite.c:(.text+0xde6): undefined reference to `Tcl_CreateCommand' tclsqlite.c:(.text+0xe0e): undefined reference to `Tcl_CreateCommand' tclsqlite.c:(.text+0xe36): undefined reference to `Tcl_CreateCommand' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `md5_cmd': tclsqlite.c:(.text+0xe90): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0xf33): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `md5file_cmd': tclsqlite.c:(.text+0xf7a): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x104c): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x1083): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `Sqlite3_Init': tclsqlite.c:(.text+0x117e): undefined reference to `Tcl_CreateObjCommand' tclsqlite.c:(.text+0x1196): undefined reference to `Tcl_PkgProvide' tclsqlite.c:(.text+0x11be): undefined reference to `Tcl_CreateObjCommand' tclsqlite.c:(.text+0x11d6): undefined reference to `Tcl_PkgProvide' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `main': tclsqlite.c:(.text+0x120a): undefined reference to `Tcl_FindExecutable' tclsqlite.c:(.text+0x120f): undefined reference to `Tcl_CreateInterp' tclsqlite.c:(.text+0x132d): undefined reference to `Tcl_SetVar' tclsqlite.c:(.text+0x134c): undefined reference to `Tcl_SetVar' tclsqlite.c:(.text+0x136c): undefined reference to `Tcl_SetVar' tclsqlite.c:(.text+0x139e): undefined reference to `Tcl_SetVar' tclsqlite.c:(.text+0x13b2): undefined reference to `Tcl_EvalFile' tclsqlite.c:(.text+0x13d4): undefined reference to `Tcl_GlobalEval' tclsqlite.c:(.text+0x13fc): undefined reference to `Tcl_GetVar' tclsqlite.c:(.text+0x143e): undefined reference to `Tcl_GetStringResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `dbEvalInit': tclsqlite.c:(.text+0x14ab): undefined reference to `Tcl_GetString' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbMain': tclsqlite.c:(.text+0x15b7): undefined reference to `Tcl_GetBooleanFromObj' tclsqlite.c:(.text+0x1610): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x1641): undefined reference to `Tcl_GetByteArrayFromObj' tclsqlite.c:(.text+0x1686): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x16aa): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x16df): undefined reference to `Tcl_GetBooleanFromObj' tclsqlite.c:(.text+0x1737): undefined reference to `Tcl_GetBooleanFromObj' tclsqlite.c:(.text+0x17af): undefined reference to `Tcl_GetBooleanFromObj' tclsqlite.c:(.text+0x1815): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x1846): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x1859): undefined reference to `Tcl_TranslateFileName' tclsqlite.c:(.text+0x1881): undefined reference to `Tcl_DStringFree' tclsqlite.c:(.text+0x18c0): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x18e3): undefined reference to `Tcl_CreateObjCommand' tclsqlite.c:(.text+0x190b): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x1949): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x1975): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x19c8): undefined reference to `Tcl_SetResult' tclsqlite.c:(.text+0x19d0): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x19fd): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x1a1f): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `dbReleaseColumnNames': tclsqlite.c:(.text+0x1a8d): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x1aa4): undefined reference to `Tcl_Free' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `flushStmtCache': tclsqlite.c:(.text+0x1ae7): undefined reference to `Tcl_Free' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `dbReleaseStmt': tclsqlite.c:(.text+0x1b4b): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x1b72): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x1bd5): undefined reference to `Tcl_Free' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbDeleteCmd': tclsqlite.c:(.text+0x1c33): undefined reference to `Tcl_UnregisterChannel' tclsqlite.c:(.text+0x1c54): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x1c77): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x1c8a): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x1ca0): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x1caf): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x1cbe): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x1ccd): undefined reference to `Tcl_Free' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o:tclsqlite.c:(.text+0x1cdc): more undefined references to `Tcl_Free' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbDeleteCmd': tclsqlite.c:(.text+0x1d2c): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x1d42): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x1d4c): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `dbEvalFinalize': tclsqlite.c:(.text+0x1dcc): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x1de4): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `dbTextToObj': tclsqlite.c:(.text+0x1e02): undefined reference to `Tcl_NewStringObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `tclCollateNeeded': tclsqlite.c:(.text+0x1e2c): undefined reference to `Tcl_DuplicateObj' tclsqlite.c:(.text+0x1e41): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x1e55): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x1e6c): undefined reference to `Tcl_EvalObjEx' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `dbEvalRowInfo': tclsqlite.c:(.text+0x1f14): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x1f72): undefined reference to `Tcl_NewObj' tclsqlite.c:(.text+0x1f89): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x1fc5): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x1ffe): undefined reference to `Tcl_ObjSetVar2' tclsqlite.c:(.text+0x2018): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbUpdateHandler': tclsqlite.c:(.text+0x206e): undefined reference to `Tcl_DuplicateObj' tclsqlite.c:(.text+0x209d): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x20b1): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x20c4): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x20d8): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x20eb): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x20ff): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x2111): undefined reference to `Tcl_NewWideIntObj' tclsqlite.c:(.text+0x2125): undefined reference to `Tcl_ListObjAppendElement' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `dbEvalColumnValue': tclsqlite.c:(.text+0x21f4): undefined reference to `Tcl_NewByteArrayObj' tclsqlite.c:(.text+0x2218): undefined reference to `Tcl_NewDoubleObj' tclsqlite.c:(.text+0x2247): undefined reference to `Tcl_NewIntObj' tclsqlite.c:(.text+0x2258): undefined reference to `Tcl_NewWideIntObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `dbEvalStep': tclsqlite.c:(.text+0x243b): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x2528): undefined reference to `Tcl_GetVar2Ex' tclsqlite.c:(.text+0x2592): undefined reference to `Tcl_GetWideIntFromObj' tclsqlite.c:(.text+0x2618): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x26b5): undefined reference to `Tcl_GetIntFromObj' tclsqlite.c:(.text+0x2701): undefined reference to `Tcl_GetDoubleFromObj' tclsqlite.c:(.text+0x272e): undefined reference to `Tcl_GetByteArrayFromObj' tclsqlite.c:(.text+0x27b0): undefined reference to `Tcl_SetObjResult' tclsqlite.c:(.text+0x2819): undefined reference to `Tcl_SetObjResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `incrblobClose': tclsqlite.c:(.text+0x2a16): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x2a3e): undefined reference to `Tcl_SetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbRollbackHandler': tclsqlite.c:(.text+0x2a80): undefined reference to `Tcl_EvalObjEx' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `auth_callback': tclsqlite.c:(.text+0x2af9): undefined reference to `Tcl_DStringInit' tclsqlite.c:(.text+0x2b10): undefined reference to `Tcl_DStringAppend' tclsqlite.c:(.text+0x2b22): undefined reference to `Tcl_DStringAppendElement' tclsqlite.c:(.text+0x2b3e): undefined reference to `Tcl_DStringAppendElement' tclsqlite.c:(.text+0x2b59): undefined reference to `Tcl_DStringAppendElement' tclsqlite.c:(.text+0x2b75): undefined reference to `Tcl_DStringAppendElement' tclsqlite.c:(.text+0x2b8f): undefined reference to `Tcl_DStringAppendElement' tclsqlite.c:(.text+0x2ba4): undefined reference to `Tcl_GlobalEval' tclsqlite.c:(.text+0x2bac): undefined reference to `Tcl_DStringFree' tclsqlite.c:(.text+0x2bb7): undefined reference to `Tcl_GetStringResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbTraceHandler': tclsqlite.c:(.text+0x2c48): undefined reference to `Tcl_DStringInit' tclsqlite.c:(.text+0x2c5f): undefined reference to `Tcl_DStringAppend' tclsqlite.c:(.text+0x2c6e): undefined reference to `Tcl_DStringAppendElement' tclsqlite.c:(.text+0x2c83): undefined reference to `Tcl_Eval' tclsqlite.c:(.text+0x2c8b): undefined reference to `Tcl_DStringFree' tclsqlite.c:(.text+0x2c96): undefined reference to `Tcl_ResetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbProfileHandler': tclsqlite.c:(.text+0x2cf8): undefined reference to `Tcl_DStringInit' tclsqlite.c:(.text+0x2d0f): undefined reference to `Tcl_DStringAppend' tclsqlite.c:(.text+0x2d1e): undefined reference to `Tcl_DStringAppendElement' tclsqlite.c:(.text+0x2d2a): undefined reference to `Tcl_DStringAppendElement' tclsqlite.c:(.text+0x2d3f): undefined reference to `Tcl_Eval' tclsqlite.c:(.text+0x2d47): undefined reference to `Tcl_DStringFree' tclsqlite.c:(.text+0x2d52): undefined reference to `Tcl_ResetResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbProgressHandler': tclsqlite.c:(.text+0x2d88): undefined reference to `Tcl_Eval' tclsqlite.c:(.text+0x2d9e): undefined reference to `Tcl_GetStringResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbCommitHandler': tclsqlite.c:(.text+0x2de8): undefined reference to `Tcl_Eval' tclsqlite.c:(.text+0x2dfe): undefined reference to `Tcl_GetStringResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `tclSqlCollate': tclsqlite.c:(.text+0x2e60): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x2e74): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x2e86): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x2e98): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x2eaa): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x2ec0): undefined reference to `Tcl_EvalObjEx' tclsqlite.c:(.text+0x2ed5): undefined reference to `Tcl_GetStringResult' tclsqlite.c:(.text+0x2efc): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `tclSqlFunc': tclsqlite.c:(.text+0x2f4a): undefined reference to `Tcl_EvalObjEx' tclsqlite.c:(.text+0x2f70): undefined reference to `Tcl_GetObjResult' tclsqlite.c:(.text+0x2fc3): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x300b): undefined reference to `Tcl_ListObjGetElements' tclsqlite.c:(.text+0x3025): undefined reference to `Tcl_NewListObj' tclsqlite.c:(.text+0x306d): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x307f): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x30de): undefined reference to `Tcl_NewStringObj' tclsqlite.c:(.text+0x30ee): undefined reference to `Tcl_GetStringResult' tclsqlite.c:(.text+0x313c): undefined reference to `Tcl_NewByteArrayObj' tclsqlite.c:(.text+0x3154): undefined reference to `Tcl_NewDoubleObj' tclsqlite.c:(.text+0x318d): undefined reference to `Tcl_NewWideIntObj' tclsqlite.c:(.text+0x319c): undefined reference to `Tcl_NewIntObj' tclsqlite.c:(.text+0x31cf): undefined reference to `Tcl_GetDoubleFromObj' tclsqlite.c:(.text+0x31f7): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x3225): undefined reference to `Tcl_EvalObjEx' tclsqlite.c:(.text+0x323f): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x3265): undefined reference to `Tcl_GetStringResult' tclsqlite.c:(.text+0x32ca): undefined reference to `Tcl_GetIntFromObj' tclsqlite.c:(.text+0x3340): undefined reference to `Tcl_GetWideIntFromObj' tclsqlite.c:(.text+0x336c): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x3379): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x3390): undefined reference to `Tcl_GetByteArrayFromObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbBusyHandler': tclsqlite.c:(.text+0x340f): undefined reference to `Tcl_VarEval' tclsqlite.c:(.text+0x3422): undefined reference to `Tcl_GetStringResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbObjCmd': tclsqlite.c:(.text+0x3493): undefined reference to `Tcl_GetIndexFromObj' tclsqlite.c:(.text+0x34e8): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3513): undefined reference to `Tcl_SetResult' tclsqlite.c:(.text+0x353c): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x354e): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x356e): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x35f6): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3624): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x3636): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3656): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x36de): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3712): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x37c0): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x3803): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x38b2): undefined reference to `Tcl_SetResult' tclsqlite.c:(.text+0x38e5): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x391a): undefined reference to `Tcl_DuplicateObj' tclsqlite.c:(.text+0x3976): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x39b6): undefined reference to `Tcl_SetObjResult' tclsqlite.c:(.text+0x3a3b): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3a6e): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3a90): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3ae7): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3b21): undefined reference to `Tcl_SetObjResult' tclsqlite.c:(.text+0x3b4c): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x3b5e): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3b7e): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x3c06): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3c39): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3c5e): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x3c91): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3cbc): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x3cce): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3cee): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x3d52): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3d61): undefined reference to `Tcl_DeleteCommand' tclsqlite.c:(.text+0x3d94): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3ddb): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x3e20): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3e39): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3e52): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x3fe1): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x401c): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x402e): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x404e): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x411d): undefined reference to `Tcl_EvalObjEx' tclsqlite.c:(.text+0x419c): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x41fa): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x422d): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x4273): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x42f1): undefined reference to `Tcl_ObjSetVar2' tclsqlite.c:(.text+0x433a): undefined reference to `Tcl_ObjSetVar2' tclsqlite.c:(.text+0x436a): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x4386): undefined reference to `Tcl_NewIntObj' tclsqlite.c:(.text+0x4395): undefined reference to `Tcl_SetObjResult' tclsqlite.c:(.text+0x43c8): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x43d8): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x4409): undefined reference to `Tcl_EvalObjEx' tclsqlite.c:(.text+0x444a): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x4460): undefined reference to `Tcl_ResetResult' tclsqlite.c:(.text+0x4489): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x44b2): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x44db): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x4504): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x452d): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x4576): undefined reference to `Tcl_NewBooleanObj' tclsqlite.c:(.text+0x4585): undefined reference to `Tcl_SetObjResult' tclsqlite.c:(.text+0x45ac): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x45cb): undefined reference to `Tcl_NewIntObj' tclsqlite.c:(.text+0x45da): undefined reference to `Tcl_SetObjResult' tclsqlite.c:(.text+0x45f2): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x4607): undefined reference to `Tcl_GetObjResult' tclsqlite.c:(.text+0x4615): undefined reference to `Tcl_SetBooleanObj' tclsqlite.c:(.text+0x4625): undefined reference to `Tcl_GetObjResult' tclsqlite.c:(.text+0x4642): undefined reference to `Tcl_SetIntObj' tclsqlite.c:(.text+0x4652): undefined reference to `Tcl_GetObjResult' tclsqlite.c:(.text+0x466f): undefined reference to `Tcl_SetIntObj' tclsqlite.c:(.text+0x4687): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x469b): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x46ab): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x4738): undefined reference to `Tcl_SetResult' tclsqlite.c:(.text+0x4751): undefined reference to `Tcl_GetByteArrayFromObj' tclsqlite.c:(.text+0x4772): undefined reference to `Tcl_GetObjResult' tclsqlite.c:(.text+0x4784): undefined reference to `Tcl_SetWideIntObj' tclsqlite.c:(.text+0x47a2): undefined reference to `Tcl_GetIntFromObj' tclsqlite.c:(.text+0x47e9): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x4826): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x484d): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x485d): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x486a): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x4906): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x4913): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x49ae): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x4d92): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x4f4a): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x4f9e): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x4fd2): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x4fe7): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x5006): undefined reference to `Tcl_GetWideIntFromObj' tclsqlite.c:(.text+0x507c): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x50d1): undefined reference to `Tcl_CreateChannel' tclsqlite.c:(.text+0x50e3): undefined reference to `Tcl_RegisterChannel' tclsqlite.c:(.text+0x510e): undefined reference to `Tcl_GetChannelName' tclsqlite.c:(.text+0x5125): undefined reference to `Tcl_SetResult' tclsqlite.c:(.text+0x5151): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5180): undefined reference to `Tcl_GetIntFromObj' tclsqlite.c:(.text+0x519a): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x51ac): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x51cc): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x5235): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x5258): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x529c): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x52c8): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x52f4): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5320): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x534c): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5375): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x539e): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x53c7): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x53f0): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x5419): undefined reference to `Tcl_WrongNumArgs' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o:tclsqlite.c:(.text+0x5442): more undefined references to `Tcl_WrongNumArgs' follow /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbObjCmd': tclsqlite.c:(.text+0x54b5): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x54d1): undefined reference to `Tcl_GetCharLength' tclsqlite.c:(.text+0x5515): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5554): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x55a6): undefined reference to `Tcl_WrongNumArgs' tclsqlite.c:(.text+0x55ea): undefined reference to `Tcl_GetIndexFromObj' tclsqlite.c:(.text+0x5637): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5667): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5696): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x56ab): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x56bb): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x574a): undefined reference to `Tcl_SetObjResult' tclsqlite.c:(.text+0x579f): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x57a9): undefined reference to `Tcl_NewObj' tclsqlite.c:(.text+0x5818): undefined reference to `Tcl_ListObjAppendElement' tclsqlite.c:(.text+0x584f): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x58a1): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x58b8): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x58cc): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x58ea): undefined reference to `Tcl_Alloc' tclsqlite.c:(.text+0x593b): undefined reference to `Tcl_SetResult' tclsqlite.c:(.text+0x5971): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x599a): undefined reference to `Tcl_GetIntFromObj' tclsqlite.c:(.text+0x59ce): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x59db): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x5a06): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5a4b): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5a7a): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5a8a): undefined reference to `Tcl_GetObjResult' tclsqlite.c:(.text+0x5a9c): undefined reference to `Tcl_SetIntObj' tclsqlite.c:(.text+0x5b4c): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5b70): undefined reference to `Tcl_SetObjResult' tclsqlite.c:(.text+0x5ba4): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5bca): undefined reference to `TclFreeObj' tclsqlite.c:(.text+0x5bf9): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5c3a): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5c63): undefined reference to `Tcl_GetIntFromObj' tclsqlite.c:(.text+0x5c95): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5cb1): undefined reference to `Tcl_GetString' tclsqlite.c:(.text+0x5cf9): undefined reference to `Tcl_GetStringFromObj' tclsqlite.c:(.text+0x5d1d): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5d42): undefined reference to `Tcl_AppendResult' tclsqlite.c:(.text+0x5d87): undefined reference to `Tcl_AppendResult' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbDeleteCmd': tclsqlite.c:(.text+0x1d20): undefined reference to `Tcl_Free' tclsqlite.c:(.text+0x1d3a): undefined reference to `Tcl_Free' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `tclCollateNeeded': tclsqlite.c:(.text+0x1e98): undefined reference to `TclFreeObj' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbUpdateHandler': tclsqlite.c:(.text+0x2141): undefined reference to `Tcl_EvalObjEx' /var/tmp/portage/dev-db/sqlite-3.6.21/temp/ccCUJ5aq.o: In function `DbRollbackHandler': tclsqlite.c:(.text+0x2a9c): undefined reference to `Tcl_BackgroundError' collect2: ld returned 1 exit status make: *** [testfixture] Error 1 * ERROR: dev-db/sqlite-3.6.21 failed: * Some test(s) failed * * Call stack: * ebuild.sh, line 61: Called src_test * environment, line 3086: Called die * The specific snippet of code: * emake ${test} || die "Some test(s) failed"; * * If you need support, post the output of 'emerge --info =dev-db/sqlite-3.6.21', * the complete build log and the output of 'emerge -pqv =dev-db/sqlite-3.6.21'. * The complete build log is located at '/var/log/portage/build/dev-db/sqlite-3.6.21:20091216-222934.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/sqlite-3.6.21/temp/environment'. * S: '/var/tmp/portage/dev-db/sqlite-3.6.21/work/sqlite-3.6.21' >>> Install sqlite-3.6.21 into /var/tmp/portage/dev-db/sqlite-3.6.21/image/ category dev-db make -j14 DESTDIR=/var/tmp/portage/dev-db/sqlite-3.6.21/image/ TCLLIBDIR=/usr/lib/sqlite-3.6.21 install /usr/bin/install -c -d /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib ./libtool --mode=install /usr/bin/install -c libsqlite3.la /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib libtool: install: /usr/bin/install -c .libs/libsqlite3.so.0.8.6 /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib/libsqlite3.so.0.8.6 libtool: install: (cd /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so.0 || { rm -f libsqlite3.so.0 && ln -s libsqlite3.so.0.8.6 libsqlite3.so.0; }; }) libtool: install: (cd /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so || { rm -f libsqlite3.so && ln -s libsqlite3.so.0.8.6 libsqlite3.so; }; }) libtool: install: /usr/bin/install -c .libs/libsqlite3.lai /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib/libsqlite3.la libtool: install: /usr/bin/install -c .libs/libsqlite3.a /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib/libsqlite3.a libtool: install: chmod 644 /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib/libsqlite3.a libtool: install: i686-pc-linux-gnu-ranlib /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib/libsqlite3.a libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/install -c -d /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/bin ./libtool --mode=install /usr/bin/install -c sqlite3 /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/bin libtool: install: /usr/bin/install -c .libs/sqlite3 /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/bin/sqlite3 /usr/bin/install -c -d /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/include /usr/bin/install -c -m 0644 sqlite3.h /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/include /usr/bin/install -c -m 0644 ./src/sqlite3ext.h /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/include /usr/bin/install -c -d /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib/pkgconfig /usr/bin/install -c -m 0644 sqlite3.pc /var/tmp/portage/dev-db/sqlite-3.6.21/image//usr/lib/pkgconfig >>> Completed installing sqlite-3.6.21 into /var/tmp/portage/dev-db/sqlite-3.6.21/image/ /var/tmp/portage/dev-db/sqlite-3.6.21/image/usr/lib/libsqlite3.la already clean, skipping update. strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/libsqlite3.so.0.8.6 usr/bin/sqlite3 usr/lib/libsqlite3.a removing executable bit: usr/lib/libsqlite3.la * Removing /usr/share/doc * Removing /usr/share/info