caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ocamlmktop 3.10 fails to link cmo files?
@ 2007-09-21 14:31 Massimiliano Brocchini
  2007-09-21 15:18 ` [Caml-list] " Julien Moutinho
  0 siblings, 1 reply; 5+ messages in thread
From: Massimiliano Brocchini @ 2007-09-21 14:31 UTC (permalink / raw)
  To: Caml mailing list

Hi all,

I tried to make a custom top level using ocamlmktop (ocaml 3.10). I
tried several approaches but I wasn't able to correctly link cmo files
not belonging to the standard library.

e.g. ocamlmktop -I /home/massimiliano/ocaml_code/sequence/
sequence.cmo -o mytop
gives no error and build mytop
but in mytop open Sequence fails reporting an unbound module

while

ocaml -I /home/massimiliano/ocaml_code/sequence/  sequence.cmo
works as expected and allows me to open the module.

Am I doing something wrong or is it a bug?

Ciao, Massimiliano Brocchini


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-21 15:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-21 14:31 ocamlmktop 3.10 fails to link cmo files? Massimiliano Brocchini
2007-09-21 15:18 ` [Caml-list] " Julien Moutinho
2007-09-21 15:37   ` Massimiliano Brocchini
2007-09-21 15:38   ` Massimiliano Brocchini
2007-09-21 15:56     ` Julien Moutinho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).