Browse thread
undefined symbol `caml_tuplify2' in dynamic rocaml extension
[
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: | 2007-08-01 (04:00) |
From: | Jos Backus <jos@c...> |
Subject: | undefined symbol `caml_tuplify2' in dynamic rocaml extension |
Hi. I'm trying to use rocaml to wrap an Ocaml library so it can be accessed from a dynamic Ruby extension (using Callback.register). Everything works, except when I try to access the Ocaml type from Ruby the following Ruby LoadError is emitted: undefined symbol: caml_tuplify2 So my question is: what do I need to do in order to satisfy this symbol? It doesn't appear in any library. ocaml version is 3.09.2. Thanks, -- Jos Backus jos at catnook.com