From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id BAA28163; Tue, 18 Dec 2001 01:52:56 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id BAA28048 for ; Tue, 18 Dec 2001 01:52:55 +0100 (MET) Received: from war.OCF.Berkeley.EDU (war.OCF.Berkeley.EDU [128.32.191.89]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id fBI0qr126988 for ; Tue, 18 Dec 2001 01:52:54 +0100 (MET) Received: from darkstar.uclink.berkeley.edu (w068.z064220188.sjc-ca.dsl.cnc.net [64.220.188.68]) by war.OCF.Berkeley.EDU (8.11.6/8.9.3) with ESMTP id fBI0qbp19031 for ; Mon, 17 Dec 2001 16:52:40 -0800 (PST) Message-Id: <5.1.0.14.2.20011217162719.00b01178@mail.ocf.berkeley.edu> X-Sender: wrader@mail.ocf.berkeley.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 17 Dec 2001 16:53:31 -0800 To: caml-list@inria.fr From: Walter Rader Subject: [Caml-list] Compiling OCaml under Windows+Cygwin Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I'm attempting to compile OCaml 3.0.2 on Windows 2000. I have the Cygwin system installed, and everything compiles fine until make gets to ocaml-3.02\otherlibs\labltk\lib\Makefile at which point make dies. Here's the output: ../../../boot/ocamlrun ../../../ocamlc -I ../../../stdlib -custom -linkall -o la bltktop.exe -I ../support \ -I ../../../toplevel toplevellib.cma labltk.cma \ -I ../../unix unix.cma \ -I ../../str str.cma \ topmain.cmo gcc: FilesOCamlbin: No such file or directory gcc: FilesOCamlbin: No such file or directory Error while building custom runtime system make: *** [labltktop.exe] Error 2 Has anyone seen this error before? I can't locate what is trying to reference "FilesOCamlbin". Any pointers would be greatly appreciated. Thanks! Walter Rader ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr