[Bug 446940] ocaml / omake failing with 34 GB problem

Richard W.M. Jones rjones at redhat.com
Tue May 20 21:31:08 UTC 2008


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




More information about the Fedora-ocaml-list mailing list