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 be nice if there were an additional configure flag which
allowed this to be done in a more pleasant way...

-Jon

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to