Browse thread
[Caml-list] generating random variables
[
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: | 2002-05-14 (09:00) |
From: | Xavier Leroy <xavier.leroy@i...> |
Subject: | Re: [Caml-list] Using the O'Caml toplevel inside a C program |
> I try to use the O'Caml toplevel inside a C program but the result > does not run. That's a limitation of programs built with -output-obj: the symbol table information that is normally saved in bytecode executable files is not available in the C object file generated by -output-obj; consequently, neither dynamic loading via Dynlink nor the toplevel can work. It's not trivial to work around this issue, so I haven't addressed it yet. - Xavier Leroy ------------------- 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