Update: I found a solution, but it wasn't terribly elegant - I hacked
the Makefile:
#hack the makefile a bit to get things working with sqlite
chmod 644 Makefile
cp Makefile Makefile.orig
sed 's/^CILLY_LIBS = unix str$/CILLY_LIBS = unix str
sqlite3/g' < Makefile.orig > Makefile
It would
I'd like to start by thanking the CIL team for making such a reliable
and helpful tool! I'm amazed at the power in CIL.
I'm currently writing an extension to cilly (using configure
EXTRAFEATURES=). Our extension quite large and is now ready to
incorporate a database (no kidding!). I'm trying to