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: | 2010-07-05 (11:41) |
From: | Alain Frisch <alain@f...> |
Subject: | Re: [Caml-list] Re: Dynlinking plugins defining the same unit name but with different implementations. |
On 07/02/2010 07:48 PM, Daniel Bünzli wrote: > I tried to add /usr/local/lib/ocaml to LD_LIBRARY_PATH but without > success. Any hint ? Is that a bug or am I missing something ? As a side node , you should also always link the main program with -linkall (to make sure all the modules that plugins might want to use are indeed present in the main program). Alain