Browse thread
[Caml-list] Stop at exception
[
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: | David Mentre <david.mentre@w...> |
| Subject: | Re: [Caml-list] Float and OCaml C interface |
David Mentre <david.mentre@wanadoo.fr> writes: > Christophe Raffalli <raffalli@univ-savoie.fr> writes: > > > another question, I use C because I want dynamic linking with native > > compilation (I want the dynamically loaded code to be native too). Is it > > possible to implement that for OCaml ? > > Yes, look at the Asmdynlink module in the Hump. Sorry, I overlocked asmdynlink description. Here are the (supposed) correct answers: dl-runtime: a patch for using primitives from shared libraries with OCaml 3.00 http://www.eleves.ens.fr:8080/home/frisch/soft#dl-runtime SCaml : A patch, against OCaml 3.04, making it possible to: create, link against and dynamically load shared objects on i386 ELF platforms. http://algol.prosalg.no/~malc/scaml/ Best regards, d. -- david.mentre@wanadoo.fr ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr