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.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 82481BC69 for ; Thu, 29 Mar 2007 00:46:55 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2SMktcE025705 for ; Thu, 29 Mar 2007 00:46:55 +0200 Received: by ug-out-1314.google.com with SMTP id k3so401279ugf for ; Wed, 28 Mar 2007 15:46:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=NjbH17erDjYiCzuICPf8tLhCePQFlFoDgslDSifkwbYBo602awO+Qb1YN7IqmwoKbIaESanSo5n0VI0RRcTlhzy0GECECKy6Uthu5o5t5lezLBYK2fevXpEnnzU/yzf7qVHMgBWGkwohEkgDFMWeBlcG7vI+O1kr7Bh8dMA/3LU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=CdROfyHQQ6ZJSHqGYmfiJdVHV5RbFgDTo+pfXkHR/lERLjBnhy6FOpSXG1hBYQ7YRGhWrckqT0DneGn9bpXz/IwAGqak/YHjEOr7PeEvxG7K5+BfKeahdBa458mJsv7XlVpb/P7GqtD0oZ3HQ3R9FKY2ZL/jYO9DY5Vy08cHBN0= Received: by 10.67.28.4 with SMTP id f4mr929561ugj.1175122014364; Wed, 28 Mar 2007 15:46:54 -0700 (PDT) Received: from ?192.168.1.34? ( [88.8.239.112]) by mx.google.com with ESMTP id c25sm850713ika.2007.03.28.15.46.52; Wed, 28 Mar 2007 15:46:53 -0700 (PDT) In-Reply-To: References: <026CA3D4-5A8B-4083-B429-DE5AEC418C0A@gmail.com> <02DBCF0E-8CC6-44CC-B59D-31533A58C32A@gmail.com> <5FF6CDCC-AE05-472F-B721-782D32302EB7@gmail.com> <2378477D-F40B-4A4D-B8A4-E0446FB46F7A@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <09997833-12CA-43D4-A414-26349F0B5A37@gmail.com> Cc: "Caml List" Content-Transfer-Encoding: 7bit From: Joel Reymont Subject: Re: [Caml-list] Producing a C wrapper with ocamlbuild or OMake Date: Wed, 28 Mar 2007 23:46:49 +0100 To: Nicolas Pouillard X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 460AF05F.000 on concorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at concorde with ID 460AF05F.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; compiler:01 implicitly:01 debugger:01 caml-list:01 arguments:07 nicolas:08 example:10 example:10 wrapper:10 wrapper:10 build:12 invoked:14 add:14 use:16 thanks:17 Nicolas, How do you supply arguments to the C compiler when it's invoked implicitly, to build the C wrapper, for example? I would like to add '-g', for example, to be able to use the debugger. Thanks, Joel -- http://wagerlabs.com/