caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Separate compilation
@ 1995-12-19 14:34 Emmanuel Engel
  1995-12-20 17:33 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Emmanuel Engel @ 1995-12-19 14:34 UTC (permalink / raw)
  To: caml-list


Je suis surpris par les dependance crees par csldep


************ main.ml *******************
let _ = Aux.v
****************************************

************** aux.mli *****************
val v : unit
****************************************

*************** aux.ml *****************
let v = ()
****************************************

csldep *.ml
aux.cmo : aux.cmi
aux.cmx : aux.cmi
main.cmo : aux.cmi
main.cmx : aux.cmx
                 ^????


Les dependances entre fichiers ne passent 
pas par l'interface (ie cmi) ?


Emmanuel Engel




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

end of thread, other threads:[~1995-12-21 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-19 14:34 Separate compilation Emmanuel Engel
1995-12-20 17:33 ` Xavier Leroy

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).