caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Byte code and dynamic linking of C libraries
@ 2004-04-28 18:43 Yaron Minsky
  2004-04-28 19:31 ` Nicolas Cannasse
  2004-04-28 19:38 ` Markus Mottl
  0 siblings, 2 replies; 3+ messages in thread
From: Yaron Minsky @ 2004-04-28 18:43 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-04-28 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-28 18:43 [Caml-list] Byte code and dynamic linking of C libraries Yaron Minsky
2004-04-28 19:31 ` Nicolas Cannasse
2004-04-28 19:38 ` Markus Mottl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).