brian donovan wrote: > Can anyone give me any tips on getting findlib/OCamlfind up and running > properly on Win32? I'd be very grateful. > There is always the same problems with Unix-oriented soft on Win32. 1. Make sure that your ocaml install path contains no spaces e.g. c:\ocamlmgw 2. in your OCAMLLIB variable use forward slashes e.g. c:/ocamlmgw/lib 3. apply following patch to findlib configure script patch