From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id DC3A3BB9A for ; Wed, 26 Oct 2005 15:32:02 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9QDW2Rr012914 for ; Wed, 26 Oct 2005 15:32:02 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA11364 for ; Wed, 26 Oct 2005 15:32:01 +0200 (MET DST) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j9QDW0rX012906 for ; Wed, 26 Oct 2005 15:32:01 +0200 Received: by xproxy.gmail.com with SMTP id h29so479128wxd for ; Wed, 26 Oct 2005 06:32:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BrZd15/k9/1rRbLeFsM0+CSz8DPy2L/Fdji+p70go117JJLqA7N3XH9tfg/IN2U57y4K+fvRDceMWh8XA5aPM3oakFym7ogUSIo4ejzVBJvXhg5IyxDB1HPwo+GOp0jSKOiRJ+u9LXfCoe871GfaDZjno70GZ05decenOi8SYIk= Received: by 10.65.242.5 with SMTP id u5mr674957qbr; Wed, 26 Oct 2005 06:32:00 -0700 (PDT) Received: by 10.64.180.11 with HTTP; Wed, 26 Oct 2005 06:32:00 -0700 (PDT) Message-ID: <891bd3390510260632l695672e0i927e23d1a460ef23@mail.gmail.com> Date: Wed, 26 Oct 2005 09:32:00 -0400 From: Yaron Minsky Sender: yminsky@gmail.com To: Caml Mailing List Subject: Windows, Godi, Findlib and all that MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 435F8552.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 435F8551.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; yaron:01 minsky:01 yminsky:01 findlib:01 ocaml:01 findlib:01 dependencies:01 mingw:01 mingw:01 ocamole:01 ocamole:01 yaron:01 minsky:01 -or-:98 cornell:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 I've been trying to figure out what the state of OCaml on Windows is, and I'm wondering if anyone on the list can help me out. I've been trying to get godi, findlib and integration with MS excel going at the same time. The problem is that these approaches appear at first glance to be incompatible. Here are the dependencies that I know about. 1. Godi works only on cygwin, and isn't supported even with mingw. 2. Findlib works with cygwin -or- mingw, but doesn't work with the native b= uild 3. The real windows support (win32 libraries and ocamole, the latter of which provides Excel integration), only work with the native build. Does anyone have a sense of whether any of these issues can be overcome? How much work, for instance, would it take to get findlib working on the native win32 build? How about Godi? How about getting theings like ocamole working with the mingw build? Thanks, Yaron Minsky