Browse thread
ocaml dll in an Erlang runtime
[
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: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Re: [Caml-list] ocaml dll in an Erlang runtime |
2007/6/21, Joel Reymont <joelr1@gmail.com>: > > My biggest issue with OCaml is building shared libraries. > > I tried to build a shared library for use with Ruby once and failed > miserably. Could you please elaborate about this? Maybe not on this thread. I ask this, because almost all my OCaml code is use as shared libraries. Most of the time, this is on Windows (but compilation is a lot simpler on unix). They are called from LabVIEW, Java, C... The only problem I faced is that I have to avoid Thread module. Salutations Matt