Browse thread
[Caml-list] Installation problems with Cygwin
-
jeremiah_moss@c...
- Karl Zilles
-
Karl Zilles
-
Karl Zilles
- jeremiah_moss@c...
-
Karl Zilles
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | jeremiah_moss@c... |
| Subject: | Re: [Caml-list] Installation problems with Cygwin |
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