Browse thread
ocamlbuild and automatic dependencies
[
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: | 2007-03-16 (14:22) |
From: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
Subject: | Re: [Caml-list] ocamlbuild and automatic dependencies |
Hi, > On Mar 14, 2007, at 1:11 PM, Nicolas Pouillard wrote: > >module F = Foo This means : "define a module named F whose *implementation* is the implementation of Foo". Therefore it is normal that at link time, the system asks for an implementation of foo. IMHO, it is not a bug. -- Daniel de Rauglaudre http://pauillac.inria.fr/~ddr/