From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA04025; Tue, 1 Oct 2002 11:20:48 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA04066 for ; Tue, 1 Oct 2002 11:20:48 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g919KF508127; Tue, 1 Oct 2002 11:20:15 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA04143; Tue, 1 Oct 2002 11:20:11 +0200 (MET DST) Date: Tue, 1 Oct 2002 11:20:11 +0200 From: Xavier Leroy To: dmitry grebeniuk Cc: caml-list@inria.fr Subject: Re: [Caml-list] beginner's questions Message-ID: <20021001112011.C3571@pauillac.inria.fr> References: <5.1.1.6.2.20020929132717.01ad5650@helpinhand.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from gds@vestra.bendery.md on Mon, Sep 30, 2002 at 04:16:39PM +0300 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > 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