[
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: | Alain Frisch <alain@f...> |
| Subject: | Re: [Caml-list] Trying out Ocaml CVS HEAD |
Dario Teixeira wrote: > As for the runtime error message, this is what is produced when the programme > attempts to load eliom.cmxs: > > [errors.log] 2008-04-16 22:15:50 - Fatal - While loading > /home/dario/.local/lib/ocsigen/extensions/eliom.cmxs: Dynlink.Error: no > implementation available for Eliommod_persess > > (note that Eliommod_persess.cmx is included in the list of modules that > are linked into eliom.cmxs) Could it be the case that: - Dynlink.init is called several times? - one of the modules raises an exception during its execution? - the link order is wrong (Eliommod_persess is used by a module linked before itself)? I'll be happy to investigate the problem if you could prepare a (preferably small) stand-alone reproduction case. Alain