ocamlodbc for Debian -------------------- To build a file -- say the monitor example -- with bytecode: ocamlc ocamlodbc.cma monitor.ml -o monitor Or, natively: ocamlopt ocamlodbc.cmxa monitor.ml -o monitor Note that OcamlODBC does not presently provide a shared library, so even with the first option, you will get an ELF executable. So I suggest using the native mode if possible. -- John Goerzen , Wed, 25 Feb 2004 09:51:15 -0600