--- In ocaml_beginners%40yahoogroups.com">ocaml_beginners
yahoogroups.com, Zheng Li <li
...> wrote:
>
>
> The compilation of a cmo has nothing to do with the cmos of the modules on
> which it depends, instead the cmis should be your concern.
That's a useful thing to know ! (and it's very logical when you think about
it : that's what .cmi files exist for).
>
> According to your example, Kennedy module (esp its cmi) seems to locate inside
> Breton_Localization directory. If you're on the top directory, try
>
> ocamlc -i -I Breton_Localization Breton_Localization/listing_files.ml
>
Yes, it works now ... Thanks Zheng !
Ewan