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=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 251D7BC6B for ; Sat, 16 Jun 2007 00:46:09 +0200 (CEST) Received: from hedwig1.umh.ac.be (hedwig2.umh.ac.be [193.190.193.73]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5FMk8AU011504 for ; Sat, 16 Jun 2007 00:46:08 +0200 Received: from poincare.swapping.umh.ac.be ([10.102.100.12]) by hedwig1.umh.ac.be (8.13.6/8.13.6) with ESMTP id l5FMoBgY577606; Sat, 16 Jun 2007 00:50:12 +0200 Received: from localhost ([127.0.0.1] ident=trch) by poincare.swapping.umh.ac.be with esmtp (Exim 4.67) (envelope-from ) id 1HzKYB-0001Lj-MC; Sat, 16 Jun 2007 00:45:51 +0200 Date: Sat, 16 Jun 2007 00:45:51 +0200 (CEST) Message-Id: <20070616.004551.195652937.Christophe.Troestler@umh.ac.be> To: skaller@users.sourceforge.net Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Dynamic linking From: Christophe TROESTLER In-Reply-To: <1181947056.22243.102.camel@rosella.wigram> References: <4672B855.7040103@inria.fr> <1181947056.22243.102.camel@rosella.wigram> X-Face: #2fb%mPx>rRL@4ff~TVgZ"<[:,oL"`TUEGK/[8/qb58~C>jR(x4A+v/n)7BgpEtIph_neoLKJBq0JBY9:}8v|j Organization: Universite de Mons-Hainaut (http://math.umh.ac.be/an/) X-Mailer: Mew version 5.2.50 on Emacs 22.0.95 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.1 (www dot roaringpenguin dot com slash mimedefang) X-Miltered: at concorde with ID 467316B0.004 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; christophe:01 troestler:01 christophe:01 troestler:01 ocaml:01 umh:01 ocaml:01 mingw:01 cygwin:01 bytecode:01 ocamlc:01 -custom:01 cygwin:01 native-code:01 masm:01 On Sat, 16 Jun 2007, skaller wrote: > > A question, probably not directed at Alain: will there be support > for AMD64/64 bit Ocaml for Windows XP64/VC2005 +/- Vista? > Windows ports are all 32 bit at the moment aren't they? Extract from README.win32 : Native MS Native MinGW Cygwin 64 bits? Win32 or Win64 Win32 only Win32 only Third-party software required - for base bytecode system none none none - for ocamlc -custom MSVC Cygwin Cygwin - for native-code generation MSVC+MASM Cygwin Cygwin Speed of bytecode interpreter 70% 100% 100% Replay debugger no no yes The Unix library partial partial full The Threads library yes yes yes The Graphics library yes yes no Restrictions on generated executables? none none yes (*) ChriS