Browse thread
Main program in C + using Pervasives = Missing symbols
- Christian Szegedy
[
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: | Christian Szegedy <christian.szegedy@g...> |
| Subject: | Main program in C + using Pervasives = Missing symbols |
I am trying to embed native compiled OCaml routines into a C++ program. I used the documentation of the OCaml tutorial and Developing Applications in OCaml, and it worked fine until I used some functions from the Pervasives module. These functions cause unresolved symbols while linking the program. I looked at other lib<...>.a files (rather then asmrun) in the ocaml distribution directory, but none of them contained the missing symbols. What to do?