[Caml-list] build/fastworld issues

2010-06-04 Thread Török Edwin
Hi, I have successfully built 3.12.0+dev25 with 'make world.opt', but I get an error if I try 'build/fastworld.sh'. Both 'make world.opt' and 'build/fastworld.sh' work fine on ocaml 3.11.2. Here is the error: + ./ocamlopt.opt -nostdlib -c -g -warn-error A -I otherlibs/dynlink/nat -I stdlib -o oth

Re: [Caml-list] build/fastworld issues

2010-06-10 Thread Nicolas Pouillard
On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin wrote: > Hi, > > I have successfully built 3.12.0+dev25 with 'make world.opt', but I get > an error if I try 'build/fastworld.sh'. > Both 'make world.opt' and 'build/fastworld.sh' work fine on ocaml 3.11.2. > > Here is the error: > + ./ocamlopt.opt

Re: [Caml-list] build/fastworld issues

2010-06-10 Thread Nicolas Pouillard
On Fri, 11 Jun 2010 00:02:58 +0300, Török Edwin wrote: > On 2010-06-10 23:21, Nicolas Pouillard wrote: > > On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin > > wrote: > >> Hi, > >> > >> I have successfully built 3.12.0+dev25 with 'make world.opt', but I get > >> an error if I try 'build/fastworld

Re: [Caml-list] build/fastworld issues

2010-06-10 Thread Török Edwin
On 2010-06-10 23:21, Nicolas Pouillard wrote: > On Fri, 04 Jun 2010 10:56:51 +0300, Török Edwin wrote: >> Hi, >> >> I have successfully built 3.12.0+dev25 with 'make world.opt', but I get >> an error if I try 'build/fastworld.sh'. >> Both 'make world.opt' and 'build/fastworld.sh' work fine on ocam