From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id AAB6DBB84 for ; Wed, 28 Jun 2006 23:20:24 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k5SLKOTe020282 for ; Wed, 28 Jun 2006 23:20:25 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id XAA25706 for ; Wed, 28 Jun 2006 23:20:23 +0200 (MET DST) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k5SLKNS2020273 for ; Wed, 28 Jun 2006 23:20:23 +0200 Received: by nz-out-0102.google.com with SMTP id 13so76254nzp for ; Wed, 28 Jun 2006 14:20:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IctKflogEpyoQ8xtnlJNmZtU5pM8yYoWU4+f0aDAX8oZ0yVGOp4AXN9wivTbNZk7YL5gSQke0D8lfmhjMkuSg7OuvUv0yLmpCPDMgO0d8FeHW+qI4s+8LpgPf+vOMGwEitWBdVoTfTqyhhFw6VVQdrX0JdLfBdf0tcLwSr+T/qg= Received: by 10.36.106.5 with SMTP id e5mr1894331nzc; Wed, 28 Jun 2006 14:20:22 -0700 (PDT) Received: by 10.36.101.10 with HTTP; Wed, 28 Jun 2006 14:20:22 -0700 (PDT) Message-ID: Date: Thu, 29 Jun 2006 09:20:22 +1200 From: "Jonathan Roewen" To: Michel.Mauny@ensta.fr Subject: Re: [Caml-list] Typing unmarshalling without marshalling types Cc: caml-list@inria.fr, "=?ISO-8859-1?Q?Gr=E9goire_Henry?=" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <449BB0C6.5040204@ensta.fr> X-j-chkmail-Score: MSGID : 44A2F297.001 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 44A2F298.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 44A2F297.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; marshalling:01 odyl:01 cmo:01 bytecode:01 ocaml:01 ocamlc:01 ocaml:01 caml-list:01 typing:01 complains:01 encode:01 types:02 shell:04 shell:04 fix:04 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 > I used your shell script to build it, and mkcamlp4 doesn't want to > play nice (complains that odyl.cmo is not a bytecode object file). Ohh, it's a shell script! And ocaml doesn't encode path info for ocamlc from the setting of prefix in the configure script. I'm sure that's a quick fix from the ocaml team for the next release :-) Jonathan