Browse thread
Dynlinking plugins defining the same unit name but with different implementations.
[
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: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] Re: Dynlinking plugins defining the same unit name but with different implementations. |
> Could you double-check that you do not mix files compiled with different > versions? Yes, that's impossible it was on a clean system. Here's another error I get in another example : error loading shared library: ...: undefined symbol: caml_young_ptr Is the whole runtime system missing to them ? Note that these errors happen with both loadfile and loadfile_private > Then, please send a reproduction case (with source code and build > instructions) to the Caml bug tracker. Will do this evening. Best, Daniel