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 autolearn=disabled version=3.1.3 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 0AA08BBAF for ; Tue, 14 Oct 2008 09:21:20 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsYDAP7k80jAXQImiGdsb2JhbACTYAEBARUiqSGBbA X-IronPort-AV: E=Sophos;i="4.33,407,1220220000"; d="scan'208";a="18699944" Received: from discorde.inria.fr ([192.93.2.38]) by mail1-smtp-roc.national.inria.fr with ESMTP; 14 Oct 2008 09:21:19 +0200 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m9E7L8Ht017980 for ; Tue, 14 Oct 2008 09:21:18 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgwCAHrl80hQW+UCgWdsb2JhbACTYAEBFiIEqSCBbA X-IronPort-AV: E=Sophos;i="4.33,407,1220220000"; d="scan'208";a="30310803" Received: from unknown (HELO ciao.gmane.org) ([80.91.229.2]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/AES256-SHA; 14 Oct 2008 09:21:14 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KpeD9-0004cE-H0 for caml-list@inria.fr; Tue, 14 Oct 2008 07:20:55 +0000 Received: from ks300734.kimsufi.com ([91.121.65.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Oct 2008 07:20:55 +0000 Received: from sylvain by ks300734.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Oct 2008 07:20:55 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: Road to native windows OCaml... Date: Tue, 14 Oct 2008 07:20:44 +0000 (UTC) Message-ID: References: <200810131935.53365.kuba@mareimbrium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ks300734.kimsufi.com User-Agent: slrn/pre0.9.9-102 (Linux) Sender: news X-Miltered: at discorde with ID 48F44864.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; le-gall:01 ocaml:01 ocaml:01 mingw:01 cygwin:01 compilation:01 bytecode:01 debugger:01 debugger:01 mingw:01 wrote:01 msvc:01 bely:01 native:03 depends:04 On 13-10-2008, Kuba Ober wrote: > I've looked briefly at what it'd take to have OCaml > fully working natively (with mingw/VS), without any Cygwin > needed for compilation. > > 3. I need to look at the bytecode debugger and figure out why doesn't it work > on non-Cygwin builds. > OCaml 3.11 will ship a debugger for Win32 (mingw/msvc). Everything should be working except the replay part which depends on fork. I have worked on this, based on a patch provided few months ago by Dimitry Bely. All in all, I have reimplemented "select" for win32 && pipe. Regards, Sylvain Le Gall