Browse thread
[Caml-list] Objective Caml 3.02 released
[
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: | Stephan Tolksdorf <andorxor@g...> |
| Subject: | Re[2]: [Caml-list] Objective Caml 3.02 released |
> I can't get this or 3.01 to compile under cygwin -- it does fine until it > starts using boot/ocamlrun, which doesn't exist. boot/ocamlc and > boot/ocamllex exist, but there is no boot/ocamlrun. Anyone have any ideas > why? 3.01 works for me (latest Cygwin, Win2000) with the following steps: 1) Start Cygwin Bash Shell 2) Change into the OCaml src directory: e.g. "cd /cygdrive/d/development/src/ocaml-3.02" 3) "./configure" 4) "make world" 5) "make install" Optionally: 6) "make ocamlopt" 6) "make installopt" When trying to install ocamlopt for 3.02 the following error occurs: $ make installopt cd asmrun; make install make[1]: Entering directory `/cygdrive/d/development/src/ocaml-3.02/asmrun' cp libasmrun.a /usr/local/lib/ocaml/libasmrun.a cp: cannot stat `libasmrun.a': No such file or directory make[1]: *** [install-default] Error 1 make[1]: Leaving directory `/cygdrive/d/development/src/ocaml-3.02/asmrun' make: *** [installopt] Error 2 Regards, Stephan ------------------- 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