From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id D5A9FBC57 for ; Fri, 19 Mar 2010 22:37:44 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao4CAFqLo0uCcUBTaGdsb2JhbACbUg0FBgoHEyK6dYR6BA X-IronPort-AV: E=Sophos;i="4.51,276,1267398000"; d="scan'208";a="47187366" Received: from sigma957.cis.mcmaster.ca ([130.113.64.83]) by mail3-smtp-sop.national.inria.fr with ESMTP; 19 Mar 2010 22:37:43 +0100 Received: from Dura7.UTS.McMaster.CA (dura7.UTS.mcmaster.ca [130.113.196.62]) by sigma957.cis.mcmaster.ca (8.13.7/8.13.7) with ESMTP id o2JLbO80026715; Fri, 19 Mar 2010 17:37:41 -0400 (EDT) Received: from cgpsrv2.cis.mcmaster.ca (univmail.CIS.McMaster.CA [130.113.64.46]) by Dura7.UTS.McMaster.CA (8.13.7/8.13.7) with ESMTP id o2JLb82E014546; Fri, 19 Mar 2010 17:37:08 -0400 Received: from [99.235.230.129] (account carette@univmail.cis.mcmaster.ca HELO [192.168.1.105]) by cgpsrv2.cis.mcmaster.ca (CommuniGate Pro SMTP 5.2.12) with ESMTPSA id 294928241; Fri, 19 Mar 2010 17:37:10 -0400 Message-ID: <4BA3EE89.6000602@mcmaster.ca> Date: Fri, 19 Mar 2010 17:37:13 -0400 From: Jacques Carette Organization: McMaster University User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: Compiling 3.11.2 using cygwin Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version-Mac: 5.5.9.395186, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2010.3.19.213037 X-PerlMx-Spam: Gauge=IIIIIIII, Probability=8%, Report=' BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_600_699 0, BODY_SIZE_7000_LESS 0, TO_NO_NAME 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __SANE_MSGID 0, __USER_AGENT 0' X-Spam-Flag: NO X-Spam: no; 0.00; cygwin:01 cygwin:01 non-standard:01 -prefix:01 compilation:01 pervasives:01 cmi:01 lib:01 ocaml:01 pervasives:01 cmi:01 ocaml:01 partial:01 compile:01 complains:01 I am trying to compile 3.11.2 using cygwin, with a non-standard -prefix. I have tried various prefixes, all unsuccessfully. Everything seems to proceed fine during compilation, the only hiccup is that "make install" complains it can't find build/partial.sh, but otherwise everything seems 'fine'. But if I try to start the newly installed binary, it immediately dies because it can't find pervasives.cmi (even though it is there, in lib/ocaml/pervasives.cmi right beside bin/ocaml). I looked on the archives of caml-list and on mantis, and did not find anything helpful. I am at a loss as to what to do now. Any ideas? Jacques