On Sun, Apr 03, 2005 at 11:57:20PM +0200, Sven Luther wrote: > But i have some trouble in thinking that it could have an influence on > linking. big_int.cmi/cmx/mli is present in OCAMLLIBDIR, can you investigate > where this empty -I after mysql comes from ?
The empty -I is supposed to be an include for sqlite. On my machine: ocamlc -g -I /usr/lib/ocaml/3.08/pcre -I /usr/lib/ocaml/3.08/postgres -I /usr/lib/ocaml/3.08/postgresql -I /usr/lib/ocaml/3.08/mysql -I /usr/lib/ocaml/3.08/sqlite -c dbi.mli [etc] The debian/control file specifies that libsqlite-ocaml-dev is a build dependency. Do you have this installed? What is the output of the command: ocamlfind query sqlite Rich. -- Richard Jones, CTO Merjis Ltd. Merjis - web marketing and technology - http://merjis.com Team Notepad - intranets and extranets for business - http://team-notepad.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

