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: | Frank Atanassow <franka@c...> |
| Subject: | RE: Re[2]: [Caml-list] Objective Caml 3.02 released |
I had no problems installing 3.02 (dunno about 3.01) under Cygwin. If I were to hazard a guess, then I would say you ran into a problem because you ran `make installopt' after `make install'. This is not necessary since the makefile automatically runs the former when you run the latter if ocamlopt exists. Just make all the executables you need, then install. --- Frank Atanassow, Information & Computing Sciences, Utrecht University Padualaan 14, PO Box 80.089, 3508TB Utrecht, The Netherlands Tel +31 (0)30 253-3261 Fax +31 (0)30 251-3791 > -----Original Message----- > From: owner-caml-list@pauillac.inria.fr > [mailto:owner-caml-list@pauillac.inria.fr]On Behalf Of Stephan Tolksdorf > Sent: Tuesday, July 31, 2001 15:17 > To: Jeremy Fincher > Cc: caml-list@inria.fr > 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 ------------------- 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