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=0.1 required=5.0 tests=AWL,MISSING_HEADERS autolearn=disabled version=3.1.3 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id EDFC6BC6D for ; Thu, 31 Jan 2008 15:09:40 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAA5loUeBrw8Eh2dsb2JhbACQKwEBAQgKKZl7 X-IronPort-AV: E=Sophos;i="4.25,285,1199660400"; d="scan'208";a="22018037" Received: from discorde.inria.fr ([192.93.2.38]) by mail4-smtp-sop.national.inria.fr with ESMTP; 31 Jan 2008 15:09:40 +0100 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m0VE9e9d002669 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Thu, 31 Jan 2008 15:09:40 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAA5loUeBrw8Eh2dsb2JhbACQKwEBAQgKKZl7 X-IronPort-AV: E=Sophos;i="4.25,285,1199660400"; d="scan'208";a="22018036" Received: from ext.lri.fr ([129.175.15.4]) by mail4-smtp-sop.national.inria.fr with ESMTP; 31 Jan 2008 15:09:39 +0100 Received: from localhost (localhost [127.0.0.1]) by ext.lri.fr (Postfix) with ESMTP id 6D253A491A; Thu, 31 Jan 2008 15:09:39 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at lri.fr Received: from ext.lri.fr ([127.0.0.1]) by localhost (ext.lri.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YcVzhKApay+G; Thu, 31 Jan 2008 15:09:39 +0100 (CET) Received: from smtp.lri.fr (vhost3-23 [129.175.3.23]) by ext.lri.fr (Postfix) with ESMTP id 3F9FDA48E8; Thu, 31 Jan 2008 15:09:39 +0100 (CET) Received: from [129.175.4.128] (lri4-128 [129.175.4.128]) by smtp.lri.fr (Postfix) with ESMTP id 22B38E0516; Thu, 31 Jan 2008 15:09:39 +0100 (CET) Message-ID: <47A1D6F5.4080305@lri.fr> Date: Thu, 31 Jan 2008 15:11:01 +0100 From: Romain Bardou User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 Cc: Nicolas Pouillard , caml-list Subject: Re: [Caml-list] ocamlbuild and packs References: <47A1B728.1070200@lri.fr> <1201784124-sup-1877@ausone.inria.fr> <47A1D046.2040908@lri.fr> <1201787059-sup-9108@ausone.inria.fr> <47A1D562.70300@lri.fr> In-Reply-To: <47A1D562.70300@lri.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at discorde with ID 47A1D6A4.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; lri:01 ocamldep:01 usr:01 ocamldep:01 cmo:01 clashes:01 compile:01 compile:01 caml-list:01 bin:01 native:03 opt:04 anyway:05 bla:08 okay:09 > I want to pack all the files in bla and bli together anyway, so this > solution would be great; however, now ocamldep gives me an error: > > /usr/local/bin/ocamldep.opt: unknown option `-for-pack'. Okay well this part was easy, I use the tag: : for-pack(Blabli) And it works. Using the includes I can compile blabli.cmo but I can't compile main.native because of the name clashes. -- Romain bardou