[
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: | Xavier Leroy <Xavier.Leroy@i...> |
| Subject: | Re: [Caml-list] ppc 64 bit |
> make world > > everything compiled but > > ./ocaml > Objective Caml version 3.10+dev10 (2006-10-04) > > Fatal error: exception Env.Error(_) It looks you're tring to run OCaml before having installed it. This will, in general, not work. You'd need to do something like boot/ocamlrun ./ocaml -nostdlib -I ./stdlib. But save yourself the pain and just install after compiling. - Xavier Leroy