Created
April 30, 2021 15:50
-
-
Save MisterDA/b1138aaecf1f35a9da37e649a63158b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-04-30 15:26.46: New job: Build using windows-x86_64 in | |
[] | |
2021-04-30 15:26.46: Will push staging image to antonindecimo/opam-windows:windows-msvc-20H2-ocaml-4.05-amd64 | |
Dockerfile: | |
FROM antonindecimo/opam-windows@sha256:bb8adead82169f57b622c36c218de6888e038ef50d7195b349876a9ff1ff0423 | |
ENV OPAMYES="1" OPAMDEPEXTYES="1" OPAMUNSAFEDEPEXTYES="1" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" | |
RUN ocaml-env exec --64 --ms=vs2019 --no-opam -- opam switch create 4.05 --packages=ocaml-variants.4.05.0+msvc64 | |
RUN ocaml-env exec --64 --ms=vs2019 -- opam install -y depext | |
RUN ocaml-env exec --64 --ms=vs2019 -- opam pin add -k version ocaml-variants 4.05.0+msvc64 | |
ENTRYPOINT [ "ocaml-env", "exec", "--64", "--ms=vs2019", "--" ] | |
CMD [ "cmd.exe" ] | |
COPY [ "Dockerfile", "/Dockerfile.ocaml" ] | |
2021-04-30 15:26.46: Using cache hint "4.05.0-amd64-antonindecimo/opam-windows@sha256:bb8adead82169f57b622c36c218de6888e038ef50d7195b349876a9ff1ff0423" | |
2021-04-30 15:26.46: Waiting for resource in pool OCluster | |
2021-04-30 15:26.46: Waiting for worker... | |
2021-04-30 15:26.46: Got resource from pool OCluster | |
Building on windows-worker | |
Sending build context to Docker daemon 2.56kB | |
Step 1/8 : FROM antonindecimo/opam-windows@sha256:bb8adead82169f57b622c36c218de6888e038ef50d7195b349876a9ff1ff0423 | |
docker.io/antonindecimo/opam-windows@sha256:bb8adead82169f57b622c36c218de6888e038ef50d7195b349876a9ff1ff0423: Pulling from antonindecimo/opam-windows | |
Digest: sha256:bb8adead82169f57b622c36c218de6888e038ef50d7195b349876a9ff1ff0423 | |
Status: Image is up to date for antonindecimo/opam-windows@sha256:bb8adead82169f57b622c36c218de6888e038ef50d7195b349876a9ff1ff0423 | |
---> dd27177dea34 | |
Step 2/8 : ENV OPAMYES="1" OPAMDEPEXTYES="1" OPAMUNSAFEDEPEXTYES="1" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" | |
---> Running in 6ffe7ecbfee8 | |
Removing intermediate container 6ffe7ecbfee8 | |
---> a185a4031c0e | |
Step 3/8 : RUN ocaml-env exec --64 --ms=vs2019 --no-opam -- opam switch create 4.05 --packages=ocaml-variants.4.05.0+msvc64 | |
---> Running in 69962fd8351e | |
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> | |
[ocaml-variants.4.05.0+msvc64] downloaded from https://github.com/ocaml/ocaml/archive/4.05.0.tar.gz | |
[ocaml-variants.4.05.0+msvc64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/f056b5ec48c5d8e192fb6ba0c0bccc08/raw/d36d61e4660f80f3db2e76eef6817ac17b01c7ca/inline-flexdll.patch | |
[ocaml-variants.4.05.0+msvc64/ocaml-4.05.0.patch] downloaded from https://gist.githubusercontent.com/fdopen/3080da79a7eb23e63e50059ad5b6f383/raw/4e6cd62db3496c63004978612c97de09dd545015/ocaml-4.05.0.patch | |
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> | |
[ERROR] The compilation of ocaml-variants failed at "C:\\cygwin64\\bin\\make.exe flexdll world.opt install". | |
-> installed base-bigarray.base | |
-> installed base-threads.base | |
-> installed base-unix.base | |
#=== ERROR while compiling ocaml-variants.4.05.0+msvc64 =======================# | |
# context 2.0.8 | win32/x86_64 | | file://C:/cygwin64/home/opam/opam-repository | |
# path C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64 | |
# command C:\cygwin64\bin\make.exe flexdll world.opt install | |
# exit-code 2 | |
# env-file C:/opam/.opam/log/ocaml-variants-2392-c743ac.env | |
# output-file C:/opam/.opam/log/ocaml-variants-2392-c743ac.out | |
### output ### | |
# /usr/bin/make -C byterun BOOTSTRAPPING_FLEXLINK=yes ocamlrun.exe | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# rm -f .depend.win32 | |
# echo "win32.o: win32.c caml/fail.h caml/compatibility.h \\"\ | |
# >> .depend.win32 | |
# echo " caml/misc.h caml/config.h ../config/m.h ../config/s.h \\"\ | |
# >> .depend.win32 | |
# echo " caml/mlvalues.h caml/memory.h caml/gc.h caml/major_gc.h \\"\ | |
# >> .depend.win32 | |
# echo " caml/freelist.h caml/minor_gc.h caml/osdeps.h caml/signals.h"\ | |
# >> .depend.win32 | |
# cat .depend >> .depend.win32 | |
# sed -ne '/\.pic\.o/q' \ | |
# -e 's/^\(.*\)\.d\.o:/\1.$(DBGO):/' \ | |
# -e 's/^\(.*\)\.o:/\1.$(O):/' \ | |
# -e p \ | |
# .depend.win32 > .depend.nt | |
# rm -f .depend.win32 | |
# 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 | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c prims.c | |
# prims.c | |
# sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \ | |
# -e '/^}/q' caml/instruct.h > caml/jumptbl.h | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c interp.c | |
# interp.c | |
# ../tools/make-version-header.sh ../VERSION > caml/version.h | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c misc.c | |
# misc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c stacks.c | |
# stacks.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c fix_code.c | |
# fix_code.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c startup_aux.c | |
# startup_aux.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c startup.c | |
# startup.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c freelist.c | |
# freelist.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c major_gc.c | |
# major_gc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c minor_gc.c | |
# minor_gc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c memory.c | |
# memory.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c alloc.c | |
# alloc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c roots.c | |
# roots.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c globroots.c | |
# globroots.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c fail.c | |
# fail.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c signals.c | |
# signals.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c signals_byt.c | |
# signals_byt.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c printexc.c | |
# printexc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c backtrace_prim.c | |
# backtrace_prim.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c backtrace.c | |
# backtrace.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c compare.c | |
# compare.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c ints.c | |
# ints.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c floats.c | |
# floats.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c str.c | |
# str.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c array.c | |
# array.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c io.c | |
# io.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c extern.c | |
# extern.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c intern.c | |
# intern.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c hash.c | |
# hash.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c sys.c | |
# sys.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c meta.c | |
# meta.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c parsing.c | |
# parsing.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c gc_ctrl.c | |
# gc_ctrl.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c terminfo.c | |
# terminfo.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c md5.c | |
# md5.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c obj.c | |
# obj.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c lexing.c | |
# lexing.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c callback.c | |
# callback.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c debugger.c | |
# debugger.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c weak.c | |
# weak.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c compact.c | |
# compact.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c finalise.c | |
# finalise.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c custom.c | |
# custom.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c dynlink.c | |
# dynlink.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c spacetime.c | |
# spacetime.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c afl.c | |
# afl.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c win32.c | |
# win32.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DBOOTSTRAPPING_FLEXLINK -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/cygwin64/lib/flexdll" -DCAML_NAME_SPACE -c main.c | |
# main.c | |
# link -lib -nologo -machine:AMD64 /out:libcamlrun.lib interp.obj misc.obj stacks.obj fix_code.obj startup_aux.obj startup.obj freelist.obj major_gc.obj minor_gc.obj memory.obj alloc.obj roots.obj globroots.obj fail.obj signals.obj signals_byt.obj printexc.obj backtrace_prim.obj backtrace.obj compare.obj ints.obj floats.obj str.obj array.obj io.obj extern.obj intern.obj hash.obj sys.obj meta.obj parsing.obj gc_ctrl.obj terminfo.obj md5.obj obj.obj lexing.obj callback.obj debugger.obj weak.obj compact.obj finalise.obj custom.obj dynlink.obj spacetime.obj afl.obj win32.obj main.obj | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD /Feocamlrun.exe prims.obj libcamlrun.lib ws2_32.lib /link /subsystem:console && (test ! -f ocamlrun.exe.manifest || mt -nologo -outputresource:ocamlrun.exe -manifest ocamlrun.exe.manifest && rm -f ocamlrun.exe.manifest) | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# cp byterun/ocamlrun.exe boot/ocamlrun.exe | |
# /usr/bin/make -C stdlib COMPILER=../boot/ocamlc stdlib.cma std_exit.cmo | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 -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 | |
# ../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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/stdlib' | |
# cd stdlib && cp stdlib.cma std_exit.cmo *.cmi ../boot | |
# /usr/bin/make -C flexdll MSVC_DETECT=0 TOOLCHAIN=msvc \ | |
# TOOLPREF= CHAINS=msvc64 NATDYNLINK=false \ | |
# OCAMLOPT="../boot/ocamlrun ../boot/ocamlc -I ../boot" \ | |
# flexlink.exe | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/flexdll' | |
# make[1]: ocamlopt: No such file or directory | |
# cygpath: cannot create short name of C:\cygwin64\Makefile.config | |
# bash ./findwinsdk x86 > Makefile.winsdk | |
# bash ./findwinsdk x64 64 >> Makefile.winsdk | |
# make[1]: ocamlopt: No such file or directory | |
# cygpath: cannot create short name of C:\cygwin64\Makefile.config | |
# echo "let version = \"0.35\"" > 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-4050 | |
# cat COMPILER-4050 > Compat.ml | |
# rc version.rc | |
# Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 | |
# Copyright (C) Microsoft Corporation. All rights reserved. | |
# | |
# Building flexlink.exe with TOOLCHAIN=msvc for OCaml 4050 | |
# rm -f flexlink.exe | |
# ../boot/ocamlrun ../boot/ocamlc -I ../boot -o flexlink.exe -cclib "version.res" version.ml Compat.ml coff.ml cmdline.ml create_dll.ml reloc.ml | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/flexdll' | |
# /usr/bin/make -C byterun clean | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# rm -f ld.conf libcamlrun.lib ocamlrun.exe *.obj *.lib *.s.obj | |
# rm -f primitives prims.c caml/opnames.h caml/jumptbl.h | |
# rm -f caml/version.h | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# /usr/bin/make partialclean | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# 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.lib | |
# rm -f compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.lib | |
# rm -f ocamlc.opt | |
# rm -f compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.lib | |
# rm -f ocamlopt.opt | |
# rm -f bytecomp/runtimedef.ml | |
# rm -f asmcomp/emit.ml | |
# rm -f expunge | |
# /usr/bin/make -C stdlib clean | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/stdlib' | |
# rm -f sys.ml | |
# rm -f camlheader target_camlheader camlheader_ur camlheaderd target_camlheaderd camlheaderi target_camlheaderi | |
# rm -f *.cm* *.obj *.lib | |
# rm -f *~ | |
# rm -f camlheader* | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/stdlib' | |
# /usr/bin/make -C lex clean | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lex' | |
# rm -f ocamllex ocamllex.opt | |
# rm -f *.cmo *.cmi *.cmx *.cmt *.cmti *.obj *~ | |
# rm -f parser.ml parser.mli parser.output | |
# rm -f lexer.ml | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lex' | |
# /usr/bin/make -C ocamldoc clean | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/ocamldoc' | |
# rm -f *~ \#*\# | |
# rm -f ocamldoc ocamldoc.opt *.cma *.cmxa *.cmo *.cmi *.cmx *.cmt *.cmti *.lib *.obj | |
# 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/*.lib generators/*.obj generators/*.cmx[as] | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/ocamldoc' | |
# for i in win32unix systhreads str num win32graph dynlink bigarray; do \ | |
# (/usr/bin/make -C otherlibs/$i partialclean); \ | |
# done | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/win32unix' | |
# rm -f *.cm* | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/win32unix' | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/systhreads' | |
# rm -f *.cm* | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/systhreads' | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/str' | |
# sed -e 's/\.o/.obj/g' .depend > .depend.nt | |
# rm -f *.cm* | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/str' | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/num' | |
# rm -f *.cm* | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/num' | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/win32graph' | |
# rm -f *.cm* | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/win32graph' | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/dynlink' | |
# rm -f extract_crc *.cm[ioaxt] *.cmti *.cmxa | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/dynlink' | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/bigarray' | |
# sed -e 's/\.o/.obj/g' .depend > .depend.nt | |
# rm -f *.cm* | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/bigarray' | |
# /usr/bin/make -C debugger clean | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/debugger' | |
# rm -f compilerlibs/ocamlmiddleend.cma \ | |
# compilerlibs/ocamlmiddleend.cmxa \ | |
# compilerlibs/ocamlmiddleend.lib | |
# /usr/bin/make -C tools clean | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 driver toplevel tools; do \ | |
# rm -f $d/*.cm[ioxt] $d/*.cmti $d/*.annot $d/*.asm \ | |
# $d/*.obj $d/*.s.obj /*~; \ | |
# done | |
# rm -f *~ | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make -C flexdll \ | |
# MSVC_DETECT=0 CHAINS=msvc64 NATDYNLINK=false support | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/flexdll' | |
# make[1]: ocamlopt: No such file or directory | |
# cygpath: cannot create short name of C:\cygwin64\Makefile.config | |
# /bin/sh: ocamlopt: command not found | |
# for i in msvc64; do /usr/bin/make build_$i; done | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/flexdll' | |
# make[2]: ocamlopt: No such file or directory | |
# cygpath: cannot create short name of C:\cygwin64\Makefile.config | |
# /bin/sh: ocamlopt: command not found | |
# cl.exe /nologo /MD -D_CRT_SECURE_NO_DEPRECATE /GS- /DMSVC -c /Fo"flexdll_msvc64.obj" flexdll.c | |
# flexdll.c | |
# cl.exe /nologo /MD -D_CRT_SECURE_NO_DEPRECATE /GS- -c /Fo"flexdll_initer_msvc64.obj" flexdll_initer.c | |
# flexdll_initer.c | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/flexdll' | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/flexdll' | |
# /usr/bin/make -C byterun FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# echo "C:/opam/.opam/4.05/lib/ocaml/stublibs" > ld.conf | |
# echo "C:/opam/.opam/4.05/lib/ocaml" >> ld.conf | |
# sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \ | |
# -e '/^}/q' caml/instruct.h > caml/jumptbl.h | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c interp.c | |
# interp.c | |
# ../tools/make-version-header.sh ../VERSION > caml/version.h | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c misc.c | |
# misc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c stacks.c | |
# stacks.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c fix_code.c | |
# fix_code.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c startup_aux.c | |
# startup_aux.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c startup.c | |
# startup.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c freelist.c | |
# freelist.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c major_gc.c | |
# major_gc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c minor_gc.c | |
# minor_gc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c memory.c | |
# memory.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c alloc.c | |
# alloc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c roots.c | |
# roots.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c globroots.c | |
# globroots.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c fail.c | |
# fail.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c signals.c | |
# signals.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c signals_byt.c | |
# signals_byt.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c printexc.c | |
# printexc.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c backtrace_prim.c | |
# backtrace_prim.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c backtrace.c | |
# backtrace.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c compare.c | |
# compare.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c ints.c | |
# ints.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c floats.c | |
# floats.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c str.c | |
# str.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c array.c | |
# array.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c io.c | |
# io.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c extern.c | |
# extern.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c intern.c | |
# intern.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c hash.c | |
# hash.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c sys.c | |
# sys.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c meta.c | |
# meta.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c parsing.c | |
# parsing.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c gc_ctrl.c | |
# gc_ctrl.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c terminfo.c | |
# terminfo.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c md5.c | |
# md5.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c obj.c | |
# obj.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c lexing.c | |
# lexing.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c callback.c | |
# callback.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c debugger.c | |
# debugger.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c weak.c | |
# weak.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c compact.c | |
# compact.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c finalise.c | |
# finalise.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c custom.c | |
# custom.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c dynlink.c | |
# dynlink.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c spacetime.c | |
# spacetime.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c afl.c | |
# afl.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c win32.c | |
# win32.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c main.c | |
# main.c | |
# link -lib -nologo -machine:AMD64 /out:libcamlrun.lib interp.obj misc.obj stacks.obj fix_code.obj startup_aux.obj startup.obj freelist.obj major_gc.obj minor_gc.obj memory.obj alloc.obj roots.obj globroots.obj fail.obj signals.obj signals_byt.obj printexc.obj backtrace_prim.obj backtrace.obj compare.obj ints.obj floats.obj str.obj array.obj io.obj extern.obj intern.obj hash.obj sys.obj meta.obj parsing.obj gc_ctrl.obj terminfo.obj md5.obj obj.obj lexing.obj callback.obj debugger.obj weak.obj compact.obj finalise.obj custom.obj dynlink.obj spacetime.obj afl.obj win32.obj main.obj | |
# 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 | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DOCAML_STDLIB_DIR='"C:/opam/.opam/4.05/lib/ocaml"' -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -DCAML_NAME_SPACE -c prims.c | |
# prims.c | |
# ../boot/ocamlrun ../flexdll/flexlink.exe -x64 -merge-manifest -stack 33554432 -exe -o ocamlrun.exe prims.obj libcamlrun.lib ws2_32.lib | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# cp byterun/ocamlrun.exe boot/ocamlrun.exe | |
# /usr/bin/make -C yacc FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/yacc' | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c closure.c | |
# closure.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c error.c | |
# error.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c lalr.c | |
# lalr.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c lr0.c | |
# lr0.c | |
# echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION | tr -d '\r'`\"" > version.h | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c main.c | |
# main.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c mkpar.c | |
# mkpar.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c output.c | |
# output.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c reader.c | |
# reader.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c skeleton.c | |
# skeleton.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c symtab.c | |
# symtab.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c verbose.c | |
# verbose.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DNDEBUG -DCAML_NAME_SPACE -DNO_UNIX -c warshall.c | |
# warshall.c | |
# ../boot/ocamlrun ../flexdll/flexlink.exe -x64 -merge-manifest -stack 33554432 -exe -o ocamlyacc.exe closure.obj error.obj lalr.obj lr0.obj main.obj mkpar.obj output.obj reader.obj skeleton.obj symtab.obj verbose.obj warshall.obj | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/yacc' | |
# cp yacc/ocamlyacc.exe boot/ocamlyacc.exe | |
# /usr/bin/make -C stdlib FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" \ | |
# COMPILER="../boot/ocamlc -use-prims ../byterun/primitives" all | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 -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 | |
# ../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 | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -c -I../byterun \ | |
# -DRUNTIME_NAME='"ocamlrun"' headernt.c | |
# headernt.c | |
# ../boot/ocamlrun ../flexdll/flexlink.exe -x64 -merge-manifest -stack 33554432 -exe -o tmpheader.exe headernt.obj | |
# rm -f camlheader.exe | |
# mv tmpheader.exe camlheader | |
# cp camlheader target_camlheader | |
# cp camlheader camlheader_ur | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/stdlib' | |
# cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot | |
# cd boot; cp ../byterun/libcamlrun.lib . | |
# /usr/bin/make opt.opt | |
# make[1]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make runtime | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make -C byterun FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# make[3]: Nothing to be done for 'all'. | |
# make[3]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# cd stdlib; cp ../byterun/libcamlrun.lib . | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make coreall | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make ocamlc | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# sed -e 's|%%AFL_INSTRUMENT%%|false|' \ | |
# -e 's|%%ARCH%%|amd64|' \ | |
# -e 's|%%ARCMD%%||' \ | |
# -e 's|%%ASM%%|ml64 -nologo -Cp -c -Fo|' \ | |
# -e 's|%%ASM_CFI_SUPPORTED%%|false|' \ | |
# -e 's|%%BYTECCLIBS%%|advapi32.lib ws2_32.lib |' \ | |
# -e 's|%%BYTECODE_C_COMPILER%%|cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD|' \ | |
# -e 's|%%BYTERUN%%|ocamlrun|' \ | |
# -e 's|%%CCOMPTYPE%%|msvc|' \ | |
# -e 's|%%CC_PROFILE%%||' \ | |
# -e 's|%%EXT_ASM%%|.asm|' \ | |
# -e 's|%%EXT_DLL%%|.dll|' \ | |
# -e 's|%%EXT_EXE%%|.exe|' \ | |
# -e 's|%%EXT_LIB%%|.lib|' \ | |
# -e 's|%%EXT_OBJ%%|.obj|' \ | |
# -e 's|%%FLAMBDA%%|false|' \ | |
# -e 's|%%FLEXLINK_FLAGS%%|-x64 -merge-manifest -stack 33554432|' \ | |
# -e 's|%%FLEXDLL_DIR%%|"+flexdll"|' \ | |
# -e 's|%%HOST%%|msvc64|' \ | |
# -e 's|%%LIBDIR%%|C:/opam/.opam/4.05/lib/ocaml|' \ | |
# -e 's|%%LIBUNWIND_AVAILABLE%%|false|' \ | |
# -e 's|%%LIBUNWIND_LINK_FLAGS%%||' \ | |
# -e 's|%%MKDLL%%|flexlink -x64 -merge-manifest -stack 33554432|' \ | |
# -e 's|%%MKEXE%%|flexlink -x64 -merge-manifest -stack 33554432 -exe|' \ | |
# -e 's|%%MKMAINDLL%%|flexlink -x64 -merge-manifest -stack 33554432 -maindll|' \ | |
# -e 's|%%MODEL%%|default|' \ | |
# -e 's|%%NATIVECCLIBS%%|advapi32.lib ws2_32.lib |' \ | |
# -e 's|%%NATIVE_C_COMPILER%%|cl -nologo -O2 -Gy- -MD|' \ | |
# -e 's|%%PACKLD%%|link -lib -nologo -machine:AMD64 -out:|' \ | |
# -e 's|%%PROFILING%%|false|' \ | |
# -e 's|%%PROFINFO_WIDTH%%|26|' \ | |
# -e 's|%%RANLIBCMD%%||' \ | |
# -e 's|%%SAFE_STRING%%|false|' \ | |
# -e 's|%%SYSTEM%%|win64|' \ | |
# -e 's|%%SYSTHREAD_SUPPORT%%|true|' \ | |
# -e 's|%%TARGET%%|msvc64|' \ | |
# -e 's|%%WITH_FRAME_POINTERS%%|false|' \ | |
# -e 's|%%WITH_PROFINFO%%|false|' \ | |
# -e 's|%%WITH_SPACETIME%%|false|' \ | |
# 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c utils/timings.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 driver -I toplevel -c utils/timings.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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c parsing/parser.ml | |
# boot/ocamlrun boot/ocamllex parsing/lexer.mll | |
# 215 states, 5363 transitions, table size 22742 bytes | |
# 2518 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c bytecomp/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 driver -I toplevel -c bytecomp/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c driver/compmisc.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/timings.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/typecore.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/semantics_of_primitives.cmo bytecomp/typeopt.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 driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.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 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 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 driver -I toplevel -c bytecomp/meta.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 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 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 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 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 driver -I toplevel -c bytecomp/printinstr.ml | |
# /usr/bin/make -C tools make_opcodes | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c bytecomp/bytepackager.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 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 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 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 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 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 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 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 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/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/compdynlink.cmo driver/compplugin.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 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 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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make ocamllex ocamlyacc ocamltools library | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make -C yacc FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/yacc' | |
# make[4]: Nothing to be done for 'all'. | |
# make[4]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/yacc' | |
# /usr/bin/make -C lex all | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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/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 driver -I toplevel -c asmcomp/export_info.ml | |
# /usr/bin/make -C tools all | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 config.cmo misc.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 config.cmo misc.cmo warnings.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 config.cmo misc.cmo warnings.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo main_args.cmo ocamloptp.cmo | |
# (echo 'let bindir = "C:/opam/.opam/4.05/bin"'; \ | |
# echo 'let supports_shared_libraries = true';\ | |
# echo 'let byteccrpath = ""'; \ | |
# echo 'let nativeccrpath = ""'; \ | |
# echo 'let mksharedlibrpath = ""'; \ | |
# echo 'let toolpref = ""'; \ | |
# 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 config.cmo misc.cmo identifiable.cmo numbers.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 config.cmo misc.cmo identifiable.cmo numbers.cmo tbl.cmo ident.cmo opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -Feobjinfo_helper.exe -DCAML_NAME_SPACE \ | |
# '-Dsymbol_prefix=""' objinfo_helper.c | |
# 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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/tools' | |
# /usr/bin/make -C stdlib FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 -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 | |
# ../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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/stdlib' | |
# make[3]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make -C asmrun FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/asmrun' | |
# sed -e 's/\.o/.obj/g' .depend > .depend.nt | |
# cp ../byterun/startup_aux.c startup_aux.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c startup_aux.c | |
# startup_aux.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c startup.c | |
# startup.c | |
# cp ../byterun/main.c main.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c main.c | |
# main.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c fail.c | |
# fail.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c roots.c | |
# roots.c | |
# cp ../byterun/signals.c signals.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c signals.c | |
# signals.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c signals_asm.c | |
# signals_asm.c | |
# cp ../byterun/misc.c misc.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c misc.c | |
# misc.c | |
# cp ../byterun/freelist.c freelist.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c freelist.c | |
# freelist.c | |
# cp ../byterun/major_gc.c major_gc.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c major_gc.c | |
# major_gc.c | |
# cp ../byterun/minor_gc.c minor_gc.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c minor_gc.c | |
# minor_gc.c | |
# cp ../byterun/memory.c memory.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c memory.c | |
# memory.c | |
# cp ../byterun/alloc.c alloc.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c alloc.c | |
# alloc.c | |
# cp ../byterun/compare.c compare.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c compare.c | |
# compare.c | |
# cp ../byterun/ints.c ints.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c ints.c | |
# ints.c | |
# cp ../byterun/floats.c floats.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c floats.c | |
# floats.c | |
# cp ../byterun/str.c str.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c str.c | |
# str.c | |
# cp ../byterun/array.c array.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c array.c | |
# array.c | |
# cp ../byterun/io.c io.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c io.c | |
# io.c | |
# cp ../byterun/extern.c extern.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c extern.c | |
# extern.c | |
# cp ../byterun/intern.c intern.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c intern.c | |
# intern.c | |
# cp ../byterun/hash.c hash.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c hash.c | |
# hash.c | |
# cp ../byterun/sys.c sys.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c sys.c | |
# sys.c | |
# cp ../byterun/parsing.c parsing.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c parsing.c | |
# parsing.c | |
# cp ../byterun/gc_ctrl.c gc_ctrl.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c gc_ctrl.c | |
# gc_ctrl.c | |
# cp ../byterun/terminfo.c terminfo.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c terminfo.c | |
# terminfo.c | |
# cp ../byterun/md5.c md5.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c md5.c | |
# md5.c | |
# cp ../byterun/obj.c obj.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c obj.c | |
# obj.c | |
# cp ../byterun/lexing.c lexing.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c lexing.c | |
# lexing.c | |
# cp ../byterun/win32.c win32.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c win32.c | |
# win32.c | |
# cp ../byterun/printexc.c printexc.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c printexc.c | |
# printexc.c | |
# cp ../byterun/callback.c callback.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c callback.c | |
# callback.c | |
# cp ../byterun/weak.c weak.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c weak.c | |
# weak.c | |
# cp ../byterun/compact.c compact.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c compact.c | |
# compact.c | |
# cp ../byterun/finalise.c finalise.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c finalise.c | |
# finalise.c | |
# cp ../byterun/custom.c custom.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c custom.c | |
# custom.c | |
# cp ../byterun/globroots.c globroots.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c globroots.c | |
# globroots.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c backtrace_prim.c | |
# backtrace_prim.c | |
# cp ../byterun/backtrace.c backtrace.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c backtrace.c | |
# backtrace.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c natdynlink.c | |
# natdynlink.c | |
# cp ../byterun/debugger.c debugger.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c debugger.c | |
# debugger.c | |
# cp ../byterun/meta.c meta.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c meta.c | |
# meta.c | |
# cp ../byterun/dynlink.c dynlink.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c dynlink.c | |
# dynlink.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c clambda_checks.c | |
# clambda_checks.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c spacetime.c | |
# spacetime.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c spacetime_snapshot.c | |
# spacetime_snapshot.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c spacetime_offline.c | |
# spacetime_offline.c | |
# cp ../byterun/afl.c afl.c | |
# cl -nologo -O2 -Gy- -MD -I../byterun -DNATIVE_CODE -DTARGET_amd64 -DSYS_win64 -DCAML_NAME_SPACE -I"C:/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lib/ocaml/flexdll" -c afl.c | |
# afl.c | |
# ml64 -nologo -Cp -c -Foamd64nt.obj amd64nt.asm | |
# Assembling: amd64nt.asm | |
# link -lib -nologo -machine:AMD64 /out:libasmrun.lib startup_aux.obj startup.obj main.obj fail.obj roots.obj signals.obj signals_asm.obj misc.obj freelist.obj major_gc.obj minor_gc.obj memory.obj alloc.obj compare.obj ints.obj floats.obj str.obj array.obj io.obj extern.obj intern.obj hash.obj sys.obj parsing.obj gc_ctrl.obj terminfo.obj md5.obj obj.obj lexing.obj win32.obj printexc.obj callback.obj weak.obj compact.obj finalise.obj custom.obj globroots.obj backtrace_prim.obj backtrace.obj natdynlink.obj debugger.obj meta.obj dynlink.obj clambda_checks.obj spacetime.obj spacetime_snapshot.obj spacetime_offline.obj afl.obj amd64nt.obj | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/asmrun' | |
# cp asmrun/libasmrun.lib stdlib/libasmrun.lib | |
# /usr/bin/make ocamlopt | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c asmcomp/emitaux.ml | |
# /usr/bin/make -C tools cvt_emit | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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/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/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/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/reloadgen.cmo asmcomp/reload.cmo asmcomp/deadcode.cmo asmcomp/printlinear.cmo asmcomp/linearize.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 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 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 compilerlibs/ocamlbytecomp.cma driver/optmain.cmo | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make libraryopt | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make -C stdlib FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" allopt | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/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 -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 | |
# ../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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/stdlib' | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# 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 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 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 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 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 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 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 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 driver -I toplevel -c utils/timings.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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c bytecomp/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 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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c driver/compmisc.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/timings.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/typecore.cmx typing/typeclass.cmx typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx bytecomp/semantics_of_primitives.cmx bytecomp/typeopt.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 driver/pparse.cmx driver/main_args.cmx driver/compenv.cmx driver/compmisc.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 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 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 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 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 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 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 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 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 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 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 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 driver -I toplevel -c bytecomp/bytepackager.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 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 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 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 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/meta.cmx bytecomp/instruct.cmx bytecomp/bytegen.cmx bytecomp/printinstr.cmx bytecomp/opcodes.cmx bytecomp/emitcode.cmx bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx bytecomp/bytelink.cmx bytecomp/bytelibrarian.cmx bytecomp/bytepackager.cmx driver/compdynlink.cmx driver/compplugin.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 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 "advapi32.lib ws2_32.lib " | |
# /usr/bin/make -C byterun FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# make[2]: Nothing to be done for 'all'. | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/byterun' | |
# /usr/bin/make coreall | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make ocamlc | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# make[3]: 'ocamlc' is up to date. | |
# make[3]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make ocamllex ocamlyacc ocamltools library | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make -C yacc FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/yacc' | |
# make[4]: Nothing to be done for 'all'. | |
# make[4]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/yacc' | |
# /usr/bin/make -C lex all | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lex' | |
# make[4]: Nothing to be done for 'all'. | |
# make[4]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lex' | |
# make[3]: Nothing to be done for 'ocamlyacc'. | |
# /usr/bin/make -C tools all | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/tools' | |
# make[4]: Nothing to be done for 'all'. | |
# make[4]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/tools' | |
# /usr/bin/make -C stdlib FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[4]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/stdlib' | |
# make[4]: Nothing to be done for 'all'. | |
# make[4]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/stdlib' | |
# make[3]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make ocaml | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims byterun/primitives -strict-sequence -principal -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -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 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 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 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 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 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 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 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 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 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 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 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/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make otherlibraries ocamldebugger ocamldoc | |
# make[2]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# /usr/bin/make -C yacc FLEXLINK_CMD="../boot/ocamlrun ../flexdll/flexlink.exe" all | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/yacc' | |
# make[3]: Nothing to be done for 'all'. | |
# make[3]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/yacc' | |
# /usr/bin/make -C lex all | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lex' | |
# make[3]: Nothing to be done for 'all'. | |
# make[3]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/lex' | |
# /usr/bin/make -C tools all | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/tools' | |
# make[3]: Nothing to be done for 'all'. | |
# make[3]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/tools' | |
# for i in win32unix systhreads str num win32graph dynlink bigarray; do \ | |
# (/usr/bin/make -C otherlibs/$i all) || exit $?; \ | |
# done | |
# make[3]: Entering directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/win32unix' | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c accept.c | |
# accept.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c bind.c | |
# bind.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c channels.c | |
# channels.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c close.c | |
# close.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c close_on.c | |
# close_on.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c connect.c | |
# connect.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c createprocess.c | |
# createprocess.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c dup.c | |
# dup.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c dup2.c | |
# dup2.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c errmsg.c | |
# errmsg.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c getpeername.c | |
# getpeername.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c getpid.c | |
# getpid.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c getsockname.c | |
# getsockname.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c gettimeofday.c | |
# gettimeofday.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c isatty.c | |
# isatty.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c link.c | |
# link.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c listen.c | |
# listen.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c lockf.c | |
# lockf.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c lseek.c | |
# lseek.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c nonblock.c | |
# nonblock.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c mkdir.c | |
# mkdir.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c open.c | |
# open.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c pipe.c | |
# pipe.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c read.c | |
# read.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c readlink.c | |
# readlink.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c rename.c | |
# rename.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c select.c | |
# select.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c sendrecv.c | |
# sendrecv.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c shutdown.c | |
# shutdown.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c sleep.c | |
# sleep.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c socket.c | |
# socket.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c sockopt.c | |
# sockopt.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c startup.c | |
# startup.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c stat.c | |
# stat.c | |
# stat.c(22): warning C4117: macro name '_INTEGRAL_MAX_BITS' is reserved, '#define' ignored | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c symlink.c | |
# symlink.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c system.c | |
# system.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c times.c | |
# times.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c unixsupport.c | |
# unixsupport.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c windir.c | |
# windir.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c winwait.c | |
# winwait.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c write.c | |
# write.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c winlist.c | |
# winlist.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c winworker.c | |
# winworker.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c windbug.c | |
# windbug.c | |
# cp ../unix/access.c access.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c access.c | |
# access.c | |
# cp ../unix/addrofstr.c addrofstr.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c addrofstr.c | |
# addrofstr.c | |
# cp ../unix/chdir.c chdir.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c chdir.c | |
# chdir.c | |
# cp ../unix/chmod.c chmod.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c chmod.c | |
# chmod.c | |
# cp ../unix/cst2constr.c cst2constr.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c cst2constr.c | |
# cst2constr.c | |
# cp ../unix/cstringv.c cstringv.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c cstringv.c | |
# cstringv.c | |
# cp ../unix/envir.c envir.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c envir.c | |
# envir.c | |
# cp ../unix/execv.c execv.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c execv.c | |
# execv.c | |
# cp ../unix/execve.c execve.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c execve.c | |
# execve.c | |
# cp ../unix/execvp.c execvp.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c execvp.c | |
# execvp.c | |
# cp ../unix/exit.c exit.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c exit.c | |
# exit.c | |
# cp ../unix/getaddrinfo.c getaddrinfo.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c getaddrinfo.c | |
# getaddrinfo.c | |
# cp ../unix/getcwd.c getcwd.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c getcwd.c | |
# getcwd.c | |
# cp ../unix/gethost.c gethost.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c gethost.c | |
# gethost.c | |
# cp ../unix/gethostname.c gethostname.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c gethostname.c | |
# gethostname.c | |
# cp ../unix/getnameinfo.c getnameinfo.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c getnameinfo.c | |
# getnameinfo.c | |
# cp ../unix/getproto.c getproto.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c getproto.c | |
# getproto.c | |
# cp ../unix/getserv.c getserv.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c getserv.c | |
# getserv.c | |
# cp ../unix/gmtime.c gmtime.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c gmtime.c | |
# gmtime.c | |
# cp ../unix/putenv.c putenv.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c putenv.c | |
# putenv.c | |
# cp ../unix/rmdir.c rmdir.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c rmdir.c | |
# rmdir.c | |
# cp ../unix/socketaddr.c socketaddr.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c socketaddr.c | |
# socketaddr.c | |
# cp ../unix/strofaddr.c strofaddr.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c strofaddr.c | |
# strofaddr.c | |
# cp ../unix/time.c time.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c time.c | |
# time.c | |
# cp ../unix/unlink.c unlink.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c unlink.c | |
# unlink.c | |
# cp ../unix/utimes.c utimes.c | |
# cl -nologo -D_CRT_SECURE_NO_DEPRECATE -O2 -Gy- -MD -DCAML_NAME_SPACE -I../../byterun -I../unix -c utimes.c | |
# utimes.c | |
# ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.obj bind.obj channels.obj close.obj close_on.obj connect.obj createprocess.obj dup.obj dup2.obj errmsg.obj getpeername.obj getpid.obj getsockname.obj gettimeofday.obj isatty.obj link.obj listen.obj lockf.obj lseek.obj nonblock.obj mkdir.obj open.obj pipe.obj read.obj readlink.obj rename.obj select.obj sendrecv.obj shutdown.obj sleep.obj socket.obj sockopt.obj startup.obj stat.obj symlink.obj system.obj times.obj unixsupport.obj windir.obj winwait.obj write.obj winlist.obj winworker.obj windbug.obj access.obj addrofstr.obj chdir.obj chmod.obj cst2constr.obj cstringv.obj envir.obj execv.obj execve.obj execvp.obj exit.obj getaddrinfo.obj getcwd.obj gethost.obj gethostname.obj getnameinfo.obj getproto.obj getserv.obj gmtime.obj putenv.obj rmdir.obj socketaddr.obj strofaddr.obj time.obj unlink.obj utimes.obj -ldopt ws2_32.lib -ldopt advapi32.lib | |
# Creating library C:\cygwin64\tmp\dyndll_implib83e4b8.lib and object C:\cygwin64\tmp\dyndll_implib83e4b8.exp | |
# C:\cygwin64\tmp\dyndll_implib83e4b8.lib : fatal error LNK1136: invalid or corrupt file | |
# ** Fatal error: Error during linking | |
# | |
# make[3]: *** [../Makefile:77: libunix.lib] Error 2 | |
# make[3]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64/otherlibs/win32unix' | |
# make[2]: *** [Makefile:1050: otherlibraries] Error 2 | |
# make[2]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# make[1]: *** [Makefile:512: all] Error 2 | |
# make[1]: Leaving directory '/cygdrive/c/opam/.opam/4.05/.opam-switch/build/ocaml-variants.4.05.0+msvc64' | |
# make: *** [Makefile:531: world.opt] Error 2 | |
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> | |
+- The following actions failed | |
| - build ocaml-variants 4.05.0+msvc64 | |
+- | |
+- The following changes have been performed (the rest was aborted) | |
| - install base-bigarray base | |
| - install base-threads base | |
| - install base-unix base | |
+- | |
# Run eval $(opam env --root=C:/opam/.opam) to update the current shell environment | |
Switch initialisation failed: clean up? ('n' will leave the switch partially installed) [Y/n] y | |
docker-build failed with exit-code 31 | |
2021-04-30 15:29.57: Job failed: Failed: Build failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment