Browse thread
[Caml-list] Byte code and dynamic linking of C libraries
- Yaron Minsky
[
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: | Yaron Minsky <yminsky@c...> |
| Subject: | [Caml-list] Byte code and dynamic linking of C libraries |
I've got some code that dynamically links in a C library. The code works just fine when I compile to native code, but blows up when I compile to bytecode. Just to be clear, the dynamic linking I'm doing happens entirely on the C side: I've got a c library that is linked in statically, and the dlopen and dlclose calls all happen within that C library. When I try this trick in bytecode, I get a segfault. So, any ideas as to what I need to do to make dynamic linking and byte code to play nicely together? Yaron |--------/ Yaron M. Minsky \--------| |--------\ http://www.cs.cornell.edu/home/yminsky/ /--------| Open PGP --- KeyID B1FFD916 Fingerprint: 5BF6 83E1 0CE3 1043 95D8 F8D5 9F12 B3A9 B1FF D916 ------------------- 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