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.9 required=5.0 tests=DNS_FROM_RFC_ABUSE, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 8132EBBE1 for ; Mon, 9 Oct 2006 19:58:23 +0200 (CEST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id k99HwMi0011455 for ; Mon, 9 Oct 2006 19:58:23 +0200 Received: by wx-out-0506.google.com with SMTP id s6so1835285wxc for ; Mon, 09 Oct 2006 10:58:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=lY8/uY0v0Q2OM1rDt30UKPxzNjImQMdWZZfWNpPD4YtT7Deqg8wq7p5prHBVsUgzrs/iQkcutiCpv92PyPCT7pWTj8ZjHgyy6FveWavi9w0nMz1Od3lwvBGi4bIC0TdjvXeS080SRZWLsAK4dhrrigEa7DRIehR/H6h+AFjf+Cs= Received: by 10.70.19.16 with SMTP id 16mr11640798wxs; Mon, 09 Oct 2006 10:58:22 -0700 (PDT) Received: by 10.70.40.11 with HTTP; Mon, 9 Oct 2006 10:58:22 -0700 (PDT) Message-ID: <85a9734c0610091058i46c581fbif306108d871779f9@mail.gmail.com> Date: Mon, 9 Oct 2006 19:58:22 +0200 From: "Peter Halacsy" Sender: halacsy@gmail.com To: caml-list@yquem.inria.fr Subject: Re: Re: [Caml-list] ppc 64 bit In-Reply-To: <452A7A00.6080009@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <452A7A00.6080009@inria.fr> X-Google-Sender-Auth: 3dfb711c1f68c646 X-Miltered: at discorde with ID 452A8DBE.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 ocamlrun:01 -nostdlib:01 stdlib:01 2006:98 wrote:01 caml-list:01 exception:01 dev:01 boot:01 int:01 caml:02 compiling:02 objective:02 On 10/9/06, Xavier Leroy wrote: > > make world > > > > everything compiled but > > > > ./ocaml > > Objective Caml version 3.10+dev10 (2006-10-04) > > > > Fatal error: exception Env.Error(_) > > It looks you're tring to run OCaml before having installed it. This > will, in general, not work. You'd need to do something like > boot/ocamlrun ./ocaml -nostdlib -I ./stdlib. But save yourself the > pain and just install after compiling. thanks. it works # Sys.word_size ;; - : int = 64