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.2 required=5.0 tests=AWL,DNS_FROM_RFC_ABUSE 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 4F32FBC69 for ; Wed, 17 Oct 2007 04:51:48 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAADYVFUfLENaMn2dsb2JhbACOTgIBAQcEBgkIGIEn X-IronPort-AV: E=Sophos;i="4.21,286,1188770400"; d="scan'208";a="3132991" Received: from concorde.inria.fr ([192.93.2.39]) by mail2-smtp-roc.national.inria.fr with ESMTP; 17 Oct 2007 04:51:48 +0200 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l9H2pl0W007806 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Wed, 17 Oct 2007 04:51:47 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAADYVFUfLENaMn2dsb2JhbACOTgIBAQcEBgkIGIEn X-IronPort-AV: E=Sophos;i="4.21,286,1188770400"; d="scan'208";a="3132990" Received: from ipmail01.adl2.internode.on.net ([203.16.214.140]) by mail2-smtp-roc.national.inria.fr with ESMTP; 17 Oct 2007 04:51:45 +0200 X-IronPort-AV: E=Sophos;i="4.21,286,1188743400"; d="scan'208";a="212140099" Received: from ppp121-44-36-108.lns10.syd7.internode.on.net (HELO [192.168.1.201]) ([121.44.36.108]) by ipmail01.adl2.internode.on.net with ESMTP; 17 Oct 2007 11:50:12 +0930 Subject: Re: [Caml-list] win32 ocamlopt version 3.09.3 compatible with Visual C++ 2005 Express Edition? From: skaller To: eliot@generation.net Cc: caml In-Reply-To: <47150902.4040205@generation.net> References: <47150902.4040205@generation.net> Content-Type: text/plain Date: Wed, 17 Oct 2007 12:20:10 +1000 Message-Id: <1192587610.31367.74.camel@rosella.wigram> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 471578C3.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocamlopt:01 ocaml-:01 ocaml:01 ocamlopt:01 compiler:01 pointers:01 ocaml:01 compiler:01 sourceforge:01 distrib:01 imho:01 wrote:01 caml-list:01 nums:01 behaviour:01 On Tue, 2007-10-16 at 14:54 -0400, Eliot Handelman wrote: > Hi, > > > according to README.win32 ( > http://caml.inria.fr/pub/distrib/ocaml-3.09/notes/README.win32 ) ocaml > v. 3.09.3 was > compiled with Visual C++ 2003, and ocamlopt is only supposed to work > with that. In the meanwhile, VC 2003 > has been replaced with Visual C++ 2005 Express Edition > (http://msdn2.microsoft.com/en-us/visualc/aa336427.aspx). Before I > go to the trouble of removing visual c 6 & installing the above, would > someone happen to know whether ocamlopt v. 3.09.3 works > with the 2005 compiler? If not, pointers to where I can get the MS 2003 > components needed would be much appreciated. Yes it does, on XP32 ** Ocaml also builds fine as 64 bit on XP64, however some C libraries contain 'long is 64 bit' bugs (which I have reported but which haven't been acknowledged for months, which is fairly poor behaviour IMHO). Nums library is affected by such bugs. ** actually I have built with VS2005 full edition, but the compiler is the same in the Express edition. -- John Skaller Felix, successor to C++: http://felix.sf.net