On Mon, Apr 04, 2005 at 04:24:49PM +0100, Richard Jones wrote: > 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
Sure do : $ dpkg -l | grep sqlite ii libsqlite-ocam 0.3.5.arch.4-4 Embeddable SQL Database for OCaml Programs ii libsqlite-ocam 0.3.5.arch.4-4 Embeddable SQL Database for OCaml Programs ii libsqlite0 2.8.16-1 SQLite shared library Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

