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 integrate the
OCaml Sqlite3 package.  I need to link this library into cilly.

I'm no OCaml expert, but to my knowledge the best way to build code
with the Sqlite3 package is:

ocamlfind ocamlopt -package sqlite3 -linkpkg <your source file.ml>

Is there a way to force additional packages to be built into cilly at
compile time?

Thanks much,
-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