[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] An elementary question about ocamlmktop |
>My question is: Is there any way to generate a toplevel "foo" that >contains the information in "foo.cmi", so that it can (so to speak) >exists by itself? Nope, not right now. This is a problem for dynlinking modules, too. The cmis all have to be there. You can -pack them, but that has other issues. This is an FAQ, search the list archives. Chris ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners