Hello. >> So, this is a -custom linked bytecode executable.
Thanks for clarifications about -custom and dynamic loading. > ocamlc -o myrun -make-runtime unix.cma > > Then ./myrun prog should work (provided that Unix is the only missing > lib). Yes, it works (fails on the next required library). But in my practice I've never needed -make-runtime. What are the practical cases when -make-runtime is useful? -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
