From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p9HEnpT0030174 for ; Mon, 17 Oct 2011 16:49:51 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am4BAA1AnE7YSfEMkWdsb2JhbAApGhaoUyIBAQEBCQsLBxQEIYFuAQEEATIBRgULBQYYLlcGJIduCCS1VogIBKVs X-IronPort-AV: E=Sophos;i="4.69,359,1315173600"; d="scan'208";a="113206099" Received: from info-smtp-004.amnh.org ([216.73.241.12]) by mail4-smtp-sop.national.inria.fr with ESMTP; 17 Oct 2011 16:49:50 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by info-smtp-004.amnh.org (Postfix) with ESMTP id 03B641CD590; Mon, 17 Oct 2011 10:49:49 -0400 (EDT) Received: from info-smtp-004.amnh.org ([127.0.0.1]) by localhost (info-smtp-004.amnh.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VwTZHJ7EymUx; Mon, 17 Oct 2011 10:49:48 -0400 (EDT) Received: from webmail.amnh.org (dolce.amnh.org [216.73.241.32]) by info-smtp-004.amnh.org (Postfix) with ESMTP id 80FC91CD579; Mon, 17 Oct 2011 10:49:48 -0400 (EDT) Received: from 216.73.248.46 (SquirrelMail authenticated user lhong) by webmail.amnh.org with HTTP; Mon, 17 Oct 2011 10:49:48 -0400 (EDT) Message-ID: <61625.216.73.248.46.1318862988.squirrel@webmail.amnh.org> In-Reply-To: <4E9C3E24.4060402@gmail.com> References: <59861.216.73.250.121.1318539438.squirrel@webmail.amnh.org> <4E9C3E24.4060402@gmail.com> Date: Mon, 17 Oct 2011 10:49:48 -0400 (EDT) From: "lin hong" To: "Jonathan Protzenko" Cc: caml-list@inria.fr User-Agent: SquirrelMail/1.4.8-4.el4.centos MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: [Caml-list] ocamlbuild -where on MinGW of Win7 gives wrong path oh, I forgot to mention this, it happened when I ssh to mingw from another machine. ocamlbuild works fine locally Best, Lin > I just tried on my own build (see > http://yquem.inria.fr/~protzenk/caml-installer.html) and everything > seems to work fine. What's the output of ocamlbuild -where? > > jonathan > > On Thu 13 Oct 2011 10:57:18 PM CEST, lin hong wrote: >> Hi, >> >> we are trying to get our project compiled with ocaml3.11 under MinGW + >> Windows7. >> >> I noticed this is a known bug with ocaml3.10. and according to this >> >> http://caml.inria.fr/mantis/print_bug_page.php?bug_id=4575 >> >> it's fixed last year. >> >> but we still have the same problem here, maybe it's a Windows7 issue? >> >> >