On Tue, May 20, 2008 at 10:24:57PM +0100, Richard W.M. Jones wrote: > ocamlfind ocamlc -package any,other,pkgs -I +camlimages foo.ml > ocamlfind ocamlc -package any,other,pkgs -linkpkg -I +camlimages \ > ci_core.cma foo.cmo Try this instead: ocamlfind ocamlc -package any,other,pkgs -I +camlimages -c foo.ml ocamlfind ocamlc -package any,other,pkgs -linkpkg -I +camlimages \ ci_core.cma foo.cmo -o foo Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v _______________________________________________ Fedora-ocaml-list mailing list Fedora-ocaml-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-ocaml-list