Browse thread
Bytecode run on AIX - "unknown C primitive" error
[
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: | Christoph Bauer <christoph.bauer@l...> |
| Subject: | RE: [Caml-list] OCaml on AIX |
Dawid wrote: > So I get working native code. > The remaining problem is that camlp4 crashes on some Unix call when preprocessing. I solved it by preprocessing all > the code on another machine. I looked again into that problem. ocamlrun opens a DLL (dllunix.so) and this dll trys to use symbols from ocamlrun (caml_alloc_string). Unfortunatly this doesn't work. The easiest solution is, to link ocamlrun agains libcamlrun_shared.so and to set an internal libpath. Download it from here: http://home.arcor.de/chr_bauer/ocaml-aix.html Christoph Bauer