Alan Schmitt wrote: > Hi, > > I guess I went too fast sending my message yesterday. I had rebuilt a > cvs Ocaml on a couple months old cygwin and it did not work. Then I > got a new cygwin and it still did not work. This morning I rebuilt > Ocaml on the new cygwin and it does work. > > Alan > > >Hi, > > > >I rebuilt Ocaml with the latest Cygwin version and now it works. > > > >Rolf > > > > -- > The hacker: someone who figured things out and made something cool happen. > ------------------- > To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr Hi, I have the same problem (segmentation fault, STATUS_ACCESS_VIOLATION) using labltk; I compiled ocaml 3.01 on the new cygwin 1.1.8-2. I don't have the problem of undefined function, this works well : $ ocaml.exe Objective Caml version 3.01 # fdas ;; Characters 0-4: Unbound value fdas #quit;; $ but when I use labltk (see the file ihm2.ml), the program crashs when I try to erase the canvas. Christophe