Advertisement
Guest User

OCamlInstall

a guest
Apr 4th, 2016
601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.72 KB | None | 0 0
  1. $ make world.opt
  2. cd byterun; make all
  3. make[1]: Entering directory `/cygdrive/c/rldevsetup/ocaml-3.09.3/byterun'
  4. sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
  5. -e '/^}/q' instruct.h > jumptbl.h
  6. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c
  7. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c
  8. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c
  9. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c
  10. sed -n -e 's/;;//' \
  11. -e '/let *ocaml_version *= */s//#define OCAML_VERSION /p' \
  12. <../stdlib/sys.ml >version.h
  13. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c
  14. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
  15. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c
  16. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c
  17. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c
  18. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c
  19. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c
  20. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c
  21. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c
  22. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c
  23. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c
  24. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c
  25. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c
  26. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c
  27. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c
  28. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c
  29. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c
  30. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c
  31. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c
  32. io.c: In function `caml_channel_binary_mode':
  33. io.c:126: warning: implicit declaration of function `setmode'
  34. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c
  35. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c
  36. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c
  37. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c
  38. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c
  39. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c
  40. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c
  41. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c
  42. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c
  43. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c
  44. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c
  45. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c
  46. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c
  47. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c
  48. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c
  49. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c
  50. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c
  51. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c
  52. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c
  53. ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o main.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o printexc.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o unix.o
  54. ranlib libcamlrun.a
  55. sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" \
  56. alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c > primitives
  57. (echo '#include "mlvalues.h"'; \
  58. echo '#include "prims.h"'; \
  59. sed -e 's/.*/extern value &();/' primitives; \
  60. echo 'c_primitive caml_builtin_cprim[] = {'; \
  61. sed -e 's/.*/ &,/' primitives; \
  62. echo ' 0 };'; \
  63. echo 'char * caml_names_of_builtin_cprim[] = {'; \
  64. sed -e 's/.*/ "&",/' primitives; \
  65. echo ' 0 };') > prims.c
  66. gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c
  67. gcc -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o ocamlrun.exe \
  68. prims.o libcamlrun.a -lm -lpthread
  69. echo "/usr/local/lib/ocaml/stublibs" >ld.conf
  70. echo "/usr/local/lib/ocaml" >>ld.conf
  71. make[1]: Leaving directory `/cygdrive/c/rldevsetup/ocaml-3.09.3/byterun'
  72. cp byterun/ocamlrun.exe boot/ocamlrun.exe
  73. cd yacc; make all
  74. make[1]: Entering directory `/cygdrive/c/rldevsetup/ocaml-3.09.3/yacc'
  75. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c
  76. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c
  77. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c
  78. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c
  79. sed -n -e 's/;;//' \
  80. -e '/let *ocaml_version *= */s//#define OCAML_VERSION /p' \
  81. <../stdlib/sys.ml >version.h
  82. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
  83. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c
  84. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c
  85. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c
  86. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c
  87. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c
  88. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c
  89. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c
  90. gcc -O -DNDEBUG -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
  91. make[1]: Leaving directory `/cygdrive/c/rldevsetup/ocaml-3.09.3/yacc'
  92. cp yacc/ocamlyacc.exe boot/ocamlyacc.exe
  93. cd stdlib; make COMPILER=../boot/ocamlc all
  94. make[1]: Entering directory `/cygdrive/c/rldevsetup/ocaml-3.09.3/stdlib'
  95. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
  96. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
  97. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
  98. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
  99. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
  100. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
  101. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
  102. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
  103. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
  104. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
  105. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
  106. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
  107. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
  108. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
  109. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
  110. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
  111. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
  112. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
  113. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
  114. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
  115. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
  116. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
  117. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
  118. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
  119. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
  120. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
  121. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
  122. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
  123. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
  124. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
  125. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
  126. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
  127. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
  128. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
  129. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
  130. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
  131. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
  132. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
  133. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
  134. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
  135. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
  136. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
  137. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
  138. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
  139. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
  140. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
  141. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
  142. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
  143. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
  144. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
  145. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
  146. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
  147. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
  148. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
  149. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
  150. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
  151. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
  152. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
  153. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
  154. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
  155. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
  156. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
  157. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
  158. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
  159. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
  160. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
  161. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
  162. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
  163. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
  164. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
  165. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
  166. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
  167. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
  168. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
  169. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
  170. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
  171. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
  172. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
  173. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
  174. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
  175. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
  176. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
  177. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
  178. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
  179. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
  180. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
  181. ../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo hashtbl.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo lazy.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
  182. ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
  183. if false; then \
  184. echo '#!/usr/local/bin/ocamlrun' > camlheader && \
  185. echo '#!' | tr -d '\012' > camlheader_ur; \
  186. else \
  187. gcc -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
  188. -DRUNTIME_NAME='"/usr/local/bin/ocamlrun"' \
  189. header.c -o tmpheader.exe && \
  190. strip tmpheader.exe && \
  191. mv tmpheader.exe camlheader && \
  192. cp camlheader camlheader_ur; \
  193. fi
  194. make[1]: Leaving directory `/cygdrive/c/rldevsetup/ocaml-3.09.3/stdlib'
  195. cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
  196. if test -f boot/libcamlrun.a; then :; else \
  197. ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
  198. if test -d stdlib/caml; then :; else \
  199. ln -s ../byterun stdlib/caml; fi
  200. cd byterun; make all
  201. make[1]: Entering directory `/cygdrive/c/rldevsetup/ocaml-3.09.3/byterun'
  202. make[1]: Nothing to be done for `all'.
  203. make[1]: Leaving directory `/cygdrive/c/rldevsetup/ocaml-3.09.3/byterun'
  204. if test -f stdlib/libcamlrun.a; then :; else \
  205. ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
  206. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli
  207. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
  208. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli
  209. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
  210. sed -e 's|%%LIBDIR%%|/usr/local/lib/ocaml|' \
  211. -e 's|%%BYTERUN%%|/usr/local/bin/ocamlrun|' \
  212. -e 's|%%CCOMPTYPE%%|cc|' \
  213. -e 's|%%BYTECC%%|gcc -fno-defer-pop -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT |' \
  214. -e 's|%%BYTELINK%%|gcc |' \
  215. -e 's|%%NATIVECC%%|gcc -Wall -U_WIN32 -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
  216. -e 's|%%NATIVELINK%%|gcc |' \
  217. -e 's|%%PARTIALLD%%|ld -r |' \
  218. -e 's|%%PACKLD%%|ld -r |' \
  219. -e 's|%%BYTECCLIBS%%|-lm -lpthread|' \
  220. -e 's|%%NATIVECCLIBS%%|-lm |' \
  221. -e 's|%%RANLIBCMD%%|ranlib|' \
  222. -e 's|%%CC_PROFILE%%|-pg|' \
  223. -e 's|%%ARCH%%|i386|' \
  224. -e 's|%%MODEL%%|default|' \
  225. -e 's|%%SYSTEM%%|cygwin|' \
  226. -e 's|%%EXT_OBJ%%|.o|' \
  227. -e 's|%%EXT_ASM%%|.s|' \
  228. -e 's|%%EXT_LIB%%|.a|' \
  229. -e 's|%%EXT_DLL%%|.so|' \
  230. -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
  231. utils/config.mlp > utils/config.ml
  232. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli
  233. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
  234. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli
  235. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
  236. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
  237. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
  238. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
  239. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
  240. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli
  241. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
  242. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
  243. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
  244. boot/ocamlrun boot/ocamllex parsing/linenum.mll
  245. 12 states, 323 transitions, table size 1364 bytes
  246. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.mli
  247. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.ml
  248. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli
  249. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
  250. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli
  251. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
  252. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
  253. boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
  254. boot/ocamlyacc -v parsing/parser.mly
  255. boot/ocamlyacc: f - cannot open "/tmp/yacc.axU78Ca"
  256. Makefile:352: recipe for target `parsing/parser.ml' failed
  257. make: *** [parsing/parser.ml] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement