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: | -- (:) |
| From: | Kuba Ober <kuba@m...> |
| Subject: | Re: [Caml-list] Re: Road to native windows OCaml... |
On Tuesday 14 October 2008, Sylvain Le Gall wrote: > 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. Why do we need fork? I need to look at the code... Cheers, Kuba