caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <Xavier.Leroy@inria.fr>
To: Peter Halacsy <peter@halacsy.com>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] ppc 64 bit
Date: Mon, 09 Oct 2006 18:34:08 +0200	[thread overview]
Message-ID: <452A7A00.6080009@inria.fr> (raw)
In-Reply-To: <F8FFBED8-433F-4019-98BB-0FB80DBD5038@halacsy.com>

> 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


  reply	other threads:[~2006-10-09 16:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-09  8:38 Peter Halacsy
2006-10-09 16:34 ` Xavier Leroy [this message]
2006-10-09 17:58   ` Re: [Caml-list] " Peter Halacsy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=452A7A00.6080009@inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=caml-list@yquem.inria.fr \
    --cc=peter@halacsy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).