Re: [CIL users] Linking more OCaml libraries into Cilly

2010-03-25 Thread Jonathan Myers
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

[CIL users] Linking more OCaml libraries into Cilly

2010-03-25 Thread Jonathan Myers
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