В исследовательских целях я пытаюсь запустить полный набор тестов sqlite3
.
Я использую Linux для этого теста.
Я считаю, что установил правильные библиотеки
sudo apt-get install tcl-dev tk-dev
И когда я запускаю команду configure
, она находит tcl
checking whether to use an in-ram database for temporary tables... no
checking if executables have the .exe suffix... unknown
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for existence of /usr/lib/tclConfig.sh... loading
checking for library containing readline... no
checking for library containing tgetent... no
checking for readline in -lreadline... no
checking readline.h usability... no
Затем, когда я запускаю make test
, она заканчивается на:
Time: orderby8.test 5080 ms
Time: orderby9.test 291 ms
Makefile:1201: recipe for target 'tcltest' failed
make: *** [tcltest] Killed