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.7 required=5.0 tests=AWL,NO_DNS_FOR_FROM autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 9BA36BB84 for ; Tue, 9 Dec 2008 13:36:48 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.33,740,1220220000"; d="scan'208";a="18207485" Received: from peray.inria.fr (HELO ausone.local) ([128.93.8.98]) by mail2-relais-roc.national.inria.fr with ESMTP; 09 Dec 2008 13:36:48 +0100 Received: by ausone.local (Postfix, from userid 501) id 96F432C0EE20; Tue, 9 Dec 2008 13:35:43 +0100 (CET) Content-Type: text/plain; charset=UTF-8 Cc: caml-list Subject: Re: [Caml-list] ocamlbuildlib.cmxa not built under 3.11 From: Nicolas Pouillard To: Alexy Khrabrov References: In-Reply-To: Date: Tue, 09 Dec 2008 13:35:43 +0100 Message-Id: <1228826102-sup-6576@ausone.local> User-Agent: Sup/git X-Spam: no; 0.00; cmxa:01 cmxa:01 -where:01 ocaml:01 cheers:01 complains:01 caml-list:01 boot:01 native:03 aka:04 opt:04 opt:04 dec:05 tue:06 nicolas:08 Excerpts from Alexy Khrabrov's message of Tue Dec 09 08:12:38 +0100 2008: > When trying to build hunpos, > > http://code.google.com/p/hunpos/ > > -- under 3.11, it complains that ocamlbuildlib.cmxa cannot be found in > `ocamlbuild -where`, and it's not there after I did make world.opt in > the top dir of ocaml 3.11. Going into ocamlbuild and saying make > native leaves an boot/ocamlbuild, but end up with an error trying to > use _build which isn't there. > > Since hunpos builds fine under 3.10.2, I wonder whether this is an > intended change in 3.11... Try to build with "make opt.opt". Cheers, -- Nicolas Pouillard aka Ertai