Skip to content

Instantly share code, notes, and snippets.

@bryphe
Created September 1, 2018 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryphe/58603ab752ecd988f78ee383fa9c9e78 to your computer and use it in GitHub Desktop.
Save bryphe/58603ab752ecd988f78ee383fa9c9e78 to your computer and use it in GitHub Desktop.
# esy-build-package: building: ocaml@4.6.5
# esy-build-package: running: "./esy-configure" "-no-cfi" "-prefix" "C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995"
[esy-configure] Detected windows environment...
[configure-windows] Prefix path: C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995
[configure-windows] Copying architecture headers.
[configure-windows] Bringing over mingw64 Makefile.
[configure-windows] Replace prefix path with: C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995.
[configure-windows] Setting up flexdll
Cloning into 'flexdll'...
make -C byterun BOOTSTRAPPING_FLEXLINK=yes ocamlrun.exe
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" 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 backtrace_prim.c backtrace.c spacetime.c afl.c \
| LC_ALL=C sort | uniq > primitives
(echo '#define CAML_INTERNALS'; \
echo '#include "caml/mlvalues.h"'; \
echo '#include "caml/prims.h"'; \
sed -e 's/.*/extern value &();/' primitives; \
echo 'c_primitive caml_builtin_cprim[] = {'; \
sed -e 's/.*/ &,/' primitives; \
echo ' 0 };'; \
echo 'char * caml_names_of_builtin_cprim[] = {'; \
sed -e 's/.*/ "&",/' primitives; \
echo ' 0 };') > prims.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 prims.c
sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
-e '/^}/q' caml/instruct.h > caml/jumptbl.h
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 interp.c
../tools/make-version-header.sh ../VERSION > caml/version.h
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 misc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 stacks.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 fix_code.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 startup_aux.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 startup.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 freelist.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 major_gc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 minor_gc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 memory.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 alloc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 roots.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 globroots.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 fail.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 signals.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 signals_byt.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 printexc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 backtrace_prim.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 backtrace.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 compare.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 ints.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 floats.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 str.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 array.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 io.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 extern.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 intern.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 hash.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 sys.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 meta.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 parsing.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 gc_ctrl.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 terminfo.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 md5.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 obj.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 lexing.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 callback.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 debugger.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 weak.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 compact.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 finalise.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 custom.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 dynlink.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 spacetime.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 afl.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 win32.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 bigarray.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 main.c
rm -f libcamlrun.a; x86_64-w64-mingw32-ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup_aux.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace_prim.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 spacetime.o afl.o win32.o bigarray.o main.o; x86_64-w64-mingw32-ranlib libcamlrun.a
x86_64-w64-mingw32-gcc -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"../flexdll" -g -municode -o ocamlrun.exe prims.o libcamlrun.a -lws2_32 -lversion
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
cp byterun/ocamlrun.exe boot/ocamlrun.exe
make -C stdlib COMPILER=../boot/ocamlc stdlib.cma std_exit.cmo
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags pervasives.cmi` -c pervasives.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags pervasives.cmo` -c pervasives.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags list.cmi` -c list.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags list.cmo` -c list.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags char.cmi` -c char.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags char.cmo` -c char.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags uchar.cmi` -c uchar.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags uchar.cmo` -c uchar.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytes.cmi` -c bytes.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytes.cmo` -c bytes.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags string.cmi` -c string.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags string.cmo` -c string.ml
sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION | tr -d '\r'`|" sys.mlp > sys.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sys.cmi` -c sys.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sys.cmo` -c sys.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags array.cmi` -c array.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sort.cmi` -c sort.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sort.cmo` -c sort.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags marshal.cmi` -c marshal.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags marshal.cmo` -c marshal.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int32.cmi` -c int32.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags obj.cmi` -c obj.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags obj.cmo` -c obj.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags array.cmo` -c array.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int32.cmo` -c int32.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int64.cmi` -c int64.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int64.cmo` -c int64.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags nativeint.cmi` -c nativeint.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags nativeint.cmo` -c nativeint.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lexing.cmi` -c lexing.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lexing.cmo` -c lexing.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags parsing.cmi` -c parsing.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags parsing.cmo` -c parsing.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags set.cmi` -c set.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags set.cmo` -c set.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags map.cmi` -c map.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags map.cmo` -c map.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stack.cmi` -c stack.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stack.cmo` -c stack.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags queue.cmi` -c queue.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags queue.cmo` -c queue.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lazy.cmi` -c lazy.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lazy.cmo` -c lazy.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stream.cmi` -c stream.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stream.cmo` -c stream.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags buffer.cmi` -c buffer.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags buffer.cmo` -c buffer.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printf.cmi` -c printf.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printf.cmo` -c printf.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arg.cmi` -c arg.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arg.cmo` -c arg.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printexc.cmi` -c printexc.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printexc.cmo` -c printexc.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags gc.cmi` -c gc.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags gc.cmo` -c gc.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags digest.cmi` -c digest.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags digest.cmo` -c digest.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags random.cmi` -c random.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags random.cmo` -c random.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags hashtbl.cmi` -c hashtbl.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags hashtbl.cmo` -c hashtbl.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags weak.cmi` -c weak.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags weak.cmo` -c weak.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags format.cmi` -c format.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags format.cmo` -c format.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags scanf.cmi` -c scanf.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags scanf.cmo` -c scanf.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags callback.cmi` -c callback.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags callback.cmo` -c callback.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags oo.cmi` -c oo.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags oo.cmo` -c oo.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags genlex.cmi` -c genlex.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags genlex.cmo` -c genlex.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags ephemeron.cmi` -c ephemeron.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags ephemeron.cmo` -c ephemeron.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags filename.cmi` -c filename.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags filename.cmo` -c filename.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags complex.cmi` -c complex.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags complex.cmo` -c complex.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arrayLabels.cmi` -c arrayLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arrayLabels.cmo` -c arrayLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags listLabels.cmi` -c listLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags listLabels.cmo` -c listLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytesLabels.cmi` -c bytesLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytesLabels.cmo` -c bytesLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stringLabels.cmi` -c stringLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stringLabels.cmo` -c stringLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags moreLabels.cmi` -c moreLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags moreLabels.cmo` -c moreLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stdLabels.cmi` -c stdLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stdLabels.cmo` -c stdLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags spacetime.cmi` -c spacetime.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags spacetime.cmo` -c spacetime.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalBigarray.cmo` -c camlinternalBigarray.ml
../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo pervasives.cmo list.cmo char.cmo uchar.cmo bytes.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo array.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo camlinternalFormat.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo weak.cmo format.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo ephemeron.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo bytesLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo spacetime.cmo camlinternalBigarray.cmo
../boot/ocamlrun ../boot/ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags std_exit.cmo` -c std_exit.ml
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
cd stdlib && cp stdlib.cma std_exit.cmo *.cmi ../boot
make -C flexdll MSVC_DETECT=0 OCAML_CONFIG_FILE=../config/Makefile \
CHAINS=mingw64 NATDYNLINK=false \
OCAMLOPT="../boot/ocamlrun ../boot/ocamlc -I ../boot" \
flexlink.exe
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/flexdll'
bash ./findwinsdk x86 > Makefile.winsdk
bash ./findwinsdk x64 64 >> Makefile.winsdk
echo "let version = \"0.37\"" > version.ml
echo "let mingw_prefix = \"i686-w64-mingw32-\"" >> version.ml
echo "let mingw64_prefix = \"x86_64-w64-mingw32-\"" >> version.ml
rm -f COMPILER-*
touch COMPILER-4060
cat COMPILER-4060 > Compat.ml
x86_64-w64-mingw32-windres version.rc version_res.o
Building flexlink.exe with TOOLCHAIN=mingw for OCaml 4060
rm -f flexlink.exe
../boot/ocamlrun ../boot/ocamlc -I ../boot -o flexlink.exe -cclib "version_res.o" version.ml Compat.ml coff.ml cmdline.ml create_dll.ml reloc.ml
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/flexdll'
make -C byterun clean
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
rm -f ld.conf libcamlrun.a ocamlrun.exe *.o *.a *.s.o
rm -f primitives prims.c caml/opnames.h caml/jumptbl.h
rm -f caml/version.h
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
make partialclean
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
rm -f utils/config.ml
rm -f compilerlibs/ocamlcommon.cma
rm -f compilerlibs/ocamlbytecomp.cma
rm -rf ocamlc
rm -f compilerlibs/ocamloptcomp.cma
rm -f ocamlopt
rm -f compilerlibs/ocamltoplevel.cma
rm -f ocaml
rm -f parsing/parser.mli parsing/parser.ml parsing/parser.output
rm -f parsing/lexer.ml
rm -f compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a
rm -f compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.a
rm -f ocamlc.opt
rm -f compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.a
rm -f ocamlopt.opt
rm -f bytecomp/runtimedef.ml
rm -f asmcomp/emit.ml
rm -f expunge
make -C stdlib clean
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
rm -f sys.ml
rm -f camlheader target_camlheader camlheader_ur camlheaderd target_camlheaderd camlheaderi target_camlheaderi
rm -f *.cm* *.o *.a
rm -f *~
rm -f camlheader*
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
make -C lex clean
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/lex'
rm -f ocamllex ocamllex.opt
rm -f *.cmo *.cmi *.cmx *.cmt *.cmti *.o *~
rm -f parser.ml parser.mli parser.output
rm -f lexer.ml
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/lex'
make -C ocamltest clean
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/ocamltest'
rm -rf ocamltest.exe ocamltest.opt.exe
rm -rf run_win32.o run_stubs.o ocamltest_config.o testlib.o run_command.o filetype.o filecompare.o backends.o variables.o environments.o builtin_variables.o builtin_modifiers.o actions.o builtin_actions.o tests.o builtin_tests.o tsl_ast.o tsl_parser.o tsl_lexer.o tsl_semantics.o options.o main.o
rm -rf ocamltest_config.cmi testlib.cmi run_command.cmi filetype.cmi filecompare.cmi backends.cmi variables.cmi environments.cmi builtin_variables.cmi builtin_modifiers.cmi actions.cmi builtin_actions.cmi tests.cmi builtin_tests.cmi tsl_ast.cmi tsl_parser.cmi tsl_lexer.cmi tsl_semantics.cmi options.cmi main.cmi
rm -rf ocamltest_config.cmo testlib.cmo run_command.cmo filetype.cmo filecompare.cmo backends.cmo variables.cmo environments.cmo builtin_variables.cmo builtin_modifiers.cmo actions.cmo builtin_actions.cmo tests.cmo builtin_tests.cmo tsl_ast.cmo tsl_parser.cmo tsl_lexer.cmo tsl_semantics.cmo options.cmo main.cmo
rm -rf ocamltest_config.cmx testlib.cmx run_command.cmx filetype.cmx filecompare.cmx backends.cmx variables.cmx environments.cmx builtin_variables.cmx builtin_modifiers.cmx actions.cmx builtin_actions.cmx tests.cmx builtin_tests.cmx tsl_ast.cmx tsl_parser.cmx tsl_lexer.cmx tsl_semantics.cmx options.cmx main.cmx
rm -rf ocamltest_config.ml tsl_lexer.ml tsl_parser.mli tsl_parser.ml tsl_parser.output
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/ocamltest'
make -C ocamldoc clean
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/ocamldoc'
rm -f *~ \#*\#
rm -f ocamldoc ocamldoc.opt *.cma *.cmxa *.cmo *.cmi *.cmx *.cmt *.cmti *.a *.o
rm -f odoc_parser.output odoc_text_parser.output
rm -f odoc_lexer.ml odoc_text_lexer.ml odoc_see_lexer.ml odoc_ocamlhtml.ml
rm -f odoc_parser.ml odoc_parser.mli odoc_text_parser.ml odoc_text_parser.mli
rm -rf stdlib_man
rm -f generators/*.cm[taiox] generators/*.a generators/*.o generators/*.cmx[as]
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/ocamldoc'
for i in win32unix str win32graph dynlink bigarray systhreads; do \
(make -C otherlibs/$i partialclean); \
done
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/win32unix'
rm -f *.cm*
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/win32unix'
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/str'
rm -f *.cm*
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/str'
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/win32graph'
rm -f *.cm*
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/win32graph'
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/dynlink'
rm -f extract_crc *.cm[ioaxt] *.cmti *.cmxa
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/dynlink'
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/bigarray'
rm -f *.cm*
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/bigarray'
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/systhreads'
rm -f *.cm*
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/systhreads'
make -C debugger clean
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/debugger'
rm -f ocamldebug.exe
rm -f *.cmo *.cmi
rm -f lexer.ml
rm -f parser.ml parser.mli
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/debugger'
rm -f compilerlibs/ocamlmiddleend.cma \
compilerlibs/ocamlmiddleend.cmxa \
compilerlibs/ocamlmiddleend.a
make -C tools clean
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
rm -f -- ocamldep ocamldep.opt
if test -f ocamldep; then mv -f ocamldep ocamldep.bak; else :; fi
rm -f ocamldep.opt
rm -f -- ocamlprof ocamlprof.opt
rm -f -- ocamlcp ocamlcp.opt
rm -f -- ocamloptp ocamloptp.opt
rm -f -- ocamlmklib ocamlmklib.opt
rm -f ocamlmklibconfig.ml
rm -f -- ocamlmktop ocamlmktop.opt
rm -f ocaml299to3 lexer299.ml
rm -f scrapelabels lexer301.ml
rm -f addlabels
if test -f cvt_emit; then mv -f cvt_emit cvt_emit.bak; else :; fi
rm -f cvt_emit.ml
rm -f -- read_cmt read_cmt.opt
rm -f -- dumpobj dumpobj.opt
rm -f opnames.ml make_opcodes make_opcodes.ml
rm -f -- ocamlobjinfo ocamlobjinfo.opt
rm -f -- primreq primreq.opt
rm -f -- lintapidiff.opt lintapidiff.cm? lintapidiff.o
rm -f "objinfo_helper.exe" "objinfo_helper.exe.manifest"
rm -f -- stripdebug stripdebug.opt
rm -f -- cmpbyt cmpbyt.opt
rm -f *.cmo *.cmi *.cma *.dll *.so *.lib *.a
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
rm -f asmcomp/arch.ml asmcomp/proc.ml asmcomp/CSE.ml asmcomp/selection.ml asmcomp/scheduling.ml asmcomp/reload.ml
rm -f driver/compdynlink.mlbyte
rm -f driver/compdynlink.mli
rm -f driver/compdynlink.mlopt
rm -f compilerlibs/ocamlopttoplevel.cmxa
rm -f ocamlnat.exe
rm -f bytecomp/opcodes.ml
for d in utils parsing typing bytecomp asmcomp middle_end \
middle_end/base_types asmcomp/debug driver toplevel tools; do \
rm -f $d/*.cm[ioxt] $d/*.cmti $d/*.annot $d/*.s \
$d/*.o $d/*.s.o /*~; \
done
rm -f *~
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make -C flexdll \
OCAML_CONFIG_FILE=../config/Makefile \
MSVC_DETECT=0 CHAINS=mingw64 NATDYNLINK=false support
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/flexdll'
/bin/sh: ocamlopt: command not found
for i in mingw64; do make --no-print-directory build_$i || break ; done
/bin/sh: ocamlopt: command not found
x86_64-w64-mingw32-gcc -c -DMINGW -o flexdll_mingw64.o flexdll.c
x86_64-w64-mingw32-gcc -c -o flexdll_initer_mingw64.o flexdll_initer.c
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/flexdll'
# esy-build-package: running: "./esy-build"
[esy-build] Detected windows environment...
make -C byterun FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
echo "C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml/stublibs" > ld.conf
echo "C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml" >> ld.conf
sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
-e '/^}/q' caml/instruct.h > caml/jumptbl.h
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 interp.c
../tools/make-version-header.sh ../VERSION > caml/version.h
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 misc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 stacks.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 fix_code.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 startup_aux.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 startup.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 freelist.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 major_gc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 minor_gc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 memory.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 alloc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 roots.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 globroots.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 fail.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 signals.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 signals_byt.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 printexc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 backtrace_prim.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 backtrace.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 compare.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 ints.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 floats.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 str.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 array.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 io.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 extern.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 intern.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 hash.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 sys.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 meta.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 parsing.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 gc_ctrl.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 terminfo.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 md5.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 obj.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 lexing.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 callback.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 debugger.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 weak.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 compact.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 finalise.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 custom.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 dynlink.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 spacetime.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 afl.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 win32.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 bigarray.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 main.c
rm -f libcamlrun.a; x86_64-w64-mingw32-ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup_aux.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace_prim.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 spacetime.o afl.o win32.o bigarray.o main.o; x86_64-w64-mingw32-ranlib libcamlrun.a
sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" 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 backtrace_prim.c backtrace.c spacetime.c afl.c \
| LC_ALL=C sort | uniq > primitives
(echo '#define CAML_INTERNALS'; \
echo '#include "caml/mlvalues.h"'; \
echo '#include "caml/prims.h"'; \
sed -e 's/.*/extern value &();/' primitives; \
echo 'c_primitive caml_builtin_cprim[] = {'; \
sed -e 's/.*/ &,/' primitives; \
echo ' 0 };'; \
echo 'char * caml_names_of_builtin_cprim[] = {'; \
sed -e 's/.*/ "&",/' primitives; \
echo ' 0 };') > prims.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DOCAML_STDLIB_DIR='L"C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml"' -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 prims.c
../boot/ocamlrun ../flexdll/flexlink.exe -chain mingw64 -stack 33554432 -exe -link "-municode" -o ocamlrun.exe prims.o libcamlrun.a -lws2_32 -lversion
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
cp byterun/ocamlrun.exe boot/ocamlrun.exe
make -C yacc FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/yacc'
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o closure.o closure.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o error.o error.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o lalr.o lalr.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o lr0.o lr0.c
echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION | tr -d '\r'`\"" > version.h
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o main.o main.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o mkpar.o mkpar.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o output.o output.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o reader.o reader.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o skeleton.o skeleton.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o symtab.o symtab.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o verbose.o verbose.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o warshall.o warshall.c
../boot/ocamlrun ../flexdll/flexlink.exe -chain mingw64 -stack 33554432 -exe -o ocamlyacc.exe closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/yacc'
cp yacc/ocamlyacc.exe boot/ocamlyacc.exe
make -C stdlib FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" \
COMPILER="../boot/ocamlc -use-prims ../byterun/primitives" all
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags pervasives.cmi` -c pervasives.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags pervasives.cmo` -c pervasives.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags list.cmi` -c list.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags list.cmo` -c list.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags char.cmi` -c char.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags char.cmo` -c char.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags uchar.cmi` -c uchar.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags uchar.cmo` -c uchar.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytes.cmi` -c bytes.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytes.cmo` -c bytes.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags string.cmi` -c string.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags string.cmo` -c string.ml
sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION | tr -d '\r'`|" sys.mlp > sys.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sys.cmi` -c sys.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sys.cmo` -c sys.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags array.cmi` -c array.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sort.cmi` -c sort.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sort.cmo` -c sort.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags marshal.cmi` -c marshal.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags marshal.cmo` -c marshal.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int32.cmi` -c int32.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags obj.cmi` -c obj.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags obj.cmo` -c obj.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags array.cmo` -c array.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int32.cmo` -c int32.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int64.cmi` -c int64.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int64.cmo` -c int64.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags nativeint.cmi` -c nativeint.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags nativeint.cmo` -c nativeint.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lexing.cmi` -c lexing.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lexing.cmo` -c lexing.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags parsing.cmi` -c parsing.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags parsing.cmo` -c parsing.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags set.cmi` -c set.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags set.cmo` -c set.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags map.cmi` -c map.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags map.cmo` -c map.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stack.cmi` -c stack.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stack.cmo` -c stack.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags queue.cmi` -c queue.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags queue.cmo` -c queue.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lazy.cmi` -c lazy.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lazy.cmo` -c lazy.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stream.cmi` -c stream.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stream.cmo` -c stream.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags buffer.cmi` -c buffer.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags buffer.cmo` -c buffer.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printf.cmi` -c printf.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printf.cmo` -c printf.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arg.cmi` -c arg.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arg.cmo` -c arg.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printexc.cmi` -c printexc.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printexc.cmo` -c printexc.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags gc.cmi` -c gc.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags gc.cmo` -c gc.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags digest.cmi` -c digest.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags digest.cmo` -c digest.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags random.cmi` -c random.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags random.cmo` -c random.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags hashtbl.cmi` -c hashtbl.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags hashtbl.cmo` -c hashtbl.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags weak.cmi` -c weak.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags weak.cmo` -c weak.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags format.cmi` -c format.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags format.cmo` -c format.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags scanf.cmi` -c scanf.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags scanf.cmo` -c scanf.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags callback.cmi` -c callback.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags callback.cmo` -c callback.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags oo.cmi` -c oo.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags oo.cmo` -c oo.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags genlex.cmi` -c genlex.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags genlex.cmo` -c genlex.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags ephemeron.cmi` -c ephemeron.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags ephemeron.cmo` -c ephemeron.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags filename.cmi` -c filename.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags filename.cmo` -c filename.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags complex.cmi` -c complex.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags complex.cmo` -c complex.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arrayLabels.cmi` -c arrayLabels.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arrayLabels.cmo` -c arrayLabels.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags listLabels.cmi` -c listLabels.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags listLabels.cmo` -c listLabels.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytesLabels.cmi` -c bytesLabels.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytesLabels.cmo` -c bytesLabels.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stringLabels.cmi` -c stringLabels.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stringLabels.cmo` -c stringLabels.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags moreLabels.cmi` -c moreLabels.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags moreLabels.cmo` -c moreLabels.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stdLabels.cmi` -c stdLabels.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stdLabels.cmo` -c stdLabels.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags spacetime.cmi` -c spacetime.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags spacetime.cmo` -c spacetime.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalBigarray.cmo` -c camlinternalBigarray.ml
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -a -o stdlib.cma camlinternalFormatBasics.cmo pervasives.cmo list.cmo char.cmo uchar.cmo bytes.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo array.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo camlinternalFormat.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo weak.cmo format.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo ephemeron.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo bytesLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo spacetime.cmo camlinternalBigarray.cmo
../boot/ocamlrun ../boot/ocamlc -use-prims ../byterun/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags std_exit.cmo` -c std_exit.ml
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun \
-DRUNTIME_NAME='"ocamlrun"' -o headernt.o headernt.c
../boot/ocamlrun ../flexdll/flexlink.exe -chain mingw64 -stack 33554432 -exe -link "-municode" -o tmpheader.exe headernt.o
rm -f camlheader.exe
mv tmpheader.exe camlheader
cp camlheader target_camlheader
cp camlheader camlheader_ur
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
cd boot; cp ../byterun/libcamlrun.a .
make opt.opt
make[1]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make runtime
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make -C byterun FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
cd stdlib; cp ../byterun/libcamlrun.a .
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make coreall
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make ocamlc
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
sed -e 's|%%AFL_INSTRUMENT%%|false|' \
-e 's|%%ARCH%%|amd64|' \
-e 's|%%ARCMD%%|x86_64-w64-mingw32-ar|' \
-e 's|%%ASM%%|x86_64-w64-mingw32-as|' \
-e 's|%%ASM_CFI_SUPPORTED%%|false|' \
-e 's|%%BYTECCLIBS%%|-lws2_32 -lversion|' \
-e 's|%%BYTERUN%%|ocamlrun|' \
-e 's|%%CC%%|x86_64-w64-mingw32-gcc|' \
-e 's|%%CCOMPTYPE%%|cc|' \
-e 's|%%CC_PROFILE%%||' \
-e 's|%%OUTPUTOBJ%%|-o |' \
-e 's|%%EXT_ASM%%|.s|' \
-e 's|%%EXT_DLL%%|.dll|' \
-e 's|%%EXE%%|.exe|' \
-e 's|%%EXT_LIB%%|.a|' \
-e 's|%%EXT_OBJ%%|.o|' \
-e 's|%%FLAMBDA%%|false|' \
-e 's|%%FLEXLINK_FLAGS%%|-chain mingw64 -stack 33554432|' \
-e 's|%%FLEXDLL_DIR%%|"+flexdll"|' \
-e 's|%%HOST%%|x86_64-w64-mingw32|' \
-e 's|%%LIBDIR%%|C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/lib/ocaml|' \
-e 's|%%LIBUNWIND_AVAILABLE%%|false|' \
-e 's|%%LIBUNWIND_LINK_FLAGS%%||' \
-e 's|%%MKDLL%%|flexlink -chain mingw64 -stack 33554432|' \
-e 's|%%MKEXE%%|flexlink -chain mingw64 -stack 33554432 -exe -link \\"-municode\\"|' \
-e 's|%%FLEXLINK_LDFLAGS%%| -link \\"-municode\\"|' \
-e 's|%%MKMAINDLL%%|flexlink -chain mingw64 -stack 33554432 -maindll|' \
-e 's|%%MODEL%%|default|' \
-e 's|%%NATIVECCLIBS%%|-lws2_32 -lversion|' \
-e 's|%%OCAMLC_CFLAGS%%|-O -mms-bitfields|' \
-e 's|%%OCAMLC_CPPFLAGS%%||' \
-e 's|%%OCAMLOPT_CFLAGS%%|-O -mms-bitfields|' \
-e 's|%%OCAMLOPT_CPPFLAGS%%||' \
-e 's|%%PACKLD%%|x86_64-w64-mingw32-ld -r -o |' \
-e 's|%%PROFILING%%|false|' \
-e 's|%%PROFINFO_WIDTH%%|0|' \
-e 's|%%RANLIBCMD%%|x86_64-w64-mingw32-ranlib|' \
-e 's|%%FORCE_SAFE_STRING%%|false|' \
-e 's|%%DEFAULT_SAFE_STRING%%|true|' \
-e 's|%%WINDOWS_UNICODE%%|1|' \
-e 's|%%SYSTEM%%|mingw64|' \
-e 's|%%SYSTHREAD_SUPPORT%%|true|' \
-e 's|%%TARGET%%|x86_64-w64-mingw32|' \
-e 's|%%WITH_FRAME_POINTERS%%|false|' \
-e 's|%%WITH_PROFINFO%%|false|' \
-e 's|%%WITH_SPACETIME%%|false|' \
-e 's|%%ENABLE_CALL_COUNTS%%|false|' \
-e 's|%%FLAT_FLOAT_ARRAY%%|true|' \
utils/config.mlp > utils/config.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/config.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/config.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/misc.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/misc.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/identifiable.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/identifiable.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/numbers.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/numbers.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/arg_helper.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/arg_helper.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/profile.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/clflags.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/clflags.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/tbl.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/tbl.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/profile.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/terminfo.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/terminfo.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/ccomp.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/ccomp.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/warnings.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/warnings.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/consistbl.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/consistbl.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/strongly_connected_components.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/strongly_connected_components.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/targetint.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/targetint.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/location.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/location.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/longident.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/longident.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/asttypes.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parsetree.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/docstrings.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/docstrings.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/syntaxerr.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/syntaxerr.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_helper.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_helper.ml
boot/ocamlyacc -v --strict parsing/parser.mly
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parser.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parser.ml
boot/ocamlrun boot/ocamllex parsing/lexer.mll
220 states, 5466 transitions, table size 23184 bytes
2548 additional bytes used for bindings
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/lexer.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/lexer.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parse.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parse.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/printast.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/printast.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/pprintast.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/pprintast.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_mapper.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_mapper.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_iterator.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_iterator.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/attr_helper.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/attr_helper.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/builtin_attributes.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/builtin_attributes.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_invariants.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_invariants.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/depend.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/depend.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ident.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ident.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/path.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/path.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/outcometree.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/primitive.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/primitive.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/types.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/types.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/btype.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/btype.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/oprint.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/oprint.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/subst.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/subst.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/predef.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/predef.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/datarepr.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/datarepr.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmi_format.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmi_format.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/env.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/env.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtree.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtree.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyped.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyped.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ctype.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ctype.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyp.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyp.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includeclass.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includeclass.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/mtype.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/mtype.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/envaux.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/envaux.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includecore.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includecore.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeIter.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeIter.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeMap.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeMap.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/tast_mapper.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/tast_mapper.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmt_format.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmt_format.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/untypeast.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/untypeast.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includemod.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includemod.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typetexp.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typetexp.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/parmatch.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/parmatch.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/annot.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/stypes.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/stypes.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/lambda.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeopt.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeopt.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typecore.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typecore.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeclass.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeclass.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typemod.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typemod.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/lambda.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printlambda.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printlambda.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/semantics_of_primitives.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/semantics_of_primitives.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/switch.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/switch.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/matching.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/matching.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translobj.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translobj.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translattribute.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translattribute.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translcore.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translcore.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translclass.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translclass.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translmod.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translmod.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/simplif.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/simplif.ml
(echo 'let builtin_exceptions = [|'; \
cat byterun/caml/fail.h | tr -d '\r' | \
sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p'; \
echo '|]'; \
echo 'let builtin_primitives = [|'; \
sed -e 's/.*/ "&";/' byterun/primitives; \
echo '|]') > bytecomp/runtimedef.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/runtimedef.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/runtimedef.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/instruct.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/meta.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/meta.ml
make -C tools make_opcodes
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
../boot/ocamlrun ../boot/ocamllex make_opcodes.mll
14 states, 678 transitions, table size 2796 bytes
2232 additional bytes used for bindings
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. make_opcodes.ml -o make_opcodes
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
boot/ocamlrun tools/make_opcodes -opcodes < byterun/caml/instruct.h > bytecomp/opcodes.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/opcodes.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytesections.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytesections.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/dll.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/dll.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/cmo_format.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/symtable.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/symtable.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compmisc.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compmisc.ml
cp otherlibs/dynlink/dynlink.mli driver/compdynlink.mli
grep -v 'REMOVE_ME for ../../debugger/dynlink.ml' \
otherlibs/dynlink/dynlink.ml >driver/compdynlink.mlbyte
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c -impl driver/compdynlink.mlbyte
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compplugin.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compplugin.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/makedepend.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/makedepend.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -linkall -o compilerlibs/ocamlcommon.cma utils/config.cmo utils/misc.cmo utils/identifiable.cmo utils/numbers.cmo utils/arg_helper.cmo utils/clflags.cmo utils/tbl.cmo utils/profile.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo utils/strongly_connected_components.cmo utils/targetint.cmo parsing/location.cmo parsing/longident.cmo parsing/docstrings.cmo parsing/syntaxerr.cmo parsing/ast_helper.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/pprintast.cmo parsing/ast_mapper.cmo parsing/ast_iterator.cmo parsing/attr_helper.cmo parsing/builtin_attributes.cmo parsing/ast_invariants.cmo parsing/depend.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/cmi_format.cmo typing/env.cmo typing/typedtree.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/typedtreeIter.cmo typing/typedtreeMap.cmo typing/tast_mapper.cmo typing/cmt_format.cmo typing/untypeast.cmo typing/includemod.cmo typing/typetexp.cmo typing/parmatch.cmo typing/stypes.cmo typing/typedecl.cmo typing/typeopt.cmo typing/typecore.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/semantics_of_primitives.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translattribute.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo bytecomp/meta.cmo bytecomp/opcodes.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.cmo driver/compdynlink.cmo driver/compplugin.cmo driver/makedepend.cmo
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/instruct.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytegen.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytegen.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printinstr.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printinstr.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/emitcode.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/emitcode.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelink.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelink.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelibrarian.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelibrarian.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytepackager.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytepackager.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/errors.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/errors.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -o compilerlibs/ocamlbytecomp.cma bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/emitcode.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/errors.cmo driver/compile.cmo
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -compat-32 -o ocamlc compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make ocamllex ocamlyacc ocamltools library
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make -C yacc FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/yacc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/yacc'
make -C lex all
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/lex'
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot cset.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot syntax.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot syntax.ml
../boot/ocamlyacc -v parser.mly
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot parser.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot parser.ml
../boot/ocamlrun ../boot/ocamllex lexer.mll
98 states, 1199 transitions, table size 5384 bytes
1802 additional bytes used for bindings
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexer.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot table.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot compact.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot common.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot output.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../byterun/primitives -compat-32 -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/lex'
make[3]: Nothing to be done for 'ocamlyacc'.
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/linkage_name.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/compilation_unit.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/variable.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_element.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/var_within_closure.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/tag.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/symbol.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_id.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/static_exception.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/mutable_variable.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_origin.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_id.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/projection.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/parameter.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/debuginfo.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/allocated_const.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/freshening.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/export_id.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simple_value_approx.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/clambda.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmx_format.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printclambda.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printclambda.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/debuginfo.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/tag.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/linkage_name.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/compilation_unit.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/variable.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/mutable_variable.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/id_types.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/id_types.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_id.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_origin.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_element.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_id.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/var_within_closure.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/static_exception.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/export_id.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/symbol.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/pass_wrapper.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/pass_wrapper.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/allocated_const.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/parameter.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/projection.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_iterators.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_iterators.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/backend_intf.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_utils.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_utils.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_cost.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_cost.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/effect_analysis.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/effect_analysis.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/freshening.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simple_value_approx.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_code.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_code.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion_aux.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion_aux.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/initialize_symbol_to_let_symbol.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/initialize_symbol_to_let_symbol.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_let_to_initialize_symbol.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_let_to_initialize_symbol.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/find_recursive_functions.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/find_recursive_functions.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/invariant_params.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/invariant_params.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inconstant_idents.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inconstant_idents.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/alias_analysis.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/alias_analysis.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_constants.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_constants.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/share_constants.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/share_constants.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_common.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_common.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_arguments.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_arguments.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_closure_vars.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_closure_vars.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_program_constructs.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_program_constructs.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops_intf.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_primitives.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_primitives.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats_types.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats_types.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify_aux.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify_aux.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_free_vars_equal_to_args.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_free_vars_equal_to_args.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/extract_projections.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/extract_projections.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/augment_specialised_args.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/augment_specialised_args.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_free_vars_of_closures.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_free_vars_of_closures.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_specialised_args.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_specialised_args.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_closures.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_closures.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_decision_intf.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_transforms.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_transforms.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_decision.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_decision.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/ref_to_variables.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/ref_to_variables.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_invariants.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_invariants.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/middle_end.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/middle_end.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -o compilerlibs/ocamlmiddleend.cma middle_end/debuginfo.cmo middle_end/base_types/tag.cmo middle_end/base_types/linkage_name.cmo middle_end/base_types/compilation_unit.cmo middle_end/base_types/variable.cmo middle_end/base_types/mutable_variable.cmo middle_end/base_types/id_types.cmo middle_end/base_types/set_of_closures_id.cmo middle_end/base_types/set_of_closures_origin.cmo middle_end/base_types/closure_element.cmo middle_end/base_types/closure_id.cmo middle_end/base_types/var_within_closure.cmo middle_end/base_types/static_exception.cmo middle_end/base_types/export_id.cmo middle_end/base_types/symbol.cmo middle_end/pass_wrapper.cmo middle_end/allocated_const.cmo middle_end/parameter.cmo middle_end/projection.cmo middle_end/flambda.cmo middle_end/flambda_iterators.cmo middle_end/flambda_utils.cmo middle_end/inlining_cost.cmo middle_end/effect_analysis.cmo middle_end/freshening.cmo middle_end/simple_value_approx.cmo middle_end/lift_code.cmo middle_end/closure_conversion_aux.cmo middle_end/closure_conversion.cmo middle_end/initialize_symbol_to_let_symbol.cmo middle_end/lift_let_to_initialize_symbol.cmo middle_end/find_recursive_functions.cmo middle_end/invariant_params.cmo middle_end/inconstant_idents.cmo middle_end/alias_analysis.cmo middle_end/lift_constants.cmo middle_end/share_constants.cmo middle_end/simplify_common.cmo middle_end/remove_unused_arguments.cmo middle_end/remove_unused_closure_vars.cmo middle_end/remove_unused_program_constructs.cmo middle_end/simplify_boxed_integer_ops.cmo middle_end/simplify_primitives.cmo middle_end/inlining_stats_types.cmo middle_end/inlining_stats.cmo middle_end/inline_and_simplify_aux.cmo middle_end/remove_free_vars_equal_to_args.cmo middle_end/extract_projections.cmo middle_end/augment_specialised_args.cmo middle_end/unbox_free_vars_of_closures.cmo middle_end/unbox_specialised_args.cmo middle_end/unbox_closures.cmo middle_end/inlining_transforms.cmo middle_end/inlining_decision.cmo middle_end/inline_and_simplify.cmo middle_end/ref_to_variables.cmo middle_end/flambda_invariants.cmo middle_end/middle_end.cmo
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info.ml
make -C tools all
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamldep.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -compat-32 -I .. -o ocamldep ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamldep.cmo
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - profiling.mli
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - profiling.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlprof.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlprof misc.cmo config.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo profiling.cmo ocamlprof.cmo
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlcp.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlcp misc.cmo profile.cmo warnings.cmo config.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo main_args.cmo ocamlcp.cmo
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamloptp.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamloptp misc.cmo profile.cmo warnings.cmo config.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo main_args.cmo ocamloptp.cmo
(echo 'let bindir = "C:/Users/appveyor/.esy/3_/s/ocaml-4.6.5-ee7d6995/bin"'; \
echo 'let supports_shared_libraries = true';\
echo 'let default_rpath = ""'; \
echo 'let mksharedlibrpath = ""'; \
echo 'let toolpref = "x86_64-w64-mingw32-"'; \
sed -n -e 's/^#ml //p' ../config/Makefile) \
> ocamlmklibconfig.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmklibconfig.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmklib.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlmklib ocamlmklibconfig.cmo config.cmo misc.cmo ocamlmklib.cmo
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmktop.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlmktop misc.cmo identifiable.cmo numbers.cmo config.cmo arg_helper.cmo clflags.cmo ccomp.cmo ocamlmktop.cmo
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - cmt2annot.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - read_cmt.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o read_cmt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmt2annot.cmo read_cmt.cmo
../boot/ocamlrun make_opcodes -opnames < ../byterun/caml/instruct.h > opnames.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - opnames.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - dumpobj.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o dumpobj misc.cmo identifiable.cmo numbers.cmo tbl.cmo config.cmo ident.cmo opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
x86_64-w64-mingw32-gcc -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -o objinfo_helper.exe \
'-Dsymbol_prefix=""' objinfo_helper.c
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - objinfo.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlobjinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../compilerlibs/ocamlmiddleend.cma ../asmcomp/printclambda.cmo ../asmcomp/export_info.cmo objinfo.cmo
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - primreq.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o primreq config.cmo primreq.cmo
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - stripdebug.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o stripdebug ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma stripdebug.cmo
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - cmpbyt.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o cmpbyt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmpbyt.cmo
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
make -C stdlib FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags pervasives.cmi` -c pervasives.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags pervasives.cmo` -c pervasives.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags list.cmi` -c list.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags list.cmo` -c list.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags char.cmi` -c char.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags char.cmo` -c char.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags uchar.cmi` -c uchar.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags uchar.cmo` -c uchar.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytes.cmi` -c bytes.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytes.cmo` -c bytes.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags string.cmi` -c string.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags string.cmo` -c string.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sys.cmi` -c sys.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sys.cmo` -c sys.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags array.cmi` -c array.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sort.cmi` -c sort.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sort.cmo` -c sort.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags marshal.cmi` -c marshal.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags marshal.cmo` -c marshal.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int32.cmi` -c int32.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags obj.cmi` -c obj.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags obj.cmo` -c obj.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags array.cmo` -c array.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int32.cmo` -c int32.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int64.cmi` -c int64.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int64.cmo` -c int64.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags nativeint.cmi` -c nativeint.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags nativeint.cmo` -c nativeint.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lexing.cmi` -c lexing.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lexing.cmo` -c lexing.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags parsing.cmi` -c parsing.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags parsing.cmo` -c parsing.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags set.cmi` -c set.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags set.cmo` -c set.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags map.cmi` -c map.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags map.cmo` -c map.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stack.cmi` -c stack.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stack.cmo` -c stack.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags queue.cmi` -c queue.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags queue.cmo` -c queue.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lazy.cmi` -c lazy.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lazy.cmo` -c lazy.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stream.cmi` -c stream.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stream.cmo` -c stream.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags buffer.cmi` -c buffer.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags buffer.cmo` -c buffer.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printf.cmi` -c printf.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printf.cmo` -c printf.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arg.cmi` -c arg.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arg.cmo` -c arg.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printexc.cmi` -c printexc.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printexc.cmo` -c printexc.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags gc.cmi` -c gc.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags gc.cmo` -c gc.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags digest.cmi` -c digest.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags digest.cmo` -c digest.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags random.cmi` -c random.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags random.cmo` -c random.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags hashtbl.cmi` -c hashtbl.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags hashtbl.cmo` -c hashtbl.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags weak.cmi` -c weak.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags weak.cmo` -c weak.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags format.cmi` -c format.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags format.cmo` -c format.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags scanf.cmi` -c scanf.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags scanf.cmo` -c scanf.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags callback.cmi` -c callback.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags callback.cmo` -c callback.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags oo.cmi` -c oo.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags oo.cmo` -c oo.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags genlex.cmi` -c genlex.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags genlex.cmo` -c genlex.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags ephemeron.cmi` -c ephemeron.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags ephemeron.cmo` -c ephemeron.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags filename.cmi` -c filename.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags filename.cmo` -c filename.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags complex.cmi` -c complex.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags complex.cmo` -c complex.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arrayLabels.cmi` -c arrayLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arrayLabels.cmo` -c arrayLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags listLabels.cmi` -c listLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags listLabels.cmo` -c listLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytesLabels.cmi` -c bytesLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytesLabels.cmo` -c bytesLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stringLabels.cmi` -c stringLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stringLabels.cmo` -c stringLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags moreLabels.cmi` -c moreLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags moreLabels.cmo` -c moreLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stdLabels.cmi` -c stdLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stdLabels.cmo` -c stdLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags spacetime.cmi` -c spacetime.mli
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags spacetime.cmo` -c spacetime.ml
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalBigarray.cmo` -c camlinternalBigarray.ml
../boot/ocamlrun ../ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo pervasives.cmo list.cmo char.cmo uchar.cmo bytes.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo array.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo camlinternalFormat.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo weak.cmo format.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo ephemeron.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo bytesLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo spacetime.cmo camlinternalBigarray.cmo
../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags std_exit.cmo` -c std_exit.ml
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make -C asmrun FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/asmrun'
cp ../byterun/startup_aux.c startup_aux.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" startup_aux.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" startup.c
cp ../byterun/main.c main.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" main.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" fail.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" roots.c
cp ../byterun/signals.c signals.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" signals.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" signals_asm.c
cp ../byterun/misc.c misc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" misc.c
cp ../byterun/freelist.c freelist.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" freelist.c
cp ../byterun/major_gc.c major_gc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" major_gc.c
cp ../byterun/minor_gc.c minor_gc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" minor_gc.c
cp ../byterun/memory.c memory.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" memory.c
cp ../byterun/alloc.c alloc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" alloc.c
cp ../byterun/compare.c compare.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" compare.c
cp ../byterun/ints.c ints.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" ints.c
cp ../byterun/floats.c floats.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" floats.c
cp ../byterun/str.c str.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" str.c
cp ../byterun/array.c array.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" array.c
cp ../byterun/io.c io.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" io.c
cp ../byterun/extern.c extern.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" extern.c
cp ../byterun/intern.c intern.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" intern.c
cp ../byterun/hash.c hash.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" hash.c
cp ../byterun/sys.c sys.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" sys.c
cp ../byterun/parsing.c parsing.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" parsing.c
cp ../byterun/gc_ctrl.c gc_ctrl.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" gc_ctrl.c
cp ../byterun/terminfo.c terminfo.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" terminfo.c
cp ../byterun/md5.c md5.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" md5.c
cp ../byterun/obj.c obj.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" obj.c
cp ../byterun/lexing.c lexing.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" lexing.c
cp ../byterun/win32.c win32.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" win32.c
cp ../byterun/printexc.c printexc.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" printexc.c
cp ../byterun/callback.c callback.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" callback.c
cp ../byterun/weak.c weak.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" weak.c
cp ../byterun/compact.c compact.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" compact.c
cp ../byterun/finalise.c finalise.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" finalise.c
cp ../byterun/custom.c custom.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" custom.c
cp ../byterun/globroots.c globroots.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" globroots.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" backtrace_prim.c
cp ../byterun/backtrace.c backtrace.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" backtrace.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" natdynlink.c
cp ../byterun/debugger.c debugger.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" debugger.c
cp ../byterun/meta.c meta.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" meta.c
cp ../byterun/dynlink.c dynlink.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" dynlink.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" clambda_checks.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" spacetime.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" spacetime_snapshot.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" spacetime_offline.c
cp ../byterun/afl.c afl.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" afl.c
cp ../byterun/bigarray.c bigarray.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -g -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_mingw64 -I"C:\Users\appveyor\.esy\3_\b\ocaml-4.6.5-ee7d6995\flexdll" bigarray.c
x86_64-w64-mingw32-gcc -c -DSYS_mingw64 -I../byterun -o amd64.o amd64.S || \
{ echo "If your assembler produced syntax errors, it is probably";\
echo "unhappy with the preprocessor. Check your assembler, or";\
echo "try producing amd64.o by hand.";\
exit 2; }
rm -f libasmrun.a; x86_64-w64-mingw32-ar rc libasmrun.a startup_aux.o startup.o main.o fail.o roots.o signals.o signals_asm.o misc.o freelist.o major_gc.o minor_gc.o memory.o alloc.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o win32.o printexc.o callback.o weak.o compact.o finalise.o custom.o globroots.o backtrace_prim.o backtrace.o natdynlink.o debugger.o meta.o dynlink.o clambda_checks.o spacetime.o spacetime_snapshot.o spacetime_offline.o afl.o bigarray.o amd64.o; x86_64-w64-mingw32-ranlib libasmrun.a
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/asmrun'
cp asmrun/libasmrun.a stdlib/libasmrun.a
make ocamlopt
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_ast.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_proc.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_proc.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_dsl.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_dsl.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_gas.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_gas.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_masm.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_masm.ml
cd asmcomp; cp amd64/arch.ml .
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/arch.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmm.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmm.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printcmm.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printcmm.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reg.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reg.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_with_debug_info.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_with_debug_info.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_availability_set.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_availability_set.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/mach.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/mach.ml
cd asmcomp; cp amd64/proc.ml .
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/proc.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/proc.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/clambda.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info_for_pack.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info_for_pack.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/compilenv.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/compilenv.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/build_export_info.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/build_export_info.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure_offsets.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure_offsets.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/flambda_to_clambda.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/flambda_to_clambda.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/import_approx.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/import_approx.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/un_anf.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/un_anf.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/afl_instrument.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/afl_instrument.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/strmatch.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/strmatch.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmmgen.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmmgen.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interval.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interval.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printmach.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printmach.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selectgen.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selectgen.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spacetime_profiling.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spacetime_profiling.ml
cd asmcomp; cp amd64/selection.ml .
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selection.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selection.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/comballoc.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/comballoc.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/CSEgen.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/CSEgen.ml
cd asmcomp; cp amd64/CSE.ml .
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/CSE.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/liveness.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/liveness.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spill.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spill.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/split.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/split.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interf.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interf.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/coloring.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/coloring.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linscan.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linscan.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reloadgen.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reloadgen.ml
cd asmcomp; cp amd64/reload.ml .
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reload.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reload.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/deadcode.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/deadcode.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linearize.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printlinear.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printlinear.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linearize.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/available_regs.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/available_regs.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/schedgen.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/schedgen.ml
cd asmcomp; cp amd64/scheduling.ml .
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/scheduling.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/scheduling.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/branch_relaxation.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/branch_relaxation.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emitaux.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emitaux.ml
make -C tools cvt_emit
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
../boot/ocamlrun ../boot/ocamllex cvt_emit.mll
16 states, 280 transitions, table size 1216 bytes
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - cvt_emit.ml
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -use-prims ../byterun/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -o cvt_emit cvt_emit.cmo
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
echo \# 1 \"amd64/emit.mlp\" > asmcomp/emit.ml
boot/ocamlrun tools/cvt_emit < asmcomp/amd64/emit.mlp >> asmcomp/emit.ml \
|| { rm -f asmcomp/emit.ml; exit 2; }
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emit.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emit.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmgen.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmgen.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlink.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlink.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlibrarian.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlibrarian.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmpackager.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmpackager.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/opterrors.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/opterrors.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optcompile.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optcompile.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -o compilerlibs/ocamloptcomp.cma middle_end/debuginfo.cmo middle_end/base_types/tag.cmo middle_end/base_types/linkage_name.cmo middle_end/base_types/compilation_unit.cmo middle_end/base_types/variable.cmo middle_end/base_types/mutable_variable.cmo middle_end/base_types/id_types.cmo middle_end/base_types/set_of_closures_id.cmo middle_end/base_types/set_of_closures_origin.cmo middle_end/base_types/closure_element.cmo middle_end/base_types/closure_id.cmo middle_end/base_types/var_within_closure.cmo middle_end/base_types/static_exception.cmo middle_end/base_types/export_id.cmo middle_end/base_types/symbol.cmo middle_end/pass_wrapper.cmo middle_end/allocated_const.cmo middle_end/parameter.cmo middle_end/projection.cmo middle_end/flambda.cmo middle_end/flambda_iterators.cmo middle_end/flambda_utils.cmo middle_end/inlining_cost.cmo middle_end/effect_analysis.cmo middle_end/freshening.cmo middle_end/simple_value_approx.cmo middle_end/lift_code.cmo middle_end/closure_conversion_aux.cmo middle_end/closure_conversion.cmo middle_end/initialize_symbol_to_let_symbol.cmo middle_end/lift_let_to_initialize_symbol.cmo middle_end/find_recursive_functions.cmo middle_end/invariant_params.cmo middle_end/inconstant_idents.cmo middle_end/alias_analysis.cmo middle_end/lift_constants.cmo middle_end/share_constants.cmo middle_end/simplify_common.cmo middle_end/remove_unused_arguments.cmo middle_end/remove_unused_closure_vars.cmo middle_end/remove_unused_program_constructs.cmo middle_end/simplify_boxed_integer_ops.cmo middle_end/simplify_primitives.cmo middle_end/inlining_stats_types.cmo middle_end/inlining_stats.cmo middle_end/inline_and_simplify_aux.cmo middle_end/remove_free_vars_equal_to_args.cmo middle_end/extract_projections.cmo middle_end/augment_specialised_args.cmo middle_end/unbox_free_vars_of_closures.cmo middle_end/unbox_specialised_args.cmo middle_end/unbox_closures.cmo middle_end/inlining_transforms.cmo middle_end/inlining_decision.cmo middle_end/inline_and_simplify.cmo middle_end/ref_to_variables.cmo middle_end/flambda_invariants.cmo middle_end/middle_end.cmo asmcomp/x86_proc.cmo asmcomp/x86_dsl.cmo asmcomp/x86_gas.cmo asmcomp/x86_masm.cmo asmcomp/arch.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/debug/reg_with_debug_info.cmo asmcomp/debug/reg_availability_set.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/clambda.cmo asmcomp/printclambda.cmo asmcomp/export_info.cmo asmcomp/export_info_for_pack.cmo asmcomp/compilenv.cmo asmcomp/closure.cmo asmcomp/build_export_info.cmo asmcomp/closure_offsets.cmo asmcomp/flambda_to_clambda.cmo asmcomp/import_approx.cmo asmcomp/un_anf.cmo asmcomp/afl_instrument.cmo asmcomp/strmatch.cmo asmcomp/cmmgen.cmo asmcomp/interval.cmo asmcomp/printmach.cmo asmcomp/selectgen.cmo asmcomp/spacetime_profiling.cmo asmcomp/selection.cmo asmcomp/comballoc.cmo asmcomp/CSEgen.cmo asmcomp/CSE.cmo asmcomp/liveness.cmo asmcomp/spill.cmo asmcomp/split.cmo asmcomp/interf.cmo asmcomp/coloring.cmo asmcomp/linscan.cmo asmcomp/reloadgen.cmo asmcomp/reload.cmo asmcomp/deadcode.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo asmcomp/debug/available_regs.cmo asmcomp/schedgen.cmo asmcomp/scheduling.cmo asmcomp/branch_relaxation_intf.cmo asmcomp/branch_relaxation.cmo asmcomp/emitaux.cmo asmcomp/emit.cmo asmcomp/asmgen.cmo asmcomp/asmlink.cmo asmcomp/asmlibrarian.cmo asmcomp/asmpackager.cmo driver/opterrors.cmo driver/optcompile.cmo
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optmain.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optmain.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make libraryopt
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make -C stdlib FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" allopt
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormatBasics.cmx` -c camlinternalFormatBasics.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags pervasives.cmx` -c pervasives.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags list.cmx` -c list.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags char.cmx` -c char.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags uchar.cmx` -c uchar.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytes.cmx` -c bytes.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags string.cmx` -c string.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sys.cmx` -c sys.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags array.cmx` -c array.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags sort.cmx` -c sort.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags marshal.cmx` -c marshal.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int32.cmx` -c int32.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags obj.cmx` -c obj.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags int64.cmx` -c int64.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags nativeint.cmx` -c nativeint.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lexing.cmx` -c lexing.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags parsing.cmx` -c parsing.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags set.cmx` -c set.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags map.cmx` -c map.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stack.cmx` -c stack.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags queue.cmx` -c queue.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalLazy.cmx` -c camlinternalLazy.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags lazy.cmx` -c lazy.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stream.cmx` -c stream.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags buffer.cmx` -c buffer.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalFormat.cmx` -c camlinternalFormat.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printf.cmx` -c printf.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arg.cmx` -c arg.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags printexc.cmx` -c printexc.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags gc.cmx` -c gc.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags digest.cmx` -c digest.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags random.cmx` -c random.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags hashtbl.cmx` -c hashtbl.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags weak.cmx` -c weak.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags format.cmx` -c format.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags scanf.cmx` -c scanf.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags callback.cmx` -c callback.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalOO.cmx` -c camlinternalOO.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags oo.cmx` -c oo.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalMod.cmx` -c camlinternalMod.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags genlex.cmx` -c genlex.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags ephemeron.cmx` -c ephemeron.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags filename.cmx` -c filename.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags complex.cmx` -c complex.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags arrayLabels.cmx` -c arrayLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags listLabels.cmx` -c listLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags bytesLabels.cmx` -c bytesLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stringLabels.cmx` -c stringLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags moreLabels.cmx` -c moreLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags stdLabels.cmx` -c stdLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags spacetime.cmx` -c spacetime.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags camlinternalBigarray.cmx` -c camlinternalBigarray.ml
../boot/ocamlrun ../ocamlopt -a -o stdlib.cmxa camlinternalFormatBasics.cmx pervasives.cmx list.cmx char.cmx uchar.cmx bytes.cmx string.cmx sys.cmx sort.cmx marshal.cmx obj.cmx array.cmx int32.cmx int64.cmx nativeint.cmx lexing.cmx parsing.cmx set.cmx map.cmx stack.cmx queue.cmx camlinternalLazy.cmx lazy.cmx stream.cmx buffer.cmx camlinternalFormat.cmx printf.cmx arg.cmx printexc.cmx gc.cmx digest.cmx random.cmx hashtbl.cmx weak.cmx format.cmx scanf.cmx callback.cmx camlinternalOO.cmx oo.cmx camlinternalMod.cmx genlex.cmx ephemeron.cmx filename.cmx complex.cmx arrayLabels.cmx listLabels.cmx bytesLabels.cmx stringLabels.cmx moreLabels.cmx stdLabels.cmx spacetime.cmx camlinternalBigarray.cmx
../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats `sh ./Compflags std_exit.cmx` -c std_exit.ml
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/config.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/misc.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/identifiable.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/numbers.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/arg_helper.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/profile.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/clflags.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/tbl.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/terminfo.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/ccomp.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/warnings.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/consistbl.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/strongly_connected_components.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/targetint.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/location.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/longident.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/docstrings.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/syntaxerr.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_helper.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parser.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/lexer.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parse.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/printast.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/pprintast.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_mapper.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_iterator.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/attr_helper.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/builtin_attributes.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_invariants.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/depend.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ident.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/path.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/primitive.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/types.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/btype.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/oprint.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/subst.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/predef.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/datarepr.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmi_format.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/env.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtree.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyped.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ctype.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyp.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includeclass.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/mtype.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/envaux.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includecore.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeIter.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeMap.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/tast_mapper.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmt_format.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/untypeast.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includemod.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typetexp.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/parmatch.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/stypes.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/lambda.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeopt.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typecore.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeclass.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typemod.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printlambda.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/semantics_of_primitives.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/switch.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/matching.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translobj.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translattribute.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translcore.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translclass.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translmod.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/simplif.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/runtimedef.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/instruct.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/meta.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/opcodes.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytesections.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/dll.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/symtable.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compmisc.ml
cp otherlibs/dynlink/natdynlink.ml driver/compdynlink.mlopt
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c -impl driver/compdynlink.mlopt
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compplugin.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/makedepend.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -linkall -o compilerlibs/ocamlcommon.cmxa utils/config.cmx utils/misc.cmx utils/identifiable.cmx utils/numbers.cmx utils/arg_helper.cmx utils/clflags.cmx utils/tbl.cmx utils/profile.cmx utils/terminfo.cmx utils/ccomp.cmx utils/warnings.cmx utils/consistbl.cmx utils/strongly_connected_components.cmx utils/targetint.cmx parsing/location.cmx parsing/longident.cmx parsing/docstrings.cmx parsing/syntaxerr.cmx parsing/ast_helper.cmx parsing/parser.cmx parsing/lexer.cmx parsing/parse.cmx parsing/printast.cmx parsing/pprintast.cmx parsing/ast_mapper.cmx parsing/ast_iterator.cmx parsing/attr_helper.cmx parsing/builtin_attributes.cmx parsing/ast_invariants.cmx parsing/depend.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx typing/types.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx typing/cmi_format.cmx typing/env.cmx typing/typedtree.cmx typing/printtyped.cmx typing/ctype.cmx typing/printtyp.cmx typing/includeclass.cmx typing/mtype.cmx typing/envaux.cmx typing/includecore.cmx typing/typedtreeIter.cmx typing/typedtreeMap.cmx typing/tast_mapper.cmx typing/cmt_format.cmx typing/untypeast.cmx typing/includemod.cmx typing/typetexp.cmx typing/parmatch.cmx typing/stypes.cmx typing/typedecl.cmx typing/typeopt.cmx typing/typecore.cmx typing/typeclass.cmx typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx bytecomp/semantics_of_primitives.cmx bytecomp/switch.cmx bytecomp/matching.cmx bytecomp/translobj.cmx bytecomp/translattribute.cmx bytecomp/translcore.cmx bytecomp/translclass.cmx bytecomp/translmod.cmx bytecomp/simplif.cmx bytecomp/runtimedef.cmx bytecomp/meta.cmx bytecomp/opcodes.cmx bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx driver/pparse.cmx driver/main_args.cmx driver/compenv.cmx driver/compmisc.cmx driver/compdynlink.cmx driver/compplugin.cmx driver/makedepend.cmx
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytegen.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printinstr.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/emitcode.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelink.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelibrarian.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytepackager.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/errors.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamlbytecomp.cmxa bytecomp/instruct.cmx bytecomp/bytegen.cmx bytecomp/printinstr.cmx bytecomp/emitcode.cmx bytecomp/bytelink.cmx bytecomp/bytelibrarian.cmx bytecomp/bytepackager.cmx driver/errors.cmx driver/compile.cmx
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main.ml
OCAML_FLEXLINK="boot/ocamlrun flexdll/flexlink.exe" boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlc.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa driver/main.cmx -cclib "-lws2_32 -lversion"
make -C byterun FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/byterun'
make coreall
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make ocamlc
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make[3]: 'ocamlc' is up to date.
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make ocamllex ocamlyacc ocamltools library
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make -C yacc FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/yacc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/yacc'
make -C lex all
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/lex'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/lex'
make[3]: Nothing to be done for 'ocamlyacc'.
make -C tools all
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
make -C stdlib FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[4]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/stdlib'
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make ocaml
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/expunge.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/genprintval.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/genprintval.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/toploop.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/toploop.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/trace.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/trace.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topdirs.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topdirs.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topmain.mli
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topmain.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -a -o compilerlibs/ocamltoplevel.cma toplevel/genprintval.cmo toplevel/toploop.cmo toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topstart.ml
boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -linkall -o ocaml.tmp compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
boot/ocamlrun expunge ocaml.tmp ocaml spacetime arg array arrayLabels buffer bytes bytesLabels callback camlinternalFormat camlinternalFormatBasics camlinternalLazy camlinternalMod camlinternalOO char complex digest ephemeron filename format gc genlex hashtbl int32 int64 lazy lexing list listLabels map marshal moreLabels nativeint obj oo parsing pervasives printexc printf queue random scanf set sort stack stdLabels stream string stringLabels sys uchar weak outcometree topdirs toploop
rm ocaml.tmp
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make otherlibraries ocamldebugger ocamldoc ocamltest
make[2]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make -C yacc FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/yacc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/yacc'
make -C lex all
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/lex'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/lex'
make -C tools all
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/tools'
for i in win32unix str win32graph dynlink bigarray systhreads; do \
(make -C otherlibs/$i all) || exit $?; \
done
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/win32unix'
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o accept.o accept.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o bind.o bind.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o channels.o channels.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o close.o close.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o close_on.o close_on.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o connect.o connect.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o createprocess.o createprocess.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o dup.o dup.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o dup2.o dup2.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o errmsg.o errmsg.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o envir.o envir.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o getpeername.o getpeername.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o getpid.o getpid.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o getsockname.o getsockname.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o gettimeofday.o gettimeofday.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o isatty.o isatty.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o link.o link.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o listen.o listen.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o lockf.o lockf.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o lseek.o lseek.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o nonblock.o nonblock.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o mkdir.o mkdir.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o mmap.o mmap.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o open.o open.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o pipe.o pipe.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o read.o read.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o readlink.o readlink.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o rename.o rename.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o select.o select.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o sendrecv.o sendrecv.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o shutdown.o shutdown.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o sleep.o sleep.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o socket.o socket.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o sockopt.o sockopt.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o startup.o startup.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o stat.o stat.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o symlink.o symlink.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o system.o system.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o times.o times.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o unixsupport.o unixsupport.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o windir.o windir.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o winwait.o winwait.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o write.o write.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o winlist.o winlist.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o winworker.o winworker.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o windbug.o windbug.c
cp ../unix/access.c access.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o access.o access.c
cp ../unix/addrofstr.c addrofstr.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o addrofstr.o addrofstr.c
cp ../unix/chdir.c chdir.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o chdir.o chdir.c
cp ../unix/chmod.c chmod.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o chmod.o chmod.c
cp ../unix/cst2constr.c cst2constr.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o cst2constr.o cst2constr.c
cp ../unix/cstringv.c cstringv.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o cstringv.o cstringv.c
cp ../unix/execv.c execv.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o execv.o execv.c
cp ../unix/execve.c execve.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o execve.o execve.c
cp ../unix/execvp.c execvp.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o execvp.o execvp.c
cp ../unix/exit.c exit.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o exit.o exit.c
cp ../unix/getaddrinfo.c getaddrinfo.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o getaddrinfo.o getaddrinfo.c
cp ../unix/getcwd.c getcwd.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o getcwd.o getcwd.c
cp ../unix/gethost.c gethost.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o gethost.o gethost.c
cp ../unix/gethostname.c gethostname.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o gethostname.o gethostname.c
cp ../unix/getnameinfo.c getnameinfo.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o getnameinfo.o getnameinfo.c
cp ../unix/getproto.c getproto.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o getproto.o getproto.c
cp ../unix/getserv.c getserv.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o getserv.o getserv.c
cp ../unix/gmtime.c gmtime.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o gmtime.o gmtime.c
cp ../unix/mmap_ba.c mmap_ba.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o mmap_ba.o mmap_ba.c
cp ../unix/putenv.c putenv.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o putenv.o putenv.c
cp ../unix/rmdir.c rmdir.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o rmdir.o rmdir.c
cp ../unix/socketaddr.c socketaddr.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o socketaddr.o socketaddr.c
cp ../unix/strofaddr.c strofaddr.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o strofaddr.o strofaddr.c
cp ../unix/time.c time.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o time.o time.c
cp ../unix/unlink.c unlink.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o unlink.o unlink.c
cp ../unix/utimes.c utimes.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../unix -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o utimes.o utimes.c
../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o bind.o channels.o close.o close_on.o connect.o createprocess.o dup.o dup2.o errmsg.o envir.o getpeername.o getpid.o getsockname.o gettimeofday.o isatty.o link.o listen.o lockf.o lseek.o nonblock.o mkdir.o mmap.o open.o pipe.o read.o readlink.o rename.o select.o sendrecv.o shutdown.o sleep.o socket.o sockopt.o startup.o stat.o symlink.o system.o times.o unixsupport.o windir.o winwait.o write.o winlist.o winworker.o windbug.o access.o addrofstr.o chdir.o chmod.o cst2constr.o cstringv.o execv.o execve.o execvp.o exit.o getaddrinfo.o getcwd.o gethost.o gethostname.o getnameinfo.o getproto.o getserv.o gmtime.o mmap_ba.o putenv.o rmdir.o socketaddr.o strofaddr.o time.o unlink.o utimes.o -ldopt -lws2_32 -ldopt -ladvapi32
cp ../unix/unix.mli unix.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.ml
cp ../unix/unixLabels.ml unixLabels.ml
cp ../unix/unixLabels.mli unixLabels.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
unix.cmo unixLabels.cmo -cclib -lws2_32 -cclib -ladvapi32
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/win32unix'
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/str'
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o strstubs.o strstubs.c
../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats str.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats str.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
str.cmo
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/str'
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/win32graph'
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o open.o open.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o draw.o draw.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o events.o events.c
../../boot/ocamlrun ../../tools/ocamlmklib -oc graphics open.o draw.o events.o -ldopt "-lkernel32 -lgdi32 -luser32"
cp ../graph/graphics.ml graphics.ml
cp ../graph/graphics.mli graphics.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats graphics.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats graphics.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o graphics -oc graphics -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
graphics.cmo -cclib "\"-lkernel32 -lgdi32 -luser32\""
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/win32graph'
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/dynlink'
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -pack -o dynlinkaux.cmo ../../utils/misc.cmo ../../utils/config.cmo ../../utils/identifiable.cmo ../../utils/numbers.cmo ../../utils/arg_helper.cmo ../../utils/clflags.cmo ../../utils/tbl.cmo ../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo ../../parsing/asttypes.cmi ../../parsing/location.cmo ../../parsing/longident.cmo ../../parsing/docstrings.cmo ../../parsing/syntaxerr.cmo ../../parsing/ast_helper.cmo ../../parsing/ast_mapper.cmo ../../parsing/ast_iterator.cmo ../../parsing/attr_helper.cmo ../../parsing/builtin_attributes.cmo ../../typing/ident.cmo ../../typing/path.cmo ../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo ../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo ../../typing/cmi_format.cmo ../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo ../../bytecomp/cmo_format.cmi ../../bytecomp/opcodes.cmo ../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo ../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats dynlink.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats dynlink.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -ccopt "" -a -o dynlink.cma \
dynlinkaux.cmo dynlink.cmo
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats extract_crc.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -o extract_crc dynlink.cma extract_crc.cmo
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/dynlink'
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/bigarray'
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../win32unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o bigarray_stubs.o bigarray_stubs.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../win32unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o mmap_ba.o ../unix/mmap_ba.c
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -I../win32unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun -o mmap.o ../win32unix/mmap.c
../../boot/ocamlrun ../../tools/ocamlmklib -oc bigarray bigarray_stubs.o mmap_ba.o mmap.o
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -I ../win32unix bigarray.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -I ../win32unix bigarray.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
bigarray.cmo
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/bigarray'
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/systhreads'
x86_64-w64-mingw32-gcc -c -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../../byterun \
-o st_stubs_b.o st_stubs.c
../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs_b.o
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o threads -ocamlc "../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/win32unix" -linkall thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/otherlibs/systhreads'
make -C debugger all
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/debugger'
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats int64ops.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats int64ops.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats primitives.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats primitives.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats unix_tools.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats unix_tools.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats debugger_config.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats debugger_config.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parameters.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parameters.ml
../boot/ocamlrun ../boot/ocamllex lexer.mll
41 states, 1026 transitions, table size 4350 bytes
1285 additional bytes used for bindings
../boot/ocamlyacc parser.mly
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parser_aux.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parser.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats lexer.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats lexer.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats input_handling.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats input_handling.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats question.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats question.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats debugcom.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats debugcom.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats exec.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats exec.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats source.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats source.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats pos.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats pos.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats checkpoints.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats checkpoints.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats events.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats events.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats program_loading.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats program_loading.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats symbols.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats symbols.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats breakpoints.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats breakpoints.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats trap_barrier.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats trap_barrier.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats history.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats history.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats printval.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats printval.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats show_source.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats show_source.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats time_travel.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats time_travel.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats program_management.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats program_management.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats frames.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats frames.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats eval.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats eval.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats show_information.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats show_information.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats loadprinter.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats loadprinter.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parser.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats command_line.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats command_line.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -I ../otherlibs/win32unix -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats main.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -linkall -I ../otherlibs/win32unix -o ocamldebug.exe -linkall ../otherlibs/win32unix/unix.cma ../utils/config.cmo ../utils/tbl.cmo ../utils/misc.cmo ../utils/identifiable.cmo ../utils/numbers.cmo ../utils/arg_helper.cmo ../utils/clflags.cmo ../utils/consistbl.cmo ../utils/warnings.cmo ../utils/terminfo.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/docstrings.cmo ../parsing/syntaxerr.cmo ../parsing/ast_helper.cmo ../parsing/ast_mapper.cmo ../parsing/ast_iterator.cmo ../parsing/attr_helper.cmo ../parsing/builtin_attributes.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/btype.cmo ../typing/primitive.cmo ../typing/typedtree.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/cmi_format.cmo ../typing/env.cmo ../typing/oprint.cmo ../typing/ctype.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../typing/envaux.cmo ../bytecomp/runtimedef.cmo ../bytecomp/bytesections.cmo ../bytecomp/dll.cmo ../bytecomp/meta.cmo ../bytecomp/symtable.cmo ../bytecomp/opcodes.cmo ../driver/compdynlink.cmo ../toplevel/genprintval.cmo int64ops.cmo primitives.cmo unix_tools.cmo debugger_config.cmo parameters.cmo lexer.cmo input_handling.cmo question.cmo debugcom.cmo exec.cmo source.cmo pos.cmo checkpoints.cmo events.cmo program_loading.cmo symbols.cmo breakpoints.cmo trap_barrier.cmo history.cmo printval.cmo show_source.cmo time_travel.cmo program_management.cmo frames.cmo eval.cmo show_information.cmo loadprinter.cmo parser.cmo command_line.cmo main.cmo
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/debugger'
make -C ocamldoc all
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/ocamldoc'
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_config.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_config.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_messages.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_types.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_global.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_global.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_types.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_misc.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_misc.ml
../boot/ocamlyacc -v odoc_text_parser.mly
5 shift/reduce conflicts.
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text_parser.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text_parser.ml
../boot/ocamlrun ../boot/ocamllex odoc_text_lexer.mll
251 states, 2458 transitions, table size 11338 bytes
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text_lexer.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_name.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_name.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_parameter.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_value.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_type.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_extension.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_exception.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_class.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_module.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_print.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_print.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_str.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_str.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments_global.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments_global.ml
../boot/ocamlyacc -v odoc_parser.mly
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_parser.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_parser.ml
../boot/ocamlrun ../boot/ocamllex odoc_lexer.mll
50 states, 614 transitions, table size 2756 bytes
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_lexer.ml
../boot/ocamlrun ../boot/ocamllex odoc_see_lexer.mll
20 states, 264 transitions, table size 1176 bytes
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_see_lexer.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_env.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_env.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_merge.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_merge.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_sig.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_sig.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_ast.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_ast.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_control.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_inherit.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_search.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_search.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_scan.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_cross.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_cross.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dep.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_analyse.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_analyse.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_info.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_info.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -a -o odoc_info.cma -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -nostdlib odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_to_text.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_texi.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_man.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_latex_style.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_latex.ml
../boot/ocamlrun ../boot/ocamllex odoc_ocamlhtml.mll
111 states, 2871 transitions, table size 12150 bytes
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_ocamlhtml.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dag2html.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_html.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dot.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_gen.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_args.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_test.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dag2html.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_gen.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_args.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -o ocamldoc -linkall -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -nostdlib unix.cma str.cma dynlink.cma ocamlcommon.cma odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo odoc_dag2html.cmo odoc_to_text.cmo odoc_ocamlhtml.cmo odoc_html.cmo odoc_man.cmo odoc_latex_style.cmo odoc_latex.cmo odoc_texi.cmo odoc_dot.cmo odoc_gen.cmo odoc_args.cmo odoc.cmo
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c generators/odoc_todo.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c generators/odoc_literate.ml
mkdir -p stdlib_man
CAML_LD_LIBRARY_PATH="../otherlibs/win32unix;../otherlibs/str" ../boot/ocamlrun ./ocamldoc -man -d stdlib_man -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/win32unix -I ../otherlibs/win32graph \
-t "OCaml library" -man-mini ../stdlib/*.mli ../parsing/*.mli ../otherlibs/win32unix/unix.mli ../otherlibs/str/str.mli ../otherlibs/bigarray/bigarray.mli
Warning: Element Clflags.include_dirs not found
Warning: Element Config.load_path not found
Warning: Element Clflags.open_modules not found
Warning: Element Clflags.for_package not found
Warning: Element Clflags.debug not found
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/ocamldoc'
make -C ocamltest
make[3]: Entering directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/ocamltest'
x86_64-w64-mingw32-gcc -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DCAML_INTERNALS -c run_win32.c
x86_64-w64-mingw32-gcc -O -mms-bitfields -Wall -Wno-unused -fno-tree-vrp -DCAML_NAME_SPACE -DUNICODE -D_UNICODE -DWINDOWS_UNICODE=1 -I../byterun -DCAML_INTERNALS -c run_stubs.c
sed \
-e 's|@@ARCH@@|amd64|' \
-e 's|@@CPP@@|cpp|' \
-e 's|@@OCAMLCDEFAULTFLAGS@@||' \
-e 's|@@OCAMLOPTDEFAULTFLAGS@@||' \
-e 's|@@OCAMLSRCDIR@@|C:/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995|' \
-e 's|@@FLAMBDA@@|false|' \
-e 's|@@FORCE_SAFE_STRING@@|false|' \
ocamltest_config.ml.in > ocamltest_config.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocamltest_config.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocamltest_config.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c testlib.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c testlib.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c run_command.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c run_command.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c filetype.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c filetype.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c filecompare.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c filecompare.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c backends.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c backends.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c variables.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c variables.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c environments.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c environments.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_variables.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_variables.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_modifiers.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_modifiers.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c actions.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c actions.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_actions.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_actions.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tests.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tests.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_tests.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_tests.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_ast.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_ast.ml
../yacc/ocamlyacc tsl_parser.mly
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_parser.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_parser.ml
../byterun/ocamlrun ../lex/ocamllex -q tsl_lexer.mll
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_lexer.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_lexer.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_semantics.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_semantics.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c options.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c options.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c main.mli
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c main.ml
OCAML_FLEXLINK="../boot/ocamlrun ../flexdll/flexlink.exe" ../byterun/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -custom ocamlcommon.cma -o ocamltest.exe run_win32.o run_stubs.o ocamltest_config.cmo testlib.cmo run_command.cmo filetype.cmo filecompare.cmo backends.cmo variables.cmo environments.cmo builtin_variables.cmo builtin_modifiers.cmo actions.cmo builtin_actions.cmo tests.cmo builtin_tests.cmo tsl_ast.cmo tsl_parser.cmo tsl_lexer.cmo tsl_semantics.cmo options.cmo main.cmo
x86_64-w64-mingw32-gcc: error: ../stdlib\libcamlrun.a: No such file or directory
** Fatal error: Error during linking
File "_none_", line 1:
Error: Error while building custom runtime system
make[3]: *** [Makefile:130: ocamltest.exe] Error 2
make[3]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995/ocamltest'
make[2]: *** [Makefile:1063: ocamltest] Error 2
make[2]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make[1]: *** [Makefile:536: all] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/appveyor/.esy/3_/b/ocaml-4.6.5-ee7d6995'
make: *** [Makefile:555: world.opt] Error 2
esy-build-package:
command failed:
"./esy-build"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment