Browse thread
[Caml-list] Dynlink problems
[
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: | Jacques Garrigue <garrigue@k...> |
| Subject: | Re: [Caml-list] Dynlink problems |
From: Richard Jones <rich@annexia.org> > I can't work out how to compile the plug-in so that it references > the functions in dllfoo.so. On loading, it consistently complains > about: > > The external function `...' is not available > > where ... is a function defined in the foo library. > > I've even tried giving -dllib on the command line when compiling the > .cmo file, but this makes no obvious difference. > > What am I doing wrong?! "-dllib dllfoo.so" must be used at link time, either for an executable or a library. It is ignored when compiling a .cmo. Jacques Garrigue ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners