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 discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id ABA06BC6C for ; Thu, 21 Jun 2007 08:19:18 +0200 (CEST) Received: from ipmail03.adl2.internode.on.net (ipmail03.adl2.internode.on.net [203.16.214.135]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5L6JFcA014810 for ; Thu, 21 Jun 2007 08:19:17 +0200 X-IronPort-AV: E=Sophos;i="4.16,445,1175437800"; d="scan'208";a="105837365" Received: from ppp59-167-2-129.lns1.syd7.internode.on.net (HELO [192.168.1.201]) ([59.167.2.129]) by ipmail03.adl2.internode.on.net with ESMTP; 21 Jun 2007 15:49:00 +0930 Subject: Windows 64 bit Ocaml port From: skaller To: caml-list@inria.fr Cc: Emmanuel Onzon Content-Type: text/plain Date: Thu, 21 Jun 2007 16:18:56 +1000 Message-Id: <1182406736.9364.255.camel@rosella.wigram> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Miltered: at discorde with ID 467A1863.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 stack:01 makefile:01 nativecc:01 nologo:01 makefile:01 stack:01 sourceforge:01 msvc:01 msvc:01 explicitly:01 size:95 variable:06 inria:06 john:09 We found building 3.10 on Windows for amd64, 64 bit code, it was *necessary* to increase the stack size. This is done by editing Makefile.msvc64 so you have: NATIVECC=cl /nologo /F104857600 This could also be done for Makefile.msvc32 I think. It may be a good idea if Inria explicitly put the /F option in this variable with a reasonable amount of stack. RF reckons the default is 1M which is way too small for an FPL. [Report added to bugtracker] -- John Skaller Felix, successor to C++: http://felix.sf.net