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.0 required=5.0 tests=AWL,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 35B62BC69 for ; Fri, 30 Mar 2007 02:24:44 +0200 (CEST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2U0Oher003216 for ; Fri, 30 Mar 2007 02:24:44 +0200 Received: by nf-out-0910.google.com with SMTP id a25so348400nfc for ; Thu, 29 Mar 2007 17:24:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dvsZ7KAY+QDhLs4jU0A7atHMPFlnyPQjgsVzvmJduX7dx5Hs2WCcDZDtaR+rcU962gEWOxsrNpkFeUxjf4tEX0pobkxl7qroZxWag0eiVPeVlSuF+n+KS2ePyWvzxREhjqbk/SLPDTj4mWVdOYN4z5N+K44JnpTkg0KSIwsD8OU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JJcoZb947irX+in3WGADKCH4Jih361Xtg6lWCzzcWIxi1BxOt3W3OvqU6xwGFuw96RhylrlK1XzTJTpZ/RUgoaqnQRwfeQ1hmYeFy/8/Ph8tPkTPw6X3x6p5dmXFvG5ORZ+9hC85XplD5Rr/zKpVgyb//IaDLZN3T8pIj4Mzfx0= Received: by 10.78.185.16 with SMTP id i16mr670436huf.1175214283557; Thu, 29 Mar 2007 17:24:43 -0700 (PDT) Received: by 10.78.11.1 with HTTP; Thu, 29 Mar 2007 17:24:43 -0700 (PDT) Message-ID: <8ef825670703291724s49c9ed92x4c193e7b0868aec6@mail.gmail.com> Date: Fri, 30 Mar 2007 04:24:43 +0400 From: "Vladimir Shabanov" To: "Matthieu Wipliez" , "Caml List" Subject: Re: [Caml-list] ocamlbuild under mingw In-Reply-To: <624694.51003.qm@web27008.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <624694.51003.qm@web27008.mail.ukl.yahoo.com> X-j-chkmail-Score: MSGID : 460C58CB.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 460C58CB.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; mingw:01 cygwin:01 binutils:01 gcc:01 mingw:01 matthieu:01 ocaml:01 cygwin:01 ocaml:01 matthieu:01 cvs:01 compile:01 caml-list:01 compiling:02 compiled:04 For some reason I don't use cygwin, so compiling under one is not an option. MSYS works ok for me, since I use latest binutils & gcc compiled by myself, not from MinGW distribution (so no problems with @response files). As Nicolas Pouillard said, the problem with ocamlbuild was 'tput' command from termutils, which haven't been installed on my system. Now it works fine. 2007/3/29, Matthieu Wipliez : > > Hello, > > > I compiled the MinGW version of OCaml on Cygwin from CVS yesterday, and did > not have a problem. The OCaml documentation states that one shoud "*not* > install the Mingw/MSYS development tools from www.mingw.org" to compile > OCaml. Have you tried Cygwin instead of MinGW, to see if it works better ? > > Hope this helps, > Matthieu >