Browse thread
Road to native windows OCaml...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-10-14 (07:21) |
From: | Sylvain Le Gall <sylvain@l...> |
Subject: | Re: Road to native windows OCaml... |
On 13-10-2008, Kuba Ober <kuba@mareimbrium.org> 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