Browse thread
linking the same module more than once
-
Jake Donham
- Stéphane Glondu
-
Alain Frisch
- Jake Donham
[
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: | Jake Donham <jake@d...> |
| Subject: | Re: [Caml-list] linking the same module more than once |
On Thu, Aug 7, 2008 at 11:13 PM, Alain Frisch <alain@frisch.fr> wrote: > You should really avoid linking two modules with the same name. Yes, I agree vehemently :). I would like the bytecode linker to help me out by (at least) warning me when I do it by accident. Jake