From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p8EGYTVZ028837 for ; Wed, 14 Sep 2011 18:34:29 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoMEALbWcE6K54gDgWdsb2JhbABBpWyBexQBARYmJoFTAQEFMgFFARALGAkWDwkDAgECAUUGDQEHAQG9LoZuBJM/hRuMDA X-IronPort-AV: E=Sophos;i="4.68,381,1312149600"; d="scan'208";a="119834974" Received: from rouge.crans.org ([138.231.136.3]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 14 Sep 2011 18:34:24 +0200 Received: from localhost (localhost.crans.org [127.0.0.1]) by rouge.crans.org (Postfix) with ESMTP id DDA6C8626; Wed, 14 Sep 2011 18:34:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at crans.org Received: from rouge.crans.org ([10.231.136.3]) by localhost (rouge.crans.org [10.231.136.3]) (amavisd-new, port 10024) with LMTP id mS0d0zEh1xV3; Wed, 14 Sep 2011 18:34:23 +0200 (CEST) Received: from [152.81.12.138] (fleur.loria.fr [152.81.12.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rouge.crans.org (Postfix) with ESMTPSA id A6DB28625; Wed, 14 Sep 2011 18:34:23 +0200 (CEST) Message-ID: <4E70D789.6030309@glondu.net> Date: Wed, 14 Sep 2011 18:34:17 +0200 From: =?ISO-8859-1?Q?St=E9phane_Glondu?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 MIME-Version: 1.0 To: Romain Bardou CC: jeremie@dimino.org, OCaml List References: <4E70C18F.3040304@lri.fr> <83695D27-A767-438A-B909-6864D1A655FE@googlemail.com> <4E70CEAE.8030807@lri.fr> <4E70D140.8030507@glondu.net> <4E70D26A.10801@lri.fr> In-Reply-To: <4E70D26A.10801@lri.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [Caml-list] Link a .so/.dll dynamically On 09/14/2011 06:12 PM, Romain Bardou wrote: > Thanks, this solves the "native" part of my problem ! Now I need to > figure out how to link this .so file. You mean, the equivalent of dllmylib.so? There is no such file in native code: mylib.cmxs will contain the contents of mylib.cmxa and wrapper.o. HTH, -- Stéphane