From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p0JD4eGY023109 for ; Wed, 19 Jan 2011 14:04:40 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsUAAA9wNk1KfVI0kGdsb2JhbACWKo4SCBUBAQIJCQwHEQQgpyWJeoIYhRYuh0MBAQMFhUsEix6DJGw X-IronPort-AV: E=Sophos;i="4.60,344,1291590000"; d="scan'208";a="73469618" Received: from mail-ww0-f52.google.com ([74.125.82.52]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-MD5; 19 Jan 2011 14:04:35 +0100 Received: by wwd20 with SMTP id 20so815066wwd.9 for ; Wed, 19 Jan 2011 05:04:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version:x-mailer; bh=tOknzz0V5qJ+O2yRFDPK4tMXM/11zJhvKNStpMEJwNk=; b=fwXE/jbkPSfz6E7VRG01mJPnj0Qcl78qVlF5gAtvWeSLsgQiOji/g3aJg2Fg76GxgQ 0fh9NOVVCIojDOb5wlROh+M+AZGKDDFN5BimjZJV3cNojPFmtxmfNdQoz9X9flEv/Vak rLWZQzFFvbH2F3Et0N1U/uxpa6iNuDZbdOeM0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=JqtebYQZ3NyW69pFX7W/V6Mkuy4b0LIPh49oagNO4/Wb/hxm5BqqJuOtTvgcUYTl5D tvQYpi/PKTVwMWq/hyCUyiFp9kWv6hZaiRLy4bvUYb7RpX6ZGQXwO/dXKTA5NIbKA7kU Y/139a3vrg9kTf5+DG92p96DXVFL+j1/+q3Nk= Received: by 10.216.71.13 with SMTP id q13mr631240wed.21.1295442274833; Wed, 19 Jan 2011 05:04:34 -0800 (PST) Received: from [192.168.0.193] ([95.60.213.7]) by mx.google.com with ESMTPS id t11sm3645548wes.41.2011.01.19.05.04.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 Jan 2011 05:04:34 -0800 (PST) From: Joel Reymont Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Jan 2011 13:04:30 +0000 Message-Id: To: caml-list@inria.fr Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by walapai.inria.fr id p0JD4eGY023109 Subject: [Caml-list] oasis and loading a pre-build shared library at runtime I'm trying use OCaml to wrap the C API for my Beagle 480 USB analyzer. The API comes as a C file, header file and a pre-built "bundle" on the Mac. I cannot link against the bundle so the bundle needs to be loaded into the OCaml executable built with Oasis. I have C code that loads the bundle but how do I tell Oasis to place the bundle together with the executable during installation? Thanks, Joel --- http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont