caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Re: [Caml-list] Cygwin Bootstrapping Failure
       [not found] <fa.e7ptm1r.174gu8n@ifi.uio.no>
@ 2003-10-12  1:50 ` HFX
  2003-10-13  4:39   ` Karl Zilles
  0 siblings, 1 reply; 4+ messages in thread
From: HFX @ 2003-10-12  1:50 UTC (permalink / raw)
  To: HFX; +Cc: caml-list

As the Readme.win32 file states I build it using the Unix directions 
from the INSTALL file.


I build as follows.

mkdir logs
./configure -verbose > logs/configure.log 2>&1
make world > logs/world.log 2>&1'
tail logs/world.log

seems fine

make bootstrap > logs/bootstrap.log 2>&1
tail logs/bootstrap.log

Error message is as follows:
sh ./runocamldoc false -man -d stdlib_man -I ../parsing -I ../utils -I 
../typing
  -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib 
-I ../othe
rlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I 
../otherlibs/num -I ..
/otherlibs/graph \
-t "OCaml library" -man-mini -man-suffix 3o \
../stdlib/*.mli ../otherlibs/unix/unix.mli ../otherlibs/str/str.mli 
../otherlibs
/bigarray/bigarray.mli ../otherlibs/num/num.mli
make[2]: Leaving directory 
`/home/Administrator/downloads/ocaml-3.07/ocamldoc'
make[1]: Leaving directory `/home/Administrator/downloads/ocaml-3.07'
make compare
make[1]: Entering directory `/home/Administrator/downloads/ocaml-3.07'
boot/ocamlc ocamlc differ: char 137, line 2
Fixpoint not reached, try one more bootstrapping cycle.
make[1]: Leaving directory `/home/Administrator/downloads/ocaml-3.07'



Next I try to do the optimized compiler

make opt > logs/opt.log 2>&1
tail logs/opt.log

Seems fine.

make opt.opt > logs/opt.opt.log 2>&1
tail logs/opt.opt.log

Seems fine also

So the only problem I seem to have found is with trying to bootstrap the 
bytecode compiler.

System is as follows:

Athlon 2000 XP on an Asus A7V333
512 Megs of RAM
Geforce 2 MX 400 64 Meg
Windows 2000 w SP4 and all other patches
Cygwin D/L and install as of September 20, 2003

I hope this helps.

HFX




-------------------
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] Cygwin Bootstrapping Failure
  2003-10-12  1:50 ` [Caml-list] Cygwin Bootstrapping Failure HFX
@ 2003-10-13  4:39   ` Karl Zilles
  0 siblings, 0 replies; 4+ messages in thread
From: Karl Zilles @ 2003-10-13  4:39 UTC (permalink / raw)
  To: HFX; +Cc: caml-list

HFX wrote:

 > make bootstrap > logs/bootstrap.log 2>&1
 > tail logs/bootstrap.log
 >
 > Error message is as follows:

...

 > make compare
 > make[1]: Entering directory `/home/Administrator/downloads/ocaml-3.07'
 > boot/ocamlc ocamlc differ: char 137, line 2
 > Fixpoint not reached, try one more bootstrapping cycle.
 > make[1]: Leaving directory `/home/Administrator/downloads/ocaml-3.07'


Check out this posting:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=alqiaf%24p3g%241%40cantaloupe.srv.cs.cmu.edu

Looks like this warning message is nothing to worry about on Cygwin.



-------------------
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] Cygwin Bootstrapping Failure
  2003-10-11 20:19 HFX
@ 2003-10-11 21:19 ` Karl Zilles
  0 siblings, 0 replies; 4+ messages in thread
From: Karl Zilles @ 2003-10-11 21:19 UTC (permalink / raw)
  To: HFX; +Cc: caml-list

HFX wrote:
 >     I've been trying to get OCaml 3.07 to bootstrap itself in Cygwin
 > with no luck.  During the bootstrap phase of the byte compiler it always
 > fails.  I've searched Google and the FAQ's but have not found any
 > solutions.  Any ideas on how I might be able to fix this problem?  I've
 > been having this problem since 3.06 at least.

I've been able to compile 3.07 for cygwin.  Perhaps you could post the 
error message here.

Also, what configure options did you use?  Are you up to date on the 
latest cygwin?

-------------------
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Caml-list] Cygwin Bootstrapping Failure
@ 2003-10-11 20:19 HFX
  2003-10-11 21:19 ` Karl Zilles
  0 siblings, 1 reply; 4+ messages in thread
From: HFX @ 2003-10-11 20:19 UTC (permalink / raw)
  To: caml-list

Greetings fellow Caml Hackers,

	I've been trying to get OCaml 3.07 to bootstrap itself in Cygwin with 
no luck.  During the bootstrap phase of the byte compiler it always 
fails.  I've searched Google and the FAQ's but have not found any 
solutions.  Any ideas on how I might be able to fix this problem?  I've 
been having this problem since 3.06 at least.



Thanks,

HFX
Super Computer Nerd


-------------------
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-13  4:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <fa.e7ptm1r.174gu8n@ifi.uio.no>
2003-10-12  1:50 ` [Caml-list] Cygwin Bootstrapping Failure HFX
2003-10-13  4:39   ` Karl Zilles
2003-10-11 20:19 HFX
2003-10-11 21:19 ` Karl Zilles

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).