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.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 6BB06BC0A for ; Tue, 15 May 2007 23:31:03 +0200 (CEST) Received: from mail9.dslextreme.com (mail9.dslextreme.com [66.51.199.94]) by concorde.inria.fr (8.13.6/8.13.6) with SMTP id l4FLV1nT007157 for ; Tue, 15 May 2007 23:31:02 +0200 Received: (qmail 30847 invoked from network); 15 May 2007 21:30:27 -0000 Received: from unknown (HELO goalie.pixar.com) (erickt@138.72.46.153) by mail9.dslextreme.com with (RC4-MD5 encrypted) SMTP; Tue, 15 May 2007 14:30:27 -0700 Message-ID: <464A2672.7010801@users.sourceforge.net> Date: Tue, 15 May 2007 14:30:26 -0700 From: Erick Tryzelaar User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Rhythmic Fistman Cc: skaller , Emmanuel Onzon , caml-list , felix-impl Subject: Re: [Caml-list] Re: [Felix-impl] it no me build References: <131e28b50705141643l195bae7cxb80c278e5eec7c4f@mail.gmail.com> <1179251231.7592.9.camel@rosella.wigram> <131e28b50705151200k7989f3d2m64ef3cea4668ca33@mail.gmail.com> <1179258190.7592.46.camel@rosella.wigram> <131e28b50705151327h6f99aceerec01e9d3a10e883f@mail.gmail.com> In-Reply-To: <131e28b50705151327h6f99aceerec01e9d3a10e883f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 464A2695.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; -pack:01 ocamlc:01 ocaml:01 ocamlc:01 ocamlopt:01 compiler:01 config:01 ocaml:01 config:01 sourceforge:01 wrote:01 caml-list:01 reproduce:01 native:02 fix:04 Rhythmic Fistman wrote: > Can we disable -pack? > Can I fall back to ocamlc? How? I can reproduce this on my mac, in ocaml 3.09.3. It works with just ocamlc though. We can turn off ocamlopt by setting this: NATIVE_CODE_COMPILER=0 in config/ocaml_config.py. I'll poke around some more to see if there's a real fix. -e