From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id WAA17998; Sat, 12 Jan 2002 22:33:00 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA18465 for ; Sat, 12 Jan 2002 22:32:59 +0100 (MET) Received: from mel-rto6.wanadoo.fr (smtp-out-6.wanadoo.fr [193.252.19.25]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g0CLWxT14868 for ; Sat, 12 Jan 2002 22:32:59 +0100 (MET) Received: from mel-rta7.wanadoo.fr (193.252.19.61) by mel-rto6.wanadoo.fr; 12 Jan 2002 22:32:59 +0100 Received: from oops (193.251.184.142) by mel-rta7.wanadoo.fr; 12 Jan 2002 22:32:37 +0100 Received: from david by oops with local (Exim 3.33 #1 (Debian)) id 16PVlU-00006g-00; Sat, 12 Jan 2002 22:32:36 +0100 To: Christophe Raffalli Cc: caml-list@inria.fr Subject: Re: [Caml-list] Float and OCaml C interface References: <20020104144617.G941@pauillac.inria.fr> <20020110185619.A20606@pauillac.inria.fr> <3C3DDC97.D5C26779@univ-savoie.fr> <87pu4f6zpp.fsf@oops.i-did-not-set--mail-host-address--so-shoot-me> From: David Mentre Organization: none Date: 12 Jan 2002 22:32:36 +0100 In-Reply-To: <87pu4f6zpp.fsf@oops.i-did-not-set--mail-host-address--so-shoot-me> Message-ID: <874rlr6yrv.fsf@oops.i-did-not-set--mail-host-address--so-shoot-me> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk David Mentre writes: > Christophe Raffalli 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