[
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: | Peter Halacsy <peter@h...> |
| Subject: | Re: Re: [Caml-list] ppc 64 bit |
On 10/9/06, Xavier Leroy <Xavier.Leroy@inria.fr> wrote: > > 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. thanks. it works # Sys.word_size ;; - : int = 64