On Sun, Apr 03, 2005 at 08:56:46PM +0100, Richard Jones wrote: > On Sun, Apr 03, 2005 at 08:18:41PM +0200, Sven Luther wrote: > > ocamlc -g -I /usr/lib/ocaml/3.08.3/pcre -I /usr/lib/ocaml/3.08.3/postgres -I > > /usr/lib/ocaml/3.08.3/postgresql -I /usr/lib/ocaml/3.08.3/mysql -I -c > > dbi.ml > > Error while linking dbi.cmo: Reference to undefined global `Big_int' > > make[1]: *** [dbi.cmo] Erreur 2 > > make[1]: quittant le r?pertoire ? > > /home/sven/debian/OCAML/packages/ocamldbi/trunk/ocamldbi-0.9.11 ? > > make: *** [build-stamp] Erreur 2 > > > > Can you take a look at this ? A missing build dependency maybe ? Or > > something > > wrong with findlib or the includes ? > > > > I believe the latest, because of the -I flag ... > > Did something change between 3.08.2 and 3.08.3 related to nums.cma / > Big_int?
Maybe : - num: fix big_int_of_string (empty string) (PR#3483) - num: fix big bug on 64-bit architecture (PR#3299) 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 ? Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

