> > 3.06 failed to build on alpha due to an out of memory message when > running the ocamldoc sh script. i hope this is only a problem with the > alpha box, and not a problem with ocaml, i will try to build it manually > nextly.
The only launch of ocamldoc during compilation occurs to create stdlib man pages, at the end of the 'make world'. You could remove the reference to manpages in the "all" target, and remove this line $(CP) stdlib_man/* $(INSTALL_MANODIR) in the "install" target. The Out_of_memory is still strange, but i will ask more information in the caml-list tomorrow (how much ram, try to add the -v option to ocamldoc to get progress information by verbose mode). -- Maxence

