caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <xavier.leroy@inria.fr>
To: dmitry grebeniuk <gds@vestra.bendery.md>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] beginner's questions
Date: Tue, 1 Oct 2002 11:20:11 +0200	[thread overview]
Message-ID: <20021001112011.C3571@pauillac.inria.fr> (raw)
In-Reply-To: <Pine.LNX.4.21.0209301537180.1076-100000@vestra.bendery.md>; from gds@vestra.bendery.md on Mon, Sep 30, 2002 at 04:16:39PM +0300

>   jumptbl.h is generated from existing files.  I made it "by hand":
> cd byterun && make -f Makefile.nt jumptbl.h
>   before running "make world".

Right, I believe this is a small bug in the 3.06 distribution
(the file byterun/.depend.nt should be in the distributed sources, but
isn't).

>   But real problems begin further, at Dynlink module (generally at first
> module when exception End_of_file needs to be got from stdlib.cma).
> I can't cite the exact error message, but ocamlc can't find "End_of_file"
> exception in "stdlib.cma(Pervasives)".
>   Really, any small test program, which requires End_of_file, can't be
> compiled, and the problem is not in bad paths to library/compiler.

Probably the file bytecomp/runtimedef.ml was generated incorrectly,
maybe because you didn't use the correct version of "sed".  The
Win32 Makefiles are known to work with GNU sed as found in Cygwin, but
one user reported problems with another version of sed coming from
another Windows port of Unix tools.

- Xavier Leroy
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2002-10-01  9:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-21 11:35 Hallvard Ystad
2002-09-21 12:17 ` Dmitry Bely
2002-09-29 11:37   ` Hallvard Ystad
2002-09-30 13:16     ` dmitry grebeniuk
2002-10-01  9:20       ` Xavier Leroy [this message]
2002-10-02  8:19         ` dmitry grebeniuk
2002-10-07 18:26 Hallvard Ystad
     [not found] <5.1.1.6.2.20021007202649.025dba60@helpinhand.com>
     [not found] ` <Pine.LNX.4.21.0210091011210.13779-100000@vestra.bendery.md >
2002-10-09  9:13   ` Hallvard Ystad

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=20021001112011.C3571@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=gds@vestra.bendery.md \
    /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).