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 DAA06477; Sat, 25 Jan 2003 03:11:12 +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 DAA05974 for ; Sat, 25 Jan 2003 03:11:11 +0100 (MET) Received: from ns3.lowestpricedhosting.com ([216.127.80.111]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h0P2BAr15325 for ; Sat, 25 Jan 2003 03:11:10 +0100 (MET) Received: from jmoss (68-114-204-112-rcp1.ubr1.ftrl.ks.charter.com [68.114.204.112] (may be forged)) (authenticated (0 bits)) by ns3.lowestpricedhosting.com (8.11.6/8.11.6) with ESMTP id h0P2BJF16651 for ; Fri, 24 Jan 2003 21:11:19 -0500 From: jeremiah_moss@cobraa1.com To: caml-list@inria.fr Date: Fri, 24 Jan 2003 20:11:08 -0600 MIME-Version: 1.0 Subject: Re: [Caml-list] Installation problems with Cygwin Message-ID: <3E319DDC.23614.27AB407@localhost> In-reply-to: <3E31BE68.5050502@1969.ws> References: <3E31BA8D.5040801@1969.ws> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On 24 Jan 2003 at 14:30, Karl Zilles wrote: > Karl Zilles wrote: > > Oooh, I think I found it.. check out this google groups post: > > > > http://groups.google.com/groups?q=cygwin+recursive+MAKE&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=7vqcku%24i4p%241%40nnrp1.deja.com&rnum=2 > > > > > > Not sure why it's defaulting to a dos MAKE_MODE... or maybe you have > > another "make" in your path? > > Ok, it looks like you need to explicitly have this in your environment. > > export MAKE_MODE=unix > > It is included by default in /etc/profile, /etc/csh.login, and > /etc/zprofile. > > Perhaps you are using yet another shell, or you've edited these files. > I tried - here's the results: jmoss@JMOSS ~ $ cd /src/ocaml-3.06/ jmoss@JMOSS /src/ocaml-3.06 $ export MAKE_MODE=unix jmoss@JMOSS /src/ocaml-3.06 $ make world cd byterun; make all /c: Can't open /c: No such file or directory make: *** [coldstart] Error 2 jmoss@JMOSS /src/ocaml-3.06 $ ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners