caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jacques Garrigue <garrigue@math.nagoya-u.ac.jp>
To: markus.mottl@gmail.com
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Bootstrapping problem with patched compiler
Date: Sat, 09 Jul 2005 07:10:17 +0900 (JST)	[thread overview]
Message-ID: <20050709.071017.28782681.garrigue@math.nagoya-u.ac.jp> (raw)
In-Reply-To: <20050708190245.GA21352@quant3.janestcapital.quant>

From: Markus Mottl <markus.mottl@gmail.com>

> According to a post from Xavier some time ago the right way to bootstrap
> the compiler with such changes is as follows:
> 
>  - start with pristine OCaml sources
>  - do "make world"
>  - perform your changes
>  - do "make all"  (NOT "make world")
>  - do "make bootstrap" to make sure everything is OK.
> 
> Unfortunately, this does not work for me.  Here is the last error message,
> which pops up after "make all":
> 
>   make[2]: Entering directory `/tmp/ocaml/otherlibs/labltk/lib'

If you went up to that point, it means that the changes basically
worked. You may verify it by using
  ./boot/ocamlrun ./ocaml -I stdlib
But apparently some dependencies were not  yet solved.
I cannot exactly see where the problem comes from, but
I would suggest one more "make bootstrap" to clear the situation.

Jacques Garrigue


  reply	other threads:[~2005-07-08 22:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-08 19:02 Markus Mottl
2005-07-08 22:10 ` Jacques Garrigue [this message]
2005-07-11 15:28   ` [Caml-list] " Markus Mottl

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=20050709.071017.28782681.garrigue@math.nagoya-u.ac.jp \
    --to=garrigue@math.nagoya-u.ac.jp \
    --cc=caml-list@inria.fr \
    --cc=markus.mottl@gmail.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).