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 PAA14039; Mon, 30 Sep 2002 15:17:09 +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 PAA14035 for ; Mon, 30 Sep 2002 15:17:08 +0200 (MET DST) Received: from vestra.bendery.md (vestra.bendery.md [193.201.204.58]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g8UDGr527856 for ; Mon, 30 Sep 2002 15:16:55 +0200 (MET DST) Received: from vestra.bendery.md (vestra.bendery.md [193.201.204.58]) by vestra.bendery.md (8.9.3/8.9.3) with ESMTP id QAA02731 for ; Mon, 30 Sep 2002 16:16:39 +0300 Date: Mon, 30 Sep 2002 16:16:39 +0300 (EEST) From: dmitry grebeniuk To: caml-list@inria.fr Subject: Re: [Caml-list] beginner's questions In-Reply-To: <5.1.1.6.2.20020929132717.01ad5650@helpinhand.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Sun, 29 Sep 2002, Hallvard Ystad wrote: > ..or MinGW. I tried to compile ocaml with MinGW installed, and then got this error message (copied from console): > C:\ocaml>make -f Makefile.nt world > cd byterun ; make -f Makefile.nt all > gcc -mno-cygwin -DIN_OCAMLRUN -DOCAML_STDLIB_DIR='"C:/ocamlmgw/lib"' -O -Wall -Wno-unused -D_DLL -c interp.c > interp.c(215): jumptbl.h: No such file or directory > make[1]: *** [interp.d.o] Error 1 > make: *** [coldstart] Error 2 jumptbl.h is generated from existing files. I made it "by hand": cd byterun && make -f Makefile.nt jumptbl.h before running "make world". 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. I'm using mingw 2.0 (gcc 3.2, binutils 2.13). Where I'm wrong? bye ------------------- 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