Browse thread
ocamlbuild: ml -> cmx & cmi & o ?
-
Josh Berdine
-
Romain Bardou
-
Nicolas Pouillard
- Romain Bardou
-
Nicolas Pouillard
-
Romain Bardou
[
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: | Romain Bardou <Romain.Bardou@l...> |
| Subject: | Re: [Caml-list] ocamlbuild: ml -> cmx & cmi & o ? |
> There is a deep reason for this, the short answer is: > > "if you want native-compilation only, then all your .ml files must have a > .mli" > > Indeed ocamlbuild only generates .cmi from .ml using ocamlc, this is to avoid > conflicting defaulting rules in the engine. Are conflicting rules a problem? -- Romain Bardou