From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,SPF_SOFTFAIL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 1167DBC68 for ; Thu, 28 Sep 2006 19:08:53 +0200 (CEST) Received: from fontus.eecs.berkeley.edu (fontus.EECS.Berkeley.EDU [128.32.48.141]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k8SH8per004445 for ; Thu, 28 Sep 2006 19:08:52 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MIMEOLE: Produced By Microsoft Exchange V6.5 Subject: Compiling latest cvs version of ocaml on cygwin Date: Thu, 28 Sep 2006 10:08:45 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Compiling latest cvs version of ocaml on cygwin Thread-index: AcbjIMHFM+IrvbQZSLypveXwXek+0A== From: "George Necula" To: X-Miltered: at concorde with ID 451C01A3.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; cvs:01 ocaml:01 cygwin:01 necula:01 necula:01 cvs:01 ocaml:01 cygwin:01 camlp:01 cygdrive:01 camlp:01 ocamlrun:01 otherlibs:01 unix:01 otherlibs:01 I am trying to compile the latest cvs version of ocaml sources on cygwin. I get the following error messag: cd camlp4; make all make[1]: Entering directory `/cygdrive/c/Programs/ocaml-cvs-cygwin/camlp4' ../boot/ocamlrun -I ../otherlibs/unix -I ../otherlibs/win32unix ../ocaml -I ../stdlib -I ../otherlibs/unix build/build.ml Cannot load required shared library dllunix. Reason: dynamic loading not supported on this platform. Reference to undefined global `Unix' Does anybody know if there is an easy fix?=20 BTW, I need the cvs version because of some fixes that did not make it in 3.09.3 =20 Thanks, George