This might be a configure bug, although it doesn't find SQLite prerequisites it tries to compile anyway.
I'm trying to compile pike 7.7.25 from cvs.
Output of configure is:
SQLite.............. no (dependencies failed)
Output of make is:
Compilation command was: /usr/src/pike/bin/smartlink gcc -I. -I/usr/src/pike/src/post_modules/ SQLite -I/usr/src/pike/src -I/usr/src/pike/src -I/usr/src/pike/src/ bundles/include -I/usr/local/include -I/usr/X11R6/include - DHAVE_CONFIG_H -g -ggdb3 -mcpu=i686 -I/usr/src/pike/src/bundles/ include -I/usr/local/include -I/usr/X11R6/include -W -Wall -Wno- unused -Wcomment -Wformat -Wimplicit-function-declaration -Wmultichar -Wswitch -Wuninitialized -Wpointer-arith -Wchar-subscripts -Wno-long- long -c sqlite.c -o sqlite.o make[2]: *** [sqlite.o] Error 1 make[2]: Leaving directory `/var/src/pike/src/post_modules/SQLite' make[1]: *** [SQLite] Error 1
Best regards,
Marc Dirix