From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id D5C40BC0A for ; Wed, 23 May 2007 15:31:11 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4NDVBMU023869 for ; Wed, 23 May 2007 15:31:11 +0200 Received: by ug-out-1314.google.com with SMTP id p27so155823ugc for ; Wed, 23 May 2007 06:31:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=DMxgILt069g2e2HkmfIqyteGlS478kuMKKTs5JZfUnyp0xppxy9XuTepB/1Ir4eLyFg4Zs0wsUEprq9sNyPn+v7Moldf9WEjGfhbh46pwNvykl2OPzpU96IUGvywB1djU6L+DB0h2pwjnGVoFqJ29/lv3IzgMLOfjSQubRv2Sc4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=J4TWiIQj6d2BDAJsizRCNmJd+d6wwzPXa37dDqytA7cCAh/n64JY0TIDoPyZmUKZNe5KhBwVVwOIJ61EB8zRWmlJGxEkH/lIFPw/6FcOYGjV7Vv9KfTY++YZianStTw8+vDGa+Sh7tBjMDwgXC9DTKu2+gWQpN/C+pxnFyfDEyM= Received: by 10.67.116.15 with SMTP id t15mr1353347ugm.1179927070831; Wed, 23 May 2007 06:31:10 -0700 (PDT) Received: from ?192.168.1.33? ( [88.7.139.195]) by mx.google.com with ESMTP id 54sm3827977ugp.2007.05.23.06.31.09; Wed, 23 May 2007 06:31:09 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: OCaml List From: Joel Reymont Subject: Pairing ocamlbuild with ocamlfind Date: Wed, 23 May 2007 14:31:11 +0100 X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 4654421F.000 on discorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at discorde with ID 4654421F.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocamlfind:01 ocamlfind:01 pair:01 library:03 library:03 install:05 doesn't:12 built:12 does:14 thanks:17 files:18 needs:21 which:22 that:23 what:24 What is the easiest way to pair ocamlbuild with ocamlfind to install a library? ocamlfind needs to be involved with the library name which ocamlbuild doesn't know and all the built files that ocamlbuild does now about. Thanks, Joel -- http://wagerlabs.com/