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 UAA27223; Tue, 4 Dec 2001 20:23:44 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA27466 for ; Tue, 4 Dec 2001 20:23:41 +0100 (MET) Received: from ontil.ihep.su (ontil.ihep.su [194.190.161.63]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id fB4JNZn03814; Tue, 4 Dec 2001 20:23:35 +0100 (MET) Received: from localhost (vsl@localhost) by ontil.ihep.su (8.11.0/8.11.0) with ESMTP id fB4KRfp05936; Tue, 4 Dec 2001 23:27:41 +0300 Date: Tue, 4 Dec 2001 23:27:40 +0300 (MSK) From: Vitaly Lugovsky To: Xavier Leroy cc: Subject: Re: [Caml-list] -ccopt -shared In-Reply-To: <20011204132041.A18398@pauillac.inria.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Tue, 4 Dec 2001, Xavier Leroy wrote: > If you really want to create a shared library containing OCaml code > and the OCaml runtime system, this can be done, but you need to use > ocamlc -output-obj or ocamlopt -output-obj to package the OCaml code > as a C object. And the resulting code will be PIC on x86 with a native compiler? Is it already usefull? ------------------- 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