Re: [Caml-list] "Virtual" dependencies in ocamlbuild

2009-01-24 Thread Nicolas Pouillard
Excerpts from Stéphane Glondu's message of Sat Jan 24 19:27:08 +0100 2009: > Hi all, > > Is there any way to add a dependency to a .cma file without adding it to > the linking command? > > It seems that "dep" from the API also adds the dependency for linking: > for example, if that dependency is

[Caml-list] "Virtual" dependencies in ocamlbuild

2009-01-24 Thread Stéphane Glondu
Hi all, Is there any way to add a dependency to a .cma file without adding it to the linking command? It seems that "dep" from the API also adds the dependency for linking: for example, if that dependency is a stamp file, that stamp file is stupidly added to "ocamlc -a" command, making it fail.