OCamllabs icon Home|Differences with the last checks|Previous runs


Building on mint
Running Day10 job:
  Sub-command: health-check
  Commit SHA: 5bf570252bd9fee71938b828ca0b86573c1e3355
  Package: elina.1.3.2
  OCaml version: ocaml.5.3.0
  With test: false
Worktree already exists: /var/lib/day10/worktree-5bf570252bd9fee71938b828ca0b86573c1e3355
Executing: day10 health-check --cache-dir /var/lib/day10/cache --opam-repository /var/lib/day10/worktree-5bf570252bd9fee71938b828ca0b86573c1e3355 --ocaml-version ocaml.5.3.0 --log elina.1.3.2
digraph opam {
  "apron.v0.9.15" -> {"camlidl.1.13" "conf-perl.2" "mlgmpidl.1.3.0" "ocaml.5.3.0" "ocamlbuild.0.16.1" "ocamlfind.1.9.8"}
  "bigarray-compat.1.1.0" -> {"dune.3.20.2" "ocaml.5.3.0"}
  "camlidl.1.13" -> "ocaml.5.3.0";
  "conf-gmp-paths.1" -> "ez-conf-lib.2";
  "conf-mpfr-paths.1" -> {"conf-gmp-paths.1" "ez-conf-lib.2"}
  "dune.3.20.2" -> {"base-threads.base" "base-unix.base" "ocaml.5.3.0"}
  "elina.1.3.2" -> {"apron.v0.9.15" "camlidl.1.13" "conf-perl.2" "mlgmpidl.1.3.0" "ocaml.5.3.0" "ocamlfind.1.9.8"}
  "ez-conf-lib.2" -> {"conf-findutils.1" "ocaml.5.3.0"}
  "mlgmpidl.1.3.0" -> {"bigarray-compat.1.1.0" "camlidl.1.13" "conf-gmp-paths.1" "conf-mpfr-paths.1" "conf-perl.2" "ocaml.5.3.0" "ocamlfind.1.9.8"}
  "ocaml.5.3.0" -> {"ocaml-base-compiler.5.3.0" "ocaml-config.3"}
  "ocaml-base-compiler.5.3.0" -> "ocaml-compiler.5.3.0";
  "ocaml-config.3" -> "ocaml-base-compiler.5.3.0";
  "ocamlbuild.0.16.1" -> "ocaml.5.3.0";
  "ocamlfind.1.9.8" -> "ocaml.5.3.0";
}

Layer base-threads.base: /var/lib/day10/cache/debian-13-x86_64/48f1d4a206d8ffd35ca49f53d82fe55a
Processing: [default: loading data]
-> installed base-threads.base

Layer base-unix.base: /var/lib/day10/cache/debian-13-x86_64/ac5b78ade8d45edc30246d5aee10f0ae
Processing: [default: loading data]
-> installed base-unix.base

Layer conf-findutils.1: /var/lib/day10/cache/debian-13-x86_64/7b20a10e230e96a8cec7d5bff7792c04
Processing: [default: loading data]
[conf-findutils: sh find . -name .]
+ /usr/bin/sh "-exc" "find . -name ." (CWD=/home/opam/.opam/default/.opam-switch/build/conf-findutils.1)
- + find . -name .
- .
-> compiled  conf-findutils.1
-> installed conf-findutils.1

Layer conf-perl.2: /var/lib/day10/cache/debian-13-x86_64/176a237e0188513dafec37a34e6525cf
Processing: [default: loading data]
[conf-perl: perl]
+ /usr/bin/perl "--version" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-perl.2)
- 
- This is perl 5, version 40, subversion 1 (v5.40.1) built for x86_64-linux-gnu-thread-multi
- (with 48 registered patches, see perl -V for more detail)
- 
- Copyright 1987-2025, Larry Wall
- 
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
- 
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl".  If you have access to the
- Internet, point your browser at https://www.perl.org/, the Perl Home Page.
- 
-> compiled  conf-perl.2
-> installed conf-perl.2

Layer ocaml-compiler.5.3.0: /var/lib/day10/cache/debian-13-x86_64/6ee99486a9c37e5faebe400cd314bad5
Processing: [default: loading data]
[ocaml-compiler.5.3.0: http]
[ocaml-compiler.5.3.0: extract]
[ocaml-compiler.5.3.0/ocaml-compiler.install: dl]
-> retrieved ocaml-compiler.5.3.0  (https://github.com/ocaml/ocaml/releases/download/5.3.0/ocaml-5.3.0.tar.gz)
[ocaml-compiler: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/./configure "--prefix=/home/opam/.opam/default" "--docdir=/home/opam/.opam/default/doc/ocaml" "-C" "--disable-warn-error" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0)
- configure: creating cache config.cache
- configure: Configuring OCaml version 5.3.0
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking target system type... x86_64-pc-linux-gnu
- checking for csc... no
- checking for ld... ld
- checking how to print strings... printf
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... ld
- checking if the linker (ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking for gawk... no
- checking for mawk... mawk
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- /home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/./configure: line 7997: /usr/bin/file: No such file or directory
- checking for mt... no
- checking if : is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... 
- yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking how to run the C preprocessor... gcc -E
- checking C compiler vendor... gcc-14-2
- checking whether host executables can be run in the build... yes
- checking whether #! works in shell scripts... yes
- checking whether the C compiler accepts -Wold-style-declaration... yes
- checking whether the C compiler accepts -Wimplicit-fallthrough=5... yes
- checking for flexdll sources... checking for flexlink... no
- checking for flexdll.h... no
- checking for winpthreads sources... skipping on that platform
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for library containing cos... -lm
- checking for unistd.h... (cached) yes
- checking for math.h... yes
- checking for pthread_np.h... 
- no
- checking for dirent.h... yes
- checking for sys/select.h... yes
- checking for sys/mman.h... yes
- checking for linux/futex.h... yes
- checking for off_t... yes
- checking size of int... 4
- checking size of long... 8
- checking size of long *... 8
- checking size of short... 2
- checking size of long long... 8
- configure: Target is a 64 bits architecture
- checking whether byte ordering is bigendian... no
- checking alignment of double... 8
- checking alignment of long... 8
- checking alignment of long long... 8
- checking for max_align_t... yes
- checking if gcc supports _Atomic types with no additional options... 
- yes
- checking whether the C compiler accepts -fno-tree-vrp... yes
- checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
- checking whether gcc supports the labels as values extension... yes
- checking for ld... ld
- checking for rlwrap... no
- configure: checking semantics of signal handlers
- checking for sigaction... yes
- checking for sigprocmask... yes
- configure: POSIX signal handling found.
- checking for expm1... yes
- checking for log1p... yes
- checking for hypot... yes
- checking for fma... yes
- checking for exp2... yes
- checking for log2... yes
- checking for cbrt... yes
- checking for acosh... yes
- checking for asinh... yes
- checking for atanh... yes
- checking for erf... 
- yes
- checking for erfc... yes
- checking for trunc... yes
- checking for round... yes
- checking for copysign... yes
- checking whether round works... yes
- checking whether fma works... yes
- checking for getentropy... yes
- checking for getrusage... yes
- checking for times... yes
- checking for secure_getenv... yes
- checking for issetugid... no
- checking for library containing clock_gettime... none required
- configure: not using thread sanitizer
- checking for socket... yes
- checking for socketpair... 
- yes
- checking for bind... yes
- checking for listen... yes
- checking for accept... yes
- checking for connect... yes
- checking for socklen_t... yes
- checking for inet_aton... yes
- checking for struct sockaddr_in6... yes
- checking for getaddrinfo... yes
- checking for getnameinfo... yes
- checking for inet_pton... yes
- checking for inet_ntop... yes
- checking for rewinddir... yes
- checking for lockf... yes
- checking for mkfifo... yes
- checking for getcwd... 
- yes
- checking for system... yes
- checking for sys/types.h... (cached) yes
- checking for utime.h... yes
- checking for utime... yes
- checking for utimes... yes
- checking for fchmod... yes
- checking for fchown... yes
- checking for truncate... yes
- checking for ftruncate... yes
- checking for select... yes
- checking for fd_set... yes
- checking for nanosleep... yes
- checking for symlink... yes
- checking for readlink... yes
- checking for lstat... yes
- checking for realpath... yes
- checking for waitpid... yes
- checking for wait4... yes
- checking for getgroups... 
- yes
- checking for setgroups... yes
- checking for initgroups... yes
- checking for termios.h... yes
- checking for tcgetattr... yes
- checking for tcsetattr... yes
- checking for tcsendbreak... yes
- checking for tcflush... yes
- checking for tcflow... yes
- checking for setitimer... yes
- checking for gethostname... yes
- checking for sys/utsname.h... yes
- checking for uname... yes
- checking for gettimeofday... yes
- checking for mktime... yes
- checking for setsid... yes
- checking for putenv... yes
- checking for setenv... yes
- checking for unsetenv... 
- yes
- checking for locale.h... yes
- checking for newlocale... yes
- checking for freelocale... yes
- checking for uselocale... yes
- checking for xlocale.h... no
- checking for strtod_l... yes
- checking for dlopen... yes
- configure: Dynamic loading of shared libraries is supported.
- checking for sys/mman.h... (cached) yes
- checking for mmap... yes
- checking for munmap... yes
- checking for pwrite... yes
- checking whether the C compiler accepts -fdebug-prefix-map=old=new... yes
- checking for struct stat.st_atim.tv_nsec... yes
- checking for struct stat.st_atimespec.tv_nsec... no
- checking for struct stat.st_atimensec... no
- configure: stat supports nanosecond precision
- checking how many arguments gethostbyname_r() takes... 
- six
- checking how many arguments gethostbyaddr_r() takes... eight
- checking for mkstemp... yes
- checking for nice... yes
- checking for dup3... yes
- checking for pipe2... yes
- checking for accept4... yes
- checking for getauxval... yes
- checking for sys/shm.h... yes
- checking for shmat... yes
- checking for execvpe... yes
- checking for spawn.h... yes
- checking for posix_spawn... yes
- checking for posix_spawnp... yes
- checking for pkg-config... no
- checking for gcc options needed to detect all undeclared functions... none needed
- checking for ZSTD_createCCtx in -lzstd... no
- configure: WARNING: zstd library not found
- configure: WARNING: compressed compilation artefacts not supported
- configure: ocamldebug supported
- checking whether gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking whether more special flags are required for pthreads... no
- checking for PTHREAD_PRIO_INHERIT... 
- yes
- checking for sigwait... yes
- checking arguments for pthread_getaffinity_np... GNU
- configure: the threads library is supported
- checking whether the assembler supports --debug-prefix-map... yes
- checking whether the assembler supports CFI directives... yes
- configure: not using frame pointers
- checking whether mmap supports huge pages... yes
- checking whether mmap supports MAP_STACK... yes
- configure: updating cache config.cache
- configure: creating ./config.status
- config.status: creating Makefile.build_config
- config.status: creating Makefile.config
- config.status: creating stdlib/sys.ml
- config.status: creating manual/src/version.tex
- config.status: creating manual/src/html_processing/src/common.ml
- config.status: creating ocamltest/ocamltest_config.ml
- config.status: creating otherlibs/dynlink/dynlink_config.ml
- config.status: creating utils/config.common.ml
- config.status: creating utils/config.generated.ml
- config.status: creating compilerlibs/META
- config.status: creating otherlibs/dynlink/META
- config.status: creating otherlibs/runtime_events/META
- config.status: creating stdlib/META
- config.status: creating ocamldoc/META
- config.status: creating otherlibs/unix/META
- config.status: creating otherlibs/str/META
- config.status: creating otherlibs/systhreads/META
- config.status: creating runtime/caml/exec.h
- config.status: creating runtime/caml/m.h
- config.status: creating runtime/caml/s.h
- config.status: creating runtime/caml/version.h
- config.status: linking file_formats/cmo_format.mli to otherlibs/dynlink/dynlink_cmo_format.mli
- config.status: linking file_formats/cmxs_format.mli to otherlibs/dynlink/dynlink_cmxs_format.mli
- config.status: linking otherlibs/dynlink/dynlink_platform_intf.ml to otherlibs/dynlink/dynlink_platform_intf.mli
- config.status: linking otherlibs/unix/unix_unix.ml to otherlibs/unix/unix.ml
- config.status: executing libtool commands
- config.status: executing shebang commands
[ocaml-compiler: make]
+ /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0)
- /usr/bin/make coldstart
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   GEN runtime/primitives
-   GEN runtime/caml/opnames.h
-   GEN runtime/caml/jumptbl.h
-   CC runtime/sak.o
-   GEN runtime/prims.c
-   MKEXE runtime/sak
-   GEN runtime/build_config.h
-   CC runtime/prims.o
-   CC runtime/addrmap.b.o
-   CC runtime/afl.b.o
-   CC runtime/alloc.b.o
-   CC runtime/array.b.o
-   CC runtime/backtrace.b.o
-   CC runtime/bigarray.b.o
-   CC runtime/blake2.b.o
-   CC runtime/callback.b.o
-   CC runtime/codefrag.b.o
-   CC runtime/compare.b.o
-   CC runtime/custom.b.o
-   CC runtime/debugger.b.o
-   CC runtime/domain.b.o
-   CC runtime/dynlink.b.o
-   CC runtime/extern.b.o
-   CC runtime/fail.b.o
-   CC runtime/fiber.b.o
-   CC runtime/finalise.b.o
-   CC runtime/floats.b.o
-   CC runtime/gc_ctrl.b.o
-   CC runtime/gc_stats.b.o
-   CC runtime/globroots.b.o
-   CC runtime/hash.b.o
-   CC runtime/intern.b.o
-   CC runtime/ints.b.o
-   CC runtime/io.b.o
-   CC runtime/lexing.b.o
-   CC runtime/lf_skiplist.b.o
-   CC runtime/main.b.o
-   CC runtime/major_gc.b.o
-   CC runtime/md5.b.o
-   CC runtime/memory.b.o
-   CC runtime/memprof.b.o
-   CC runtime/meta.b.o
-   CC runtime/minor_gc.b.o
-   CC runtime/misc.b.o
-   CC runtime/obj.b.o
-   CC runtime/parsing.b.o
-   CC runtime/platform.b.o
-   CC runtime/printexc.b.o
-   CC runtime/prng.b.o
-   CC runtime/roots.b.o
-   CC runtime/runtime_events.b.o
-   CC runtime/shared_heap.b.o
-   CC runtime/signals.b.o
-   CC runtime/skiplist.b.o
-   CC runtime/startup_aux.b.o
-   CC runtime/str.b.o
-   CC runtime/sync.b.o
-   CC runtime/sys.b.o
-   CC runtime/unix.b.o
-   CC runtime/weak.b.o
-   CC runtime/backtrace_byt.b.o
-   CC runtime/fail_byt.b.o
-   CC runtime/fix_code.b.o
-   CC runtime/interp.b.o
-   CC runtime/startup_byt.b.o
-   CC runtime/zstd.b.o
-   MKLIB runtime/libcamlrun.a
-   MKEXE runtime/ocamlrun
- cp runtime/ocamlrun boot/ocamlrun
- /usr/bin/make -C stdlib OCAMLRUN='$(ROOTDIR)/boot/ocamlrun' USE_BOOT_OCAMLC=true all
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
-   OCAMLC camlinternalFormatBasics.cmi
-   CC header.o
-   MKEXE tmpheader.exe
- strip tmpheader.exe
-   OCAMLC camlinternalFormatBasics.cmo
-   OCAMLC stdlib.cmi
-   OCAMLC stdlib.cmo
-   OCAMLC stdlib__Either.cmi
-   OCAMLC stdlib__Sys.cmi
-   OCAMLC stdlib__Int32.cmi
-   OCAMLC stdlib__Type.cmi
-   OCAMLC stdlib__Atomic.cmi
-   OCAMLC camlinternalLazy.cmi
-   OCAMLC stdlib__Bool.cmi
-   OCAMLC stdlib__Char.cmi
-   OCAMLC stdlib__Uchar.cmi
-   OCAMLC stdlib__Int.cmi
-   OCAMLC stdlib__Unit.cmi
-   OCAMLC stdlib__Marshal.cmi
-   OCAMLC stdlib__Int64.cmi
-   OCAMLC stdlib__Nativeint.cmi
-   OCAMLC stdlib__Lexing.cmi
-   OCAMLC stdlib__Mutex.cmi
-   OCAMLC stdlib__Semaphore.cmi
-   OCAMLC stdlib__Domain.cmi
-   OCAMLC stdlib__Arg.cmi
-   OCAMLC stdlib__Fun.cmi
-   OCAMLC stdlib__Complex.cmi
-   OCAMLC stdlib__Digest.cmi
-   OCAMLC stdlib__Scanf.cmi
-   OCAMLC stdlib__Callback.cmi
-   OCAMLC stdlib__Filename.cmi
-   OCAMLC std_exit.cmi
-   OCAMLC stdlib__Either.cmo
-   OCAMLC stdlib__Lazy.cmi
-   OCAMLC stdlib__Seq.cmi
-   OCAMLC stdlib__Char.cmo
-   OCAMLC stdlib__Sys.cmo
-   OCAMLC stdlib__Bool.cmo
-   OCAMLC stdlib__Atomic.cmo
-   OCAMLC stdlib__Unit.cmo
-   OCAMLC stdlib__Int.cmo
-   OCAMLC stdlib__Int32.cmo
-   OCAMLC stdlib__Obj.cmi
-   OCAMLC stdlib__Uchar.cmo
-   OCAMLC stdlib__Mutex.cmo
-   OCAMLC stdlib__Condition.cmi
-   OCAMLC stdlib__Bigarray.cmi
-   OCAMLC stdlib__Nativeint.cmo
-   OCAMLC stdlib__Int64.cmo
-   OCAMLC stdlib__Random.cmi
-   OCAMLC std_exit.cmo
-   OCAMLC stdlib__Obj.cmo
-   OCAMLC stdlib__Type.cmo
-   OCAMLC camlinternalLazy.cmo
-   OCAMLC stdlib__Lazy.cmo
-   OCAMLC stdlib__Parsing.cmi
-   OCAMLC stdlib__Condition.cmo
-   OCAMLC stdlib__Semaphore.cmo
-   OCAMLC stdlib__Printexc.cmi
-   OCAMLC stdlib__Callback.cmo
-   OCAMLC camlinternalOO.cmi
-   OCAMLC camlinternalMod.cmi
-   OCAMLC stdlib__Seq.cmo
-   OCAMLC stdlib__Option.cmi
-   OCAMLC stdlib__Result.cmi
-   OCAMLC stdlib__List.cmi
-   OCAMLC stdlib__Bytes.cmi
-   OCAMLC stdlib__String.cmi
-   OCAMLC stdlib__Array.cmi
-   OCAMLC stdlib__Float.cmi
-   OCAMLC stdlib__Set.cmi
-   OCAMLC stdlib__Map.cmi
-   OCAMLC stdlib__Stack.cmi
-   OCAMLC stdlib__Queue.cmi
-   OCAMLC stdlib__Buffer.cmi
-   OCAMLC stdlib__Hashtbl.cmi
-   OCAMLC stdlib__Dynarray.cmi
-   OCAMLC stdlib__ArrayLabels.cmi
-   OCAMLC stdlib__ListLabels.cmi
-   OCAMLC stdlib__BytesLabels.cmi
-   OCAMLC stdlib__StringLabels.cmi
-   OCAMLC stdlib__Fun.cmo
-   OCAMLC stdlib__Gc.cmi
-   OCAMLC stdlib__Effect.cmi
-   OCAMLC stdlib__Oo.cmi
-   OCAMLC stdlib__Option.cmo
-   OCAMLC stdlib__In_channel.cmi
-   OCAMLC stdlib__Out_channel.cmi
-   OCAMLC stdlib__Result.cmo
-   OCAMLC stdlib__Queue.cmo
-   OCAMLC camlinternalFormat.cmi
-   OCAMLC stdlib__Printf.cmi
-   OCAMLC stdlib__Format.cmi
-   OCAMLC stdlib__Array.cmo
-   OCAMLC stdlib__Parsing.cmo
-   OCAMLC stdlib__Set.cmo
-   OCAMLC stdlib__Stack.cmo
-   OCAMLC stdlib__Buffer.cmo
-   OCAMLC stdlib__Domain.cmo
-   OCAMLC stdlib__Bigarray.cmo
-   OCAMLC stdlib__Random.cmo
-   OCAMLC stdlib__Oo.cmo
-   OCAMLC camlinternalMod.cmo
-   OCAMLC stdlib__ArrayLabels.cmo
-   OCAMLC stdlib__ListLabels.cmo
-   OCAMLC stdlib__StringLabels.cmo
-   OCAMLC stdlib__List.cmo
-   OCAMLC stdlib__Bytes.cmo
-   OCAMLC stdlib__String.cmo
-   OCAMLC stdlib__Marshal.cmo
-   OCAMLC stdlib__Float.cmo
-   OCAMLC stdlib__Lexing.cmo
-   OCAMLC stdlib__Map.cmo
-   OCAMLC stdlib__Arg.cmo
-   OCAMLC stdlib__Printexc.cmo
-   OCAMLC stdlib__Gc.cmo
-   OCAMLC stdlib__In_channel.cmo
-   OCAMLC stdlib__Out_channel.cmo
-   OCAMLC stdlib__Digest.cmo
-   OCAMLC stdlib__Hashtbl.cmo
-   OCAMLC stdlib__Weak.cmi
-   OCAMLC stdlib__Scanf.cmo
-   OCAMLC camlinternalOO.cmo
-   OCAMLC stdlib__Dynarray.cmo
-   OCAMLC stdlib__Ephemeron.cmi
-   OCAMLC stdlib__Filename.cmo
-   OCAMLC stdlib__Complex.cmo
-   OCAMLC stdlib__BytesLabels.cmo
-   OCAMLC stdlib__MoreLabels.cmi
-   OCAMLC stdlib__StdLabels.cmi
-   OCAMLC stdlib__Effect.cmo
-   OCAMLC camlinternalFormat.cmo
-   OCAMLC stdlib__Printf.cmo
-   OCAMLC stdlib__Format.cmo
-   OCAMLC stdlib__Weak.cmo
-   OCAMLC stdlib__StdLabels.cmo
-   OCAMLC stdlib__Ephemeron.cmo
-   OCAMLC stdlib__MoreLabels.cmo
-   LINKC stdlib.cma
- rm tmpheader.exe
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- rm -f boot/libcamlrun.a boot/stdlib.cma boot/std_exit.cmo boot/*.cmi boot/runtime-launch-info
- cp stdlib/stdlib.cma stdlib/std_exit.cmo stdlib/*.cmi stdlib/runtime-launch-info boot
- cd boot; ln -sf ../runtime/libcamlrun.a .
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make opt.opt
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make checkstack
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   CC tools/checkstack.o
-   MKEXE tools/checkstack
- tools/checkstack
- rm tools/checkstack tools/checkstack.o
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make coreall
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   GEN runtime/ld.conf
-   CC runtime/addrmap.bd.o
-   CC runtime/afl.bd.o
-   CC runtime/alloc.bd.o
-   CC runtime/array.bd.o
-   CC runtime/backtrace.bd.o
-   CC runtime/bigarray.bd.o
-   CC runtime/blake2.bd.o
-   CC runtime/callback.bd.o
-   CC runtime/codefrag.bd.o
-   CC runtime/compare.bd.o
-   CC runtime/custom.bd.o
-   CC runtime/debugger.bd.o
-   CC runtime/domain.bd.o
-   CC runtime/dynlink.bd.o
-   CC runtime/extern.bd.o
-   CC runtime/fail.bd.o
-   CC runtime/fiber.bd.o
-   CC runtime/finalise.bd.o
-   CC runtime/floats.bd.o
-   CC runtime/gc_ctrl.bd.o
-   CC runtime/gc_stats.bd.o
-   CC runtime/globroots.bd.o
-   CC runtime/hash.bd.o
-   CC runtime/intern.bd.o
-   CC runtime/ints.bd.o
-   CC runtime/io.bd.o
-   CC runtime/lexing.bd.o
-   CC runtime/lf_skiplist.bd.o
-   CC runtime/main.bd.o
-   CC runtime/major_gc.bd.o
-   CC runtime/md5.bd.o
-   CC runtime/memory.bd.o
-   CC runtime/memprof.bd.o
-   CC runtime/meta.bd.o
-   CC runtime/minor_gc.bd.o
-   CC runtime/misc.bd.o
-   CC runtime/obj.bd.o
-   CC runtime/parsing.bd.o
-   CC runtime/platform.bd.o
-   CC runtime/printexc.bd.o
-   CC runtime/prng.bd.o
-   CC runtime/roots.bd.o
-   CC runtime/runtime_events.bd.o
-   CC runtime/shared_heap.bd.o
-   CC runtime/signals.bd.o
-   CC runtime/skiplist.bd.o
-   CC runtime/startup_aux.bd.o
-   CC runtime/str.bd.o
-   CC runtime/sync.bd.o
-   CC runtime/sys.bd.o
-   CC runtime/unix.bd.o
-   CC runtime/weak.bd.o
-   CC runtime/backtrace_byt.bd.o
-   CC runtime/fail_byt.bd.o
-   CC runtime/fix_code.bd.o
-   CC runtime/interp.bd.o
-   CC runtime/startup_byt.bd.o
-   CC runtime/zstd.bd.o
-   CC runtime/instrtrace.bd.o
-   CC runtime/addrmap.bi.o
-   CC runtime/afl.bi.o
-   CC runtime/alloc.bi.o
-   CC runtime/array.bi.o
-   CC runtime/backtrace.bi.o
-   CC runtime/bigarray.bi.o
-   CC runtime/blake2.bi.o
-   CC runtime/callback.bi.o
-   CC runtime/codefrag.bi.o
-   CC runtime/compare.bi.o
-   CC runtime/custom.bi.o
-   CC runtime/debugger.bi.o
-   CC runtime/domain.bi.o
-   CC runtime/dynlink.bi.o
-   CC runtime/extern.bi.o
-   CC runtime/fail.bi.o
-   CC runtime/fiber.bi.o
-   CC runtime/finalise.bi.o
-   CC runtime/floats.bi.o
-   CC runtime/gc_ctrl.bi.o
-   CC runtime/gc_stats.bi.o
-   CC runtime/globroots.bi.o
-   CC runtime/hash.bi.o
-   CC runtime/intern.bi.o
-   CC runtime/ints.bi.o
-   CC runtime/io.bi.o
-   CC runtime/lexing.bi.o
-   CC runtime/lf_skiplist.bi.o
-   CC runtime/main.bi.o
-   CC runtime/major_gc.bi.o
-   CC runtime/md5.bi.o
-   CC runtime/memory.bi.o
-   CC runtime/memprof.bi.o
-   CC runtime/meta.bi.o
-   CC runtime/minor_gc.bi.o
-   CC runtime/misc.bi.o
-   CC runtime/obj.bi.o
-   CC runtime/parsing.bi.o
-   CC runtime/platform.bi.o
-   CC runtime/printexc.bi.o
-   CC runtime/prng.bi.o
-   CC runtime/roots.bi.o
-   CC runtime/runtime_events.bi.o
-   CC runtime/shared_heap.bi.o
-   CC runtime/signals.bi.o
-   CC runtime/skiplist.bi.o
-   CC runtime/startup_aux.bi.o
-   CC runtime/str.bi.o
-   CC runtime/sync.bi.o
-   CC runtime/sys.bi.o
-   CC runtime/unix.bi.o
-   CC runtime/weak.bi.o
-   CC runtime/backtrace_byt.bi.o
-   CC runtime/fail_byt.bi.o
-   CC runtime/fix_code.bi.o
-   CC runtime/interp.bi.o
-   CC runtime/startup_byt.bi.o
-   CC runtime/zstd.bi.o
-   CC runtime/addrmap.bpic.o
-   CC runtime/afl.bpic.o
-   CC runtime/alloc.bpic.o
-   CC runtime/array.bpic.o
-   CC runtime/backtrace.bpic.o
-   CC runtime/bigarray.bpic.o
-   CC runtime/blake2.bpic.o
-   CC runtime/callback.bpic.o
-   CC runtime/codefrag.bpic.o
-   CC runtime/compare.bpic.o
-   CC runtime/custom.bpic.o
-   CC runtime/debugger.bpic.o
-   CC runtime/domain.bpic.o
-   CC runtime/dynlink.bpic.o
-   CC runtime/extern.bpic.o
-   CC runtime/fail.bpic.o
-   CC runtime/fiber.bpic.o
-   CC runtime/finalise.bpic.o
-   CC runtime/floats.bpic.o
-   CC runtime/gc_ctrl.bpic.o
-   CC runtime/gc_stats.bpic.o
-   CC runtime/globroots.bpic.o
-   CC runtime/hash.bpic.o
-   CC runtime/intern.bpic.o
-   CC runtime/ints.bpic.o
-   CC runtime/io.bpic.o
-   CC runtime/lexing.bpic.o
-   CC runtime/lf_skiplist.bpic.o
-   CC runtime/main.bpic.o
-   CC runtime/major_gc.bpic.o
-   CC runtime/md5.bpic.o
-   CC runtime/memory.bpic.o
-   CC runtime/memprof.bpic.o
-   CC runtime/meta.bpic.o
-   CC runtime/minor_gc.bpic.o
-   CC runtime/misc.bpic.o
-   CC runtime/obj.bpic.o
-   CC runtime/parsing.bpic.o
-   CC runtime/platform.bpic.o
-   CC runtime/printexc.bpic.o
-   CC runtime/prng.bpic.o
-   CC runtime/roots.bpic.o
-   CC runtime/runtime_events.bpic.o
-   CC runtime/shared_heap.bpic.o
-   CC runtime/signals.bpic.o
-   CC runtime/skiplist.bpic.o
-   CC runtime/startup_aux.bpic.o
-   CC runtime/str.bpic.o
-   CC runtime/sync.bpic.o
-   CC runtime/sys.bpic.o
-   CC runtime/unix.bpic.o
-   CC runtime/weak.bpic.o
-   CC runtime/backtrace_byt.bpic.o
-   CC runtime/fail_byt.bpic.o
-   CC runtime/fix_code.bpic.o
-   CC runtime/interp.bpic.o
-   CC runtime/startup_byt.bpic.o
-   CC runtime/zstd.bpic.o
-   MKLIB runtime/libcamlrund.a
-   MKEXE runtime/ocamlrund
-   MKLIB runtime/libcamlruni.a
-   MKEXE runtime/ocamlruni
-   MKLIB runtime/libcamlrun_pic.a
-   MKDLL runtime/libcamlrun_shared.so
- cd stdlib; ln -sf ../runtime/libcamlrun.a .
- /usr/bin/make ocamlc
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC utils/config.cmi
-   OCAMLC utils/build_path_prefix_map.cmi
-   OCAMLC utils/format_doc.cmi
-   OCAMLC utils/identifiable.cmi
-   OCAMLC utils/arg_helper.cmi
-   OCAMLC utils/local_store.cmi
-   OCAMLC utils/load_path.cmi
-   OCAMLC utils/profile.cmi
-   OCAMLC utils/terminfo.cmi
-   OCAMLC utils/ccomp.cmi
-   OCAMLC utils/targetint.cmi
-   OCAMLC utils/int_replace_polymorphic_compare.cmi
-   GEN utils/domainstate.mli
-   OCAMLC utils/binutils.cmi
-   OCAMLC utils/lazy_backtrack.cmi
-   OCAMLC utils/compression.cmi
-   OCAMLC parsing/unit_info.cmi
-   OCAMLC parsing/longident.cmi
-   GEN parsing/camlinternalMenhirLib.mli
-   OCAMLC typing/value_rec_types.cmi
-   OCAMLC lambda/switch.cmi
-   OCAMLC lambda/runtimedef.cmi
-   OCAMLC file_formats/cmo_format.cmi
-   OCAMLC middle_end/flambda/allocated_const.cmi
-   OCAMLC file_formats/cmxs_format.cmi
-   OCAMLLEX tools/make_opcodes.ml
-   OCAMLC tools/make_opcodes.cmi
-   OCAMLC bytecomp/bytesections.cmi
-   OCAMLC bytecomp/dll.cmi
-   OCAMLC driver/main_args.cmi
-   OCAMLC driver/makedepend.cmi
-   GEN utils/config_main.ml
-   OCAMLC utils/build_path_prefix_map.cmo
-   OCAMLC utils/arg_helper.cmo
-   OCAMLC utils/local_store.cmo
-   OCAMLC utils/terminfo.cmo
-   OCAMLC utils/int_replace_polymorphic_compare.cmo
-   GEN utils/domainstate.ml
-   OCAMLC utils/lazy_backtrack.cmo
-   OCAMLC utils/compression.cmo
-   GEN parsing/camlinternalMenhirLib.ml
-   OCAMLLEX parsing/lexer.ml
-   GEN lambda/runtimedef.ml
-   OCAMLC bytecomp/bytesections.cmo
- cp utils/config.mli utils/config_main.mli
-   GEN utils/config_boot.ml
- cp utils/config.mli utils/config_boot.mli
-   OCAMLC driver/errors.cmi
-   OCAMLC driver/maindriver.cmi
-   OCAMLC driver/main.cmi
-   OCAMLC utils/misc.cmi
-   OCAMLC utils/warnings.cmi
-   OCAMLC utils/linkdeps.cmi
-   OCAMLC utils/domainstate.cmi
-   OCAMLC parsing/camlinternalMenhirLib.cmi
-   OCAMLC tools/make_opcodes.cmo
-   GEN utils/config.ml
-   OCAMLC utils/format_doc.cmo
-   OCAMLC utils/binutils.cmo
-   OCAMLC lambda/switch.cmo
-   OCAMLC lambda/runtimedef.cmo
-   OCAMLC utils/config_main.cmi
-   OCAMLC utils/config_boot.cmi
-   OCAMLC utils/config.cmo
-   OCAMLC bytecomp/bytelibrarian.cmi
-   OCAMLC driver/main.cmo
-   OCAMLC utils/domainstate.cmo
-   OCAMLC utils/config_main.cmo
-   OCAMLC parsing/location.cmi
-   OCAMLC utils/config_boot.cmo
-   LINKC tools/make_opcodes
-   OCAMLC utils/numbers.cmi
-   OCAMLC utils/strongly_connected_components.cmi
-   OCAMLC typing/ident.cmi
-   OCAMLC middle_end/linkage_name.cmi
-   OCAMLC middle_end/flambda/base_types/tag.cmi
-   OCAMLC middle_end/flambda/base_types/static_exception.cmi
-   OCAMLC parsing/asttypes.cmi
-   OCAMLC parsing/syntaxerr.cmi
-   OCAMLC typing/annot.cmi
-   OCAMLC driver/errors.cmo
-   OCAMLC utils/clflags.cmi
-   OCAMLC utils/consistbl.cmi
-   OCAMLC utils/diffing.cmi
-   OCAMLC utils/misc.cmo
-   OCAMLC utils/identifiable.cmo
-   OCAMLC utils/load_path.cmo
-   OCAMLC utils/profile.cmo
-   OCAMLC utils/warnings.cmo
-   OCAMLC utils/linkdeps.cmo
-   OCAMLC utils/targetint.cmo
-   OCAMLC parsing/unit_info.cmo
-   OCAMLC parsing/longident.cmo
-   OCAMLC bytecomp/dll.cmo
-   OCAMLC parsing/syntaxerr.cmo
-   OCAMLC parsing/parsetree.cmi
-   OCAMLC parsing/asttypes.cmo
-   OCAMLC utils/diffing_with_keys.cmi
-   OCAMLC utils/diffing.cmo
-   OCAMLC parsing/camlinternalMenhirLib.cmo
-   OCAMLC utils/consistbl.cmo
-   OCAMLC driver/compenv.cmi
-   OCAMLC utils/ccomp.cmo
-   OCAMLC parsing/location.cmo
-   OCAMLC typing/path.cmi
-   OCAMLC lambda/debuginfo.cmi
-   OCAMLC middle_end/compilation_unit.cmi
-   OCAMLC typing/ident.cmo
-   GEN bytecomp/opcodes.ml
-   GEN bytecomp/opcodes.mli
-   OCAMLC utils/diffing_with_keys.cmo
-   OCAMLC driver/compenv.cmo
-   OCAMLC driver/main_args.cmo
-   OCAMLC utils/numbers.cmo
-   OCAMLC utils/clflags.cmo
-   OCAMLC utils/strongly_connected_components.cmo
-   OCAMLC lambda/debuginfo.cmo
-   OCAMLC bytecomp/opcodes.cmi
-   OCAMLC typing/shape.cmi
-   OCAMLC middle_end/backend_var.cmi
-   OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmi
-   OCAMLC middle_end/flambda/base_types/export_id.cmi
-   OCAMLC parsing/docstrings.cmi
-   OCAMLC parsing/ast_iterator.cmi
-   OCAMLC parsing/builtin_attributes.cmi
-   OCAMLC parsing/pprintast.cmi
-   OCAMLC parsing/parse.cmi
-   OCAMLC parsing/printast.cmi
-   OCAMLC parsing/ast_mapper.cmi
-   OCAMLC parsing/attr_helper.cmi
-   OCAMLC parsing/ast_invariants.cmi
-   OCAMLC parsing/depend.cmi
-   OCAMLC typing/type_immediacy.cmi
-   OCAMLC driver/pparse.cmi
-   OCAMLC bytecomp/opcodes.cmo
-   OCAMLC typing/outcometree.cmi
-   OCAMLC parsing/attr_helper.cmo
-   OCAMLC typing/type_immediacy.cmo
-   OCAMLC parsing/depend.cmo
-   OCAMLC parsing/ast_helper.cmi
-   OCAMLC parsing/docstrings.cmo
-   OCAMLC parsing/printast.cmo
-   OCAMLC parsing/ast_iterator.cmo
-   OCAMLC parsing/ast_invariants.cmo
-   OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmi
-   OCAMLC driver/pparse.cmo
-   OCAMLC typing/shape.cmo
-   OCAMLC typing/primitive.cmi
-   OCAMLC typing/oprint.cmi
-   GEN parsing/parser.mli
-   OCAMLC parsing/ast_helper.cmo
-   OCAMLC parsing/builtin_attributes.cmo
-   GEN parsing/parser.ml
-   OCAMLC parsing/ast_mapper.cmo
-   OCAMLC parsing/parser.cmi
-   OCAMLC typing/types.cmi
-   OCAMLC typing/primitive.cmo
-   OCAMLC parsing/parser.cmo
-   OCAMLC parsing/lexer.cmi
-   OCAMLC parsing/lexer.cmo
-   OCAMLC parsing/pprintast.cmo
-   OCAMLC parsing/parse.cmo
-   OCAMLC typing/path.cmo
-   OCAMLC typing/oprint.cmo
-   OCAMLC driver/makedepend.cmo
-   OCAMLC typing/rawprinttyp.cmi
-   OCAMLC typing/gprinttyp.cmi
-   OCAMLC typing/btype.cmi
-   OCAMLC typing/subst.cmi
-   OCAMLC typing/predef.cmi
-   OCAMLC typing/datarepr.cmi
-   OCAMLC file_formats/cmi_format.cmi
-   OCAMLC typing/errortrace.cmi
-   OCAMLC typing/signature_group.cmi
-   OCAMLC typing/types.cmo
-   OCAMLC typing/rawprinttyp.cmo
-   OCAMLC typing/gprinttyp.cmo
-   OCAMLC typing/persistent_env.cmi
-   OCAMLC file_formats/cmi_format.cmo
-   OCAMLC typing/errortrace.cmo
-   OCAMLC typing/env.cmi
-   OCAMLC typing/btype.cmo
-   OCAMLC typing/subst.cmo
-   OCAMLC typing/predef.cmo
-   OCAMLC typing/datarepr.cmo
-   OCAMLC typing/signature_group.cmo
-   OCAMLC typing/persistent_env.cmo
-   OCAMLC typing/typedtree.cmi
-   OCAMLC typing/ctype.cmi
-   OCAMLC typing/out_type.cmi
-   OCAMLC typing/mtype.cmi
-   OCAMLC typing/envaux.cmi
-   OCAMLC typing/shape_reduce.cmi
-   OCAMLC typing/typedecl_properties.cmi
-   OCAMLC typing/typedecl_unboxed.cmi
-   OCAMLC lambda/lambda.cmi
-   OCAMLC driver/compmisc.cmi
-   OCAMLC typing/env.cmo
-   OCAMLC bytecomp/bytepackager.cmi
-   OCAMLC typing/shape_reduce.cmo
-   OCAMLC typing/typedecl_immediacy.cmi
-   OCAMLC typing/typedecl_separability.cmi
-   OCAMLC typing/typedecl_properties.cmo
-   OCAMLC typing/printtyp.cmi
-   OCAMLC typing/errortrace_report.cmi
-   OCAMLC typing/includeclass.cmi
-   OCAMLC typing/ctype.cmo
-   OCAMLC typing/out_type.cmo
-   OCAMLC typing/mtype.cmo
-   OCAMLC typing/typedecl_unboxed.cmo
-   OCAMLC lambda/printlambda.cmi
-   OCAMLC lambda/value_rec_compiler.cmi
-   OCAMLC lambda/translobj.cmi
-   OCAMLC lambda/tmc.cmi
-   OCAMLC lambda/simplif.cmi
-   OCAMLC middle_end/internal_variable_names.cmi
-   OCAMLC middle_end/clambda_primitives.cmi
-   OCAMLC bytecomp/instruct.cmi
-   OCAMLC bytecomp/symtable.cmi
-   OCAMLC lambda/lambda.cmo
-   OCAMLC typing/typedecl_immediacy.cmo
-   OCAMLC typing/typedecl_separability.cmo
-   OCAMLC lambda/tmc.cmo
-   OCAMLC lambda/value_rec_compiler.cmo
-   OCAMLC lambda/simplif.cmo
-   OCAMLC lambda/translobj.cmo
-   OCAMLC typing/printtyp.cmo
-   OCAMLC typing/errortrace_report.cmo
-   OCAMLC typing/includeclass.cmo
-   OCAMLC typing/envaux.cmo
-   OCAMLC lambda/printlambda.cmo
-   OCAMLC middle_end/variable.cmi
-   OCAMLC middle_end/clambda.cmi
-   OCAMLC bytecomp/meta.cmi
-   OCAMLC bytecomp/bytegen.cmi
-   OCAMLC bytecomp/printinstr.cmi
-   OCAMLC bytecomp/emitcode.cmi
-   OCAMLC bytecomp/instruct.cmo
-   OCAMLC bytecomp/bytelink.cmi
-   OCAMLC typing/printtyped.cmi
-   OCAMLC typing/includecore.cmi
-   OCAMLC typing/tast_iterator.cmi
-   OCAMLC typing/tast_mapper.cmi
-   OCAMLC typing/stypes.cmi
-   OCAMLC file_formats/cmt_format.cmi
-   OCAMLC typing/untypeast.cmi
-   OCAMLC typing/typetexp.cmi
-   OCAMLC typing/printpat.cmi
-   OCAMLC typing/patterns.cmi
-   OCAMLC typing/parmatch.cmi
-   OCAMLC typing/typedecl_variance.cmi
-   OCAMLC typing/typeopt.cmi
-   OCAMLC typing/value_rec_check.cmi
-   OCAMLC typing/typecore.cmi
-   OCAMLC typing/typeclass.cmi
-   OCAMLC lambda/matching.cmi
-   OCAMLC lambda/translattribute.cmi
-   OCAMLC lambda/translprim.cmi
-   OCAMLC lambda/translcore.cmi
-   OCAMLC lambda/translclass.cmi
-   OCAMLC lambda/translmod.cmi
-   OCAMLC middle_end/flambda/base_types/closure_element.cmi
-   OCAMLC middle_end/symbol.cmi
-   OCAMLC middle_end/flambda/parameter.cmi
-   OCAMLC middle_end/flambda/base_types/mutable_variable.cmi
-   OCAMLC driver/compile_common.cmi
-   OCAMLC typing/typedtree.cmo
-   OCAMLC typing/printtyped.cmo
-   OCAMLC typing/stypes.cmo
-   OCAMLC typing/typetexp.cmo
-   OCAMLC typing/printpat.cmo
-   OCAMLC typing/typedecl_variance.cmo
-   OCAMLC typing/typeopt.cmo
-   OCAMLC typing/value_rec_check.cmo
-   OCAMLC bytecomp/meta.cmo
-   OCAMLC bytecomp/symtable.cmo
-   OCAMLC bytecomp/bytegen.cmo
-   OCAMLC bytecomp/printinstr.cmo
-   OCAMLC bytecomp/bytelink.cmo
-   OCAMLC bytecomp/bytelibrarian.cmo
-   OCAMLC typing/cmt2annot.cmi
-   OCAMLC typing/includemod.cmi
-   OCAMLC typing/typedecl.cmi
-   OCAMLC typing/includecore.cmo
-   OCAMLC typing/tast_iterator.cmo
-   OCAMLC typing/tast_mapper.cmo
-   OCAMLC file_formats/cmt_format.cmo
-   OCAMLC typing/untypeast.cmo
-   OCAMLC typing/patterns.cmo
-   OCAMLC typing/parmatch.cmo
-   OCAMLC lambda/matching.cmo
-   OCAMLC lambda/translattribute.cmo
-   OCAMLC lambda/translprim.cmo
-   OCAMLC lambda/translcore.cmo
-   OCAMLC lambda/translclass.cmo
-   OCAMLC lambda/translmod.cmo
-   OCAMLC driver/compile.cmi
-   OCAMLC bytecomp/emitcode.cmo
-   OCAMLC middle_end/flambda/base_types/var_within_closure.cmi
-   OCAMLC middle_end/flambda/base_types/closure_id.cmi
-   OCAMLC typing/cmt2annot.cmo
-   OCAMLC typing/typedecl.cmo
-   OCAMLC typing/typecore.cmo
-   OCAMLC typing/typeclass.cmo
-   OCAMLC driver/compile.cmo
-   OCAMLC driver/maindriver.cmo
-   OCAMLC typing/includemod_errorprinter.cmi
-   OCAMLC typing/typemod.cmi
-   OCAMLC middle_end/flambda/base_types/closure_origin.cmi
-   OCAMLC typing/includemod.cmo
-   OCAMLC middle_end/flambda/projection.cmi
-   OCAMLC driver/compmisc.cmo
-   OCAMLC driver/compile_common.cmo
-   OCAMLC bytecomp/bytepackager.cmo
-   OCAMLC typing/includemod_errorprinter.cmo
-   OCAMLC typing/typemod.cmo
-   OCAMLC middle_end/flambda/flambda.cmi
-   OCAMLC middle_end/flambda/freshening.cmi
-   LINKC compilerlibs/ocamlbytecomp.cma
-   OCAMLC middle_end/flambda/simple_value_approx.cmi
-   OCAMLC middle_end/flambda/export_info.cmi
-   OCAMLC file_formats/cmx_format.cmi
-   LINKC compilerlibs/ocamlcommon.cma
-   LINKC ocamlc
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamllex ocamltools library
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   CC yacc/closure.o
-   CC yacc/error.o
-   CC yacc/lalr.o
-   CC yacc/lr0.o
-   CC yacc/main.o
-   CC yacc/mkpar.o
-   CC yacc/output.o
-   CC yacc/reader.o
-   CC yacc/skeleton.o
-   CC yacc/symtab.o
-   CC yacc/verbose.o
-   CC yacc/warshall.o
- /usr/bin/make -C stdlib all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
-   OCAMLC camlinternalFormatBasics.cmi
-   OCAMLC camlinternalFormatBasics.cmo
-   OCAMLC stdlib.cmi
-   OCAMLC stdlib.cmo
-   OCAMLC stdlib__Either.cmi
-   OCAMLC stdlib__Sys.cmi
-   OCAMLC stdlib__Int32.cmi
-   OCAMLC stdlib__Type.cmi
-   OCAMLC stdlib__Atomic.cmi
-   OCAMLC camlinternalLazy.cmi
-   OCAMLC stdlib__Bool.cmi
-   OCAMLC stdlib__Char.cmi
-   OCAMLC stdlib__Uchar.cmi
-   OCAMLC stdlib__Int.cmi
-   OCAMLC stdlib__Unit.cmi
-   OCAMLC stdlib__Marshal.cmi
-   OCAMLC stdlib__Int64.cmi
-   OCAMLC stdlib__Nativeint.cmi
-   OCAMLC stdlib__Lexing.cmi
-   OCAMLC stdlib__Mutex.cmi
-   OCAMLC stdlib__Semaphore.cmi
-   OCAMLC stdlib__Domain.cmi
-   OCAMLC stdlib__Arg.cmi
-   OCAMLC stdlib__Fun.cmi
-   OCAMLC stdlib__Complex.cmi
-   OCAMLC stdlib__Digest.cmi
-   OCAMLC stdlib__Scanf.cmi
-   OCAMLC stdlib__Callback.cmi
-   OCAMLC stdlib__Filename.cmi
-   OCAMLC std_exit.cmi
-   OCAMLC stdlib__Either.cmo
-   OCAMLC stdlib__Seq.cmi
-   OCAMLC stdlib__Char.cmo
-   OCAMLC stdlib__Lazy.cmi
-   OCAMLC stdlib__Bool.cmo
-   OCAMLC stdlib__Int.cmo
-   OCAMLC stdlib__Atomic.cmo
-   OCAMLC stdlib__Obj.cmi
-   OCAMLC stdlib__Uchar.cmo
-   OCAMLC stdlib__Sys.cmo
-   OCAMLC stdlib__Int32.cmo
-   OCAMLC stdlib__Unit.cmo
-   OCAMLC stdlib__Nativeint.cmo
-   OCAMLC stdlib__Mutex.cmo
-   OCAMLC stdlib__Condition.cmi
-   OCAMLC stdlib__Random.cmi
-   OCAMLC stdlib__Int64.cmo
-   OCAMLC stdlib__Bigarray.cmi
-   OCAMLC std_exit.cmo
-   OCAMLC stdlib__Condition.cmo
-   OCAMLC stdlib__Semaphore.cmo
-   OCAMLC stdlib__Seq.cmo
-   OCAMLC stdlib__Option.cmi
-   OCAMLC stdlib__Result.cmi
-   OCAMLC stdlib__List.cmi
-   OCAMLC stdlib__Bytes.cmi
-   OCAMLC stdlib__String.cmi
-   OCAMLC stdlib__Array.cmi
-   OCAMLC stdlib__Float.cmi
-   OCAMLC stdlib__Parsing.cmi
-   OCAMLC stdlib__Set.cmi
-   OCAMLC stdlib__Map.cmi
-   OCAMLC stdlib__Stack.cmi
-   OCAMLC stdlib__Queue.cmi
-   OCAMLC stdlib__Buffer.cmi
-   OCAMLC stdlib__Printexc.cmi
-   OCAMLC stdlib__Hashtbl.cmi
-   OCAMLC stdlib__Callback.cmo
-   OCAMLC camlinternalOO.cmi
-   OCAMLC camlinternalMod.cmi
-   OCAMLC stdlib__Dynarray.cmi
-   OCAMLC stdlib__ArrayLabels.cmi
-   OCAMLC stdlib__ListLabels.cmi
-   OCAMLC stdlib__BytesLabels.cmi
-   OCAMLC stdlib__StringLabels.cmi
-   OCAMLC stdlib__Obj.cmo
-   OCAMLC stdlib__Type.cmo
-   OCAMLC camlinternalLazy.cmo
-   OCAMLC stdlib__Lazy.cmo
-   OCAMLC stdlib__Result.cmo
-   OCAMLC stdlib__Option.cmo
-   OCAMLC stdlib__Queue.cmo
-   OCAMLC stdlib__In_channel.cmi
-   OCAMLC stdlib__Out_channel.cmi
-   OCAMLC camlinternalFormat.cmi
-   OCAMLC stdlib__Printf.cmi
-   OCAMLC stdlib__Fun.cmo
-   OCAMLC stdlib__Gc.cmi
-   OCAMLC stdlib__Bigarray.cmo
-   OCAMLC stdlib__Random.cmo
-   OCAMLC stdlib__Format.cmi
-   OCAMLC stdlib__Oo.cmi
-   OCAMLC camlinternalMod.cmo
-   OCAMLC stdlib__Effect.cmi
-   OCAMLC stdlib__List.cmo
-   OCAMLC stdlib__Bytes.cmo
-   OCAMLC stdlib__String.cmo
-   OCAMLC stdlib__Marshal.cmo
-   OCAMLC stdlib__Array.cmo
-   OCAMLC stdlib__Lexing.cmo
-   OCAMLC stdlib__Parsing.cmo
-   OCAMLC stdlib__Set.cmo
-   OCAMLC stdlib__Map.cmo
-   OCAMLC stdlib__Stack.cmo
-   OCAMLC stdlib__Buffer.cmo
-   OCAMLC stdlib__Domain.cmo
-   OCAMLC camlinternalOO.cmo
-   OCAMLC stdlib__ArrayLabels.cmo
-   OCAMLC stdlib__ListLabels.cmo
-   OCAMLC stdlib__BytesLabels.cmo
-   OCAMLC stdlib__StringLabels.cmo
-   OCAMLC stdlib__StdLabels.cmi
-   OCAMLC stdlib__Float.cmo
-   OCAMLC stdlib__Complex.cmo
-   OCAMLC stdlib__Hashtbl.cmo
-   OCAMLC stdlib__Weak.cmi
-   OCAMLC stdlib__Ephemeron.cmi
-   OCAMLC stdlib__MoreLabels.cmi
-   OCAMLC stdlib__In_channel.cmo
-   OCAMLC stdlib__Out_channel.cmo
-   OCAMLC stdlib__Digest.cmo
-   OCAMLC stdlib__Oo.cmo
-   OCAMLC stdlib__Dynarray.cmo
-   OCAMLC stdlib__Filename.cmo
-   OCAMLC stdlib__Effect.cmo
-   OCAMLC camlinternalFormat.cmo
-   OCAMLC stdlib__Printf.cmo
-   OCAMLC stdlib__Arg.cmo
-   OCAMLC stdlib__Printexc.cmo
-   OCAMLC stdlib__Gc.cmo
-   OCAMLC stdlib__Scanf.cmo
-   OCAMLC stdlib__StdLabels.cmo
-   OCAMLC stdlib__Weak.cmo
-   MKEXE yacc/ocamlyacc
-   OCAMLC stdlib__Format.cmo
-   OCAMLC stdlib__Ephemeron.cmo
- /usr/bin/make lex-all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC lex/cset.cmi
-   OCAMLYACC lex/parser.ml
-   OCAMLLEX lex/lexer.ml
-   OCAMLC lex/table.cmi
-   OCAMLC lex/main.cmi
-   OCAMLC lex/cset.cmo
-   OCAMLC lex/syntax.cmi
-   OCAMLC lex/table.cmo
-   OCAMLC stdlib__MoreLabels.cmo
-   OCAMLC lex/syntax.cmo
-   OCAMLC lex/parser.cmi
-   OCAMLC lex/lexgen.cmi
-   OCAMLC lex/parser.cmo
-   OCAMLC lex/lexer.cmi
-   OCAMLC lex/lexgen.cmo
-   OCAMLC lex/compact.cmi
-   OCAMLC lex/common.cmi
-   OCAMLC lex/lexer.cmo
-   OCAMLC lex/common.cmo
-   OCAMLC lex/outputbis.cmi
-   OCAMLC lex/compact.cmo
-   OCAMLC lex/output.cmi
-   OCAMLC lex/output.cmo
-   OCAMLC lex/outputbis.cmo
-   OCAMLC lex/main.cmo
-   LINKC lex/ocamllex
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-all
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC tools/ocamldep.cmi
-   OCAMLC middle_end/printclambda_primitives.cmi
-   OCAMLC middle_end/printclambda.cmi
-   OCAMLC middle_end/semantics_of_primitives.cmi
-   OCAMLC middle_end/convert_primitives.cmi
-   OCAMLC middle_end/flambda/base_types/id_types.cmi
-   OCAMLC middle_end/flambda/pass_wrapper.cmi
-   OCAMLC middle_end/flambda/flambda_iterators.cmi
-   OCAMLC middle_end/flambda/flambda_utils.cmi
-   OCAMLC middle_end/flambda/effect_analysis.cmi
-   OCAMLC middle_end/flambda/inlining_cost.cmi
-   OCAMLC middle_end/flambda/export_info_for_pack.cmi
-   OCAMLC middle_end/compilenv.cmi
-   OCAMLC middle_end/backend_intf.cmi
-   OCAMLC middle_end/flambda/import_approx.cmi
-   OCAMLC middle_end/flambda/lift_code.cmi
-   OCAMLC middle_end/flambda/closure_conversion_aux.cmi
-   OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmi
-   OCAMLC middle_end/flambda/alias_analysis.cmi
-   OCAMLC middle_end/flambda/share_constants.cmi
-   OCAMLC middle_end/flambda/remove_unused_closure_vars.cmi
-   OCAMLC middle_end/flambda/remove_unused_program_constructs.cmi
-   OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmi
-   OCAMLC middle_end/flambda/ref_to_variables.cmi
-   OCAMLC middle_end/flambda/flambda_invariants.cmi
-   OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmi
-   OCAMLC middle_end/flambda/closure_offsets.cmi
-   OCAMLC middle_end/flambda/un_anf.cmi
-   OCAMLC middle_end/flambda/flambda_to_clambda.cmi
-   OCAMLC middle_end/internal_variable_names.cmo
-   OCAMLC middle_end/linkage_name.cmo
-   OCAMLC middle_end/compilation_unit.cmo
-   OCAMLC middle_end/variable.cmo
-   OCAMLC middle_end/flambda/base_types/closure_element.cmo
-   OCAMLC middle_end/flambda/base_types/closure_id.cmo
-   OCAMLC middle_end/symbol.cmo
-   OCAMLC middle_end/backend_var.cmo
-   OCAMLC middle_end/clambda_primitives.cmo
-   OCAMLC middle_end/clambda.cmo
-   OCAMLC middle_end/semantics_of_primitives.cmo
-   OCAMLC middle_end/convert_primitives.cmo
-   OCAMLC middle_end/flambda/base_types/tag.cmo
-   OCAMLC middle_end/flambda/base_types/mutable_variable.cmo
-   OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmo
-   OCAMLC middle_end/flambda/base_types/closure_origin.cmo
-   OCAMLC middle_end/flambda/base_types/var_within_closure.cmo
-   OCAMLC middle_end/flambda/base_types/static_exception.cmo
-   OCAMLC middle_end/flambda/pass_wrapper.cmo
-   OCAMLC middle_end/flambda/allocated_const.cmo
-   OCAMLC middle_end/flambda/parameter.cmo
-   OCAMLC middle_end/flambda/projection.cmo
-   OCAMLC middle_end/flambda/flambda.cmo
-   OCAMLC middle_end/flambda/effect_analysis.cmo
-   OCAMLC middle_end/flambda/export_info.cmo
-   OCAMLC middle_end/flambda/export_info_for_pack.cmo
-   OCAMLC middle_end/flambda/lift_code.cmo
-   OCAMLC middle_end/flambda/closure_conversion_aux.cmo
-   OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmo
-   OCAMLC middle_end/flambda/share_constants.cmo
-   OCAMLC middle_end/flambda/remove_unused_program_constructs.cmo
-   OCAMLC middle_end/flambda/ref_to_variables.cmo
-   OCAMLC middle_end/flambda/flambda_invariants.cmo
-   OCAMLC middle_end/flambda/un_anf.cmo
-   OCAMLC tools/objinfo.cmi
-   OCAMLC tools/ocamlcmt.cmi
-   OCAMLC tools/ocamlprof.cmi
-   OCAMLC tools/ocamlcp_common.cmi
-   OCAMLC tools/ocamlcp.cmi
-   OCAMLC tools/ocamlmklib.cmi
-   OCAMLC tools/ocamlmktop.cmi
-   OCAMLC tools/ocamloptp.cmi
-   GEN tools/opnames.ml
-   OCAMLC tools/opnames.cmi
-   OCAMLC tools/dumpobj.cmi
-   OCAMLC tools/primreq.cmi
-   OCAMLC tools/stripdebug.cmi
-   OCAMLC tools/cmpbyt.cmi
-   OCAMLC tools/profiling.cmi
-   OCAMLC tools/ocamldep.cmo
-   OCAMLC middle_end/closure/closure.cmi
-   OCAMLC middle_end/closure/closure_middle_end.cmi
-   OCAMLC middle_end/flambda/closure_conversion.cmi
-   OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmi
-   OCAMLC middle_end/flambda/find_recursive_functions.cmi
-   OCAMLC middle_end/flambda/invariant_params.cmi
-   OCAMLC middle_end/flambda/inconstant_idents.cmi
-   OCAMLC middle_end/flambda/lift_constants.cmi
-   OCAMLC middle_end/flambda/simplify_common.cmi
-   OCAMLC middle_end/flambda/remove_unused_arguments.cmi
-   OCAMLC middle_end/flambda/simplify_boxed_integer_ops_intf.cmi
-   OCAMLC middle_end/flambda/simplify_primitives.cmi
-   OCAMLC middle_end/flambda/inlining_stats_types.cmi
-   OCAMLC middle_end/flambda/build_export_info.cmi
-   OCAMLC middle_end/flambda/flambda_middle_end.cmi
-   OCAMLC middle_end/printclambda_primitives.cmo
-   OCAMLC middle_end/printclambda.cmo
-   OCAMLC middle_end/flambda/base_types/id_types.cmo
-   OCAMLC middle_end/flambda/base_types/export_id.cmo
-   OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmo
-   OCAMLC middle_end/flambda/flambda_iterators.cmo
-   OCAMLC middle_end/flambda/flambda_utils.cmo
-   OCAMLC middle_end/flambda/freshening.cmo
-   OCAMLC middle_end/flambda/inlining_cost.cmo
-   OCAMLC middle_end/flambda/simple_value_approx.cmo
-   OCAMLC middle_end/compilenv.cmo
-   OCAMLC middle_end/flambda/import_approx.cmo
-   OCAMLC middle_end/flambda/alias_analysis.cmo
-   OCAMLC middle_end/flambda/remove_unused_closure_vars.cmo
-   OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmo
-   OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmo
-   OCAMLC middle_end/flambda/closure_offsets.cmo
-   OCAMLC middle_end/flambda/flambda_to_clambda.cmo
-   OCAMLC tools/objinfo.cmo
-   OCAMLC tools/ocamlcmt.cmo
-   OCAMLC tools/ocamlprof.cmo
-   OCAMLC tools/ocamlcp_common.cmo
-   OCAMLC tools/ocamlcp.cmo
-   OCAMLC tools/ocamlmklib.cmo
-   OCAMLC tools/ocamlmktop.cmo
-   OCAMLC tools/ocamloptp.cmo
-   OCAMLC tools/opnames.cmo
-   OCAMLC tools/dumpobj.cmo
-   OCAMLC tools/primreq.cmo
-   OCAMLC tools/stripdebug.cmo
-   OCAMLC tools/cmpbyt.cmo
-   OCAMLC tools/profiling.cmo
-   LINKC tools/ocamldep
-   OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmi
-   OCAMLC middle_end/flambda/inlining_stats.cmi
-   OCAMLC middle_end/flambda/inline_and_simplify_aux.cmi
-   OCAMLC middle_end/closure/closure.cmo
-   OCAMLC middle_end/closure/closure_middle_end.cmo
-   OCAMLC middle_end/flambda/closure_conversion.cmo
-   OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmo
-   OCAMLC middle_end/flambda/find_recursive_functions.cmo
-   OCAMLC middle_end/flambda/invariant_params.cmo
-   OCAMLC middle_end/flambda/inconstant_idents.cmo
-   OCAMLC middle_end/flambda/lift_constants.cmo
-   OCAMLC middle_end/flambda/simplify_common.cmo
-   OCAMLC middle_end/flambda/remove_unused_arguments.cmo
-   OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmo
-   OCAMLC middle_end/flambda/simplify_primitives.cmo
-   OCAMLC middle_end/flambda/inlining_stats_types.cmo
-   OCAMLC middle_end/flambda/inlining_stats.cmo
-   LINKC tools/ocamlcp
-   LINKC tools/ocamlmktop
-   LINKC tools/ocamloptp
-   LINKC tools/primreq
-   LINKC tools/stripdebug
-   LINKC tools/cmpbyt
-   OCAMLC middle_end/flambda/inlining_decision_intf.cmi
-   OCAMLC middle_end/flambda/extract_projections.cmi
-   OCAMLC middle_end/flambda/augment_specialised_args.cmi
-   OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmi
-   OCAMLC middle_end/flambda/unbox_specialised_args.cmi
-   OCAMLC middle_end/flambda/unbox_closures.cmi
-   OCAMLC middle_end/flambda/inline_and_simplify.cmi
-   OCAMLC middle_end/flambda/inline_and_simplify_aux.cmo
-   OCAMLC middle_end/flambda/build_export_info.cmo
-   LINKC tools/ocamlcmt
-   LINKC tools/ocamlmklib
-   OCAMLC middle_end/flambda/extract_projections.cmo
-   LINKC tools/ocamlprof
-   OCAMLC middle_end/flambda/augment_specialised_args.cmo
-   OCAMLC middle_end/flambda/unbox_specialised_args.cmo
-   OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmo
-   OCAMLC middle_end/flambda/flambda_middle_end.cmo
-   OCAMLC middle_end/flambda/inlining_transforms.cmi
-   OCAMLC middle_end/flambda/inlining_decision.cmi
-   OCAMLC middle_end/flambda/unbox_closures.cmo
-   LINKC tools/dumpobj
-   OCAMLC middle_end/flambda/inlining_transforms.cmo
-   OCAMLC middle_end/flambda/inlining_decision.cmo
-   OCAMLC middle_end/flambda/inline_and_simplify.cmo
-   LINKC compilerlibs/ocamlmiddleend.cma
-   LINKC stdlib.cma
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
-   LINKC tools/ocamlobjinfo
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocaml
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC toplevel/expunge.cmi
-   OCAMLC toplevel/genprintval.cmi
-   OCAMLC toplevel/trace.cmi
-   OCAMLC toplevel/toploop.cmi
-   OCAMLC toplevel/topprinters.cmi
-   OCAMLC toplevel/topdirs.cmi
-   OCAMLC toplevel/topmain.cmi
-   OCAMLC toplevel/topstart.cmi
-   OCAMLC toplevel/expunge.cmo
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
-   OCAMLC toplevel/topstart.cmo
-   OCAMLC toplevel/topprinters.cmo
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
-   OCAMLC toplevel/topcommon.cmi
-   OCAMLC toplevel/genprintval.cmo
-   LINKC expunge
-   OCAMLC toplevel/topeval.cmi
-   OCAMLC toplevel/topcommon.cmo
-   OCAMLC toplevel/byte/topmain.cmo
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
-   OCAMLC toplevel/toploop.cmo
-   OCAMLC toplevel/topdirs.cmo
-   OCAMLC toplevel/byte/topeval.cmo
-   OCAMLC toplevel/byte/trace.cmo
-   LINKC compilerlibs/ocamltoplevel.cma
-   LINKC ocaml.tmp
-   GEN ocaml
- rm ocaml.tmp
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make opt-core
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   CC runtime/addrmap.n.o
-   CC runtime/afl.n.o
-   CC runtime/alloc.n.o
-   CC runtime/array.n.o
-   CC runtime/backtrace.n.o
-   CC runtime/bigarray.n.o
-   CC runtime/blake2.n.o
-   CC runtime/callback.n.o
-   CC runtime/codefrag.n.o
-   CC runtime/compare.n.o
-   CC runtime/custom.n.o
-   CC runtime/debugger.n.o
-   CC runtime/domain.n.o
-   CC runtime/dynlink.n.o
-   CC runtime/extern.n.o
-   CC runtime/fail.n.o
-   CC runtime/fiber.n.o
-   CC runtime/finalise.n.o
-   CC runtime/floats.n.o
-   CC runtime/gc_ctrl.n.o
-   CC runtime/gc_stats.n.o
-   CC runtime/globroots.n.o
-   CC runtime/hash.n.o
-   CC runtime/intern.n.o
-   CC runtime/ints.n.o
-   CC runtime/io.n.o
-   CC runtime/lexing.n.o
-   CC runtime/lf_skiplist.n.o
-   CC runtime/main.n.o
-   CC runtime/major_gc.n.o
-   CC runtime/md5.n.o
-   CC runtime/memory.n.o
-   CC runtime/memprof.n.o
-   CC runtime/meta.n.o
-   CC runtime/minor_gc.n.o
-   CC runtime/misc.n.o
-   CC runtime/obj.n.o
-   CC runtime/parsing.n.o
-   CC runtime/platform.n.o
-   CC runtime/printexc.n.o
-   CC runtime/prng.n.o
-   CC runtime/roots.n.o
-   CC runtime/runtime_events.n.o
-   CC runtime/shared_heap.n.o
-   CC runtime/signals.n.o
-   CC runtime/skiplist.n.o
-   CC runtime/startup_aux.n.o
-   CC runtime/str.n.o
-   CC runtime/sync.n.o
-   CC runtime/sys.n.o
-   CC runtime/unix.n.o
-   CC runtime/weak.n.o
-   CC runtime/backtrace_nat.n.o
-   CC runtime/clambda_checks.n.o
-   CC runtime/dynlink_nat.n.o
-   CC runtime/fail_nat.n.o
-   CC runtime/frame_descriptors.n.o
-   CC runtime/startup_nat.n.o
-   CC runtime/signals_nat.n.o
-   ASM runtime/amd64.o
-   CC runtime/zstd.npic.o
-   CC runtime/addrmap.nd.o
-   CC runtime/afl.nd.o
-   CC runtime/alloc.nd.o
-   CC runtime/array.nd.o
-   CC runtime/backtrace.nd.o
-   CC runtime/bigarray.nd.o
-   CC runtime/blake2.nd.o
-   CC runtime/callback.nd.o
-   CC runtime/codefrag.nd.o
-   CC runtime/compare.nd.o
-   CC runtime/custom.nd.o
-   CC runtime/debugger.nd.o
-   CC runtime/domain.nd.o
-   CC runtime/dynlink.nd.o
-   CC runtime/extern.nd.o
-   CC runtime/fail.nd.o
-   CC runtime/fiber.nd.o
-   CC runtime/finalise.nd.o
-   CC runtime/floats.nd.o
-   CC runtime/gc_ctrl.nd.o
-   CC runtime/gc_stats.nd.o
-   CC runtime/globroots.nd.o
-   CC runtime/hash.nd.o
-   CC runtime/intern.nd.o
-   CC runtime/ints.nd.o
-   CC runtime/io.nd.o
-   CC runtime/lexing.nd.o
-   CC runtime/lf_skiplist.nd.o
-   CC runtime/main.nd.o
-   CC runtime/major_gc.nd.o
-   CC runtime/md5.nd.o
-   CC runtime/memory.nd.o
-   CC runtime/memprof.nd.o
-   CC runtime/meta.nd.o
-   CC runtime/minor_gc.nd.o
-   CC runtime/misc.nd.o
-   CC runtime/obj.nd.o
-   CC runtime/parsing.nd.o
-   CC runtime/platform.nd.o
-   CC runtime/printexc.nd.o
-   CC runtime/prng.nd.o
-   CC runtime/roots.nd.o
-   CC runtime/runtime_events.nd.o
-   CC runtime/shared_heap.nd.o
-   CC runtime/signals.nd.o
-   CC runtime/skiplist.nd.o
-   CC runtime/startup_aux.nd.o
-   CC runtime/str.nd.o
-   CC runtime/sync.nd.o
-   CC runtime/sys.nd.o
-   CC runtime/unix.nd.o
-   CC runtime/weak.nd.o
-   CC runtime/backtrace_nat.nd.o
-   CC runtime/clambda_checks.nd.o
-   CC runtime/dynlink_nat.nd.o
-   CC runtime/fail_nat.nd.o
-   CC runtime/frame_descriptors.nd.o
-   CC runtime/startup_nat.nd.o
-   CC runtime/signals_nat.nd.o
-   ASM runtime/amd64.d.o
-   CC runtime/addrmap.ni.o
-   CC runtime/afl.ni.o
-   CC runtime/alloc.ni.o
-   CC runtime/array.ni.o
-   CC runtime/backtrace.ni.o
-   CC runtime/bigarray.ni.o
-   CC runtime/blake2.ni.o
-   CC runtime/callback.ni.o
-   CC runtime/codefrag.ni.o
-   CC runtime/compare.ni.o
-   CC runtime/custom.ni.o
-   CC runtime/debugger.ni.o
-   CC runtime/domain.ni.o
-   CC runtime/dynlink.ni.o
-   CC runtime/extern.ni.o
-   CC runtime/fail.ni.o
-   CC runtime/fiber.ni.o
-   CC runtime/finalise.ni.o
-   CC runtime/floats.ni.o
-   CC runtime/gc_ctrl.ni.o
-   CC runtime/gc_stats.ni.o
-   CC runtime/globroots.ni.o
-   CC runtime/hash.ni.o
-   CC runtime/intern.ni.o
-   CC runtime/ints.ni.o
-   CC runtime/io.ni.o
-   CC runtime/lexing.ni.o
-   CC runtime/lf_skiplist.ni.o
-   CC runtime/main.ni.o
-   CC runtime/major_gc.ni.o
-   CC runtime/md5.ni.o
-   CC runtime/memory.ni.o
-   CC runtime/memprof.ni.o
-   CC runtime/meta.ni.o
-   CC runtime/minor_gc.ni.o
-   CC runtime/misc.ni.o
-   CC runtime/obj.ni.o
-   CC runtime/parsing.ni.o
-   CC runtime/platform.ni.o
-   CC runtime/printexc.ni.o
-   CC runtime/prng.ni.o
-   CC runtime/roots.ni.o
-   CC runtime/runtime_events.ni.o
-   CC runtime/shared_heap.ni.o
-   CC runtime/signals.ni.o
-   CC runtime/skiplist.ni.o
-   CC runtime/startup_aux.ni.o
-   CC runtime/str.ni.o
-   CC runtime/sync.ni.o
-   CC runtime/sys.ni.o
-   CC runtime/unix.ni.o
-   CC runtime/weak.ni.o
-   CC runtime/backtrace_nat.ni.o
-   CC runtime/clambda_checks.ni.o
-   CC runtime/dynlink_nat.ni.o
-   CC runtime/fail_nat.ni.o
-   CC runtime/frame_descriptors.ni.o
-   CC runtime/startup_nat.ni.o
-   CC runtime/signals_nat.ni.o
-   ASM runtime/amd64.i.o
-   CC runtime/addrmap.npic.o
-   CC runtime/afl.npic.o
-   CC runtime/alloc.npic.o
-   CC runtime/array.npic.o
-   CC runtime/backtrace.npic.o
-   CC runtime/bigarray.npic.o
-   CC runtime/blake2.npic.o
-   CC runtime/callback.npic.o
-   CC runtime/codefrag.npic.o
-   CC runtime/compare.npic.o
-   CC runtime/custom.npic.o
-   CC runtime/debugger.npic.o
-   CC runtime/domain.npic.o
-   CC runtime/dynlink.npic.o
-   CC runtime/extern.npic.o
-   CC runtime/fail.npic.o
-   CC runtime/fiber.npic.o
-   CC runtime/finalise.npic.o
-   CC runtime/floats.npic.o
-   CC runtime/gc_ctrl.npic.o
-   CC runtime/gc_stats.npic.o
-   CC runtime/globroots.npic.o
-   CC runtime/hash.npic.o
-   CC runtime/intern.npic.o
-   CC runtime/ints.npic.o
-   CC runtime/io.npic.o
-   CC runtime/lexing.npic.o
-   CC runtime/lf_skiplist.npic.o
-   CC runtime/main.npic.o
-   CC runtime/major_gc.npic.o
-   CC runtime/md5.npic.o
-   CC runtime/memory.npic.o
-   CC runtime/memprof.npic.o
-   CC runtime/meta.npic.o
-   CC runtime/minor_gc.npic.o
-   CC runtime/misc.npic.o
-   CC runtime/obj.npic.o
-   CC runtime/parsing.npic.o
-   CC runtime/platform.npic.o
-   CC runtime/printexc.npic.o
-   CC runtime/prng.npic.o
-   CC runtime/roots.npic.o
-   CC runtime/runtime_events.npic.o
-   CC runtime/shared_heap.npic.o
-   CC runtime/signals.npic.o
-   CC runtime/skiplist.npic.o
-   CC runtime/startup_aux.npic.o
-   CC runtime/str.npic.o
-   CC runtime/sync.npic.o
-   CC runtime/sys.npic.o
-   CC runtime/unix.npic.o
-   CC runtime/weak.npic.o
-   CC runtime/backtrace_nat.npic.o
-   CC runtime/clambda_checks.npic.o
-   CC runtime/dynlink_nat.npic.o
-   CC runtime/fail_nat.npic.o
-   CC runtime/frame_descriptors.npic.o
-   CC runtime/startup_nat.npic.o
-   CC runtime/signals_nat.npic.o
-   ASM runtime/amd64_libasmrunpic.o
-   MKLIB runtime/libasmrun.a
-   MKLIB runtime/libcomprmarsh.a
-   MKLIB runtime/libasmrund.a
-   MKLIB runtime/libasmruni.a
-   MKLIB runtime/libasmrun_pic.a
-   MKDLL runtime/libasmrun_shared.so
- cd stdlib; ln -sf ../runtime/libasmrun.a .
- /usr/bin/make ocamlopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC asmcomp/x86_ast.cmi
-   OCAMLC asmcomp/cmm.cmi
-   OCAMLC asmcomp/coloring.cmi
-   OCAMLC asmcomp/asmlink.cmi
-   OCAMLC asmcomp/asmlibrarian.cmi
-   OCAMLC asmcomp/asmpackager.cmi
-   OCAMLC driver/opterrors.cmi
-   OCAMLC driver/optcompile.cmi
-   OCAMLC driver/optmaindriver.cmi
-   OCAMLLEX tools/cvt_emit.ml
-   OCAMLC tools/cvt_emit.cmi
-   OCAMLC driver/optmain.cmi
-   OCAMLC driver/opterrors.cmo
-   OCAMLC asmcomp/asmlibrarian.cmo
-   OCAMLC asmcomp/x86_proc.cmi
-   OCAMLC asmcomp/x86_dsl.cmi
-   OCAMLC asmcomp/x86_gas.cmi
-   OCAMLC asmcomp/x86_masm.cmi
-   OCAMLC asmcomp/arch.cmi
-   OCAMLC asmcomp/printcmm.cmi
-   OCAMLC asmcomp/reg.cmi
-   OCAMLC asmcomp/strmatch.cmi
-   OCAMLC asmcomp/cmmgen_state.cmi
-   OCAMLC asmcomp/afl_instrument.cmi
-   OCAMLC asmcomp/thread_sanitizer.cmi
-   OCAMLC asmcomp/cmmgen.cmi
-   OCAMLC asmcomp/cmm_invariants.cmi
-   OCAMLC asmcomp/cmm.cmo
-   OCAMLC tools/cvt_emit.cmo
-   OCAMLC driver/optmain.cmo
-   OCAMLC asmcomp/x86_proc.cmo
-   OCAMLC asmcomp/x86_gas.cmo
-   OCAMLC asmcomp/x86_masm.cmo
-   OCAMLC asmcomp/afl_instrument.cmo
-   OCAMLC asmcomp/printcmm.cmo
-   OCAMLC asmcomp/cmm_helpers.cmi
-   OCAMLC asmcomp/cmmgen_state.cmo
-   OCAMLC asmcomp/x86_dsl.cmo
-   OCAMLC asmcomp/reg.cmo
-   LINKC tools/cvt_emit
-   OCAMLC asmcomp/cmm_invariants.cmo
-   OCAMLC asmcomp/mach.cmi
-   OCAMLC asmcomp/arch.cmo
-   OCAMLC asmcomp/strmatch.cmo
-   GEN asmcomp/emit.ml
-   OCAMLC asmcomp/cmm_helpers.cmo
-   OCAMLC asmcomp/thread_sanitizer.cmo
-   OCAMLC asmcomp/cmmgen.cmo
-   OCAMLC asmcomp/proc.cmi
-   OCAMLC asmcomp/interval.cmi
-   OCAMLC asmcomp/dataflow.cmi
-   OCAMLC asmcomp/polling.cmi
-   OCAMLC asmcomp/selectgen.cmi
-   OCAMLC asmcomp/selection.cmi
-   OCAMLC asmcomp/comballoc.cmi
-   OCAMLC asmcomp/CSEgen.cmi
-   OCAMLC asmcomp/CSE.cmi
-   OCAMLC asmcomp/liveness.cmi
-   OCAMLC asmcomp/spill.cmi
-   OCAMLC asmcomp/split.cmi
-   OCAMLC asmcomp/interf.cmi
-   OCAMLC asmcomp/reloadgen.cmi
-   OCAMLC asmcomp/reload.cmi
-   OCAMLC asmcomp/deadcode.cmi
-   OCAMLC asmcomp/stackframegen.cmi
-   OCAMLC asmcomp/linear.cmi
-   OCAMLC asmcomp/mach.cmo
-   OCAMLC asmcomp/reloadgen.cmo
-   OCAMLC asmcomp/stackframe.cmi
-   OCAMLC asmcomp/stackframegen.cmo
-   OCAMLC asmcomp/dataflow.cmo
-   OCAMLC asmcomp/split.cmo
-   OCAMLC asmcomp/reload.cmo
-   OCAMLC asmcomp/deadcode.cmo
-   OCAMLC asmcomp/printmach.cmi
-   OCAMLC asmcomp/linscan.cmi
-   OCAMLC asmcomp/comballoc.cmo
-   OCAMLC asmcomp/proc.cmo
-   OCAMLC asmcomp/interval.cmo
-   OCAMLC asmcomp/polling.cmo
-   OCAMLC asmcomp/spill.cmo
-   OCAMLC asmcomp/interf.cmo
-   OCAMLC asmcomp/coloring.cmo
-   OCAMLC driver/optmaindriver.cmo
-   OCAMLC asmcomp/CSEgen.cmo
-   OCAMLC asmcomp/CSE.cmo
-   OCAMLC asmcomp/selectgen.cmo
-   OCAMLC asmcomp/selection.cmo
-   OCAMLC asmcomp/printlinear.cmi
-   OCAMLC asmcomp/linearize.cmi
-   OCAMLC file_formats/linear_format.cmi
-   OCAMLC asmcomp/schedgen.cmi
-   OCAMLC asmcomp/scheduling.cmi
-   OCAMLC asmcomp/branch_relaxation_intf.cmi
-   OCAMLC asmcomp/emitenv.cmi
-   OCAMLC asmcomp/emit.cmi
-   OCAMLC asmcomp/linear.cmo
-   OCAMLC asmcomp/stackframe.cmo
-   OCAMLC asmcomp/linscan.cmo
-   OCAMLC asmcomp/printmach.cmo
-   OCAMLC asmcomp/liveness.cmo
-   OCAMLC asmcomp/printlinear.cmo
-   OCAMLC asmcomp/linearize.cmo
-   OCAMLC file_formats/linear_format.cmo
-   OCAMLC asmcomp/branch_relaxation.cmi
-   OCAMLC asmcomp/schedgen.cmo
-   OCAMLC asmcomp/scheduling.cmo
-   OCAMLC asmcomp/emitaux.cmi
-   OCAMLC asmcomp/branch_relaxation.cmo
-   OCAMLC asmcomp/asmgen.cmi
-   OCAMLC asmcomp/emitaux.cmo
-   OCAMLC asmcomp/emit.cmo
-   OCAMLC asmcomp/asmgen.cmo
-   OCAMLC asmcomp/asmlink.cmo
-   OCAMLC asmcomp/asmpackager.cmo
-   OCAMLC driver/optcompile.cmo
-   LINKC compilerlibs/ocamloptcomp.cma
-   LINKC ocamlopt
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make libraryopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C stdlib allopt
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
-   OCAMLOPT camlinternalFormatBasics.cmx
-   OCAMLOPT stdlib.cmx
-   OCAMLOPT stdlib__Either.cmx
-   OCAMLOPT stdlib__Sys.cmx
-   OCAMLOPT stdlib__Atomic.cmx
-   OCAMLOPT stdlib__Bool.cmx
-   OCAMLOPT stdlib__Char.cmx
-   OCAMLOPT stdlib__Int.cmx
-   OCAMLOPT stdlib__Unit.cmx
-   OCAMLOPT stdlib__Int64.cmx
-   OCAMLOPT stdlib__Mutex.cmx
-   OCAMLOPT std_exit.cmx
-   OCAMLOPT stdlib__Condition.cmx
-   OCAMLOPT stdlib__Uchar.cmx
-   OCAMLOPT stdlib__Nativeint.cmx
-   OCAMLOPT stdlib__Int32.cmx
-   OCAMLOPT stdlib__Semaphore.cmx
-   OCAMLOPT stdlib__Obj.cmx
-   OCAMLOPT stdlib__Type.cmx
-   OCAMLOPT camlinternalLazy.cmx
-   OCAMLOPT stdlib__Callback.cmx
-   OCAMLOPT stdlib__Lazy.cmx
-   OCAMLOPT stdlib__Seq.cmx
-   OCAMLOPT stdlib__Option.cmx
-   OCAMLOPT stdlib__Result.cmx
-   OCAMLOPT stdlib__List.cmx
-   OCAMLOPT stdlib__Bytes.cmx
-   OCAMLOPT stdlib__Queue.cmx
-   OCAMLOPT stdlib__Set.cmx
-   OCAMLOPT stdlib__Map.cmx
-   OCAMLOPT stdlib__Stack.cmx
-   OCAMLOPT stdlib__ListLabels.cmx
-   OCAMLOPT stdlib__String.cmx
-   OCAMLOPT stdlib__Marshal.cmx
-   OCAMLOPT stdlib__BytesLabels.cmx
-   OCAMLOPT stdlib__Array.cmx
-   OCAMLOPT stdlib__Buffer.cmx
-   OCAMLOPT stdlib__StringLabels.cmx
-   OCAMLOPT camlinternalFormat.cmx
-   OCAMLOPT stdlib__Float.cmx
-   OCAMLOPT stdlib__Lexing.cmx
-   OCAMLOPT stdlib__Domain.cmx
-   OCAMLOPT camlinternalOO.cmx
-   OCAMLOPT stdlib__ArrayLabels.cmx
-   OCAMLOPT stdlib__StdLabels.cmx
-   OCAMLOPT stdlib__Parsing.cmx
-   OCAMLOPT stdlib__Complex.cmx
-   OCAMLOPT stdlib__Oo.cmx
-   OCAMLOPT camlinternalMod.cmx
-   OCAMLOPT stdlib__Bigarray.cmx
-   OCAMLOPT stdlib__Printf.cmx
-   OCAMLOPT stdlib__Format.cmx
-   OCAMLOPT stdlib__Arg.cmx
-   OCAMLOPT stdlib__Printexc.cmx
-   OCAMLOPT stdlib__Scanf.cmx
-   OCAMLOPT stdlib__Dynarray.cmx
-   OCAMLOPT stdlib__Fun.cmx
-   OCAMLOPT stdlib__Effect.cmx
-   OCAMLOPT stdlib__Gc.cmx
-   OCAMLOPT stdlib__In_channel.cmx
-   OCAMLOPT stdlib__Out_channel.cmx
-   OCAMLOPT stdlib__Digest.cmx
-   OCAMLOPT stdlib__Random.cmx
-   OCAMLOPT stdlib__Hashtbl.cmx
-   OCAMLOPT stdlib__Filename.cmx
-   OCAMLOPT stdlib__Weak.cmx
-   OCAMLOPT stdlib__Ephemeron.cmx
-   OCAMLOPT stdlib__MoreLabels.cmx
-   LINKOPT stdlib.cmxa
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamlc.opt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLOPT utils/config.cmx
-   OCAMLOPT utils/build_path_prefix_map.cmx
-   OCAMLOPT utils/format_doc.cmx
-   OCAMLOPT utils/arg_helper.cmx
-   OCAMLOPT utils/local_store.cmx
-   OCAMLOPT utils/terminfo.cmx
-   OCAMLOPT utils/int_replace_polymorphic_compare.cmx
-   OCAMLOPT utils/domainstate.cmx
-   OCAMLOPT utils/binutils.cmx
-   OCAMLOPT utils/lazy_backtrack.cmx
-   OCAMLOPT utils/compression.cmx
-   OCAMLOPT parsing/camlinternalMenhirLib.cmx
-   OCAMLOPT lambda/switch.cmx
-   OCAMLOPT lambda/runtimedef.cmx
-   OCAMLOPT bytecomp/opcodes.cmx
- cd stdlib; ln -sf ../runtime/libcomprmarsh.a .
-   OCAMLOPT bytecomp/bytesections.cmx
-   OCAMLOPT utils/misc.cmx
-   OCAMLOPT utils/identifiable.cmx
-   OCAMLOPT utils/load_path.cmx
-   OCAMLOPT utils/profile.cmx
-   OCAMLOPT utils/warnings.cmx
-   OCAMLOPT utils/consistbl.cmx
-   OCAMLOPT utils/linkdeps.cmx
-   OCAMLOPT utils/targetint.cmx
-   OCAMLOPT utils/diffing.cmx
-   OCAMLOPT parsing/longident.cmx
-   OCAMLOPT bytecomp/dll.cmx
-   OCAMLOPT utils/diffing_with_keys.cmx
-   OCAMLOPT utils/numbers.cmx
-   OCAMLOPT utils/clflags.cmx
-   OCAMLOPT utils/strongly_connected_components.cmx
-   OCAMLOPT utils/ccomp.cmx
-   OCAMLOPT parsing/location.cmx
-   OCAMLOPT typing/ident.cmx
-   OCAMLOPT parsing/unit_info.cmx
-   OCAMLOPT parsing/asttypes.cmx
-   OCAMLOPT parsing/docstrings.cmx
-   OCAMLOPT parsing/syntaxerr.cmx
-   OCAMLOPT parsing/ast_iterator.cmx
-   OCAMLOPT driver/compenv.cmx
-   OCAMLOPT driver/errors.cmx
-   OCAMLOPT lambda/debuginfo.cmx
-   OCAMLOPT parsing/ast_helper.cmx
-   OCAMLOPT driver/main_args.cmx
-   OCAMLOPT parsing/builtin_attributes.cmx
-   OCAMLOPT parsing/ast_mapper.cmx
-   OCAMLOPT parsing/parser.cmx
-   OCAMLOPT parsing/attr_helper.cmx
-   OCAMLOPT parsing/ast_invariants.cmx
-   OCAMLOPT parsing/depend.cmx
-   OCAMLOPT typing/type_immediacy.cmx
-   OCAMLOPT typing/primitive.cmx
-   OCAMLOPT parsing/lexer.cmx
-   OCAMLOPT parsing/pprintast.cmx
-   OCAMLOPT typing/path.cmx
-   OCAMLOPT typing/shape.cmx
-   OCAMLOPT typing/types.cmx
-   OCAMLOPT typing/gprinttyp.cmx
-   OCAMLOPT typing/btype.cmx
-   OCAMLOPT file_formats/cmi_format.cmx
-   OCAMLOPT typing/errortrace.cmx
-   OCAMLOPT typing/persistent_env.cmx
-   OCAMLOPT typing/subst.cmx
-   OCAMLOPT typing/predef.cmx
-   OCAMLOPT typing/datarepr.cmx
-   OCAMLOPT typing/signature_group.cmx
-   OCAMLOPT parsing/parse.cmx
-   OCAMLOPT parsing/printast.cmx
-   OCAMLOPT typing/rawprinttyp.cmx
-   OCAMLOPT typing/oprint.cmx
-   OCAMLOPT typing/env.cmx
-   OCAMLOPT driver/pparse.cmx
-   OCAMLOPT driver/makedepend.cmx
-   OCAMLOPT typing/typedtree.cmx
-   OCAMLOPT typing/ctype.cmx
-   OCAMLOPT typing/shape_reduce.cmx
-   OCAMLOPT typing/typedecl_properties.cmx
-   OCAMLOPT lambda/lambda.cmx
-   OCAMLOPT typing/printtyped.cmx
-   OCAMLOPT typing/tast_iterator.cmx
-   OCAMLOPT typing/tast_mapper.cmx
-   OCAMLOPT typing/untypeast.cmx
-   OCAMLOPT typing/printpat.cmx
-   OCAMLOPT lambda/value_rec_compiler.cmx
-   OCAMLOPT lambda/translobj.cmx
-   OCAMLOPT lambda/translattribute.cmx
-   OCAMLOPT lambda/tmc.cmx
-   OCAMLOPT bytecomp/instruct.cmx
-   OCAMLOPT bytecomp/meta.cmx
-   OCAMLOPT bytecomp/symtable.cmx
-   OCAMLOPT file_formats/cmt_format.cmx
-   OCAMLOPT lambda/simplif.cmx
-   OCAMLOPT typing/out_type.cmx
-   OCAMLOPT typing/mtype.cmx
-   OCAMLOPT typing/patterns.cmx
-   OCAMLOPT typing/typedecl_variance.cmx
-   OCAMLOPT typing/typedecl_unboxed.cmx
-   OCAMLOPT typing/typedecl_separability.cmx
-   OCAMLOPT typing/typedecl_immediacy.cmx
-   OCAMLOPT typing/typeopt.cmx
-   OCAMLOPT typing/parmatch.cmx
-   OCAMLOPT typing/value_rec_check.cmx
-   OCAMLOPT typing/printtyp.cmx
-   OCAMLOPT typing/errortrace_report.cmx
-   OCAMLOPT typing/envaux.cmx
-   OCAMLOPT typing/stypes.cmx
-   OCAMLOPT lambda/printlambda.cmx
-   OCAMLOPT typing/cmt2annot.cmx
-   OCAMLOPT typing/includeclass.cmx
-   OCAMLOPT typing/includecore.cmx
-   OCAMLOPT typing/typetexp.cmx
-   OCAMLOPT lambda/matching.cmx
-   OCAMLOPT bytecomp/printinstr.cmx
-   OCAMLOPT typing/includemod.cmx
-   OCAMLOPT typing/typedecl.cmx
-   OCAMLOPT typing/includemod_errorprinter.cmx
-   OCAMLOPT typing/typecore.cmx
-   OCAMLOPT lambda/translprim.cmx
-   OCAMLOPT bytecomp/bytegen.cmx
-   OCAMLOPT typing/typeclass.cmx
-   OCAMLOPT lambda/translcore.cmx
-   OCAMLOPT lambda/translclass.cmx
-   OCAMLOPT typing/typemod.cmx
-   OCAMLOPT lambda/translmod.cmx
-   OCAMLOPT bytecomp/emitcode.cmx
-   OCAMLOPT bytecomp/bytelink.cmx
-   OCAMLOPT driver/compmisc.cmx
-   OCAMLOPT bytecomp/bytelibrarian.cmx
-   OCAMLOPT bytecomp/bytepackager.cmx
-   OCAMLOPT driver/compile_common.cmx
-   LINKOPT compilerlibs/ocamlcommon.cmxa
-   OCAMLOPT driver/compile.cmx
-   OCAMLOPT driver/maindriver.cmx
-   LINKOPT compilerlibs/ocamlbytecomp.cmxa
-   OCAMLOPT driver/main.cmx
-   LINKOPT ocamlc.opt
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make otherlibraries ocamldebug ocamldoc \
-   
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make lex-all
-   OCAMLC otherlibs/dynlink/dynlink_config.cmi
-   OCAMLC otherlibs/dynlink/dynlink_types.cmi
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC otherlibs/dynlink/dynlink_cmo_format.cmi
-   OCAMLC otherlibs/dynlink/dynlink.cmi
-   OCAMLC debugger/int64ops.cmi
-   OCAMLC otherlibs/unix/unix.cmi
-   OCAMLC debugger/debugger_config.cmi
-   OCAMLC debugger/parameters.cmi
-   OCAMLLEX debugger/debugger_lexer.ml
-   OCAMLYACC debugger/debugger_parser.mli
-   OCAMLC debugger/question.cmi
-   OCAMLC debugger/exec.cmi
-   OCAMLC debugger/source.cmi
-   OCAMLC debugger/events.cmi
-   OCAMLC debugger/history.cmi
-   OCAMLC debugger/show_source.cmi
-   OCAMLC debugger/program_management.cmi
-   OCAMLC debugger/command_line.cmi
-   OCAMLC debugger/main.cmi
-   OCAMLC debugger/ocamldebug_entry.cmi
-   OCAMLC ocamldoc/odoc_config.cmi
-   OCAMLC ocamldoc/odoc_messages.cmi
-   OCAMLC ocamldoc/odoc_types.cmi
-   OCAMLYACC ocamldoc/odoc_text_parser.mli
-   OCAMLC ocamldoc/odoc_name.cmi
- make[3]: Nothing to be done for 'lex-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC ocamldoc/odoc_print.cmi
-   OCAMLC ocamldoc/odoc_comments_global.cmi
-   OCAMLYACC ocamldoc/odoc_parser.mli
-   OCAMLC otherlibs/str/str.cmi
-   OCAMLLEX ocamldoc/odoc_text_lexer.ml
-   OCAMLLEX ocamldoc/odoc_lexer.ml
-   OCAMLLEX ocamldoc/odoc_see_lexer.ml
-   OCAMLC ocamldoc/odoc_ocamlhtml.cmi
-   OCAMLLEX ocamldoc/odoc_ocamlhtml.ml
-   OCAMLC ocamldoc/odoc_latex_style.cmi
-   OCAMLC ocamldoc/odoc.cmi
-   OCAMLC ocamldoc/odoc_test.cmi
- /usr/bin/make tools-all
-   OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmi
-   OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmi
- cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/byte/
-   OCAMLC otherlibs/dynlink/dynlink_config.cmo
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC otherlibs/dynlink/dynlink_types.cmo
-   OCAMLC debugger/int64ops.cmo
-   OCAMLC debugger/primitives.cmi
-   OCAMLC debugger/unix_tools.cmi
-   OCAMLC debugger/debugger_config.cmo
-   OCAMLC debugger/parameters.cmo
-   OCAMLC debugger/exec.cmo
-   OCAMLC debugger/pos.cmi
-   OCAMLC debugger/events.cmo
-   OCAMLC debugger/frames.cmi
-   OCAMLC debugger/show_information.cmi
-   OCAMLC debugger/loadprinter.cmi
-   OCAMLC ocamldoc/odoc_global.cmi
-   OCAMLC ocamldoc/odoc_misc.cmi
-   OCAMLC ocamldoc/odoc_text_parser.cmi
-   OCAMLC ocamldoc/odoc_text.cmi
-   OCAMLC ocamldoc/odoc_parameter.cmi
-   OCAMLC ocamldoc/odoc_type.cmi
-   OCAMLC ocamldoc/odoc_parser.cmi
-   OCAMLC ocamldoc/odoc_env.cmi
-   OCAMLC ocamldoc/odoc_config.cmo
-   OCAMLC ocamldoc/odoc_messages.cmo
-   OCAMLC ocamldoc/odoc_types.cmo
-   OCAMLC ocamldoc/odoc_print.cmo
-   OCAMLC ocamldoc/odoc_comments_global.cmo
-   OCAMLC ocamldoc/odoc_latex_style.cmo
-   OCAMLC otherlibs/dynlink/dynlink_common.cmi
-   OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmo
-   OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmo
-   OCAMLC debugger/pos.cmo
-   OCAMLC debugger/unix_tools.cmo
-   OCAMLC ocamldoc/odoc_text_lexer.cmi
-   OCAMLC ocamldoc/odoc_global.cmo
-   OCAMLC debugger/primitives.cmo
-   OCAMLC debugger/debugcom.cmi
-   OCAMLC debugger/input_handling.cmi
-   OCAMLC debugger/source.cmo
-   OCAMLC debugger/program_loading.cmi
-   OCAMLC debugger/show_source.cmo
-   OCAMLC debugger/time_travel.cmi
-   OCAMLC ocamldoc/odoc_value.cmi
-   OCAMLC ocamldoc/odoc_lexer.cmi
-   OCAMLC ocamldoc/odoc_see_lexer.cmi
-   OCAMLC ocamldoc/odoc_misc.cmo
-   OCAMLC ocamldoc/odoc_text_parser.cmo
-   OCAMLC ocamldoc/odoc_name.cmo
-   OCAMLC ocamldoc/odoc_parameter.cmo
-   OCAMLC ocamldoc/odoc_type.cmo
-   OCAMLC ocamldoc/odoc_parser.cmo
-   OCAMLC ocamldoc/odoc_env.cmo
-   OCAMLC ocamldoc/odoc_ocamlhtml.cmo
-   OCAMLC ocamldoc/odoc_extension.cmi
-   OCAMLC ocamldoc/odoc_exception.cmi
-   OCAMLC otherlibs/dynlink/dynlink_common.cmo
-   OCAMLC otherlibs/dynlink/byte/dynlink.cmo
-   OCAMLC ocamldoc/odoc_text_lexer.cmo
-   OCAMLC ocamldoc/odoc_text.cmo
-   OCAMLC debugger/input_handling.cmo
-   OCAMLC debugger/parser_aux.cmi
-   OCAMLC debugger/debugcom.cmo
-   OCAMLC debugger/checkpoints.cmi
-   OCAMLC debugger/symbols.cmi
-   OCAMLC debugger/breakpoints.cmi
-   OCAMLC debugger/trap_barrier.cmi
-   OCAMLC debugger/program_loading.cmo
-   OCAMLC ocamldoc/odoc_lexer.cmo
-   OCAMLC ocamldoc/odoc_see_lexer.cmo
-   OCAMLC ocamldoc/odoc_class.cmi
-   OCAMLC ocamldoc/odoc_value.cmo
-   OCAMLC ocamldoc/odoc_exception.cmo
-   OCAMLC ocamldoc/odoc_extension.cmo
-   OCAMLC debugger/debugger_parser.cmi
-   OCAMLC debugger/printval.cmi
-   OCAMLC debugger/eval.cmi
-   OCAMLC debugger/main.cmo
-   OCAMLC debugger/checkpoints.cmo
-   OCAMLC debugger/trap_barrier.cmo
-   OCAMLC debugger/history.cmo
-   OCAMLC debugger/symbols.cmo
-   OCAMLC debugger/breakpoints.cmo
-   OCAMLC debugger/time_travel.cmo
-   OCAMLC debugger/program_management.cmo
- make[3]: Nothing to be done for 'tools-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC debugger/frames.cmo
-   OCAMLC ocamldoc/odoc_module.cmi
-   OCAMLC ocamldoc/odoc_str.cmi
-   OCAMLC ocamldoc/odoc_class.cmo
-   OCAMLC debugger/debugger_lexer.cmi
-   OCAMLC debugger/debugger_parser.cmo
-   OCAMLC debugger/printval.cmo
-   OCAMLC debugger/show_information.cmo
-   OCAMLC debugger/loadprinter.cmo
-   LINKC otherlibs/dynlink/dynlink.cma
-   OCAMLC ocamldoc/odoc_str.cmo
-   OCAMLC ocamldoc/odoc_merge.cmi
-   OCAMLC ocamldoc/odoc_sig.cmi
-   OCAMLC ocamldoc/odoc_search.cmi
-   OCAMLC ocamldoc/odoc_scan.cmi
-   OCAMLC ocamldoc/odoc_cross.cmi
-   OCAMLC ocamldoc/odoc_comments.cmi
-   OCAMLC ocamldoc/odoc_dep.cmi
-   OCAMLC ocamldoc/odoc_analyse.cmi
-   OCAMLC ocamldoc/odoc_module.cmo
-   OCAMLC debugger/debugger_lexer.cmo
-   OCAMLC debugger/question.cmo
-   OCAMLC debugger/eval.cmo
-   OCAMLC debugger/command_line.cmo
- /usr/bin/make -C otherlibs all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib all) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   CC runtime_events_consumer.b.o
-   CC runtime_events_consumer.n.o
-   OCAMLC runtime_events.cmi
-   OCAMLC ocamldoc/odoc_info.cmi
-   OCAMLC ocamldoc/odoc_search.cmo
-   OCAMLC ocamldoc/odoc_merge.cmo
-   OCAMLC ocamldoc/odoc_comments.cmo
-   OCAMLC runtime_events.cmo
-   OCAMLC ocamldoc/odoc_scan.cmo
-   OCAMLC ocamldoc/odoc_cross.cmo
-   OCAMLC ocamldoc/odoc_ast.cmi
-   OCAMLC ocamldoc/odoc_sig.cmo
-   OCAMLC ocamldoc/odoc_dep.cmo
-   OCAMLMKLIB runtime_events.cma
-   OCAMLC ocamldoc/odoc_ast.cmo
-   OCAMLC ocamldoc/odoc_analyse.cmo
-   OCAMLC ocamldoc/odoc_info.cmo
-   OCAMLC ocamldoc/odoc_dag2html.cmi
-   OCAMLC ocamldoc/odoc_to_text.cmi
-   OCAMLC ocamldoc/odoc_man.cmi
-   OCAMLC ocamldoc/odoc_latex.cmi
-   OCAMLC ocamldoc/odoc_texi.cmi
-   OCAMLC ocamldoc/odoc_dot.cmi
-   OCAMLC ocamldoc/odoc_dag2html.cmo
-   OCAMLC ocamldoc/odoc_html.cmi
-   OCAMLC ocamldoc/odoc_dot.cmo
-   OCAMLC ocamldoc/odoc_to_text.cmo
-   OCAMLC ocamldoc/odoc_man.cmo
-   OCAMLC debugger/ocamldebug.cmo
-   OCAMLC ocamldoc/odoc_texi.cmo
-   OCAMLC ocamldoc/odoc_latex.cmo
-   OCAMLC ocamldoc/odoc_html.cmo
-   OCAMLC ocamldoc/odoc_gen.cmi
-   OCAMLC debugger/ocamldebug_entry.cmo
-   OCAMLC ocamldoc/odoc_gen.cmo
-   OCAMLC ocamldoc/odoc_args.cmi
-   LINKC ocamldoc/odoc_info.cma
-   OCAMLC ocamldoc/odoc_args.cmo
-   OCAMLC ocamldoc/odoc.cmo
-   OCAMLC ocamldoc/odoc_test.cmo
-   OCAMLMKLIB libcamlruntime_eventsbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   CC access.b.o
-   CC addrofstr.b.o
-   CC chdir.b.o
-   CC chmod.b.o
-   CC cst2constr.b.o
-   CC cstringv.b.o
-   CC execv.b.o
-   CC execve.b.o
-   CC execvp.b.o
-   CC fsync.b.o
-   CC mkdir.b.o
-   CC exit.b.o
-   CC getaddrinfo.b.o
-   CC getcwd.b.o
-   CC gethost.b.o
-   CC gethostname.b.o
-   CC getnameinfo.b.o
-   CC getproto.b.o
-   CC getserv.b.o
-   CC gmtime.b.o
-   CC mmap_ba.b.o
-   CC putenv.b.o
-   CC rmdir.b.o
-   CC socketaddr.b.o
-   CC strofaddr.b.o
-   CC time.b.o
-   CC unlink.b.o
-   CC accept_unix.b.o
-   CC bind_unix.b.o
-   CC channels_unix.b.o
-   CC close_unix.b.o
-   CC connect_unix.b.o
-   CC dup_unix.b.o
-   CC envir_unix.b.o
-   CC errmsg_unix.b.o
-   CC getpeername_unix.b.o
-   CC getpid_unix.b.o
-   CC getsockname_unix.b.o
-   CC gettimeofday_unix.b.o
-   CC isatty_unix.b.o
-   CC link_unix.b.o
-   CC listen_unix.b.o
-   CC lockf_unix.b.o
-   CC lseek_unix.b.o
-   CC mmap_unix.b.o
-   CC open_unix.b.o
-   CC pipe_unix.b.o
-   CC read_unix.b.o
-   CC readlink_unix.b.o
-   CC realpath_unix.b.o
-   CC rename_unix.b.o
-   CC select_unix.b.o
-   CC sendrecv_unix.b.o
-   CC shutdown_unix.b.o
-   CC sleep_unix.b.o
-   CC socket_unix.b.o
-   CC socketpair_unix.b.o
-   CC sockopt_unix.b.o
-   CC stat_unix.b.o
-   CC symlink_unix.b.o
-   CC times_unix.b.o
-   CC truncate_unix.b.o
-   CC unixsupport_unix.b.o
-   CC utimes_unix.b.o
-   CC write_unix.b.o
-   CC alarm.b.o
-   CC chown.b.o
-   CC chroot.b.o
-   CC closedir.b.o
-   CC dup2.b.o
-   CC fchmod.b.o
-   CC fchown.b.o
-   CC fcntl.b.o
-   CC fork.b.o
-   CC ftruncate.b.o
-   CC getegid.b.o
-   CC geteuid.b.o
-   CC getgid.b.o
-   CC getgr.b.o
-   CC getgroups.b.o
-   CC getlogin.b.o
-   CC getppid.b.o
-   CC getpw.b.o
-   CC getuid.b.o
-   CC initgroups.b.o
-   CC itimer.b.o
-   CC kill.b.o
-   CC mkfifo.b.o
-   CC nice.b.o
-   CC opendir.b.o
-   CC readdir.b.o
-   CC rewinddir.b.o
-   CC setgid.b.o
-   CC setgroups.b.o
-   CC setsid.b.o
-   CC setuid.b.o
-   CC signals.b.o
-   CC spawn.b.o
-   CC termios.b.o
-   CC umask.b.o
-   CC wait.b.o
-   CC access.n.o
-   CC addrofstr.n.o
-   CC chdir.n.o
-   CC chmod.n.o
-   CC cst2constr.n.o
-   CC cstringv.n.o
-   CC execv.n.o
-   CC execve.n.o
-   CC execvp.n.o
-   CC fsync.n.o
-   CC mkdir.n.o
-   CC exit.n.o
-   CC getaddrinfo.n.o
-   CC getcwd.n.o
-   CC gethost.n.o
-   CC gethostname.n.o
-   CC getnameinfo.n.o
-   CC getproto.n.o
-   CC getserv.n.o
-   CC gmtime.n.o
-   CC mmap_ba.n.o
-   CC putenv.n.o
-   CC rmdir.n.o
-   CC socketaddr.n.o
-   CC strofaddr.n.o
-   CC time.n.o
-   CC unlink.n.o
-   CC accept_unix.n.o
-   CC bind_unix.n.o
-   CC channels_unix.n.o
-   CC close_unix.n.o
-   CC connect_unix.n.o
-   CC dup_unix.n.o
-   CC envir_unix.n.o
-   CC errmsg_unix.n.o
-   CC getpeername_unix.n.o
-   CC getpid_unix.n.o
-   CC getsockname_unix.n.o
-   CC gettimeofday_unix.n.o
-   CC isatty_unix.n.o
-   CC link_unix.n.o
-   CC listen_unix.n.o
-   CC lockf_unix.n.o
-   CC lseek_unix.n.o
-   CC mmap_unix.n.o
-   CC open_unix.n.o
-   CC pipe_unix.n.o
-   CC read_unix.n.o
-   CC readlink_unix.n.o
-   CC realpath_unix.n.o
-   CC rename_unix.n.o
-   CC select_unix.n.o
-   CC sendrecv_unix.n.o
-   CC shutdown_unix.n.o
-   CC sleep_unix.n.o
-   CC socket_unix.n.o
-   CC socketpair_unix.n.o
-   CC sockopt_unix.n.o
-   CC stat_unix.n.o
-   CC symlink_unix.n.o
-   CC times_unix.n.o
-   CC truncate_unix.n.o
-   CC unixsupport_unix.n.o
-   CC utimes_unix.n.o
-   CC write_unix.n.o
-   CC alarm.n.o
-   CC chown.n.o
-   CC chroot.n.o
-   CC closedir.n.o
-   CC dup2.n.o
-   CC fchmod.n.o
-   CC fchown.n.o
-   CC fcntl.n.o
-   CC fork.n.o
-   CC ftruncate.n.o
-   CC getegid.n.o
-   CC geteuid.n.o
-   CC getgid.n.o
-   CC getgr.n.o
-   CC getgroups.n.o
-   CC getlogin.n.o
-   CC getppid.n.o
-   CC getpw.n.o
-   CC getuid.n.o
-   CC initgroups.n.o
-   CC itimer.n.o
-   CC kill.n.o
-   CC mkfifo.n.o
-   CC nice.n.o
-   CC opendir.n.o
-   CC readdir.n.o
-   CC rewinddir.n.o
-   CC setgid.n.o
-   CC setgroups.n.o
-   CC setsid.n.o
-   CC setuid.n.o
-   CC signals.n.o
-   CC spawn.n.o
-   CC termios.n.o
-   CC umask.n.o
-   CC wait.n.o
-   OCAMLC unix.cmo
-   OCAMLC unixLabels.cmi
-   OCAMLC unixLabels.cmo
-   OCAMLMKLIB unix.cma
-   OCAMLMKLIB libunixbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
-   CC strstubs.b.o
-   CC strstubs.n.o
-   OCAMLC str.cmo
-   OCAMLMKLIB str.cma
-   OCAMLMKLIB libcamlstrbyt.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
-   CC st_stubs.b.o
-   OCAMLC thread.cmi
-   OCAMLC event.cmi
-   OCAMLC event.cmo
-   OCAMLC thread.cmo
-   OCAMLMKLIB threads.cma
-   OCAMLMKLIB libthreads.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   LINKC debugger/ocamldebug
-   LINKC ocamldoc/ocamldoc
- rm ocamldoc/odoc_parser.mli ocamldoc/odoc_text_parser.ml ocamldoc/odoc_lexer.ml ocamldoc/odoc_text_parser.mli ocamldoc/odoc_ocamlhtml.ml ocamldoc/odoc_see_lexer.ml ocamldoc/odoc_text_lexer.ml ocamldoc/odoc_parser.ml
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamlopt.opt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLOPT middle_end/internal_variable_names.cmx
-   OCAMLOPT middle_end/linkage_name.cmx
-   OCAMLOPT middle_end/backend_var.cmx
-   OCAMLOPT middle_end/clambda_primitives.cmx
-   OCAMLOPT middle_end/flambda/base_types/id_types.cmx
-   OCAMLOPT middle_end/flambda/base_types/tag.cmx
-   OCAMLOPT middle_end/flambda/base_types/static_exception.cmx
-   OCAMLOPT middle_end/flambda/pass_wrapper.cmx
-   OCAMLOPT middle_end/flambda/allocated_const.cmx
-   OCAMLOPT asmcomp/arch.cmx
-   OCAMLOPT driver/opterrors.cmx
-   OCAMLOPT middle_end/printclambda_primitives.cmx
-   OCAMLOPT middle_end/semantics_of_primitives.cmx
-   OCAMLOPT middle_end/convert_primitives.cmx
-   OCAMLOPT middle_end/clambda.cmx
-   OCAMLOPT asmcomp/cmm.cmx
-   OCAMLOPT middle_end/compilation_unit.cmx
-   OCAMLOPT middle_end/variable.cmx
-   OCAMLOPT middle_end/flambda/base_types/export_id.cmx
-   OCAMLOPT middle_end/flambda/base_types/set_of_closures_id.cmx
-   OCAMLOPT asmcomp/printcmm.cmx
-   OCAMLOPT asmcomp/reg.cmx
-   OCAMLOPT asmcomp/strmatch.cmx
-   OCAMLOPT asmcomp/afl_instrument.cmx
-   OCAMLOPT asmcomp/cmm_invariants.cmx
-   OCAMLOPT middle_end/printclambda.cmx
-   OCAMLOPT middle_end/flambda/base_types/set_of_closures_origin.cmx
-   OCAMLOPT asmcomp/mach.cmx
-   OCAMLOPT middle_end/flambda/base_types/closure_element.cmx
-   OCAMLOPT middle_end/symbol.cmx
-   OCAMLOPT middle_end/flambda/base_types/mutable_variable.cmx
-   OCAMLOPT middle_end/flambda/parameter.cmx
-   OCAMLOPT asmcomp/dataflow.cmx
-   OCAMLOPT asmcomp/comballoc.cmx
-   OCAMLOPT asmcomp/split.cmx
-   OCAMLOPT asmcomp/reloadgen.cmx
-   OCAMLOPT asmcomp/deadcode.cmx
-   OCAMLOPT asmcomp/stackframegen.cmx
-   OCAMLOPT asmcomp/linear.cmx
-   OCAMLOPT middle_end/flambda/base_types/closure_id.cmx
-   OCAMLOPT middle_end/flambda/base_types/var_within_closure.cmx
-   OCAMLOPT file_formats/linear_format.cmx
-   OCAMLOPT asmcomp/branch_relaxation.cmx
-   OCAMLOPT middle_end/flambda/closure_conversion_aux.cmx
-   OCAMLOPT asmcomp/polling.cmx
-   OCAMLOPT asmcomp/stackframe.cmx
-   OCAMLOPT middle_end/flambda/base_types/closure_origin.cmx
-   OCAMLOPT middle_end/flambda/projection.cmx
-   OCAMLOPT asmcomp/reload.cmx
-   OCAMLOPT asmcomp/linearize.cmx
-   OCAMLOPT middle_end/flambda/un_anf.cmx
-   OCAMLOPT middle_end/flambda/flambda.cmx
-   OCAMLOPT middle_end/flambda/flambda_iterators.cmx
-   OCAMLOPT middle_end/flambda/effect_analysis.cmx
-   OCAMLOPT middle_end/flambda/initialize_symbol_to_let_symbol.cmx
-   OCAMLOPT middle_end/flambda/alias_analysis.cmx
-   OCAMLOPT middle_end/flambda/remove_unused_program_constructs.cmx
-   OCAMLOPT middle_end/flambda/flambda_utils.cmx
-   OCAMLOPT middle_end/flambda/inlining_cost.cmx
-   OCAMLOPT middle_end/flambda/lift_code.cmx
-   OCAMLOPT middle_end/flambda/share_constants.cmx
-   OCAMLOPT middle_end/flambda/ref_to_variables.cmx
-   OCAMLOPT middle_end/flambda/flambda_invariants.cmx
-   OCAMLOPT middle_end/flambda/inlining_stats_types.cmx
-   OCAMLOPT middle_end/flambda/inlining_stats.cmx
-   OCAMLOPT middle_end/flambda/freshening.cmx
-   OCAMLOPT middle_end/flambda/closure_conversion.cmx
-   OCAMLOPT middle_end/flambda/lift_let_to_initialize_symbol.cmx
-   OCAMLOPT middle_end/flambda/find_recursive_functions.cmx
-   OCAMLOPT middle_end/flambda/invariant_params.cmx
-   OCAMLOPT middle_end/flambda/inconstant_idents.cmx
-   OCAMLOPT middle_end/flambda/remove_unused_closure_vars.cmx
-   OCAMLOPT middle_end/flambda/remove_free_vars_equal_to_args.cmx
-   OCAMLOPT middle_end/flambda/closure_offsets.cmx
-   OCAMLOPT middle_end/flambda/remove_unused_arguments.cmx
-   OCAMLOPT middle_end/flambda/simple_value_approx.cmx
-   OCAMLOPT middle_end/flambda/export_info.cmx
-   OCAMLOPT middle_end/flambda/lift_constants.cmx
-   OCAMLOPT middle_end/flambda/simplify_common.cmx
-   OCAMLOPT middle_end/flambda/inline_and_simplify_aux.cmx
-   OCAMLOPT middle_end/flambda/simplify_boxed_integer_ops.cmx
-   OCAMLOPT middle_end/flambda/simplify_primitives.cmx
-   OCAMLOPT middle_end/flambda/export_info_for_pack.cmx
-   OCAMLOPT middle_end/compilenv.cmx
-   OCAMLOPT middle_end/flambda/traverse_for_exported_symbols.cmx
-   OCAMLOPT middle_end/flambda/extract_projections.cmx
-   OCAMLOPT middle_end/flambda/augment_specialised_args.cmx
-   OCAMLOPT middle_end/flambda/inlining_transforms.cmx
-   OCAMLOPT middle_end/flambda/unbox_free_vars_of_closures.cmx
-   OCAMLOPT middle_end/closure/closure.cmx
-   OCAMLOPT middle_end/flambda/import_approx.cmx
-   OCAMLOPT middle_end/flambda/build_export_info.cmx
-   OCAMLOPT middle_end/flambda/flambda_to_clambda.cmx
-   OCAMLOPT asmcomp/x86_proc.cmx
-   OCAMLOPT asmcomp/cmmgen_state.cmx
-   OCAMLOPT asmcomp/emitaux.cmx
-   OCAMLOPT middle_end/flambda/inlining_decision.cmx
-   OCAMLOPT asmcomp/cmm_helpers.cmx
-   OCAMLOPT middle_end/flambda/unbox_specialised_args.cmx
-   OCAMLOPT middle_end/flambda/unbox_closures.cmx
-   OCAMLOPT asmcomp/x86_dsl.cmx
-   OCAMLOPT asmcomp/x86_gas.cmx
-   OCAMLOPT asmcomp/x86_masm.cmx
-   OCAMLOPT asmcomp/proc.cmx
-   OCAMLOPT asmcomp/interval.cmx
-   OCAMLOPT asmcomp/selectgen.cmx
-   OCAMLOPT asmcomp/CSEgen.cmx
-   OCAMLOPT asmcomp/spill.cmx
-   OCAMLOPT asmcomp/interf.cmx
-   OCAMLOPT asmcomp/coloring.cmx
-   OCAMLOPT asmcomp/schedgen.cmx
-   OCAMLOPT middle_end/flambda/inline_and_simplify.cmx
-   OCAMLOPT asmcomp/emit.cmx
-   OCAMLOPT asmcomp/printmach.cmx
-   OCAMLOPT asmcomp/linscan.cmx
-   OCAMLOPT asmcomp/CSE.cmx
-   OCAMLOPT asmcomp/scheduling.cmx
-   OCAMLOPT middle_end/closure/closure_middle_end.cmx
-   OCAMLOPT asmcomp/liveness.cmx
-   OCAMLOPT asmcomp/printlinear.cmx
-   OCAMLOPT asmcomp/selection.cmx
-   OCAMLOPT middle_end/flambda/flambda_middle_end.cmx
-   OCAMLOPT asmcomp/thread_sanitizer.cmx
-   OCAMLOPT asmcomp/cmmgen.cmx
-   OCAMLOPT asmcomp/asmgen.cmx
-   OCAMLOPT asmcomp/asmlink.cmx
-   OCAMLOPT driver/optcompile.cmx
-   OCAMLOPT asmcomp/asmlibrarian.cmx
-   OCAMLOPT asmcomp/asmpackager.cmx
-   OCAMLOPT driver/optmaindriver.cmx
-   LINKOPT compilerlibs/ocamloptcomp.cmxa
-   OCAMLOPT driver/optmain.cmx
-   LINKOPT ocamlopt.opt
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make otherlibrariesopt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/native/
-   OCAMLOPT otherlibs/dynlink/dynlink_config.cmx
-   OCAMLOPT otherlibs/dynlink/dynlink_types.cmx
-   OCAMLC otherlibs/dynlink/dynlink_cmxs_format.cmi
-   OCAMLOPT otherlibs/dynlink/dynlink_platform_intf.cmx
-   OCAMLOPT otherlibs/dynlink/dynlink_common.cmx
-   OCAMLOPT otherlibs/dynlink/native/dynlink.cmx
-   LINKOPT otherlibs/dynlink/dynlink.cmxa
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib allopt) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   OCAMLMKLIB libcamlruntime_eventsnat.a
-   OCAMLOPT runtime_events.cmx
-   OCAMLMKLIB runtime_events.cmxa
-   OCAMLOPT runtime_events.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   OCAMLMKLIB libunixnat.a
-   OCAMLOPT unix.cmx
-   OCAMLOPT unixLabels.cmx
-   OCAMLMKLIB unix.cmxa
-   OCAMLOPT unix.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
-   OCAMLMKLIB libcamlstrnat.a
-   OCAMLOPT str.cmx
-   OCAMLMKLIB str.cmxa
-   OCAMLOPT str.cmxs
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
-   CC st_stubs.n.o
-   OCAMLOPT thread.cmx
-   OCAMLOPT event.cmx
-   LINKOPT threads.cmxa
-   OCAMLMKLIB libthreadsnat.a
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make ocamllex.opt ocamltoolsopt ocamltoolsopt.opt \
-   ocamldoc.opt \
-    othertools ocamlnat
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make lex-allopt
- /usr/bin/make tools-allopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib allopt) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   OCAMLOPT ocamldoc/odoc_config.cmx
-   OCAMLOPT ocamldoc/odoc_messages.cmx
-   OCAMLYACC ocamldoc/odoc_text_parser.ml
-   OCAMLLEX ocamldoc/odoc_text_lexer.ml
-   OCAMLOPT ocamldoc/odoc_print.cmx
-   OCAMLOPT ocamldoc/odoc_comments_global.cmx
-   OCAMLYACC ocamldoc/odoc_parser.ml
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
-   OCAMLLEX ocamldoc/odoc_lexer.ml
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   OCAMLLEX ocamldoc/odoc_see_lexer.ml
-   OCAMLLEX ocamldoc/odoc_ocamlhtml.ml
-   OCAMLOPT ocamldoc/odoc_latex_style.cmx
- cd otherlibs/dynlink; ln -sf native/dynlink.cmx .
-   OCAMLOPT tools/profiling.cmx
- /usr/bin/make lex-all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLC tools/ocamltex.cmi
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
-   OCAMLC toplevel/native/tophooks.cmi
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
-   OCAMLOPT toplevel/genprintval.cmx
-   OCAMLOPT toplevel/topprinters.cmx
-   OCAMLOPT toplevel/native/trace.cmx
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
- make[3]: Nothing to be done for 'lex-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLOPT ocamldoc/odoc_ocamlhtml.cmx
-   OCAMLOPT lex/cset.cmx
-   OCAMLC tools/ocamltex.cmo
-   OCAMLOPT lex/table.cmx
-   OCAMLOPT ocamldoc/odoc_types.cmx
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[3]: Nothing to be done for 'tools-all'.
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C otherlibs all
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   OCAMLOPT ocamldoc/odoc_global.cmx
-   OCAMLOPT ocamldoc/odoc_misc.cmx
-   OCAMLOPT ocamldoc/odoc_parameter.cmx
-   OCAMLOPT ocamldoc/odoc_parser.cmx
- for lib in runtime_events unix str systhreads; do (/usr/bin/make -C $lib all) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs'
-   OCAMLOPT ocamldoc/odoc_lexer.cmx
-   OCAMLOPT ocamldoc/odoc_see_lexer.cmx
-   OCAMLOPT lex/syntax.cmx
-   OCAMLOPT ocamldoc/odoc_text_parser.cmx
-   OCAMLOPT ocamldoc/odoc_name.cmx
-   OCAMLOPT lex/parser.cmx
-   OCAMLOPT lex/lexgen.cmx
-   OCAMLOPT ocamldoc/odoc_text_lexer.cmx
-   OCAMLOPT ocamldoc/odoc_value.cmx
-   OCAMLOPT ocamldoc/odoc_type.cmx
-   OCAMLOPT ocamldoc/odoc_env.cmx
-   OCAMLOPT ocamldoc/odoc_extension.cmx
-   OCAMLOPT ocamldoc/odoc_exception.cmx
-   OCAMLOPT ocamldoc/odoc_class.cmx
-   OCAMLOPT ocamldoc/odoc_text.cmx
-   OCAMLOPT ocamldoc/odoc_module.cmx
-   OCAMLOPT ocamldoc/odoc_str.cmx
-   OCAMLOPT toplevel/topcommon.cmx
-   OCAMLOPT lex/lexer.cmx
-   LINKC tools/ocamltex
-   OCAMLOPT ocamldoc/odoc_merge.cmx
-   OCAMLOPT ocamldoc/odoc_search.cmx
-   OCAMLOPT ocamldoc/odoc_scan.cmx
-   OCAMLOPT ocamldoc/odoc_dep.cmx
-   OCAMLOPT ocamldoc/odoc_sig.cmx
-   OCAMLOPT ocamldoc/odoc_cross.cmx
-   OCAMLOPT toplevel/native/tophooks.cmx
-   OCAMLOPT ocamldoc/odoc_comments.cmx
-   OCAMLOPT lex/compact.cmx
-   OCAMLOPT lex/common.cmx
-   OCAMLOPT ocamldoc/odoc_ast.cmx
-   OCAMLOPT toplevel/native/topeval.cmx
-   OCAMLOPT lex/output.cmx
-   OCAMLOPT lex/outputbis.cmx
-   OCAMLOPT ocamldoc/odoc_analyse.cmx
-   OCAMLOPT ocamldoc/odoc_info.cmx
-   OCAMLOPT toplevel/toploop.cmx
-   LINKOPT ocamldoc/odoc_info.cmxa
-   OCAMLOPT ocamldoc/odoc_dag2html.cmx
-   OCAMLOPT ocamldoc/odoc_to_text.cmx
-   OCAMLOPT ocamldoc/odoc_man.cmx
-   OCAMLOPT ocamldoc/odoc_dot.cmx
-   OCAMLOPT lex/main.cmx
-   OCAMLOPT ocamldoc/odoc_latex.cmx
-   OCAMLOPT ocamldoc/odoc_texi.cmx
-   LINKOPT lex/ocamllex.opt
-   OCAMLOPT toplevel/topdirs.cmx
-   OCAMLOPT toplevel/native/topmain.cmx
-   OCAMLOPT ocamldoc/odoc_html.cmx
-   OCAMLOPT toplevel/topstart.cmx
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make tools-allopt.opt
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-   OCAMLOPT tools/ocamldep.cmx
-   LINKOPT compilerlibs/ocamlmiddleend.cmxa
-   OCAMLOPT tools/objinfo.cmx
-   LINKOPT compilerlibs/ocamltoplevel.cmxa
-   LINKOPT tools/ocamldep.opt
-   LINKOPT ocamlnat
-   OCAMLOPT ocamldoc/odoc_gen.cmx
-   OCAMLOPT ocamldoc/odoc_args.cmx
-   LINKOPT tools/ocamlobjinfo.opt
-   OCAMLOPT ocamldoc/odoc.cmx
-   LINKOPT ocamldoc/ocamldoc.opt
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- rm ocamldoc/odoc_parser.mli ocamldoc/odoc_text_parser.ml ocamldoc/odoc_lexer.ml ocamldoc/odoc_text_parser.mli ocamldoc/odoc_ocamlhtml.ml ocamldoc/odoc_see_lexer.ml ocamldoc/odoc_text_lexer.ml ocamldoc/odoc_parser.ml
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make manpages
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/make -C api_docgen man
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- /usr/bin/make -C ocamldoc man
- make[4]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- mkdir -p build/
- mkdir -p build/libref
- mkdir -p build/compilerlibref
- mkdir -p build/man
-   GEN build/Format_tutorial.mld
-   GEN build/Ocaml_operators.mld
-   OCAMLDOC build/libref/arg.odoc
-   OCAMLDOC build/libref/array.odoc
-   OCAMLDOC build/libref/arrayLabels.odoc
-   OCAMLDOC build/libref/atomic.odoc
-   OCAMLDOC build/libref/bigarray.odoc
-   OCAMLDOC build/libref/bool.odoc
-   OCAMLDOC build/libref/buffer.odoc
-   OCAMLDOC build/libref/bytes.odoc
-   OCAMLDOC build/libref/bytesLabels.odoc
-   OCAMLDOC build/libref/callback.odoc
-   OCAMLDOC build/libref/char.odoc
-   OCAMLDOC build/libref/complex.odoc
-   OCAMLDOC build/libref/condition.odoc
-   OCAMLDOC build/libref/digest.odoc
-   OCAMLDOC build/libref/domain.odoc
-   OCAMLDOC build/libref/dynarray.odoc
-   OCAMLDOC build/libref/dynlink.odoc
-   OCAMLDOC build/libref/effect.odoc
-   OCAMLDOC build/libref/either.odoc
-   OCAMLDOC build/libref/ephemeron.odoc
-   OCAMLDOC build/libref/event.odoc
-   OCAMLDOC build/libref/filename.odoc
-   OCAMLDOC build/libref/float.odoc
-   OCAMLDOC build/libref/format.odoc
-   OCAMLDOC build/libref/fun.odoc
-   OCAMLDOC build/libref/gc.odoc
-   OCAMLDOC build/libref/hashtbl.odoc
-   OCAMLDOC build/libref/in_channel.odoc
-   OCAMLDOC build/libref/int.odoc
-   OCAMLDOC build/libref/int32.odoc
-   OCAMLDOC build/libref/int64.odoc
-   OCAMLDOC build/libref/lazy.odoc
-   OCAMLDOC build/libref/lexing.odoc
-   OCAMLDOC build/libref/list.odoc
-   OCAMLDOC build/libref/listLabels.odoc
-   OCAMLDOC build/libref/map.odoc
-   OCAMLDOC build/libref/marshal.odoc
-   OCAMLDOC build/libref/moreLabels.odoc
-   OCAMLDOC build/libref/mutex.odoc
-   OCAMLDOC build/libref/nativeint.odoc
-   OCAMLDOC build/libref/obj.odoc
-   OCAMLDOC build/libref/oo.odoc
-   OCAMLDOC build/libref/option.odoc
-   OCAMLDOC build/libref/out_channel.odoc
-   OCAMLDOC build/libref/parsing.odoc
-   OCAMLDOC build/libref/printexc.odoc
-   OCAMLDOC build/libref/printf.odoc
-   OCAMLDOC build/libref/queue.odoc
-   OCAMLDOC build/libref/random.odoc
-   OCAMLDOC build/libref/result.odoc
-   OCAMLDOC build/libref/runtime_events.odoc
-   OCAMLDOC build/libref/scanf.odoc
-   OCAMLDOC build/libref/semaphore.odoc
-   OCAMLDOC build/libref/seq.odoc
-   OCAMLDOC build/libref/set.odoc
-   OCAMLDOC build/libref/stack.odoc
-   OCAMLDOC build/libref/stdLabels.odoc
-   OCAMLDOC build/libref/stdlib.odoc
-   OCAMLDOC build/libref/str.odoc
-   OCAMLDOC build/libref/string.odoc
-   OCAMLDOC build/libref/stringLabels.odoc
-   OCAMLDOC build/libref/sys.odoc
-   OCAMLDOC build/libref/thread.odoc
-   OCAMLDOC build/libref/type.odoc
-   OCAMLDOC build/libref/uchar.odoc
-   OCAMLDOC build/libref/unit.odoc
-   OCAMLDOC build/libref/unix.odoc
-   OCAMLDOC build/libref/unixLabels.odoc
-   OCAMLDOC build/libref/weak.odoc
-   OCAMLDOC build/libref/camlinternalFormat.odoc
-   OCAMLDOC build/libref/camlinternalFormatBasics.odoc
-   OCAMLDOC build/libref/camlinternalLazy.odoc
-   OCAMLDOC build/libref/camlinternalMod.odoc
-   OCAMLDOC build/libref/camlinternalOO.odoc
-   GEN build/Compiler_libs.mld
-   OCAMLDOC build/compilerlibref/ast_helper.odoc
-   OCAMLDOC build/compilerlibref/ast_invariants.odoc
-   OCAMLDOC build/compilerlibref/ast_iterator.odoc
-   OCAMLDOC build/compilerlibref/ast_mapper.odoc
-   OCAMLDOC build/compilerlibref/asttypes.odoc
-   OCAMLDOC build/compilerlibref/attr_helper.odoc
-   OCAMLDOC build/compilerlibref/builtin_attributes.odoc
-   OCAMLDOC build/compilerlibref/camlinternalMenhirLib.odoc
-   OCAMLDOC build/compilerlibref/depend.odoc
-   OCAMLDOC build/compilerlibref/docstrings.odoc
-   OCAMLDOC build/compilerlibref/lexer.odoc
-   OCAMLDOC build/compilerlibref/location.odoc
-   OCAMLDOC build/compilerlibref/longident.odoc
-   OCAMLDOC build/compilerlibref/parse.odoc
-   OCAMLDOC build/compilerlibref/parser.odoc
-   OCAMLDOC build/compilerlibref/parsetree.odoc
-   OCAMLDOC build/compilerlibref/pprintast.odoc
-   OCAMLDOC build/compilerlibref/printast.odoc
-   OCAMLDOC build/compilerlibref/syntaxerr.odoc
-   OCAMLDOC build/compilerlibref/unit_info.odoc
-   OCAMLDOC build/compilerlibref/arg_helper.odoc
-   OCAMLDOC build/compilerlibref/binutils.odoc
-   OCAMLDOC build/compilerlibref/build_path_prefix_map.odoc
-   OCAMLDOC build/compilerlibref/ccomp.odoc
-   OCAMLDOC build/compilerlibref/clflags.odoc
-   OCAMLDOC build/compilerlibref/compression.odoc
-   OCAMLDOC build/compilerlibref/config.odoc
-   OCAMLDOC build/compilerlibref/config_boot.odoc
-   OCAMLDOC build/compilerlibref/config_main.odoc
-   OCAMLDOC build/compilerlibref/consistbl.odoc
-   OCAMLDOC build/compilerlibref/diffing.odoc
-   OCAMLDOC build/compilerlibref/diffing_with_keys.odoc
-   OCAMLDOC build/compilerlibref/domainstate.odoc
-   OCAMLDOC build/compilerlibref/format_doc.odoc
-   OCAMLDOC build/compilerlibref/identifiable.odoc
-   OCAMLDOC build/compilerlibref/int_replace_polymorphic_compare.odoc
-   OCAMLDOC build/compilerlibref/lazy_backtrack.odoc
-   OCAMLDOC build/compilerlibref/linkdeps.odoc
-   OCAMLDOC build/compilerlibref/load_path.odoc
-   OCAMLDOC build/compilerlibref/local_store.odoc
-   OCAMLDOC build/compilerlibref/misc.odoc
-   OCAMLDOC build/compilerlibref/numbers.odoc
-   OCAMLDOC build/compilerlibref/profile.odoc
-   OCAMLDOC build/compilerlibref/strongly_connected_components.odoc
-   OCAMLDOC build/compilerlibref/targetint.odoc
-   OCAMLDOC build/compilerlibref/terminfo.odoc
-   OCAMLDOC build/compilerlibref/warnings.odoc
-   OCAMLDOC build/compilerlibref/pparse.odoc
-   OCAMLDOC build/libref/Format_tutorial.odoc
-   OCAMLDOC build/libref/Ocaml_operators.odoc
-   OCAMLDOC build/compilerlibref/Compiler_libs.odoc
-   OCAMLDOC build/man/Stdlib.3o
- Warning: Element modname_from_source not found
- make[4]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-> compiled  ocaml-compiler.5.3.0
[ocaml-compiler: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0)
- mkdir -p "/home/opam/.opam/default/bin"
- mkdir -p "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/stublibs"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- mkdir -p "/home/opam/.opam/default/doc/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/caml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/install -c -p runtime/ocamlrun runtime/ocamlrund runtime/ocamlruni "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 runtime/ld.conf runtime/libcamlrun.a runtime/libcamlrund.a runtime/libcamlruni.a runtime/libcamlrun_pic.a \
-   "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p runtime/libcamlrun_shared.so \
-   "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 runtime/caml/domain_state.tbl runtime/caml/*.h \
-   "/home/opam/.opam/default/lib/ocaml/caml"
- /usr/bin/install -c -p ocaml "/home/opam/.opam/default/bin"
- ./boot/ocamlrun ./tools/stripdebug  ocamlc  ocamlc.tmp && /usr/bin/install -c -p  ocamlc.tmp "/home/opam/.opam/default/bin/ocamlc.byte" && rm  ocamlc.tmp
- /usr/bin/make -C stdlib install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
-   stdlib.cma std_exit.cmo *.cmi "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 META "/home/opam/.opam/default/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 \
-   *.cmt *.cmti *.mli *.ml *.ml.in \
-   "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 target_runtime-launch-info "/home/opam/.opam/default/lib/ocaml/runtime-launch-info"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p lex/ocamllex \
-   "/home/opam/.opam/default/bin/ocamllex.byte"
- for i in ocamldep ocamlobjinfo; \
- do \
-   /usr/bin/install -c -p "tools/$i" "/home/opam/.opam/default/bin/$i.byte";\
-   if test -f "tools/$i".opt; then \
-     /usr/bin/install -c -p "tools/$i.opt" "/home/opam/.opam/default/bin" && \
-     (cd "/home/opam/.opam/default/bin" && ln -sf "$i.opt" "$i"); \
-   else \
-     (cd "/home/opam/.opam/default/bin" && ln -sf "$i.byte" "$i"); \
-   fi; \
- done
- for i in ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop ocamloptp; \
- do \
-   /usr/bin/install -c -p "tools/$i" "/home/opam/.opam/default/bin";\
- done
- /usr/bin/install -c -p yacc/ocamlyacc "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
-    utils/*.cmi \
-    parsing/*.cmi \
-    typing/*.cmi \
-    bytecomp/*.cmi \
-    file_formats/*.cmi \
-    lambda/*.cmi \
-    driver/*.cmi \
-    toplevel/*.cmi \
-    "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    toplevel/byte/*.cmi \
-    "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    utils/*.cmt utils/*.cmti utils/*.mli \
-    parsing/*.cmt parsing/*.cmti parsing/*.mli \
-    typing/*.cmt typing/*.cmti typing/*.mli \
-    file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
-    lambda/*.cmt lambda/*.cmti lambda/*.mli \
-    bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
-    driver/*.cmt driver/*.cmti driver/*.mli \
-    toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
-    "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    toplevel/byte/*.cmt \
-    "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-   tools/profiling.cmt tools/profiling.cmti \
-   "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/install -c -p -m 644 \
-   compilerlibs/*.cma compilerlibs/META \
-   "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    driver/main.cmo toplevel/topstart.cmo \
-    "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p expunge "/home/opam/.opam/default/lib/ocaml"
- rm -f "/home/opam/.opam/default/lib/ocaml"/topdirs.cm* "/home/opam/.opam/default/lib/ocaml/topdirs.mli"
- rm -f "/home/opam/.opam/default/lib/ocaml"/profiling.cm* "/home/opam/.opam/default/lib/ocaml/profiling.o"
- /usr/bin/install -c -p -m 644 \
-   tools/profiling.cmi tools/profiling.cmo \
-   "/home/opam/.opam/default/lib/ocaml/profiling"
- /usr/bin/make -C man install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/man'
- mkdir -p '/home/opam/.opam/default/man/man1'
- /usr/bin/install -c -p -m 644 ocaml.1 ocamlc.1 ocamlc.opt.1 ocamlcp.1 ocamldebug.1 ocamldep.1 ocamldoc.1 ocamllex.1 ocamlmktop.1 ocamlopt.1 ocamlopt.opt.1 ocamloptp.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 '/home/opam/.opam/default/man/man1'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/man'
- rm -f "/home/opam/.opam/default/lib/ocaml"/dynlink.cm* "/home/opam/.opam/default/lib/ocaml/dynlink.mli" \
-         "/home/opam/.opam/default/lib/ocaml/dynlink.a" \
-         "/home/opam/.opam/default/lib/ocaml/"dynlink_config.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_types.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_platform_intf.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink_common.cmx "/home/opam/.opam/default/lib/ocaml/"dynlink.cmx
- mkdir -p "/home/opam/.opam/default/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
-   otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.cma \
-   otherlibs/dynlink/META \
-   "/home/opam/.opam/default/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
-   otherlibs/dynlink/dynlink.cmti otherlibs/dynlink/dynlink.mli \
-   "/home/opam/.opam/default/lib/ocaml/dynlink"
- for i in runtime_events unix str systhreads; do \
-   /usr/bin/make -C otherlibs/$i install || exit $?; \
- done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- if test -f dllcamlruntime_eventsbyt.so; then \
-   /usr/bin/install -c -p \
-     dllcamlruntime_eventsbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/runtime_events.cma "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmi "/home/opam/.opam/default/lib/ocaml"/runtime_events.mli "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmti "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmx "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmxa "/home/opam/.opam/default/lib/ocaml"/runtime_events.cmxs "/home/opam/.opam/default/lib/ocaml"/runtime_events.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/runtime_events"
- /usr/bin/install -c -p -m 644 \
-   runtime_events.cma runtime_events.cmi META \
-   "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- /usr/bin/install -c -p -m 644 \
-   runtime_events.mli \
-           runtime_events.cmti \
-   "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- if test -n "caml/runtime_events_consumer.h"; then \
-   /usr/bin/install -c -p -m 644 caml/runtime_events_consumer.h "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- if test -f dllunixbyt.so; then \
-   /usr/bin/install -c -p \
-     dllunixbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/unix.cma "/home/opam/.opam/default/lib/ocaml"/unix.cmi "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmi "/home/opam/.opam/default/lib/ocaml"/unix.mli "/home/opam/.opam/default/lib/ocaml"/unixLabels.mli "/home/opam/.opam/default/lib/ocaml"/unix.cmti "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmti "/home/opam/.opam/default/lib/ocaml"/unix.cmx "/home/opam/.opam/default/lib/ocaml"/unixLabels.cmx "/home/opam/.opam/default/lib/ocaml"/unix.cmxa "/home/opam/.opam/default/lib/ocaml"/unix.cmxs "/home/opam/.opam/default/lib/ocaml"/unix.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/unix"
- /usr/bin/install -c -p -m 644 \
-   unix.cma unix.cmi unixLabels.cmi META \
-   "/home/opam/.opam/default/lib/ocaml/unix/"
- /usr/bin/install -c -p -m 644 \
-   unix.mli unixLabels.mli \
-           unix.cmti unixLabels.cmti \
-   "/home/opam/.opam/default/lib/ocaml/unix/"
- if test -n "caml/unixsupport.h caml/socketaddr.h"; then \
-   /usr/bin/install -c -p -m 644 caml/unixsupport.h caml/socketaddr.h "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- if test -f dllcamlstrbyt.so; then \
-   /usr/bin/install -c -p \
-     dllcamlstrbyt.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrbyt.a "/home/opam/.opam/default/lib/ocaml/"
- rm -f "/home/opam/.opam/default/lib/ocaml"/str.cma "/home/opam/.opam/default/lib/ocaml"/str.cmi "/home/opam/.opam/default/lib/ocaml"/str.mli "/home/opam/.opam/default/lib/ocaml"/str.cmti "/home/opam/.opam/default/lib/ocaml"/str.cmx "/home/opam/.opam/default/lib/ocaml"/str.cmxa "/home/opam/.opam/default/lib/ocaml"/str.cmxs "/home/opam/.opam/default/lib/ocaml"/str.a
- mkdir -p "/home/opam/.opam/default/lib/ocaml/str"
- /usr/bin/install -c -p -m 644 \
-   str.cma str.cmi META \
-   "/home/opam/.opam/default/lib/ocaml/str/"
- /usr/bin/install -c -p -m 644 \
-   str.mli \
-           str.cmti \
-   "/home/opam/.opam/default/lib/ocaml/str/"
- if test -n ""; then \
-   /usr/bin/install -c -p -m 644  "/home/opam/.opam/default/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- if test -f dllthreads.so; then \
-   /usr/bin/install -c -p dllthreads.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libthreads.a "/home/opam/.opam/default/lib/ocaml"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
-   thread.cmi event.cmi threads.cma META \
-   "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
-   thread.cmti event.cmti \
-   "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 thread.mli event.mli "/home/opam/.opam/default/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 caml/threads.h "/home/opam/.opam/default/lib/ocaml/caml"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- mkdir -p "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p ./ocamldoc/ocamldoc "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
-   ocamldoc/ocamldoc.hva ocamldoc/*.cmi ocamldoc/odoc_info.cma \
-   ocamldoc/META \
-   "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
-   ocamldoc/odoc_dep.cmi ocamldoc/odoc_dot.cmi ocamldoc/odoc_extension.cmi ocamldoc/odoc_html.cmi ocamldoc/odoc_info.cmi ocamldoc/odoc_latex.cmi ocamldoc/odoc_latex_style.cmi ocamldoc/odoc_man.cmi ocamldoc/odoc_messages.cmi ocamldoc/odoc_ocamlhtml.cmi ocamldoc/odoc_parameter.cmi ocamldoc/odoc_texi.cmi ocamldoc/odoc_text_lexer.cmi ocamldoc/odoc_to_text.cmi ocamldoc/odoc_type.cmi ocamldoc/odoc_value.cmi \
-   "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
-   ocamldoc/odoc_dep.mli ocamldoc/odoc_dot.mli ocamldoc/odoc_extension.mli ocamldoc/odoc_html.mli ocamldoc/odoc_info.mli ocamldoc/odoc_latex.mli ocamldoc/odoc_latex_style.mli ocamldoc/odoc_man.mli ocamldoc/odoc_messages.mli ocamldoc/odoc_ocamlhtml.mli ocamldoc/odoc_parameter.mli ocamldoc/odoc_texi.mli ocamldoc/odoc_text_lexer.mli ocamldoc/odoc_to_text.mli ocamldoc/odoc_type.mli ocamldoc/odoc_value.mli ocamldoc/odoc_dep.cmt ocamldoc/odoc_dot.cmt ocamldoc/odoc_extension.cmt ocamldoc/odoc_html.cmt ocamldoc/odoc_info.cmt ocamldoc/odoc_latex.cmt ocamldoc/odoc_latex_style.cmt ocamldoc/odoc_man.cmt ocamldoc/odoc_messages.cmt ocamldoc/odoc_ocamlhtml.cmt ocamldoc/odoc_parameter.cmt ocamldoc/odoc_texi.cmt ocamldoc/odoc_text_lexer.cmt ocamldoc/odoc_to_text.cmt ocamldoc/odoc_type.cmt ocamldoc/odoc_value.cmt ocamldoc/odoc_dep.cmti ocamldoc/odoc_dot.cmti ocamldoc/odoc_extension.cmti ocamldoc/odoc_html.cmti ocamldoc/odoc_info.cmti ocamldoc/odoc_latex.cmti ocamldoc/odoc_latex_style.cmti ocamldoc/odoc_man.cmti ocamldoc/odoc_messages.cmti ocamldoc/odoc_ocamlhtml.cmti ocamldoc/odoc_parameter.cmti ocamldoc/odoc_texi.cmti ocamldoc/odoc_text_lexer.cmti ocamldoc/odoc_to_text.cmti ocamldoc/odoc_type.cmti ocamldoc/odoc_value.cmti \
-   "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/make -C api_docgen install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- /usr/bin/make -C ocamldoc install
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- mkdir -p "/home/opam/.opam/default/man/man3"
- if test -d build/man; then \
-   /usr/bin/install -c -p -m 644 build/man/*.3o "/home/opam/.opam/default/man/man3"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen/ocamldoc'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/api_docgen'
- if test -n "ocamldebug"; then \
-   /usr/bin/install -c -p debugger/ocamldebug "/home/opam/.opam/default/bin"; \
- fi
- /usr/bin/install -c -p -m 644 Makefile.config "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/home/opam/.opam/default/doc/ocaml"
- if test -f ocamlopt; then /usr/bin/make installopt; else \
-    cd "/home/opam/.opam/default/bin"; \
-    ln -sf ocamlc.byte ocamlc; \
-    ln -sf ocamllex.byte ocamllex; \
-    (test -f flexlink.byte && \
-       ln -sf flexlink.byte flexlink) || true; \
- fi
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p -m 644 runtime/libasmrun.a runtime/libcomprmarsh.a runtime/libasmrund.a runtime/libasmruni.a runtime/libasmrun_pic.a "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p runtime/libasmrun_shared.so "/home/opam/.opam/default/lib/ocaml"
- ./boot/ocamlrun ./tools/stripdebug  ocamlopt  ocamlopt.tmp && /usr/bin/install -c -p  ocamlopt.tmp "/home/opam/.opam/default/bin/ocamlopt.byte" && rm  ocamlopt.tmp
- /usr/bin/make -C stdlib installopt
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
-   stdlib.cmxa stdlib.a std_exit.o *.cmx \
-   "/home/opam/.opam/default/lib/ocaml"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/stdlib'
- /usr/bin/install -c -p -m 644 \
-     middle_end/*.cmi \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/closure/*.cmi \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/*.cmi \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/base_types/*.cmi \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     asmcomp/*.cmi \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/*.cmt middle_end/*.cmti \
-     middle_end/*.mli \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/closure/*.cmt middle_end/closure/*.cmti \
-     middle_end/closure/*.mli \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
-     middle_end/flambda/*.mli \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     middle_end/flambda/base_types/*.cmt \
-             middle_end/flambda/base_types/*.cmti \
-     middle_end/flambda/base_types/*.mli \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     asmcomp/*.cmt asmcomp/*.cmti \
-     asmcomp/*.mli \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-     driver/optmain.cmo \
-     "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- mkdir -p "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p ./ocamldoc/ocamldoc.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p -m 644 \
-   ocamldoc/odoc_dep.cmi ocamldoc/odoc_dot.cmi ocamldoc/odoc_extension.cmi ocamldoc/odoc_html.cmi ocamldoc/odoc_info.cmi ocamldoc/odoc_latex.cmi ocamldoc/odoc_latex_style.cmi ocamldoc/odoc_man.cmi ocamldoc/odoc_messages.cmi ocamldoc/odoc_ocamlhtml.cmi ocamldoc/odoc_parameter.cmi ocamldoc/odoc_texi.cmi ocamldoc/odoc_text_lexer.cmi ocamldoc/odoc_to_text.cmi ocamldoc/odoc_type.cmi ocamldoc/odoc_value.cmi \
-   "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
-   ocamldoc/odoc_dep.mli ocamldoc/odoc_dot.mli ocamldoc/odoc_extension.mli ocamldoc/odoc_html.mli ocamldoc/odoc_info.mli ocamldoc/odoc_latex.mli ocamldoc/odoc_latex_style.mli ocamldoc/odoc_man.mli ocamldoc/odoc_messages.mli ocamldoc/odoc_ocamlhtml.mli ocamldoc/odoc_parameter.mli ocamldoc/odoc_texi.mli ocamldoc/odoc_text_lexer.mli ocamldoc/odoc_to_text.mli ocamldoc/odoc_type.mli ocamldoc/odoc_value.mli ocamldoc/odoc_dep.cmt ocamldoc/odoc_dot.cmt ocamldoc/odoc_extension.cmt ocamldoc/odoc_html.cmt ocamldoc/odoc_info.cmt ocamldoc/odoc_latex.cmt ocamldoc/odoc_latex_style.cmt ocamldoc/odoc_man.cmt ocamldoc/odoc_messages.cmt ocamldoc/odoc_ocamlhtml.cmt ocamldoc/odoc_parameter.cmt ocamldoc/odoc_texi.cmt ocamldoc/odoc_text_lexer.cmt ocamldoc/odoc_to_text.cmt ocamldoc/odoc_type.cmt ocamldoc/odoc_value.cmt ocamldoc/odoc_dep.cmti ocamldoc/odoc_dot.cmti ocamldoc/odoc_extension.cmti ocamldoc/odoc_html.cmti ocamldoc/odoc_info.cmti ocamldoc/odoc_latex.cmti ocamldoc/odoc_latex_style.cmti ocamldoc/odoc_man.cmti ocamldoc/odoc_messages.cmti ocamldoc/odoc_ocamlhtml.cmti ocamldoc/odoc_parameter.cmti ocamldoc/odoc_texi.cmti ocamldoc/odoc_text_lexer.cmti ocamldoc/odoc_to_text.cmti ocamldoc/odoc_type.cmti ocamldoc/odoc_value.cmti \
-   "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
-   ocamldoc/ocamldoc.hva ocamldoc/*.cmx ocamldoc/odoc_info.a \
-   ocamldoc/odoc_info.cmxa \
-   "/home/opam/.opam/default/lib/ocaml/ocamldoc"
- /usr/bin/install -c -p -m 644 \
-   otherlibs/dynlink/dynlink_config.cmx otherlibs/dynlink/dynlink_types.cmx otherlibs/dynlink/dynlink_platform_intf.cmx otherlibs/dynlink/dynlink_common.cmx otherlibs/dynlink/native/dynlink.cmx otherlibs/dynlink/dynlink.cmxa \
-   otherlibs/dynlink/dynlink.a \
-   "/home/opam/.opam/default/lib/ocaml/dynlink"
- for i in runtime_events unix str systhreads; do \
-   /usr/bin/make -C otherlibs/$i installopt || exit $?; \
- done
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- /usr/bin/install -c -p -m 644 \
-    runtime_events.cmx runtime_events.cmxa runtime_events.a \
-    "/home/opam/.opam/default/lib/ocaml/runtime_events/"
- if test -f runtime_events.cmxs; then \
-   /usr/bin/install -c -p runtime_events.cmxs "/home/opam/.opam/default/lib/ocaml/runtime_events"; \
- fi
- if test -f dllcamlruntime_eventsnat.so; then \
-   /usr/bin/install -c -p \
-     dllcamlruntime_eventsnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/runtime_events'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- /usr/bin/install -c -p -m 644 \
-    unix.cmx unixLabels.cmx unix.cmxa unix.a \
-    "/home/opam/.opam/default/lib/ocaml/unix/"
- if test -f unix.cmxs; then \
-   /usr/bin/install -c -p unix.cmxs "/home/opam/.opam/default/lib/ocaml/unix"; \
- fi
- if test -f dllunixnat.so; then \
-   /usr/bin/install -c -p \
-     dllunixnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/unix'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- /usr/bin/install -c -p -m 644 \
-    str.cmx str.cmxa str.a \
-    "/home/opam/.opam/default/lib/ocaml/str/"
- if test -f str.cmxs; then \
-   /usr/bin/install -c -p str.cmxs "/home/opam/.opam/default/lib/ocaml/str"; \
- fi
- if test -f dllcamlstrnat.so; then \
-   /usr/bin/install -c -p \
-     dllcamlstrnat.so "/home/opam/.opam/default/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrnat.a "/home/opam/.opam/default/lib/ocaml/"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/str'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- /usr/bin/install -c -p -m 644 libthreadsnat.a "/home/opam/.opam/default/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
-   thread.cmx event.cmx threads.cmxa threads.a \
-   "/home/opam/.opam/default/lib/ocaml/threads"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0/otherlibs/systhreads'
- if test -f ocamlopt.opt; then /usr/bin/make installoptopt; else \
-    cd "/home/opam/.opam/default/bin"; \
-    ln -sf ocamlc.byte ocamlc; \
-    ln -sf ocamlopt.byte ocamlopt; \
-    ln -sf ocamllex.byte ocamllex; \
-    (test -f flexlink.byte && \
-      ln -sf flexlink.byte flexlink) || true; \
- fi
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p ocamlc.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p ocamlopt.opt "/home/opam/.opam/default/bin"
- /usr/bin/install -c -p lex/ocamllex.opt "/home/opam/.opam/default/bin"
- cd "/home/opam/.opam/default/bin"; \
-    ln -sf ocamlc.opt ocamlc; \
-    ln -sf ocamlopt.opt ocamlopt; \
-    ln -sf ocamllex.opt ocamllex
- /usr/bin/install -c -p -m 644 \
-    utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
-    toplevel/*.cmx toplevel/native/*.cmx \
-    toplevel/native/tophooks.cmi \
-    file_formats/*.cmx \
-    lambda/*.cmx \
-    driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
-            middle_end/closure/*.cmx \
-            middle_end/flambda/*.cmx \
-            middle_end/flambda/base_types/*.cmx \
-           "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    compilerlibs/*.cmxa compilerlibs/*.a \
-    "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
-    driver/main.cmx driver/main.o \
-    driver/optmain.cmx driver/optmain.o \
-    toplevel/topstart.o \
-    "/home/opam/.opam/default/lib/ocaml/compiler-libs"
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
- /usr/bin/install -c -p -m 644 \
-           tools/profiling.cmx tools/profiling.o \
-   "/home/opam/.opam/default/lib/ocaml/profiling"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocaml-compiler.5.3.0'
-> installed ocaml-compiler.5.3.0

Layer ocaml-base-compiler.5.3.0: /var/lib/day10/cache/debian-13-x86_64/e05bfb87e0b4cb9bdd511c1366887cea
Processing: [default: loading data]
-> installed ocaml-base-compiler.5.3.0

Layer ocaml-config.3: /var/lib/day10/cache/debian-13-x86_64/a78a8a40f9b33e8a65422f5b60bacd81
Processing: [default: loading data]
[ocaml-config.3/gen_ocaml_config.ml.in: dl]
[ocaml-config.3/ocaml-config.install: dl]
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-config.3  (2 extra sources)
[ocaml-config: subst] expanding opam variables in gen_ocaml_config.ml.in, generating gen_ocaml_config.ml
-> installed ocaml-config.3

Layer ocaml.5.3.0: /var/lib/day10/cache/debian-13-x86_64/9c82be091b7d8c78c0ec7f86ae7e1d66
Processing: [default: loading data]
[ocaml: ocaml 5.3.0]
+ /home/opam/.opam/default/bin/ocaml "/home/opam/.opam/default/share/ocaml-config/gen_ocaml_config.ml" "5.3.0" "ocaml" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml.5.3.0)
-> compiled  ocaml.5.3.0
-> installed ocaml.5.3.0

Layer camlidl.1.13: /var/lib/day10/cache/debian-13-x86_64/9275aef03231bbbe683b8b54ffabd006
Processing: [default: loading data]
[camlidl.1.13: http]
[camlidl.1.13: extract]
-> retrieved camlidl.1.13  (https://github.com/xavierleroy/camlidl/archive/camlidl113.tar.gz)
[camlidl: mv]
+ /usr/bin/mv "config/Makefile.unix" "config/Makefile" (CWD=/home/opam/.opam/default/.opam-switch/build/camlidl.1.13)
[camlidl: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/default/.opam-switch/build/camlidl.1.13)
- cd compiler; /usr/bin/make all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/camlidl.1.13/compiler'
- rm -f config.ml
- sed -e 's|%%CPP%%|cpp|' \
-           config.mlp > config.ml
- chmod -w config.ml
- ocamlc -g -c config.mli
- ocamlc -g -c config.ml
- ocamlc -g -c utils.mli
- ocamlc -g -c utils.ml
- ocamlc -g -c clflags.ml
- ocamlc -g -c idltypes.mli
- ocamlc -g -c prefix.mli
- ocamlc -g -c prefix.ml
- ocamlc -g -c lexpr.mli
- ocamlc -g -c lexpr.ml
- ocamlc -g -c cvttyp.mli
- ocamlc -g -c cvttyp.ml
- ocamlc -g -c variables.mli
- ocamlc -g -c variables.ml
- ocamlc -g -c idlarray.mli
- ocamlc -g -c idlarray.ml
- ocamlc -g -c struct.mli
- ocamlc -g -c struct.ml
- ocamlc -g -c enum.mli
- ocamlc -g -c enum.ml
- ocamlc -g -c union.mli
- ocamlc -g -c union.ml
- ocamlc -g -c cvtval.mli
- ocamlc -g -c cvtval.ml
- ocamlc -g -c structdecl.mli
- ocamlc -g -c structdecl.ml
- ocamlc -g -c enumdecl.mli
- ocamlc -g -c enumdecl.ml
- ocamlc -g -c uniondecl.mli
- ocamlc -g -c uniondecl.ml
- ocamlc -g -c typedef.mli
- ocamlc -g -c typedef.ml
- ocamlc -g -c funct.mli
- ocamlc -g -c funct.ml
- ocamlc -g -c constdecl.mli
- ocamlc -g -c constdecl.ml
- ocamlc -g -c intf.mli
- ocamlc -g -c intf.ml
- ocamlc -g -c file.mli
- ocamlc -g -c file.ml
- ocamlc -g -c predef.mli
- ocamlc -g -c predef.ml
- ocamllex linenum.mll
- 16 states, 331 transitions, table size 1420 bytes
- ocamlc -g -c linenum.mli
- ocamlc -g -c linenum.ml
- ocamlc -g -c parse_aux.mli
- ocamlc -g -c parse_aux.ml
- ocamlyacc -v parser_midl.mly
- 12 shift/reduce conflicts, 4 reduce/reduce conflicts.
- ocamlc -g -c parser_midl.mli
- ocamlc -g -c parser_midl.ml
- ocamllex lexer_midl.mll
- 129 states, 1747 transitions, table size 7762 bytes
- ocamlc -g -c lexer_midl.mli
- ocamlc -g -c lexer_midl.ml
- ocamlc -g -c parse.mli
- ocamlc -g -c parse.ml
- ocamlc -g -c fixlabels.mli
- ocamlc -g -c fixlabels.ml
- ocamlc -g -c normalize.mli
- ocamlc -g -c normalize.ml
- ocamlc -g -c main.ml
- ocamlc -g -o camlidl config.cmo utils.cmo clflags.cmo prefix.cmo lexpr.cmo cvttyp.cmo variables.cmo idlarray.cmo struct.cmo enum.cmo union.cmo cvtval.cmo structdecl.cmo enumdecl.cmo uniondecl.cmo typedef.cmo funct.cmo constdecl.cmo intf.cmo file.cmo predef.cmo linenum.cmo parse_aux.cmo parser_midl.cmo lexer_midl.cmo parse.cmo fixlabels.cmo normalize.cmo main.cmo
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/camlidl.1.13/compiler'
- cd runtime; /usr/bin/make all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/camlidl.1.13/runtime'
- ocamlc -g -ccopt "-Wall -g" idlalloc.c
- ocamlc -g -ccopt "-Wall -g" comintf.c
- ocamlc -g -ccopt "-Wall -g" comerror.c
- rm -f dllcamlidl.so
- ocamlmklib -o camlidl  idlalloc.o comintf.o comerror.o 
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/camlidl.1.13/runtime'
- cd lib; /usr/bin/make all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/camlidl.1.13/lib'
- ocamlc -g -c com.mli
- ocamlc -g -c com.ml
- ocamlc -g -a -o com.cma -dllib -lcamlidl -cclib -lcamlidl com.cmo
- ocamlopt -c com.ml
- ocamlopt -a -o com.cmxa -cclib -lcamlidl com.cmx
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/camlidl.1.13/lib'
- cd tools; /usr/bin/make all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/camlidl.1.13/tools'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/camlidl.1.13/tools'
-> compiled  camlidl.1.13
-> installed camlidl.1.13

Layer dune.3.20.2: /var/lib/day10/cache/debian-13-x86_64/e32781a3aa88ff7881cd35e61be100b4
Processing: [default: loading data]
[dune.3.20.2: http]
[dune.3.20.2: extract]
-> retrieved dune.3.20.2  (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)
[dune: ocaml 39]
+ /home/opam/.opam/default/bin/ocaml "boot/bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/dune.3.20.2)
- ocamlc -output-complete-exe -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 39
- 

[dune: ./_boot/dune.exe build]
+ /home/opam/.opam/default/.opam-switch/build/dune.3.20.2/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/dune.3.20.2)
-> compiled  dune.3.20.2
-> installed dune.3.20.2

Layer ez-conf-lib.2: /var/lib/day10/cache/debian-13-x86_64/7d0da6b614203fb687174182de35be9f
Processing: [default: loading data]
[ez-conf-lib.2: http]
[ez-conf-lib.2: extract]
-> retrieved ez-conf-lib.2  (https://github.com/nberth/ez-conf-lib/archive/2.tar.gz)
[ez-conf-lib: sh]
+ /usr/bin/sh "-ecx" "./gen-config '/home/opam/.opam/default/lib/ez-conf-lib'" (CWD=/home/opam/.opam/default/.opam-switch/build/ez-conf-lib.2)
- + ./gen-config /home/opam/.opam/default/lib/ez-conf-lib
- generating ez-conf-lib.config
-> compiled  ez-conf-lib.2
-> installed ez-conf-lib.2

Layer ocamlbuild.0.16.1: /var/lib/day10/cache/debian-13-x86_64/8e61ed4679a0af74fcb6919186e29da5
Processing: [default: loading data]
[ocamlbuild.0.16.1: http]
[ocamlbuild.0.16.1: extract]
-> retrieved ocamlbuild.0.16.1  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
[ocamlbuild: make configure.make]
+ /usr/bin/make "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/default" "OCAMLBUILD_BINDIR=/home/opam/.opam/default/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/default/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/default/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/default/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/default/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/default/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/default"; \
- echo "BINDIR=/home/opam/.opam/default/bin"; \
- echo "LIBDIR=/home/opam/.opam/default/lib"; \
- echo "MANDIR=/home/opam/.opam/default/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/default/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/default/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/default/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/default/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.16.1"'; \
- ) > src/ocamlbuild_config.ml
[ocamlbuild: make check-if-preinstalled]
+ /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1)
- if test -d /home/opam/.opam/default/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/default/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-byte
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp-byte/ocamlbuild_pack.cmo
- mv tmp-byte/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp-byte/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-nat
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp-nat/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.16.1'
-> compiled  ocamlbuild.0.16.1
-> installed ocamlbuild.0.16.1

Layer ocamlfind.1.9.8: /var/lib/day10/cache/debian-13-x86_64/18a02612a99f91e8e5ddcadf531e2daa
Processing: [default: loading data]
[ocamlfind.1.9.8: http]
[ocamlfind.1.9.8: extract]
-> retrieved ocamlfind.1.9.8  (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
[ocamlfind: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/default/bin" "-sitelib" "/home/opam/.opam/default/lib" "-mandir" "/home/opam/.opam/default/man" "-config" "/home/opam/.opam/default/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/default/lib/ocaml
-     Binaries:              /home/opam/.opam/default/bin
-     Manual pages:          /home/opam/.opam/default/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/default/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/default/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/default/bin
-     Manual pages:          /home/opam/.opam/default/man
-     topfind script:        /home/opam/.opam/default/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
[ocamlfind: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/bin/make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/default/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/default/lib/ocaml' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then                        \
- 	cp topfind.in topfind.compat.in;                                                     \
- else                                                                  \
- 	sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- 		> topfind.compat.in ;                                                \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/default/lib' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/bin/make all-config
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
-   /usr/bin/make findlib-relative; \
-         else \
-   /usr/bin/make findlib-absolute; \
- fi
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/default/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/default/lib/ocaml:/home/opam/.opam/default/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
[ocamlfind: make opt]
+ /usr/bin/make "opt" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/bin/make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled  ocamlfind.1.9.8
[ocamlfind: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/default/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/default/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/default/bin"
- install -d "/home/opam/.opam/default/man"
- /usr/bin/make install-config
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/default/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/default/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/default/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; /usr/bin/make install ); done
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/default/lib/findlib"
- install -d "/home/opam/.opam/default/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/default/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/default/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "/home/opam/.opam/default/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/default/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/default/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/default/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/default/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/bin/make install-meta
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "/home/opam/.opam/default/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/default/lib/$x/META.tmp" && mv "/home/opam/.opam/default/lib/$x/META.tmp" "/home/opam/.opam/default/lib/$x/META"; done
- install -d "/home/opam/.opam/default/lib/findlib"; cp Makefile.packages "/home/opam/.opam/default/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/bin/make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/default/bin"
- /usr/bin/make install-doc
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/default/man/man1" "/home/opam/.opam/default/man/man3" "/home/opam/.opam/default/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/default/man/man1"
- cp: cannot stat 'doc/ref-man/ocamlfind.1': No such file or directory
- make[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/default/man/man5"
- cp: cannot stat 'doc/ref-man/META.5': No such file or directory
- cp: cannot stat 'doc/ref-man/site-lib.5': No such file or directory
- cp: cannot stat 'doc/ref-man/findlib.conf.5': No such file or directory
- make[1]: [Makefile:92: install-doc] Error 1 (ignored)
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8

Layer bigarray-compat.1.1.0: /var/lib/day10/cache/debian-13-x86_64/6152f07d0009deeb8c2c0f09768d4c7c
Processing: [default: loading data]
[bigarray-compat.1.1.0: http]
[bigarray-compat.1.1.0: extract]
-> retrieved bigarray-compat.1.1.0  (https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz)
[bigarray-compat: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "bigarray-compat" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled  bigarray-compat.1.1.0
-> installed bigarray-compat.1.1.0

Layer conf-gmp-paths.1: /var/lib/day10/cache/debian-13-x86_64/b821f79209a50c6f4d326850cb0b23bf
Processing: [default: loading data]

The following system packages will first need to be installed:
    libgmp-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- debconf: unable to initialize frontend: Teletype
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Noninteractive
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20107 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Processing triggers for libc-bin (2.41-12) ...
[conf-gmp-paths.1/test-gmp.c: dl]
-> retrieved conf-gmp-paths.1  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp-paths/test-gmp.c)
[conf-gmp-paths: sh gmp]
+ /usr/bin/sh "/home/opam/.opam/default/lib/ez-conf-lib/ez-conf-lib" "gmp" "gmp.h" "test-gmp.c" "--package-name" "conf-gmp-paths" "--" "/usr/local" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-gmp-paths.1)
- checking compilation with gcc -O2 -fno-strict-aliasing -fwrapv  -pthread   -D_FILE_OFFSET_BITS=64 : working
- looking for gmp without prefix
- include gmp.h: found in /usr/include/x86_64-linux-gnu
- library gmp: found in /usr/lib/x86_64-linux-gnu
- generating conf-gmp-paths.config
-> compiled  conf-gmp-paths.1
-> installed conf-gmp-paths.1

Layer conf-mpfr-paths.1: /var/lib/day10/cache/debian-13-x86_64/f09beaede6e2538fb938bba57bb76098
Processing: [default: loading data]

The following system packages will first need to be installed:
    libmpfr-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libmpfr-dev"
- debconf: unable to initialize frontend: Dialog
- debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Teletype
- debconf: unable to initialize frontend: Teletype
- debconf: (This frontend requires a controlling tty.)
- debconf: falling back to frontend: Noninteractive
- Selecting previously unselected package libmpfr-dev:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20129 files and directories currently installed.)
- Preparing to unpack .../libmpfr-dev_4.2.2-1_amd64.deb ...
- Unpacking libmpfr-dev:amd64 (4.2.2-1) ...
- Setting up libmpfr-dev:amd64 (4.2.2-1) ...
[conf-mpfr-paths.1/test-mpfr.c: dl]
-> retrieved conf-mpfr-paths.1  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-mpfr-paths/test-mpfr.c)
[conf-mpfr-paths: sh mpfr]
+ /usr/bin/sh "/home/opam/.opam/default/lib/ez-conf-lib/ez-conf-lib" "mpfr" "mpfr.h" "test-mpfr.c" "CPPFLAGS+=-I/usr/include/x86_64-linux-gnu" "LDFLAGS+=-L/usr/lib/x86_64-linux-gnu" "LIBS+=-lgmp" "--package-name" "conf-mpfr-paths" "--" "/usr/local" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-mpfr-paths.1)
- checking compilation with gcc -O2 -fno-strict-aliasing -fwrapv  -pthread   -D_FILE_OFFSET_BITS=64 : working
- looking for mpfr without prefix
- include mpfr.h: found in /usr/include
- library mpfr: found in /usr/lib/x86_64-linux-gnu
- generating conf-mpfr-paths.config
-> compiled  conf-mpfr-paths.1
-> installed conf-mpfr-paths.1

Layer mlgmpidl.1.3.0: /var/lib/day10/cache/debian-13-x86_64/21c2678335476db02d9dede4562bed09
Processing: [default: loading data]
[mlgmpidl.1.3.0: http]
[mlgmpidl.1.3.0: extract]
-> retrieved mlgmpidl.1.3.0  (https://github.com/nberth/mlgmpidl/archive/1.3.0.tar.gz)
[mlgmpidl: sh]
+ /usr/bin/sh "./configure" "CPPFLAGS+=-I/usr/include/x86_64-linux-gnu" "CPPFLAGS+=-I/usr/include" "LDFLAGS+=-L/usr/lib/x86_64-linux-gnu" "LDFLAGS+=-L/usr/lib/x86_64-linux-gnu" (CWD=/home/opam/.opam/default/.opam-switch/build/mlgmpidl.1.3.0)
- checking compilation with cc : working
- checking compilation with cc -Wcast-qual: working
- checking compilation with cc -Wswitch: working
- checking compilation with cc -Wall: working
- checking compilation with cc -Wextra: working
- checking compilation with cc -Wundef: working
- checking compilation with cc -Wcast-align: working
- checking compilation with cc -Wno-unused: working
- checking compilation with cc -Wno-unused-parameter: working
- checking compilation with cc -Wno-unused-function: working
- checking compilation with cc -fPIC: working
- checking compilation with cc -Werror-implicit-function-declaration: working
- checking compilation with cc -Wbad-function-cast: working
- checking compilation with cc -Wstrict-prototypes: working
- checking compilation with cc -std=c99: working
- binary ar: found in /usr/bin
- binary ranlib: found in /usr/bin
- binary sed: found in /usr/bin
- binary grep: found in /usr/bin
- binary perl: found in /usr/bin
- binary install: found in /usr/bin
- looking for gmp without prefix
- include gmp.h: found
- library gmp: found
- library gmp found without prefix
- looking for mpfr without prefix
- include mpfr.h: found
- library mpfr: found
- library mpfr found without prefix
- library mpfr major version: 4
- binary ocamlc.opt: found in /home/opam/.opam/default/bin
- binary ocamlopt.opt: found in /home/opam/.opam/default/bin
- binary ocamldep: found in /home/opam/.opam/default/bin
- binary ocamldoc: found in /home/opam/.opam/default/bin
- binary ocamlmktop: found in /home/opam/.opam/default/bin
- binary ocamlmklib: found in /home/opam/.opam/default/bin
- binary camlidl: found in /home/opam/.opam/default/bin
- binary ocamlfind: found in /home/opam/.opam/default/bin
- ocamlfind: Package `gmp' not found
- include caml/mlvalues.h: found
- include caml/camlidlruntime.h: found
- checking whether to enable profiling: only available up to OCaml 4.08.0 (<= 5.3.0)
- finding extension for dynamic libraries: 
- .so
- 
- detected configuration:
- 
-    OCaml version                5.3.0
-    optional OCamlFind support   1
-    optional native plugins      1
-    optional profiling version   0
-    MPFR version (major)         4
- 
-    installation path            /home/opam/.opam/default/lib/ocaml
- 
[mlgmpidl: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/mlgmpidl.1.3.0)
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp mpz.idl ${tmpdir}/mpz.idl;					\
-   /home/opam/.opam/default/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/mpz.idl			&&	\
-   /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpz_stubs.c >mpz_caml.c &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpz.ml >mpz.ml &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpz.mli >mpz.mli; }
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpz.mli
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp mpq.idl ${tmpdir}/mpq.idl;					\
-   /home/opam/.opam/default/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/mpq.idl			&&	\
-   /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpq_stubs.c >mpq_caml.c &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpq.ml >mpq.ml &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpq.mli >mpq.mli; }
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpq.mli
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp mpf.idl ${tmpdir}/mpf.idl;					\
-   /home/opam/.opam/default/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/mpf.idl			&&	\
-   /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpf_stubs.c >mpf_caml.c &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpf.ml >mpf.ml &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpf.mli >mpf.mli; }
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpf.mli
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp mpfr.idl ${tmpdir}/mpfr.idl;					\
-   /home/opam/.opam/default/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/mpfr.idl			&&	\
-   /usr/bin/perl perlscript_c.pl < ${tmpdir}/mpfr_stubs.c >mpfr_caml.c &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpfr.ml >mpfr.ml &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/mpfr.mli >mpfr.mli; }
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfr.mli
- tmpdir=$(mktemp -d tmp.XXXXXX);				\
- trap "rm -f -r ${tmpdir};" EXIT QUIT INT;			\
- { cp gmp_random.idl ${tmpdir}/gmp_random.idl;					\
-   /home/opam/.opam/default/bin/camlidl -no-include					\
- 	-D MPFR_VERSION_MAJOR=4		\
- 	-prepro cpp ${tmpdir}/gmp_random.idl			&&	\
-   /usr/bin/perl perlscript_c.pl < ${tmpdir}/gmp_random_stubs.c >gmp_random_caml.c &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/gmp_random.ml >gmp_random.ml &&	\
-   /usr/bin/perl perlscript_caml.pl < ${tmpdir}/gmp_random.mli >gmp_random.mli; }
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c gmp_random.mli
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpzf.mli
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpqf.mli
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfrf.mli
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpz.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpq.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpf.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfr.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c gmp_random.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpzf.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpqf.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -c mpfrf.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/include/x86_64-linux-gnu -ccopt -I/usr/include -ccopt -I/home/opam/.opam/default/lib/ocaml -ccopt -I/home/opam/.opam/default/lib/camlidl -g -c -o mpz_caml.o mpz_caml.c
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/include/x86_64-linux-gnu -ccopt -I/usr/include -ccopt -I/home/opam/.opam/default/lib/ocaml -ccopt -I/home/opam/.opam/default/lib/camlidl -g -c -o mpq_caml.o mpq_caml.c
- mpq_caml.c: In function 'camlidl_mpq_mpq_mul_2exp':
- mpq_caml.c:345:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
-   345 | else
-       | ^~~~
- mpq_caml.c:349:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
-   349 |   camlidl_free(_ctx);
-       |   ^~~~~~~~~~~~
- mpq_caml.c: In function 'camlidl_mpq_mpq_div':
- mpq_caml.c:383:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
-   383 | else
-       | ^~~~
- mpq_caml.c:387:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
-   387 |   camlidl_free(_ctx);
-       |   ^~~~~~~~~~~~
- mpq_caml.c: In function 'camlidl_mpq_mpq_div_2exp':
- mpq_caml.c:408:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
-   408 | else
-       | ^~~~
- mpq_caml.c:412:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
-   412 |   camlidl_free(_ctx);
-       |   ^~~~~~~~~~~~
- mpq_caml.c: In function 'camlidl_mpq_mpq_inv':
- mpq_caml.c:462:1: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
-   462 | else
-       | ^~~~
- mpq_caml.c:466:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
-   466 |   camlidl_free(_ctx);
-       |   ^~~~~~~~~~~~
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/include/x86_64-linux-gnu -ccopt -I/usr/include -ccopt -I/home/opam/.opam/default/lib/ocaml -ccopt -I/home/opam/.opam/default/lib/camlidl -g -c -o mpf_caml.o mpf_caml.c
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/include/x86_64-linux-gnu -ccopt -I/usr/include -ccopt -I/home/opam/.opam/default/lib/ocaml -ccopt -I/home/opam/.opam/default/lib/camlidl -g -c -o mpfr_caml.o mpfr_caml.c
- mpfr_caml.c: In function 'camlidl_mpfr_mpfr_root':
- mpfr_caml.c:1910:3: warning: 'mpfr_root' is deprecated [-Wdeprecated-declarations]
-  1910 |   _res = mpfr_root(ROP, OP1, OP2, RND);
-       |   ^~~~
- In file included from gmp_caml.h:16,
-                  from mpfr_caml.c:20:
- /usr/include/mpfr.h:768:21: note: declared here
-   768 | __MPFR_DECLSPEC int mpfr_root (mpfr_ptr, mpfr_srcptr, unsigned long,
-       |                     ^~~~~~~~~
- mpfr_caml.c: In function 'camlidl_mpfr_mpfr__sprintf':
- mpfr_caml.c:3265:9: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
-  3265 |   STR = (char *) String_val(_v_STR);
-       |         ^
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/include/x86_64-linux-gnu -ccopt -I/usr/include -ccopt -I/home/opam/.opam/default/lib/ocaml -ccopt -I/home/opam/.opam/default/lib/camlidl -g -c -o gmp_random_caml.o gmp_random_caml.c
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -ccopt -U__STRICT_ANSI__ -ccopt -UNDEBUG -ccopt -O0 -ccopt -g -ccopt -Wcast-qual -ccopt -Wswitch -ccopt -Wall -ccopt -Wextra -ccopt -Wundef -ccopt -Wcast-align -ccopt -Wno-unused -ccopt -Wno-unused-parameter -ccopt -Wno-unused-function -ccopt -fPIC -ccopt -Werror-implicit-function-declaration -ccopt -Wbad-function-cast -ccopt -Wstrict-prototypes -ccopt -std=c99 -ccopt -I/usr/include/x86_64-linux-gnu -ccopt -I/usr/include -ccopt -I/home/opam/.opam/default/lib/ocaml -ccopt -I/home/opam/.opam/default/lib/camlidl -g -c -o gmp_caml.o gmp_caml.c
- /home/opam/.opam/default/bin/ocamlmklib -oc gmp_caml mpz_caml.o mpq_caml.o mpf_caml.o mpfr_caml.o gmp_random_caml.o gmp_caml.o -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -L/home/opam/.opam/default/lib/ocaml -L/home/opam/.opam/default/lib/ocaml/stublibs -L/home/opam/.opam/default/lib/camlidl -lmpfr -lgmp -lcamlidl
- /home/opam/.opam/default/bin/ocamlfind ocamlc -package "bigarray-compat" -annot -g -a -o gmp.cma mpz.cmo mpq.cmo mpf.cmo mpfr.cmo gmp_random.cmo mpzf.cmo mpqf.cmo mpfrf.cmo \
- -dllib -lgmp_caml -ccopt -L/home/opam/.opam/default/lib/stublibs -ccopt -L/home/opam/.opam/default/lib/gmp -ccopt "-L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -L/home/opam/.opam/default/lib/ocaml -L/home/opam/.opam/default/lib/ocaml/stublibs -L/home/opam/.opam/default/lib/camlidl -lmpfr -lgmp -lcamlidl" -ccopt -L/home/opam/.opam/default/lib/ocaml -ccopt -L/home/opam/.opam/default/lib/camlidl -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpz.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpq.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpf.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpfr.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c gmp_random.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpzf.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpqf.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -c mpfrf.ml
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -a -o gmp.cmxa mpz.cmx mpq.cmx mpf.cmx mpfr.cmx gmp_random.cmx mpzf.cmx mpqf.cmx mpfrf.cmx \
- -cclib -lgmp_caml -ccopt -L/home/opam/.opam/default/lib/stublibs -ccopt -L/home/opam/.opam/default/lib/gmp -ccopt "-L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -L/home/opam/.opam/default/lib/ocaml -L/home/opam/.opam/default/lib/ocaml/stublibs -L/home/opam/.opam/default/lib/camlidl -lmpfr -lgmp -lcamlidl" -ccopt -L/home/opam/.opam/default/lib/ocaml -ccopt -L/home/opam/.opam/default/lib/camlidl -cclib -lmpfr -cclib -lgmp -cclib -lcamlidl
- /home/opam/.opam/default/bin/ocamlfind ocamlopt -package "bigarray-compat" -annot -inline 20 -linkall -shared -o gmp.cmxs -I . gmp.cmxa
-> compiled  mlgmpidl.1.3.0
[mlgmpidl: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/mlgmpidl.1.3.0)
- rm -f META
- echo "description = \"OCaml Interface to GMP and MPFR libraries\"" >META
- echo "version = \"1.3.0\"" >>META
- echo "requires = \"bigarray-compat\"" >>META
- echo "archive(byte) = \"gmp.cma\"" >>META
- echo "archive(byte,plugin) = \"gmp.cma\"" >>META
- echo "plugin(byte) = \"gmp.cma\"" >>META
- echo "archive(native) = \"gmp.cmxa\"" >>META
- echo "archive(native,plugin) = \"gmp.cmxs\"" >>META
- echo "plugin(native) = \"gmp.cmxs\"" >>META
- /home/opam/.opam/default/bin/ocamlfind remove gmp
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/gmp/META
- /home/opam/.opam/default/bin/ocamlfind install gmp META gmp_caml.h mpz.idl mpq.idl mpf.idl mpfr.idl gmp_random.idl mpz.ml mpq.ml mpf.ml mpfr.ml gmp_random.ml mpzf.ml mpqf.ml mpfrf.ml mpz.mli mpq.mli mpf.mli mpfr.mli gmp_random.mli mpzf.mli mpqf.mli mpfrf.mli mpz.cmi mpq.cmi mpf.cmi mpfr.cmi gmp_random.cmi mpzf.cmi mpqf.cmi mpfrf.cmi gmp.cma mpz.cmx mpq.cmx mpf.cmx mpfr.cmx gmp_random.cmx mpzf.cmx mpqf.cmx mpfrf.cmx gmp.cmxa gmp.a gmp.cmxs libgmp_caml.a dllgmp_caml.so
- Installed /home/opam/.opam/default/lib/gmp/libgmp_caml.a
- Installed /home/opam/.opam/default/lib/gmp/gmp.cmxs
- Installed /home/opam/.opam/default/lib/gmp/gmp.a
- Installed /home/opam/.opam/default/lib/gmp/gmp.cmxa
- Installed /home/opam/.opam/default/lib/gmp/mpfrf.cmx
- Installed /home/opam/.opam/default/lib/gmp/mpqf.cmx
- Installed /home/opam/.opam/default/lib/gmp/mpzf.cmx
- Installed /home/opam/.opam/default/lib/gmp/gmp_random.cmx
- Installed /home/opam/.opam/default/lib/gmp/mpfr.cmx
- Installed /home/opam/.opam/default/lib/gmp/mpf.cmx
- Installed /home/opam/.opam/default/lib/gmp/mpq.cmx
- Installed /home/opam/.opam/default/lib/gmp/mpz.cmx
- Installed /home/opam/.opam/default/lib/gmp/gmp.cma
- Installed /home/opam/.opam/default/lib/gmp/mpfrf.cmi
- Installed /home/opam/.opam/default/lib/gmp/mpqf.cmi
- Installed /home/opam/.opam/default/lib/gmp/mpzf.cmi
- Installed /home/opam/.opam/default/lib/gmp/gmp_random.cmi
- Installed /home/opam/.opam/default/lib/gmp/mpfr.cmi
- Installed /home/opam/.opam/default/lib/gmp/mpf.cmi
- Installed /home/opam/.opam/default/lib/gmp/mpq.cmi
- Installed /home/opam/.opam/default/lib/gmp/mpz.cmi
- Installed /home/opam/.opam/default/lib/gmp/mpfrf.mli
- Installed /home/opam/.opam/default/lib/gmp/mpqf.mli
- Installed /home/opam/.opam/default/lib/gmp/mpzf.mli
- Installed /home/opam/.opam/default/lib/gmp/gmp_random.mli
- Installed /home/opam/.opam/default/lib/gmp/mpfr.mli
- Installed /home/opam/.opam/default/lib/gmp/mpf.mli
- Installed /home/opam/.opam/default/lib/gmp/mpq.mli
- Installed /home/opam/.opam/default/lib/gmp/mpz.mli
- Installed /home/opam/.opam/default/lib/gmp/mpfrf.ml
- Installed /home/opam/.opam/default/lib/gmp/mpqf.ml
- Installed /home/opam/.opam/default/lib/gmp/mpzf.ml
- Installed /home/opam/.opam/default/lib/gmp/gmp_random.ml
- Installed /home/opam/.opam/default/lib/gmp/mpfr.ml
- Installed /home/opam/.opam/default/lib/gmp/mpf.ml
- Installed /home/opam/.opam/default/lib/gmp/mpq.ml
- Installed /home/opam/.opam/default/lib/gmp/mpz.ml
- Installed /home/opam/.opam/default/lib/gmp/gmp_random.idl
- Installed /home/opam/.opam/default/lib/gmp/mpfr.idl
- Installed /home/opam/.opam/default/lib/gmp/mpf.idl
- Installed /home/opam/.opam/default/lib/gmp/mpq.idl
- Installed /home/opam/.opam/default/lib/gmp/mpz.idl
- Installed /home/opam/.opam/default/lib/gmp/gmp_caml.h
- Installed /home/opam/.opam/default/lib/stublibs/dllgmp_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllgmp_caml.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/gmp/META
-> installed mlgmpidl.1.3.0

Layer apron.v0.9.15: /var/lib/day10/cache/debian-13-x86_64/182c7183d3471094608483dbca500281
Processing: [default: loading data]
[apron.v0.9.15: http]
[apron.v0.9.15: extract]
-> retrieved apron.v0.9.15  (https://github.com/antoinemine/apron/archive/refs/tags/v0.9.15.tar.gz)
[apron: sh]
+ /usr/bin/sh "./configure" "--prefix" "/home/opam/.opam/default/share/apron" "--no-ppl" "--debug" "--no-strip" (CWD=/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15)
- checking compilation with cc : working
- checking compilation with cc -Wcast-qual: working
- checking compilation with cc -Wswitch: working
- checking compilation with cc -Wall: working
- checking compilation with cc -Wextra: working
- checking compilation with cc -Wundef: working
- checking compilation with cc -Wcast-align: working
- checking compilation with cc -Wno-unused: working
- checking compilation with cc -Wno-unused-parameter: working
- checking compilation with cc -Wno-unused-function: working
- checking compilation with cc -fPIC: working
- checking compilation with cc -Wno-stringop-overflow: working
- checking compilation with cc -Werror-implicit-function-declaration: working
- checking compilation with cc -Wbad-function-cast: working
- checking compilation with cc -Wstrict-prototypes: working
- checking compilation with cc stringop-overflow: not working
- checking compilation with cc -std=c99: working
- checking compilation with c++ : working
- checking compilation with c++ -Wcast-qual: working
- checking compilation with c++ -Wswitch: 
- working
- checking compilation with c++ -Wall: working
- checking compilation with c++ -Wextra: working
- checking compilation with c++ -Wundef: working
- checking compilation with c++ -Wcast-align: working
- checking compilation with c++ -Wno-unused: working
- checking compilation with c++ -Wno-unused-parameter: working
- checking compilation with c++ -Wno-unused-function: working
- checking compilation with c++ -fPIC: working
- checking compilation with c++ -Wno-stringop-overflow: working
- binary ar: found in /usr/bin
- binary ranlib: found in /usr/bin
- binary sed: found in /usr/bin
- binary install: found in /usr/bin
- looking for gmp without prefix
- include gmp.h: found
- library gmp: found
- library gmp found without prefix
- looking for mpfr without prefix
- include mpfr.h: found
- library mpfr: found
- library mpfr found without prefix
- looking for flint without prefix
- include flint/fmpz.h: not found
- looking for flint in prefix /usr/local
- include flint/fmpz.h: not found
- looking for flint in prefix /opt/homebrew
- include flint/fmpz.h: not found
- looking for flint in prefix /usr
- include flint/fmpz.h: not found
- looking for flint in prefix /home/opam
- include flint/fmpz.h: not found
- library flint not found
- looking for glpk without prefix
- include glpk.h: not found
- looking for glpk in prefix /usr/local
- include glpk.h: not found
- looking for glpk in prefix /opt/homebrew
- include glpk.h: not found
- looking for glpk in prefix /usr
- include glpk.h: not found
- looking for glpk in prefix /home/opam
- include glpk.h: not found
- library glpk not found
- binary ocamlc.opt: found in /home/opam/.opam/default/bin
- binary ocamlopt.opt: found in /home/opam/.opam/default/bin
- binary ocamldep: found in /home/opam/.opam/default/bin
- binary ocamllex: found in /home/opam/.opam/default/bin
- binary ocamlyacc: found in /home/opam/.opam/default/bin
- binary ocamldoc: found in /home/opam/.opam/default/bin
- binary ocamlmktop: found in /home/opam/.opam/default/bin
- binary ocamlmklib: found in /home/opam/.opam/default/bin
- binary camlidl: found in /home/opam/.opam/default/bin
- binary ocamlfind: found in /home/opam/.opam/default/bin
- checking support for native plugins: 
- working
- include caml/mlvalues.h: found
- include caml/camlidlruntime.h: found
- include gmp_caml.h: found
- binary java: not found
- 
- detected configuration:
- 
-    optional OCaml support       1
-    optional OCamlFind support   1
-    optional plugins support     1
-    optional C++ support         1
-    optional Java support        0 ()
-    optional PPL support         0
-    optional PPLite support      0 ()
-    optional GLPK support        0
-    optional debug libraries     1
-    
-    installation path            /home/opam/.opam/default/share/apron
-    dynamic libraries extension  so
-    install command              /usr/bin/install
-    strip command                echo
- 
[apron: make]
+ /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15)
- (cd num; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/num'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/num'
- (cd itv; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/itv'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGINT -c -o itvIl.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGINT -c -o itv_linexprIl.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGINT -c -o itv_linearizeIl.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGINT -c -o itvIl_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGINT -c -o itv_linexprIl_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGINT -c -o itv_linearizeIl_debug.o itv_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGINT -c -o itvIll.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGINT -c -o itv_linexprIll.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGINT -c -o itv_linearizeIll.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGINT -c -o itvIll_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGINT -c -o itv_linexprIll_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGINT -c -o itv_linearizeIll_debug.o itv_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGRAT -c -o itvRl.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGRAT -c -o itv_linexprRl.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGRAT -c -o itv_linearizeRl.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGRAT -c -o itvRl_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGRAT -c -o itv_linexprRl_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGRAT -c -o itv_linearizeRl_debug.o itv_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPZ -c -o itvMPZ.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPZ -c -o itv_linexprMPZ.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPZ -c -o itv_linearizeMPZ.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPZ -c -o itvMPZ_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPZ -c -o itv_linexprMPZ_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPZ -c -o itv_linearizeMPZ_debug.o itv_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGDOUBLE -c -o itvDl.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGDOUBLE -c -o itv_linexprDl.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGDOUBLE -c -o itv_linearizeDl.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGDOUBLE -c -o itvDl_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGDOUBLE -c -o itv_linexprDl_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGDOUBLE -c -o itv_linearizeDl_debug.o itv_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPQ -c -o itvMPQ.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPQ -c -o itv_linexprMPQ.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPQ -c -o itv_linearizeMPQ.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPQ -c -o itvMPQ_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPQ -c -o itv_linexprMPQ_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPQ -c -o itv_linearizeMPQ_debug.o itv_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGRAT -c -o itvRll.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGRAT -c -o itv_linexprRll.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGRAT -c -o itv_linearizeRll.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGRAT -c -o itvRll_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGRAT -c -o itv_linexprRll_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_LONGLONGRAT -c -o itv_linearizeRll_debug.o itv_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_DOUBLE -c -o itvD.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_DOUBLE -c -o itv_linexprD.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_DOUBLE -c -o itv_linearizeD.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_DOUBLE -c -o itvD_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_DOUBLE -c -o itv_linexprD_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_DOUBLE -c -o itv_linearizeD_debug.o itv_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPFR -c -o itvMPFR.o itv.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPFR -c -o itv_linexprMPFR.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPFR -c -o itv_linearizeMPFR.o itv_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPFR -c -o itvMPFR_debug.o itv.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPFR -c -o itv_linexprMPFR_debug.o itv_linexpr.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../apron  -DNUM_MPFR -c -o itv_linearizeMPFR_debug.o itv_linearize.c
- /usr/bin/ar rcs libitvIl_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o
- /usr/bin/ar rcs libitvIll_debug.a itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o
- /usr/bin/ranlib libitvIl_debug.a
- /usr/bin/ranlib libitvIll_debug.a
- /usr/bin/ar rcs libitvRl_debug.a itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o
- /usr/bin/ar rcs libitvMPZ_debug.a itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o
- /usr/bin/ar rcs libitvDl_debug.a itvDl_debug.o itv_linexprDl_debug.o itv_linearizeDl_debug.o
- /usr/bin/ranlib libitvRl_debug.a
- /usr/bin/ranlib libitvDl_debug.a
- /usr/bin/ranlib libitvMPZ_debug.a
- /usr/bin/ar rcs libitvMPQ_debug.a itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o
- /usr/bin/ranlib libitvMPQ_debug.a
- /usr/bin/ar rcs libitvRll_debug.a itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o
- /usr/bin/ranlib libitvRll_debug.a
- /usr/bin/ar rcs libitvD_debug.a itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o
- /usr/bin/ar rcs libitvMPFR_debug.a itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o
- /usr/bin/ar rcs libitv_debug.a itvIl_debug.o itv_linexprIl_debug.o itv_linearizeIl_debug.o itvIll_debug.o itv_linexprIll_debug.o itv_linearizeIll_debug.o itvRl_debug.o itv_linexprRl_debug.o itv_linearizeRl_debug.o itvRll_debug.o itv_linexprRll_debug.o itv_linearizeRll_debug.o itvMPZ_debug.o itv_linexprMPZ_debug.o itv_linearizeMPZ_debug.o itvMPQ_debug.o itv_linexprMPQ_debug.o itv_linearizeMPQ_debug.o itvD_debug.o itv_linexprD_debug.o itv_linearizeD_debug.o itvMPFR_debug.o itv_linexprMPFR_debug.o itv_linearizeMPFR_debug.o itvDl_debug.o itv_linexprDl_debug.o itv_linearizeDl_debug.o
- /usr/bin/ranlib libitvD_debug.a
- /usr/bin/ranlib libitvMPFR_debug.a
- /usr/bin/ranlib libitv_debug.a
- /usr/bin/ar rcs libitvDl.a itvDl.o itv_linexprDl.o itv_linearizeDl.o
- /usr/bin/ranlib libitvDl.a
- /usr/bin/ar rcs libitvIll.a itvIll.o itv_linexprIll.o itv_linearizeIll.o
- /usr/bin/ranlib libitvIll.a
- /usr/bin/ar rcs libitvD.a itvD.o itv_linexprD.o itv_linearizeD.o
- /usr/bin/ranlib libitvD.a
- /usr/bin/ar rcs libitvIl.a itvIl.o itv_linexprIl.o itv_linearizeIl.o
- /usr/bin/ranlib libitvIl.a
- /usr/bin/ar rcs libitvMPZ.a itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o
- /usr/bin/ranlib libitvMPZ.a
- /usr/bin/ar rcs libitvMPFR.a itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o
- /usr/bin/ranlib libitvMPFR.a
- /usr/bin/ar rcs libitvMPQ.a itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o
- /usr/bin/ranlib libitvMPQ.a
- /usr/bin/ar rcs libitvRll.a itvRll.o itv_linexprRll.o itv_linearizeRll.o
- /usr/bin/ranlib libitvRll.a
- /usr/bin/ar rcs libitvRl.a itvRl.o itv_linexprRl.o itv_linearizeRl.o
- /usr/bin/ar rcs libitv.a itvIl.o itv_linexprIl.o itv_linearizeIl.o itvIll.o itv_linexprIll.o itv_linearizeIll.o itvRl.o itv_linexprRl.o itv_linearizeRl.o itvRll.o itv_linexprRll.o itv_linearizeRll.o itvMPZ.o itv_linexprMPZ.o itv_linearizeMPZ.o itvMPQ.o itv_linexprMPQ.o itv_linearizeMPQ.o itvD.o itv_linexprD.o itv_linearizeD.o itvMPFR.o itv_linexprMPFR.o itv_linearizeMPFR.o itvDl.o itv_linexprDl.o itv_linearizeDl.o
- /usr/bin/ranlib libitvRl.a
- /usr/bin/ranlib libitv.a
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/itv'
- (cd apron; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apron'
- echo "// APRON version, automatically generated from version.mk" > ap_version.h
- echo "#ifndef AP_VERSION" >> ap_version.h
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -DNUM_MPQ -I. -c ap_linearize_aux.c -o ap_linearize_auxMPQ.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -DNUM_DOUBLE -I. -c ap_linearize_aux.c -o ap_linearize_auxD.o
- echo "#define AP_VERSION_MAJOR 0" >> ap_version.h
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -DNUM_MPFR -I. -c ap_linearize_aux.c -o ap_linearize_auxMPFR.o
- echo "#define AP_VERSION_MINOR 9" >> ap_version.h
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_scalar_debug.o ap_scalar.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_interval_debug.o ap_interval.c
- echo "#define AP_VERSION_MICRO 15" >> ap_version.h
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_coeff_debug.o ap_coeff.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_dimension_debug.o ap_dimension.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_linexpr0_debug.o ap_linexpr0.c
- echo "#define AP_VERSION       \""0.9.15"\"" >> ap_version.h
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_lincons0_debug.o ap_lincons0.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_generator0_debug.o ap_generator0.c
- echo "#endif" >> ap_version.h
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_texpr0_debug.o ap_texpr0.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_tcons0_debug.o ap_tcons0.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_manager_debug.o ap_manager.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_abstract0_debug.o ap_abstract0.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_policy_debug.o ap_policy.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_generic_debug.o ap_generic.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_var_debug.o ap_var.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_environment_debug.o ap_environment.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_linexpr1_debug.o ap_linexpr1.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_lincons1_debug.o ap_lincons1.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_generator1_debug.o ap_generator1.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_texpr1_debug.o ap_texpr1.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_tcons1_debug.o ap_tcons1.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_abstract1_debug.o ap_abstract1.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_linearize_debug.o ap_linearize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_reducedproduct_debug.o ap_reducedproduct.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c -o ap_disjunction_debug.o ap_disjunction.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -DNUM_MPQ -I. -c -o ap_linearize_auxMPQ_debug.o ap_linearize_aux.c -o ap_linearize_auxMPQ_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -DNUM_DOUBLE -I. -c -o ap_linearize_auxD_debug.o ap_linearize_aux.c -o ap_linearize_auxD_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -DNUM_MPFR -I. -c -o ap_linearize_auxMPFR_debug.o ap_linearize_aux.c -o ap_linearize_auxMPFR_debug.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_scalar.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_interval.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_coeff.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_dimension.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_linexpr0.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_lincons0.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_generator0.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_texpr0.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_tcons0.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_manager.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_abstract0.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_policy.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_generic.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_var.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_environment.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_linexpr1.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_lincons1.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_generator1.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_texpr1.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_tcons1.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_abstract1.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_linearize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_reducedproduct.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../num -I../itv  -c ap_disjunction.c
- cp ../itv/libitv_debug.a libapron_debug.a
- cc -shared -Wl,-soname,libapron_debug.so -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libapron_debug.so ap_scalar_debug.o ap_interval_debug.o ap_coeff_debug.o ap_dimension_debug.o ap_linexpr0_debug.o ap_lincons0_debug.o ap_generator0_debug.o ap_texpr0_debug.o ap_tcons0_debug.o ap_manager_debug.o ap_abstract0_debug.o ap_policy_debug.o ap_generic_debug.o ap_var_debug.o ap_environment_debug.o ap_linexpr1_debug.o ap_lincons1_debug.o ap_generator1_debug.o ap_texpr1_debug.o ap_tcons1_debug.o ap_abstract1_debug.o ap_linearize_debug.o ap_reducedproduct_debug.o ap_disjunction_debug.o ap_linearize_auxMPQ_debug.o ap_linearize_auxD_debug.o ap_linearize_auxMPFR_debug.o	\
- 	../itv/itvIl_debug.o ../itv/itv_linexprIl_debug.o ../itv/itv_linearizeIl_debug.o ../itv/itvIll_debug.o ../itv/itv_linexprIll_debug.o ../itv/itv_linearizeIll_debug.o ../itv/itvRl_debug.o ../itv/itv_linexprRl_debug.o ../itv/itv_linearizeRl_debug.o ../itv/itvRll_debug.o ../itv/itv_linexprRll_debug.o ../itv/itv_linearizeRll_debug.o ../itv/itvMPZ_debug.o ../itv/itv_linexprMPZ_debug.o ../itv/itv_linearizeMPZ_debug.o ../itv/itvMPQ_debug.o ../itv/itv_linexprMPQ_debug.o ../itv/itv_linearizeMPQ_debug.o ../itv/itvD_debug.o ../itv/itv_linexprD_debug.o ../itv/itv_linearizeD_debug.o ../itv/itvMPFR_debug.o ../itv/itv_linexprMPFR_debug.o ../itv/itv_linearizeMPFR_debug.o ../itv/itvDl_debug.o ../itv/itv_linexprDl_debug.o ../itv/itv_linearizeDl_debug.o  -lm -lmpfr -lgmp
- /usr/bin/ar rs libapron_debug.a ap_scalar_debug.o ap_interval_debug.o ap_coeff_debug.o ap_dimension_debug.o ap_linexpr0_debug.o ap_lincons0_debug.o ap_generator0_debug.o ap_texpr0_debug.o ap_tcons0_debug.o ap_manager_debug.o ap_abstract0_debug.o ap_policy_debug.o ap_generic_debug.o ap_var_debug.o ap_environment_debug.o ap_linexpr1_debug.o ap_lincons1_debug.o ap_generator1_debug.o ap_texpr1_debug.o ap_tcons1_debug.o ap_abstract1_debug.o ap_linearize_debug.o ap_reducedproduct_debug.o ap_disjunction_debug.o ap_linearize_auxMPQ_debug.o ap_linearize_auxD_debug.o ap_linearize_auxMPFR_debug.o
- /usr/bin/ranlib libapron_debug.a
- cp ../itv/libitv.a libapron.a
- /usr/bin/ar rs libapron.a ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_policy.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_disjunction.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o
- cc -shared -Wl,-soname,libapron.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libapron.so ap_scalar.o ap_interval.o ap_coeff.o ap_dimension.o ap_linexpr0.o ap_lincons0.o ap_generator0.o ap_texpr0.o ap_tcons0.o ap_manager.o ap_abstract0.o ap_policy.o ap_generic.o ap_var.o ap_environment.o ap_linexpr1.o ap_lincons1.o ap_generator1.o ap_texpr1.o ap_tcons1.o ap_abstract1.o ap_linearize.o ap_reducedproduct.o ap_disjunction.o ap_linearize_auxMPQ.o ap_linearize_auxD.o ap_linearize_auxMPFR.o ../itv/itvIl.o ../itv/itv_linexprIl.o ../itv/itv_linearizeIl.o ../itv/itvIll.o ../itv/itv_linexprIll.o ../itv/itv_linearizeIll.o ../itv/itvRl.o ../itv/itv_linexprRl.o ../itv/itv_linearizeRl.o ../itv/itvRll.o ../itv/itv_linexprRll.o ../itv/itv_linearizeRll.o ../itv/itvMPZ.o ../itv/itv_linexprMPZ.o ../itv/itv_linearizeMPZ.o ../itv/itvMPQ.o ../itv/itv_linexprMPQ.o ../itv/itv_linearizeMPQ.o ../itv/itvD.o ../itv/itv_linexprD.o ../itv/itv_linearizeD.o ../itv/itvMPFR.o ../itv/itv_linexprMPFR.o ../itv/itv_linearizeMPFR.o ../itv/itvDl.o ../itv/itv_linexprDl.o ../itv/itv_linearizeDl.o  -lm -lmpfr -lgmp
- /usr/bin/ranlib libapron.a
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apron'
- (cd newpolka; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_userMPQ.o pk_user.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_internalMPQ.o pk_internal.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_bitMPQ.o pk_bit.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_satmatMPQ.o pk_satmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_vectorMPQ.o pk_vector.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_matrixMPQ.o pk_matrix.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_cherniMPQ.o pk_cherni.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_representationMPQ.o pk_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_approximateMPQ.o pk_approximate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_constructorMPQ.o pk_constructor.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_testMPQ.o pk_test.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_extractMPQ.o pk_extract.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_meetjoinMPQ.o pk_meetjoin.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_assignMPQ.o pk_assign.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_projectMPQ.o pk_project.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_resizeMPQ.o pk_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_expandfoldMPQ.o pk_expandfold.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_wideningMPQ.o pk_widening.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_closureMPQ.o pk_closure.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pkeqMPQ.o pkeq.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_userMPQ_debug.o pk_user.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_internalMPQ_debug.o pk_internal.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_bitMPQ_debug.o pk_bit.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_satmatMPQ_debug.o pk_satmat.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_vectorMPQ_debug.o pk_vector.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_matrixMPQ_debug.o pk_matrix.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_cherniMPQ_debug.o pk_cherni.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_representationMPQ_debug.o pk_representation.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_approximateMPQ_debug.o pk_approximate.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_constructorMPQ_debug.o pk_constructor.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_testMPQ_debug.o pk_test.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_extractMPQ_debug.o pk_extract.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_meetjoinMPQ_debug.o pk_meetjoin.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_assignMPQ_debug.o pk_assign.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_projectMPQ_debug.o pk_project.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_resizeMPQ_debug.o pk_resize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_expandfoldMPQ_debug.o pk_expandfold.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_wideningMPQ_debug.o pk_widening.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pk_closureMPQ_debug.o pk_closure.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o pkeqMPQ_debug.o pkeq.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_userRll.o pk_user.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_internalRll.o pk_internal.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_bitRll.o pk_bit.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_satmatRll.o pk_satmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_vectorRll.o pk_vector.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_matrixRll.o pk_matrix.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_cherniRll.o pk_cherni.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_representationRll.o pk_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_approximateRll.o pk_approximate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_constructorRll.o pk_constructor.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_testRll.o pk_test.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_extractRll.o pk_extract.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_meetjoinRll.o pk_meetjoin.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_assignRll.o pk_assign.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_projectRll.o pk_project.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_resizeRll.o pk_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_expandfoldRll.o pk_expandfold.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_wideningRll.o pk_widening.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_closureRll.o pk_closure.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pkeqRll.o pkeq.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_userRll_debug.o pk_user.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_internalRll_debug.o pk_internal.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_bitRll_debug.o pk_bit.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_satmatRll_debug.o pk_satmat.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_vectorRll_debug.o pk_vector.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_matrixRll_debug.o pk_matrix.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_cherniRll_debug.o pk_cherni.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_representationRll_debug.o pk_representation.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_approximateRll_debug.o pk_approximate.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_constructorRll_debug.o pk_constructor.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_testRll_debug.o pk_test.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_extractRll_debug.o pk_extract.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_meetjoinRll_debug.o pk_meetjoin.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_assignRll_debug.o pk_assign.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_projectRll_debug.o pk_project.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_resizeRll_debug.o pk_resize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_expandfoldRll_debug.o pk_expandfold.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_wideningRll_debug.o pk_widening.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pk_closureRll_debug.o pk_closure.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_LONGLONGRAT -c -o pkeqRll_debug.o pkeq.c
- /usr/bin/ar rcs libpolkaMPQ_debug.a pk_userMPQ_debug.o pk_internalMPQ_debug.o pk_bitMPQ_debug.o pk_satmatMPQ_debug.o pk_vectorMPQ_debug.o pk_matrixMPQ_debug.o pk_cherniMPQ_debug.o pk_representationMPQ_debug.o pk_approximateMPQ_debug.o pk_constructorMPQ_debug.o pk_testMPQ_debug.o pk_extractMPQ_debug.o pk_meetjoinMPQ_debug.o pk_assignMPQ_debug.o pk_projectMPQ_debug.o pk_resizeMPQ_debug.o pk_expandfoldMPQ_debug.o pk_wideningMPQ_debug.o pk_closureMPQ_debug.o pkeqMPQ_debug.o
- cc -shared -Wl,-soname,libpolkaMPQ_debug.so -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaMPQ_debug.so pk_userMPQ_debug.o pk_internalMPQ_debug.o pk_bitMPQ_debug.o pk_satmatMPQ_debug.o pk_vectorMPQ_debug.o pk_matrixMPQ_debug.o pk_cherniMPQ_debug.o pk_representationMPQ_debug.o pk_approximateMPQ_debug.o pk_constructorMPQ_debug.o pk_testMPQ_debug.o pk_extractMPQ_debug.o pk_meetjoinMPQ_debug.o pk_assignMPQ_debug.o pk_projectMPQ_debug.o pk_resizeMPQ_debug.o pk_expandfoldMPQ_debug.o pk_wideningMPQ_debug.o pk_closureMPQ_debug.o pkeqMPQ_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libpolkaMPQ_debug.a
- /usr/bin/ar rcs libpolkaRll_debug.a pk_userRll_debug.o pk_internalRll_debug.o pk_bitRll_debug.o pk_satmatRll_debug.o pk_vectorRll_debug.o pk_matrixRll_debug.o pk_cherniRll_debug.o pk_representationRll_debug.o pk_approximateRll_debug.o pk_constructorRll_debug.o pk_testRll_debug.o pk_extractRll_debug.o pk_meetjoinRll_debug.o pk_assignRll_debug.o pk_projectRll_debug.o pk_resizeRll_debug.o pk_expandfoldRll_debug.o pk_wideningRll_debug.o pk_closureRll_debug.o pkeqRll_debug.o
- cc -shared -Wl,-soname,libpolkaRll_debug.so -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaRll_debug.so pk_userRll_debug.o pk_internalRll_debug.o pk_bitRll_debug.o pk_satmatRll_debug.o pk_vectorRll_debug.o pk_matrixRll_debug.o pk_cherniRll_debug.o pk_representationRll_debug.o pk_approximateRll_debug.o pk_constructorRll_debug.o pk_testRll_debug.o pk_extractRll_debug.o pk_meetjoinRll_debug.o pk_assignRll_debug.o pk_projectRll_debug.o pk_resizeRll_debug.o pk_expandfoldRll_debug.o pk_wideningRll_debug.o pk_closureRll_debug.o pkeqRll_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libpolkaRll_debug.a
- /usr/bin/ar rcs libpolkaMPQ.a pk_userMPQ.o pk_internalMPQ.o pk_bitMPQ.o pk_satmatMPQ.o pk_vectorMPQ.o pk_matrixMPQ.o pk_cherniMPQ.o pk_representationMPQ.o pk_approximateMPQ.o pk_constructorMPQ.o pk_testMPQ.o pk_extractMPQ.o pk_meetjoinMPQ.o pk_assignMPQ.o pk_projectMPQ.o pk_resizeMPQ.o pk_expandfoldMPQ.o pk_wideningMPQ.o pk_closureMPQ.o pkeqMPQ.o
- cc -shared -Wl,-soname,libpolkaMPQ.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaMPQ.so pk_userMPQ.o pk_internalMPQ.o pk_bitMPQ.o pk_satmatMPQ.o pk_vectorMPQ.o pk_matrixMPQ.o pk_cherniMPQ.o pk_representationMPQ.o pk_approximateMPQ.o pk_constructorMPQ.o pk_testMPQ.o pk_extractMPQ.o pk_meetjoinMPQ.o pk_assignMPQ.o pk_projectMPQ.o pk_resizeMPQ.o pk_expandfoldMPQ.o pk_wideningMPQ.o pk_closureMPQ.o pkeqMPQ.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libpolkaMPQ.a
- /usr/bin/ar rcs libpolkaRll.a pk_userRll.o pk_internalRll.o pk_bitRll.o pk_satmatRll.o pk_vectorRll.o pk_matrixRll.o pk_cherniRll.o pk_representationRll.o pk_approximateRll.o pk_constructorRll.o pk_testRll.o pk_extractRll.o pk_meetjoinRll.o pk_assignRll.o pk_projectRll.o pk_resizeRll.o pk_expandfoldRll.o pk_wideningRll.o pk_closureRll.o pkeqRll.o
- cc -shared -Wl,-soname,libpolkaRll.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libpolkaRll.so pk_userRll.o pk_internalRll.o pk_bitRll.o pk_satmatRll.o pk_vectorRll.o pk_matrixRll.o pk_cherniRll.o pk_representationRll.o pk_approximateRll.o pk_constructorRll.o pk_testRll.o pk_extractRll.o pk_meetjoinRll.o pk_assignRll.o pk_projectRll.o pk_resizeRll.o pk_expandfoldRll.o pk_wideningRll.o pk_closureRll.o pkeqRll.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libpolkaRll.a
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- (cd box; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_internalMPQ.o box_internal.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_representationMPQ.o box_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_constructorMPQ.o box_constructor.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_meetjoinMPQ.o box_meetjoin.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_assignMPQ.o box_assign.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_resizeMPQ.o box_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_otheropsMPQ.o box_otherops.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_policyMPQ.o box_policy.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_internalMPQ_debug.o box_internal.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_representationMPQ_debug.o box_representation.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_constructorMPQ_debug.o box_constructor.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_meetjoinMPQ_debug.o box_meetjoin.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_assignMPQ_debug.o box_assign.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_resizeMPQ_debug.o box_resize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_otheropsMPQ_debug.o box_otherops.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_policyMPQ_debug.o box_policy.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_internalD.o box_internal.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_representationD.o box_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_constructorD.o box_constructor.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_meetjoinD.o box_meetjoin.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_assignD.o box_assign.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_resizeD.o box_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_otheropsD.o box_otherops.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_policyD.o box_policy.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_internalD_debug.o box_internal.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_representationD_debug.o box_representation.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_constructorD_debug.o box_constructor.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_meetjoinD_debug.o box_meetjoin.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_assignD_debug.o box_assign.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_resizeD_debug.o box_resize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_otheropsD_debug.o box_otherops.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o box_policyD_debug.o box_policy.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_internalMPFR.o box_internal.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_representationMPFR.o box_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_constructorMPFR.o box_constructor.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_meetjoinMPFR.o box_meetjoin.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_assignMPFR.o box_assign.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_resizeMPFR.o box_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_otheropsMPFR.o box_otherops.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_policyMPFR.o box_policy.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_internalMPFR_debug.o box_internal.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_representationMPFR_debug.o box_representation.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_constructorMPFR_debug.o box_constructor.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_meetjoinMPFR_debug.o box_meetjoin.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_assignMPFR_debug.o box_assign.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_resizeMPFR_debug.o box_resize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_otheropsMPFR_debug.o box_otherops.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o box_policyMPFR_debug.o box_policy.c
- /usr/bin/ar rcs libboxMPQ_debug.a box_internalMPQ_debug.o box_representationMPQ_debug.o box_constructorMPQ_debug.o box_meetjoinMPQ_debug.o box_assignMPQ_debug.o box_resizeMPQ_debug.o box_otheropsMPQ_debug.o box_policyMPQ_debug.o
- cc -shared -Wl,-soname,libboxMPQ_debug.so -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPQ_debug.so box_internalMPQ_debug.o box_representationMPQ_debug.o box_constructorMPQ_debug.o box_meetjoinMPQ_debug.o box_assignMPQ_debug.o box_resizeMPQ_debug.o box_otheropsMPQ_debug.o box_policyMPQ_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libboxMPQ_debug.a
- /usr/bin/ar rcs libboxD_debug.a box_internalD_debug.o box_representationD_debug.o box_constructorD_debug.o box_meetjoinD_debug.o box_assignD_debug.o box_resizeD_debug.o box_otheropsD_debug.o box_policyD_debug.o
- cc -shared -Wl,-soname,libboxD_debug.so -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxD_debug.so box_internalD_debug.o box_representationD_debug.o box_constructorD_debug.o box_meetjoinD_debug.o box_assignD_debug.o box_resizeD_debug.o box_otheropsD_debug.o box_policyD_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libboxD_debug.a
- /usr/bin/ar rcs libboxMPFR_debug.a box_internalMPFR_debug.o box_representationMPFR_debug.o box_constructorMPFR_debug.o box_meetjoinMPFR_debug.o box_assignMPFR_debug.o box_resizeMPFR_debug.o box_otheropsMPFR_debug.o box_policyMPFR_debug.o
- cc -shared -Wl,-soname,libboxMPFR_debug.so -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPFR_debug.so box_internalMPFR_debug.o box_representationMPFR_debug.o box_constructorMPFR_debug.o box_meetjoinMPFR_debug.o box_assignMPFR_debug.o box_resizeMPFR_debug.o box_otheropsMPFR_debug.o box_policyMPFR_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libboxMPFR_debug.a
- /usr/bin/ar rcs libboxD.a box_internalD.o box_representationD.o box_constructorD.o box_meetjoinD.o box_assignD.o box_resizeD.o box_otheropsD.o box_policyD.o
- cc -shared -Wl,-soname,libboxD.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxD.so box_internalD.o box_representationD.o box_constructorD.o box_meetjoinD.o box_assignD.o box_resizeD.o box_otheropsD.o box_policyD.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libboxD.a
- /usr/bin/ar rcs libboxMPQ.a box_internalMPQ.o box_representationMPQ.o box_constructorMPQ.o box_meetjoinMPQ.o box_assignMPQ.o box_resizeMPQ.o box_otheropsMPQ.o box_policyMPQ.o
- cc -shared -Wl,-soname,libboxMPQ.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPQ.so box_internalMPQ.o box_representationMPQ.o box_constructorMPQ.o box_meetjoinMPQ.o box_assignMPQ.o box_resizeMPQ.o box_otheropsMPQ.o box_policyMPQ.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libboxMPQ.a
- /usr/bin/ar rcs libboxMPFR.a box_internalMPFR.o box_representationMPFR.o box_constructorMPFR.o box_meetjoinMPFR.o box_assignMPFR.o box_resizeMPFR.o box_otheropsMPFR.o box_policyMPFR.o
- cc -shared -Wl,-soname,libboxMPFR.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libboxMPFR.so box_internalMPFR.o box_representationMPFR.o box_constructorMPFR.o box_meetjoinMPFR.o box_assignMPFR.o box_resizeMPFR.o box_otheropsMPFR.o box_policyMPFR.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libboxMPFR.a
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- (cd octagons; /usr/bin/make MPQ D)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_hmatMPQ.o oct_hmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_printMPQ.o oct_print.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_transferMPQ.o oct_transfer.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_closureMPQ.o oct_closure.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_naryMPQ.o oct_nary.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_representationMPQ.o oct_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_predicateMPQ.o oct_predicate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_resizeMPQ.o oct_resize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_hmatMPQ_debug.o oct_hmat.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_printMPQ_debug.o oct_print.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_transferMPQ_debug.o oct_transfer.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_closureMPQ_debug.o oct_closure.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_naryMPQ_debug.o oct_nary.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_representationMPQ_debug.o oct_representation.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_predicateMPQ_debug.o oct_predicate.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_resizeMPQ_debug.o oct_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o oct_testMPQ.o oct_test.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_hmatD.o oct_hmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_printD.o oct_print.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_transferD.o oct_transfer.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_closureD.o oct_closure.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_naryD.o oct_nary.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_representationD.o oct_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_predicateD.o oct_predicate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_resizeD.o oct_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_hmatD_debug.o oct_hmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_printD_debug.o oct_print.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_transferD_debug.o oct_transfer.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_closureD_debug.o oct_closure.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_naryD_debug.o oct_nary.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_representationD_debug.o oct_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_predicateD_debug.o oct_predicate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_resizeD_debug.o oct_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o oct_testD.o oct_test.c
- /usr/bin/ar rcs liboctMPQ_debug.a oct_hmatMPQ_debug.o oct_printMPQ_debug.o oct_transferMPQ_debug.o oct_closureMPQ_debug.o oct_naryMPQ_debug.o oct_representationMPQ_debug.o oct_predicateMPQ_debug.o oct_resizeMPQ_debug.o
- cc -shared -Wl,-soname,liboctMPQ_debug.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctMPQ_debug.so oct_hmatMPQ_debug.o oct_printMPQ_debug.o oct_transferMPQ_debug.o oct_closureMPQ_debug.o oct_naryMPQ_debug.o oct_representationMPQ_debug.o oct_predicateMPQ_debug.o oct_resizeMPQ_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib liboctMPQ_debug.a
- /usr/bin/ar rcs liboctD.a oct_hmatD.o oct_printD.o oct_transferD.o oct_closureD.o oct_naryD.o oct_representationD.o oct_predicateD.o oct_resizeD.o
- cc -shared -Wl,-soname,liboctD.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctD.so oct_hmatD.o oct_printD.o oct_transferD.o oct_closureD.o oct_naryD.o oct_representationD.o oct_predicateD.o oct_resizeD.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib liboctD.a
- /usr/bin/ar rcs liboctD_debug.a oct_hmatD_debug.o oct_printD_debug.o oct_transferD_debug.o oct_closureD_debug.o oct_naryD_debug.o oct_representationD_debug.o oct_predicateD_debug.o oct_resizeD_debug.o
- cc -shared -Wl,-soname,liboctD_debug.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctD_debug.so oct_hmatD_debug.o oct_printD_debug.o oct_transferD_debug.o oct_closureD_debug.o oct_naryD_debug.o oct_representationD_debug.o oct_predicateD_debug.o oct_resizeD_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib liboctD_debug.a
- cc -o octtestMPQ oct_testMPQ.o \
- 	-L. -loctMPQ_debug -L../newpolka -lpolkaMPQ_debug \
- 	-L../apron    -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99
- cc -o octtestD oct_testD.o \
- 	-L. -loctD_debug -L../newpolka -lpolkaMPQ_debug \
- 	-L../apron    -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99
- /usr/bin/ar rcs liboctMPQ.a oct_hmatMPQ.o oct_printMPQ.o oct_transferMPQ.o oct_closureMPQ.o oct_naryMPQ.o oct_representationMPQ.o oct_predicateMPQ.o oct_resizeMPQ.o
- cc -shared -Wl,-soname,liboctMPQ.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o liboctMPQ.so oct_hmatMPQ.o oct_printMPQ.o oct_transferMPQ.o oct_closureMPQ.o oct_naryMPQ.o oct_representationMPQ.o oct_predicateMPQ.o oct_resizeMPQ.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib liboctMPQ.a
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- (cd taylor1plus; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_internalMPQ.o t1p_internal.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_representationMPQ.o t1p_representation.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_constructorMPQ.o t1p_constructor.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_meetjoinMPQ.o t1p_meetjoin.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_assignMPQ.o t1p_assign.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_resizeMPQ.o t1p_resize.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_otheropsMPQ.o t1p_otherops.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_funMPQ.o t1p_fun.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_itv_utilsMPQ.o t1p_itv_utils.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_internalMPQ_debug.o t1p_internal.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_representationMPQ_debug.o t1p_representation.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_constructorMPQ_debug.o t1p_constructor.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_meetjoinMPQ_debug.o t1p_meetjoin.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_assignMPQ_debug.o t1p_assign.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_resizeMPQ_debug.o t1p_resize.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_otheropsMPQ_debug.o t1p_otherops.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_funMPQ_debug.o t1p_fun.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_itv_utilsMPQ_debug.o t1p_itv_utils.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_internalD.o t1p_internal.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_representationD.o t1p_representation.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_constructorD.o t1p_constructor.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_meetjoinD.o t1p_meetjoin.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_assignD.o t1p_assign.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_resizeD.o t1p_resize.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_otheropsD.o t1p_otherops.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_funD.o t1p_fun.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_itv_utilsD.o t1p_itv_utils.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_internalD_debug.o t1p_internal.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_representationD_debug.o t1p_representation.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_constructorD_debug.o t1p_constructor.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_meetjoinD_debug.o t1p_meetjoin.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_assignD_debug.o t1p_assign.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_resizeD_debug.o t1p_resize.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_otheropsD_debug.o t1p_otherops.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_funD_debug.o t1p_fun.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o t1p_itv_utilsD_debug.o t1p_itv_utils.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_internalMPFR.o t1p_internal.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_representationMPFR.o t1p_representation.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_constructorMPFR.o t1p_constructor.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_meetjoinMPFR.o t1p_meetjoin.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_assignMPFR.o t1p_assign.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_resizeMPFR.o t1p_resize.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_otheropsMPFR.o t1p_otherops.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_funMPFR.o t1p_fun.c
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_itv_utilsMPFR.o t1p_itv_utils.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_internalMPFR_debug.o t1p_internal.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_representationMPFR_debug.o t1p_representation.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_constructorMPFR_debug.o t1p_constructor.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_meetjoinMPFR_debug.o t1p_meetjoin.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_assignMPFR_debug.o t1p_assign.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_resizeMPFR_debug.o t1p_resize.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_otheropsMPFR_debug.o t1p_otherops.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_funMPFR_debug.o t1p_fun.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPFR -c -o t1p_itv_utilsMPFR_debug.o t1p_itv_utils.c
- /usr/bin/ar rcs libt1pD_debug.a t1p_internalD_debug.o t1p_representationD_debug.o t1p_constructorD_debug.o t1p_meetjoinD_debug.o t1p_assignD_debug.o t1p_resizeD_debug.o t1p_otheropsD_debug.o t1p_funD_debug.o t1p_itv_utilsD_debug.o
- cc -shared -Wl,-soname,libt1pD_debug.so  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG  -o libt1pD_debug.so t1p_internalD_debug.o t1p_representationD_debug.o t1p_constructorD_debug.o t1p_meetjoinD_debug.o t1p_assignD_debug.o t1p_resizeD_debug.o t1p_otheropsD_debug.o t1p_funD_debug.o t1p_itv_utilsD_debug.o -L../apron    -L../box -L../newpolka -lboxD_debug -lpolkaMPQ_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ar rcs libt1pMPQ_debug.a t1p_internalMPQ_debug.o t1p_representationMPQ_debug.o t1p_constructorMPQ_debug.o t1p_meetjoinMPQ_debug.o t1p_assignMPQ_debug.o t1p_resizeMPQ_debug.o t1p_otheropsMPQ_debug.o t1p_funMPQ_debug.o t1p_itv_utilsMPQ_debug.o
- cc -shared -Wl,-soname,libt1pMPQ_debug.so  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG  -o libt1pMPQ_debug.so t1p_internalMPQ_debug.o t1p_representationMPQ_debug.o t1p_constructorMPQ_debug.o t1p_meetjoinMPQ_debug.o t1p_assignMPQ_debug.o t1p_resizeMPQ_debug.o t1p_otheropsMPQ_debug.o t1p_funMPQ_debug.o t1p_itv_utilsMPQ_debug.o -L../apron    -L../box -L../newpolka -lboxMPQ_debug -lpolkaMPQ_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ranlib libt1pD_debug.a
- /usr/bin/ranlib libt1pMPQ_debug.a
- /usr/bin/ar rcs libt1pMPFR_debug.a t1p_internalMPFR_debug.o t1p_representationMPFR_debug.o t1p_constructorMPFR_debug.o t1p_meetjoinMPFR_debug.o t1p_assignMPFR_debug.o t1p_resizeMPFR_debug.o t1p_otheropsMPFR_debug.o t1p_funMPFR_debug.o t1p_itv_utilsMPFR_debug.o
- cc -shared -Wl,-soname,libt1pMPFR_debug.so  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG  -o libt1pMPFR_debug.so t1p_internalMPFR_debug.o t1p_representationMPFR_debug.o t1p_constructorMPFR_debug.o t1p_meetjoinMPFR_debug.o t1p_assignMPFR_debug.o t1p_resizeMPFR_debug.o t1p_otheropsMPFR_debug.o t1p_funMPFR_debug.o t1p_itv_utilsMPFR_debug.o -L../apron    -L../box -L../newpolka -lboxMPFR_debug -lpolkaMPQ_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ranlib libt1pMPFR_debug.a
- /usr/bin/ar rcs libt1pMPQ.a t1p_internalMPQ.o t1p_representationMPQ.o t1p_constructorMPQ.o t1p_meetjoinMPQ.o t1p_assignMPQ.o t1p_resizeMPQ.o t1p_otheropsMPQ.o t1p_funMPQ.o t1p_itv_utilsMPQ.o
- cc -shared -Wl,-soname,libt1pMPQ.so  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pMPQ.so t1p_internalMPQ.o t1p_representationMPQ.o t1p_constructorMPQ.o t1p_meetjoinMPQ.o t1p_assignMPQ.o t1p_resizeMPQ.o t1p_otheropsMPQ.o t1p_funMPQ.o t1p_itv_utilsMPQ.o -L../apron    -L../box -L../newpolka -lboxMPQ -lpolkaMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ranlib libt1pMPQ.a
- /usr/bin/ar rcs libt1pMPFR.a t1p_internalMPFR.o t1p_representationMPFR.o t1p_constructorMPFR.o t1p_meetjoinMPFR.o t1p_assignMPFR.o t1p_resizeMPFR.o t1p_otheropsMPFR.o t1p_funMPFR.o t1p_itv_utilsMPFR.o
- cc -shared -Wl,-soname,libt1pMPFR.so  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pMPFR.so t1p_internalMPFR.o t1p_representationMPFR.o t1p_constructorMPFR.o t1p_meetjoinMPFR.o t1p_assignMPFR.o t1p_resizeMPFR.o t1p_otheropsMPFR.o t1p_funMPFR.o t1p_itv_utilsMPFR.o -L../apron    -L../box -L../newpolka -lboxMPFR -lpolkaMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ranlib libt1pMPFR.a
- /usr/bin/ar rcs libt1pD.a t1p_internalD.o t1p_representationD.o t1p_constructorD.o t1p_meetjoinD.o t1p_assignD.o t1p_resizeD.o t1p_otheropsD.o t1p_funD.o t1p_itv_utilsD.o
- cc -shared -Wl,-soname,libt1pD.so  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libt1pD.so t1p_internalD.o t1p_representationD.o t1p_constructorD.o t1p_meetjoinD.o t1p_assignD.o t1p_resizeD.o t1p_otheropsD.o t1p_funD.o t1p_itv_utilsD.o -L../apron    -L../box -L../newpolka -lboxD -lpolkaMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /usr/bin/ranlib libt1pD.a
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- (cd avoct; /usr/bin/make MPQ D)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_hmatMPQ.o avo_hmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_printMPQ.o avo_print.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_transferMPQ.o avo_transfer.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_closureMPQ.o avo_closure.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_naryMPQ.o avo_nary.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_representationMPQ.o avo_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_predicateMPQ.o avo_predicate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_resizeMPQ.o avo_resize.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_hmatMPQ_debug.o avo_hmat.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_printMPQ_debug.o avo_print.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_transferMPQ_debug.o avo_transfer.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_closureMPQ_debug.o avo_closure.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_naryMPQ_debug.o avo_nary.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_representationMPQ_debug.o avo_representation.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_predicateMPQ_debug.o avo_predicate.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_resizeMPQ_debug.o avo_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o avo_testMPQ.o avo_test.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_hmatD.o avo_hmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_printD.o avo_print.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_transferD.o avo_transfer.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_closureD.o avo_closure.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_naryD.o avo_nary.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_representationD.o avo_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_predicateD.o avo_predicate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_resizeD.o avo_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_hmatD_debug.o avo_hmat.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_printD_debug.o avo_print.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_transferD_debug.o avo_transfer.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_closureD_debug.o avo_closure.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_naryD_debug.o avo_nary.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_representationD_debug.o avo_representation.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_predicateD_debug.o avo_predicate.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_resizeD_debug.o avo_resize.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_DOUBLE -c -o avo_testD.o avo_test.c
- /usr/bin/ar rcs libavoMPQ_debug.a avo_hmatMPQ_debug.o avo_printMPQ_debug.o avo_transferMPQ_debug.o avo_closureMPQ_debug.o avo_naryMPQ_debug.o avo_representationMPQ_debug.o avo_predicateMPQ_debug.o avo_resizeMPQ_debug.o
- cc -shared -Wl,-soname,libavoMPQ_debug.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libavoMPQ_debug.so avo_hmatMPQ_debug.o avo_printMPQ_debug.o avo_transferMPQ_debug.o avo_closureMPQ_debug.o avo_naryMPQ_debug.o avo_representationMPQ_debug.o avo_predicateMPQ_debug.o avo_resizeMPQ_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libavoMPQ_debug.a
- cc -o avotestMPQ avo_testMPQ.o \
- 	-L. -lavoMPQ_debug \
- 	-L../apron    -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99
- /usr/bin/ar rcs libavoD.a avo_hmatD.o avo_printD.o avo_transferD.o avo_closureD.o avo_naryD.o avo_representationD.o avo_predicateD.o avo_resizeD.o
- cc -shared -Wl,-soname,libavoD.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libavoD.so avo_hmatD.o avo_printD.o avo_transferD.o avo_closureD.o avo_naryD.o avo_representationD.o avo_predicateD.o avo_resizeD.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libavoD.a
- /usr/bin/ar rcs libavoD_debug.a avo_hmatD_debug.o avo_printD_debug.o avo_transferD_debug.o avo_closureD_debug.o avo_naryD_debug.o avo_representationD_debug.o avo_predicateD_debug.o avo_resizeD_debug.o
- cc -shared -Wl,-soname,libavoD_debug.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libavoD_debug.so avo_hmatD_debug.o avo_printD_debug.o avo_transferD_debug.o avo_closureD_debug.o avo_naryD_debug.o avo_representationD_debug.o avo_predicateD_debug.o avo_resizeD_debug.o -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /usr/bin/ranlib libavoD_debug.a
- cc -o avotestD avo_testD.o \
- 	-L. -lavoD_debug \
- 	-L../apron    -lapron_debug -lmpfr -lgmp -lm -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99
- /usr/bin/ar rcs libavoMPQ.a avo_hmatMPQ.o avo_printMPQ.o avo_transferMPQ.o avo_closureMPQ.o avo_naryMPQ.o avo_representationMPQ.o avo_predicateMPQ.o avo_resizeMPQ.o
- cc -shared -Wl,-soname,libavoMPQ.so -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o libavoMPQ.so avo_hmatMPQ.o avo_printMPQ.o avo_transferMPQ.o avo_closureMPQ.o avo_naryMPQ.o avo_representationMPQ.o avo_predicateMPQ.o avo_resizeMPQ.o -L../apron    -lapron -lmpfr -lgmp -lm
- /usr/bin/ranlib libavoMPQ.a
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- /usr/bin/sed -e "s!@VERSION@!"0.9.15"!g;" mlapronidl/META.in > mlapronidl/META;
- /usr/bin/sed -e '/^[[:space:]]*archive(byte)/ { p; s ) ,plugin) ;}' -i.bak mlapronidl/META;
- /usr/bin/sed -e '/^[[:space:]]*archive(native)/ { p; s ) ,plugin) ;'\
- '            s \.cmxa\" .cmxs\" ;}' -i.bak mlapronidl/META;
- test -f mlapronidl/META.bak && rm -f mlapronidl/META.bak
- (cd mlapronidl; /usr/bin/make INCLUDE_DEPEND=no depend; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/mlapronidl'
- mkdir -p tmp
- /home/opam/.opam/default/bin/ocamlyacc apron_parser.mly
- /home/opam/.opam/default/bin/ocamllex apron_lexer.mll
- cp scalar.idl tmp/scalar.idl
- cp interval.idl tmp/interval.idl
- cp coeff.idl tmp/coeff.idl
- cp dim.idl tmp/dim.idl
- cp linexpr0.idl tmp/linexpr0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/scalar.idl
- cp lincons0.idl tmp/lincons0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/coeff.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/interval.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/linexpr0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/dim.idl
- cp generator0.idl tmp/generator0.idl
- cp texpr0.idl tmp/texpr0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/lincons0.idl
- cp tcons0.idl tmp/tcons0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/generator0.idl
- cp manager.idl tmp/manager.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/texpr0.idl
- cp abstract0.idl tmp/abstract0.idl
- cp var.idl tmp/var.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/tcons0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/manager.idl
- cp environment.idl tmp/environment.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/abstract0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/var.idl
- cp linexpr1.idl tmp/linexpr1.idl
- cp lincons1.idl tmp/lincons1.idl
- 118 states, 2303 transitions, table size 9920 bytes
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/environment.idl
- cp generator1.idl tmp/generator1.idl
- cp texpr1.idl tmp/texpr1.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/linexpr1.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/lincons1.idl
- cp tcons1.idl tmp/tcons1.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/generator1.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/texpr1.idl
- cp abstract1.idl tmp/abstract1.idl
- cp policy.idl tmp/policy.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/tcons1.idl
- cp disjunction.idl tmp/disjunction.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/abstract1.idl
- cp version.idl tmp/version.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/policy.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/disjunction.idl
- perl perlscript_c.pl < tmp/dim_stubs.c >dim_caml.c
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/version.idl
- perl perlscript_c.pl < tmp/scalar_stubs.c >scalar_caml.c
- perl perlscript_c.pl < tmp/var_stubs.c >var_caml.c
- perl perlscript_caml.pl < tmp/dim.ml >dim.ml;
- perl perlscript_c.pl < tmp/manager_stubs.c >manager_caml.c
- perl perlscript_caml.pl < tmp/scalar.ml >scalar.ml;
- perl perlscript_c.pl < tmp/interval_stubs.c >interval_caml.c
- perl perlscript_caml.pl < tmp/var.ml >var.ml;
- perl perlscript_caml.pl < tmp/dim.mli >dim.mli
- perl perlscript_caml.pl < tmp/manager.ml >manager.ml;
- perl perlscript_c.pl < tmp/coeff_stubs.c >coeff_caml.c
- perl perlscript_caml.pl < tmp/interval.ml >interval.ml;
- perl perlscript_caml.pl < tmp/scalar.mli >scalar.mli
- perl perlscript_c.pl < tmp/version_stubs.c >version_caml.c
- perl perlscript_caml.pl < tmp/var.mli >var.mli
- perl perlscript_caml.pl < tmp/coeff.ml >coeff.ml;
- perl perlscript_caml.pl < tmp/manager.mli >manager.mli
- perl perlscript_caml.pl < tmp/interval.mli >interval.mli
- perl perlscript_caml.pl < tmp/version.ml >version.ml;
- perl perlscript_caml.pl < tmp/coeff.mli >coeff.mli
- perl perlscript_caml.pl < tmp/version.mli >version.mli
- perl perlscript_c.pl < tmp/environment_stubs.c >environment_caml.c
- perl perlscript_c.pl < tmp/linexpr0_stubs.c >linexpr0_caml.c
- perl perlscript_c.pl < tmp/generator0_stubs.c >generator0_caml.c
- perl perlscript_c.pl < tmp/lincons0_stubs.c >lincons0_caml.c
- perl perlscript_caml.pl < tmp/linexpr0.ml >linexpr0.ml;
- perl perlscript_caml.pl < tmp/environment.ml >environment.ml;
- perl perlscript_caml.pl < tmp/generator0.ml >generator0.ml;
- perl perlscript_caml.pl < tmp/lincons0.ml >lincons0.ml;
- perl perlscript_c.pl < tmp/texpr0_stubs.c >texpr0_caml.c
- perl perlscript_caml.pl < tmp/linexpr0.mli >linexpr0.mli
- perl perlscript_caml.pl < tmp/generator0.mli >generator0.mli
- perl perlscript_caml.pl < tmp/lincons0.mli >lincons0.mli
- perl perlscript_caml.pl < tmp/environment.mli >environment.mli
- perl perlscript_caml.pl < tmp/texpr0.ml >texpr0.ml;
- perl perlscript_caml.pl < tmp/texpr0.mli >texpr0.mli
- perl perlscript_c.pl < tmp/tcons0_stubs.c >tcons0_caml.c
- perl perlscript_c.pl < tmp/linexpr1_stubs.c >linexpr1_caml.c
- perl perlscript_caml.pl < tmp/tcons0.ml >tcons0.ml;
- perl perlscript_caml.pl < tmp/linexpr1.ml >linexpr1.ml;
- perl perlscript_caml.pl < tmp/tcons0.mli >tcons0.mli
- perl perlscript_caml.pl < tmp/linexpr1.mli >linexpr1.mli
- perl perlscript_c.pl < tmp/generator1_stubs.c >generator1_caml.c
- perl perlscript_c.pl < tmp/texpr1_stubs.c >texpr1_caml.c
- perl perlscript_caml.pl < tmp/generator1.ml >generator1.ml;
- perl perlscript_caml.pl < tmp/texpr1.ml >texpr1.ml;
- perl perlscript_c.pl < tmp/lincons1_stubs.c >lincons1_caml.c
- perl perlscript_caml.pl < tmp/generator1.mli >generator1.mli
- perl perlscript_caml.pl < tmp/texpr1.mli >texpr1.mli
- perl perlscript_caml.pl < tmp/lincons1.ml >lincons1.ml;
- perl perlscript_c.pl < tmp/abstract0_stubs.c >abstract0_caml.c
- perl perlscript_c.pl < tmp/tcons1_stubs.c >tcons1_caml.c
- perl perlscript_caml.pl < tmp/lincons1.mli >lincons1.mli
- perl perlscript_caml.pl < tmp/abstract0.ml >abstract0.ml;
- perl perlscript_caml.pl < tmp/tcons1.ml >tcons1.ml;
- perl perlscript_c.pl < tmp/disjunction_stubs.c >disjunction_caml.c
- perl perlscript_caml.pl < tmp/tcons1.mli >tcons1.mli
- perl perlscript_caml.pl < tmp/abstract0.mli >abstract0.mli
- perl perlscript_caml.pl < tmp/disjunction.ml >disjunction.ml;
- perl perlscript_caml.pl < tmp/disjunction.mli >disjunction.mli
- perl perlscript_c.pl < tmp/policy_stubs.c >policy_caml.c
- perl perlscript_caml.pl < tmp/policy.ml >policy.ml;
- perl perlscript_c.pl < tmp/abstract1_stubs.c >abstract1_caml.c
- perl perlscript_caml.pl < tmp/policy.mli >policy.mli
- perl perlscript_caml.pl < tmp/abstract1.ml >abstract1.ml;
- perl perlscript_caml.pl < tmp/abstract1.mli >abstract1.mli
- /home/opam/.opam/default/bin/ocamldep scalar.ml interval.ml coeff.ml dim.ml linexpr0.ml lincons0.ml generator0.ml texpr0.ml tcons0.ml manager.ml abstract0.ml var.ml environment.ml linexpr1.ml lincons1.ml generator1.ml texpr1.ml tcons1.ml abstract1.ml policy.ml disjunction.ml version.ml apron_parser.ml apron_lexer.ml parser.ml scalar.mli interval.mli coeff.mli dim.mli linexpr0.mli lincons0.mli generator0.mli texpr0.mli tcons0.mli manager.mli abstract0.mli var.mli environment.mli linexpr1.mli lincons1.mli generator1.mli texpr1.mli tcons1.mli abstract1.mli policy.mli disjunction.mli version.mli apron_parser.mli apron_lexer.mli parser.mli > depend
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/mlapronidl'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/mlapronidl'
- cp scalar.idl tmp/scalar.idl
- cp interval.idl tmp/interval.idl
- cp coeff.idl tmp/coeff.idl
- cp dim.idl tmp/dim.idl
- cp linexpr0.idl tmp/linexpr0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/scalar.idl
- cp lincons0.idl tmp/lincons0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/interval.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/coeff.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/dim.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/lincons0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/linexpr0.idl
- cp generator0.idl tmp/generator0.idl
- cp texpr0.idl tmp/texpr0.idl
- cp tcons0.idl tmp/tcons0.idl
- cp manager.idl tmp/manager.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/generator0.idl
- cp abstract0.idl tmp/abstract0.idl
- cp var.idl tmp/var.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/tcons0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/manager.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/texpr0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/abstract0.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/var.idl
- cp environment.idl tmp/environment.idl
- cp linexpr1.idl tmp/linexpr1.idl
- cp lincons1.idl tmp/lincons1.idl
- cp generator1.idl tmp/generator1.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/environment.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/linexpr1.idl
- cp texpr1.idl tmp/texpr1.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/lincons1.idl
- cp tcons1.idl tmp/tcons1.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/generator1.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/texpr1.idl
- cp disjunction.idl tmp/disjunction.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/tcons1.idl
- cp version.idl tmp/version.idl
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/disjunction.idl
- perl perlscript_c.pl < tmp/scalar_stubs.c >scalar_caml.c
- perl perlscript_c.pl < tmp/dim_stubs.c >dim_caml.c
- /home/opam/.opam/default/bin/camlidl -no-include -prepro "perl macros.pl" tmp/version.idl
- perl perlscript_caml.pl < tmp/dim.ml >dim.ml;
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c apron_caml.c -o apron_caml.o
- perl perlscript_c.pl < tmp/var_stubs.c >var_caml.c
- perl perlscript_caml.pl < tmp/scalar.ml >scalar.ml;
- perl perlscript_c.pl < tmp/interval_stubs.c >interval_caml.c
- perl perlscript_c.pl < tmp/manager_stubs.c >manager_caml.c
- perl perlscript_caml.pl < tmp/dim.mli >dim.mli
- perl perlscript_caml.pl < tmp/var.ml >var.ml;
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c abstract1_caml.c -o abstract1_caml.o
- perl perlscript_c.pl < tmp/coeff_stubs.c >coeff_caml.c
- perl perlscript_c.pl < tmp/version_stubs.c >version_caml.c
- perl perlscript_caml.pl < tmp/scalar.mli >scalar.mli
- perl perlscript_caml.pl < tmp/interval.ml >interval.ml;
- perl perlscript_caml.pl < tmp/manager.ml >manager.ml;
- perl perlscript_caml.pl < tmp/var.mli >var.mli
- perl perlscript_caml.pl < tmp/coeff.ml >coeff.ml;
- perl perlscript_caml.pl < tmp/version.ml >version.ml;
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c policy_caml.c -o policy_caml.o
- perl perlscript_c.pl < tmp/environment_stubs.c >environment_caml.c
- perl perlscript_caml.pl < tmp/interval.mli >interval.mli
- perl perlscript_caml.pl < tmp/coeff.mli >coeff.mli
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c apron_caml.c -o apron_caml_debug.o
- perl perlscript_c.pl < tmp/linexpr0_stubs.c >linexpr0_caml.c
- perl perlscript_caml.pl < tmp/manager.mli >manager.mli
- perl perlscript_caml.pl < tmp/version.mli >version.mli
- perl perlscript_caml.pl < tmp/environment.ml >environment.ml;
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c dim_caml.c -o dim_caml_debug.o
- perl perlscript_c.pl < tmp/lincons0_stubs.c >lincons0_caml.c
- perl perlscript_caml.pl < tmp/linexpr0.ml >linexpr0.ml;
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c var_caml.c -o var_caml_debug.o
- perl perlscript_caml.pl < tmp/environment.mli >environment.mli
- perl perlscript_c.pl < tmp/generator0_stubs.c >generator0_caml.c
- perl perlscript_caml.pl < tmp/lincons0.ml >lincons0.ml;
- perl perlscript_caml.pl < tmp/linexpr0.mli >linexpr0.mli
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c abstract1_caml.c -o abstract1_caml_debug.o
- perl perlscript_c.pl < tmp/texpr0_stubs.c >texpr0_caml.c
- perl perlscript_caml.pl < tmp/generator0.ml >generator0.ml;
- perl perlscript_c.pl < tmp/tcons0_stubs.c >tcons0_caml.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c policy_caml.c -o policy_caml_debug.o
- perl perlscript_caml.pl < tmp/lincons0.mli >lincons0.mli
- perl perlscript_caml.pl < tmp/texpr0.ml >texpr0.ml;
- perl perlscript_caml.pl < tmp/tcons0.ml >tcons0.ml;
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c version_caml.c -o version_caml_debug.o
- perl perlscript_caml.pl < tmp/generator0.mli >generator0.mli
- perl perlscript_c.pl < tmp/linexpr1_stubs.c >linexpr1_caml.c
- perl perlscript_caml.pl < tmp/texpr0.mli >texpr0.mli
- perl perlscript_caml.pl < tmp/tcons0.mli >tcons0.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c scalar.mli
- perl perlscript_caml.pl < tmp/linexpr1.ml >linexpr1.ml;
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c dim.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c manager.mli
- perl perlscript_caml.pl < tmp/linexpr1.mli >linexpr1.mli
- perl perlscript_c.pl < tmp/generator1_stubs.c >generator1_caml.c
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c var.mli
- perl perlscript_c.pl < tmp/texpr1_stubs.c >texpr1_caml.c
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c version.mli
- perl perlscript_caml.pl < tmp/generator1.ml >generator1.ml;
- perl perlscript_c.pl < tmp/lincons1_stubs.c >lincons1_caml.c
- perl perlscript_caml.pl < tmp/texpr1.ml >texpr1.ml;
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c scalar_caml.c -o scalar_caml.o
- perl perlscript_caml.pl < tmp/generator1.mli >generator1.mli
- perl perlscript_caml.pl < tmp/lincons1.ml >lincons1.ml;
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c interval_caml.c -o interval_caml.o
- perl perlscript_c.pl < tmp/abstract0_stubs.c >abstract0_caml.c
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c coeff_caml.c -o coeff_caml.o
- perl perlscript_caml.pl < tmp/texpr1.mli >texpr1.mli
- perl perlscript_c.pl < tmp/disjunction_stubs.c >disjunction_caml.c
- perl perlscript_caml.pl < tmp/lincons1.mli >lincons1.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c dim_caml.c -o dim_caml.o
- perl perlscript_c.pl < tmp/tcons1_stubs.c >tcons1_caml.c
- perl perlscript_caml.pl < tmp/abstract0.ml >abstract0.ml;
- perl perlscript_caml.pl < tmp/disjunction.ml >disjunction.ml;
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c linexpr0_caml.c -o linexpr0_caml.o
- perl perlscript_caml.pl < tmp/tcons1.ml >tcons1.ml;
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c lincons0_caml.c -o lincons0_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c generator0_caml.c -o generator0_caml.o
- perl perlscript_caml.pl < tmp/disjunction.mli >disjunction.mli
- perl perlscript_caml.pl < tmp/abstract0.mli >abstract0.mli
- perl perlscript_caml.pl < tmp/tcons1.mli >tcons1.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c texpr0_caml.c -o texpr0_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c tcons0_caml.c -o tcons0_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c manager_caml.c -o manager_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c var_caml.c -o var_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c environment_caml.c -o environment_caml.o
- var_caml.c: In function 'camlidl_var_ap_var_of_string':
- var_caml.c:34:10: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
-    34 |   name = (char *) String_val(_v_name);
-       |          ^
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c linexpr1_caml.c -o linexpr1_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c lincons1_caml.c -o lincons1_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c generator1_caml.c -o generator1_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c texpr1_caml.c -o texpr1_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c tcons1_caml.c -o tcons1_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c disjunction_caml.c -o disjunction_caml.o
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c version_caml.c -o version_caml.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c scalar_caml.c -o scalar_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c interval_caml.c -o interval_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c coeff_caml.c -o coeff_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c linexpr0_caml.c -o linexpr0_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c lincons0_caml.c -o lincons0_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c generator0_caml.c -o generator0_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c texpr0_caml.c -o texpr0_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c tcons0_caml.c -o tcons0_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c manager_caml.c -o manager_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c abstract0_caml.c -o abstract0_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c environment_caml.c -o environment_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c linexpr1_caml.c -o linexpr1_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c lincons1_caml.c -o lincons1_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c generator1_caml.c -o generator1_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c texpr1_caml.c -o texpr1_caml_debug.o
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c tcons1_caml.c -o tcons1_caml_debug.o
- var_caml.c: In function 'camlidl_var_ap_var_of_string':
- var_caml.c:34:10: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
-    34 |   name = (char *) String_val(_v_name);
-       |          ^
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c disjunction_caml.c -o disjunction_caml_debug.o
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c scalar.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c dim.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c manager.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c var.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c version.ml
- sh /home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/ocamlpack -o apron_ocamldoc.mli -title "APRON Library" -intro introduction.odoc scalar interval coeff dim linexpr0 lincons0 generator0 texpr0 tcons0 manager abstract0 var environment linexpr1 lincons1 generator1 texpr1 tcons1 abstract1 policy disjunction version apron_parser apron_lexer parser
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c scalar.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c interval.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c dim.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c manager.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c var.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c environment.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c version.ml
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c abstract0_caml.c -o abstract0_caml.o
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c interval.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c coeff.mli
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c interval.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c environment.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c environment.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c coeff.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c linexpr0.mli
- /usr/bin/sed -i -e 's/{5/{6/g;s/{4/{5/g;s/{3/{4/g;s/{2/{3/g;s/{1/{2/g' apron_ocamldoc.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c linexpr0.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c lincons0.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c generator0.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c texpr0.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c linexpr1.mli
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c coeff.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c lincons0.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c generator0.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c texpr0.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c tcons0.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c linexpr1.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c lincons1.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c generator1.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c texpr1.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c tcons0.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c abstract0.mli
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c linexpr0.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c texpr1.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c tcons1.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c apron_parser.mli
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib apron_caml_debug.o scalar_caml_debug.o interval_caml_debug.o coeff_caml_debug.o dim_caml_debug.o linexpr0_caml_debug.o lincons0_caml_debug.o generator0_caml_debug.o texpr0_caml_debug.o tcons0_caml_debug.o manager_caml_debug.o abstract0_caml_debug.o var_caml_debug.o environment_caml_debug.o linexpr1_caml_debug.o lincons1_caml_debug.o generator1_caml_debug.o texpr1_caml_debug.o tcons1_caml_debug.o abstract1_caml_debug.o policy_caml_debug.o disjunction_caml_debug.o version_caml_debug.o -L../apron  -lapron_debug -lmpfr -lgmp -lm -o apron_caml_debug
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c abstract0.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c lincons1.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c generator1.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c apron_parser.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c apron_lexer.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c tcons1.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c abstract1.mli
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c lincons0.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c generator0.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c texpr0.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c linexpr1.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c apron_lexer.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c abstract1.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c policy.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c disjunction.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c parser.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c policy.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c disjunction.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c parser.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c tcons0.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c texpr1.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c abstract0.ml
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -pack -o apron.cmo scalar.cmo interval.cmo coeff.cmo dim.cmo linexpr0.cmo lincons0.cmo generator0.cmo texpr0.cmo tcons0.cmo manager.cmo abstract0.cmo var.cmo environment.cmo linexpr1.cmo lincons1.cmo generator1.cmo texpr1.cmo tcons1.cmo abstract1.cmo policy.cmo disjunction.cmo version.cmo apron_parser.cmo apron_lexer.cmo parser.cmo
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c apron_parser.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c lincons1.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c generator1.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c tcons1.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c apron_lexer.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c abstract1.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c policy.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c disjunction.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -for-pack Apron -c parser.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -pack -o apron.cmx scalar.cmx interval.cmx coeff.cmx dim.cmx linexpr0.cmx lincons0.cmx generator0.cmx texpr0.cmx tcons0.cmx manager.cmx abstract0.cmx var.cmx environment.cmx linexpr1.cmx lincons1.cmx generator1.cmx texpr1.cmx tcons1.cmx abstract1.cmx policy.cmx disjunction.cmx version.cmx apron_parser.cmx apron_lexer.cmx parser.cmx
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o apron.d -oc apron_caml_debug apron.cmx -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o apron.d.cmxs apron.d.cmxa
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib apron_caml.o scalar_caml.o interval_caml.o coeff_caml.o dim_caml.o linexpr0_caml.o lincons0_caml.o generator0_caml.o texpr0_caml.o tcons0_caml.o manager_caml.o abstract0_caml.o var_caml.o environment_caml.o linexpr1_caml.o lincons1_caml.o generator1_caml.o texpr1_caml.o tcons1_caml.o abstract1_caml.o policy_caml.o disjunction_caml.o version_caml.o -L../apron  -lapron -lmpfr -lgmp -lm -o apron_caml
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o apron -oc apron_caml apron.cmo -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o apron -oc apron_caml apron.cmx -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o apron.cmxs apron.cmxa
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/mlapronidl'
- (cd newpolka; /usr/bin/make ml)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- mkdir -p tmp
- cp ../mlapronidl/manager.idl polka.idl tmp/
- cd tmp && /home/opam/.opam/default/bin/camlidl -no-include -nocpp polka.idl
- cp tmp/polka_stubs.c polka_caml.c
- perl perlscript_caml.pl < tmp/polka.ml >polka.ml
- perl perlscript_caml.pl < tmp/polka.mli >polka.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c polka.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUMINT_MPQ -c -o polka_caml.o polka_caml.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUMINT_MPQ -c -o polka_caml_debug.o polka_caml.c
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c polka.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c polka.ml
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaMPQ_caml_debug polka_caml_debug.o -L. -lpolkaMPQ_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaRll_caml_debug polka_caml_debug.o -L. -lpolkaRll_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaMPQ_caml polka_caml.o -L. -lpolkaMPQ -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaRll_caml polka_caml.o -L. -lpolkaRll -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaMPQ.d -oc polkaMPQ_caml_debug polka.cmx -lpolkaMPQ_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaRll.d -oc polkaRll_caml_debug polka.cmx -lpolkaRll_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaRll -oc polkaRll_caml polka.cmo -lpolkaRll -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaRll -oc polkaRll_caml polka.cmx -lpolkaRll -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaMPQ -oc polkaMPQ_caml polka.cmo -lpolkaMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o polkaMPQ -oc polkaMPQ_caml polka.cmx -lpolkaMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o polkaMPQ.d.cmxs polkaMPQ.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o polkaRll.d.cmxs polkaRll.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o polkaRll.cmxs polkaRll.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o polkaMPQ.cmxs polkaMPQ.cmxa
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- (cd box; /usr/bin/make ml)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- mkdir -p tmp
- cp box.idl ../mlapronidl/*.idl tmp/
- cd tmp && /home/opam/.opam/default/bin/camlidl -no-include -nocpp -I . box.idl
- perl ../mlapronidl/perlscript_c.pl < tmp/box_stubs.c >box_caml.c
- perl perlscript_caml.pl < tmp/box.ml >box.ml
- perl perlscript_caml.pl < tmp/box.mli >box.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c box.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_caml.o box_caml.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o box_caml_debug.o box_caml.c
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c box.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c box.ml
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPQ_caml_debug box_caml_debug.o -L. -lboxMPQ_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxD_caml_debug box_caml_debug.o -L. -lboxD_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPFR_caml_debug box_caml_debug.o -L. -lboxMPFR_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPQ_caml box_caml.o -L. -lboxMPQ -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxD_caml box_caml.o -L. -lboxD -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPFR_caml box_caml.o -L. -lboxMPFR -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPQ.d -oc boxMPQ_caml_debug box.cmx -lboxMPQ_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxD.d -oc boxD_caml_debug box.cmx -lboxD_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPFR.d -oc boxMPFR_caml_debug box.cmx -lboxMPFR_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPQ -oc boxMPQ_caml box.cmo -lboxMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPQ -oc boxMPQ_caml box.cmx -lboxMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxD -oc boxD_caml box.cmo -lboxD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxD -oc boxD_caml box.cmx -lboxD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPFR -oc boxMPFR_caml box.cmo -lboxMPFR -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o boxMPFR -oc boxMPFR_caml box.cmx -lboxMPFR -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o boxD.d.cmxs boxD.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o boxMPQ.d.cmxs boxMPQ.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o boxMPFR.d.cmxs boxMPFR.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o boxMPQ.cmxs boxMPQ.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o boxD.cmxs boxD.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o boxMPFR.cmxs boxMPFR.cmxa
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- (cd octagons; /usr/bin/make mlMPQ mlD)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- mkdir -p tmp
- cp oct.idl ../mlapronidl/*.idl tmp
- cd tmp && /home/opam/.opam/default/bin/camlidl -no-include -nocpp -I . oct.idl
- perl perlscript_c.pl < tmp/oct_stubs.c >oct_caml.c
- perl perlscript_caml.pl < tmp/oct.ml >oct.ml
- perl perlscript_caml.pl < tmp/oct.mli >oct.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c oct.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c -o oct_caml.o oct_caml.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c -o oct_caml_debug.o oct_caml.c
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c oct.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c oct.ml
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octMPQ_caml_debug oct_caml_debug.o -L. -loctMPQ_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octD_caml_debug oct_caml_debug.o -L. -loctD_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octMPQ_caml oct_caml.o -L. -loctMPQ -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octD_caml oct_caml.o -L. -loctD -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octD.d -oc octD_caml_debug oct.cmx -loctD_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octMPQ.d -oc octMPQ_caml_debug oct.cmx -loctMPQ_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octD -oc octD_caml oct.cmo -loctD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octD -oc octD_caml oct.cmx -loctD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octMPQ -oc octMPQ_caml oct.cmo -loctMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o octMPQ -oc octMPQ_caml oct.cmx -loctMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o octD.d.cmxs octD.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o octMPQ.d.cmxs octMPQ.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o octMPQ.cmxs octMPQ.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o octD.cmxs octD.cmxa
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- (cd taylor1plus; /usr/bin/make ml)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- mkdir -p tmp
- cp t1p.idl ../mlapronidl/manager.idl tmp/
- cd tmp && /home/opam/.opam/default/bin/camlidl -no-include -nocpp t1p.idl
- cp tmp/t1p_stubs.c t1p_caml.c
- perl perlscript_caml.pl < tmp/t1p.ml >t1p.ml
- perl perlscript_caml.pl < tmp/t1p.mli >t1p.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c t1p.mli
- cc  -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_caml.o t1p_caml.c
- cc  -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -D_GET_CPU_TIME -D_T1P_DEBUG   -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -DNUM_MPQ -c -o t1p_caml_debug.o t1p_caml.c
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c t1p.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c t1p.ml
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPQ_caml t1p_caml.o -L. -lt1pMPQ -L../apron    -L../box -L../newpolka -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pD_caml t1p_caml.o -L. -lt1pD -L../apron    -L../box -L../newpolka -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPFR_caml t1p_caml.o -L. -lt1pMPFR -L../apron    -L../box -L../newpolka -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPQ_caml_debug t1p_caml_debug.o -L. -lt1pMPQ_debug -L../apron    -L../box -L../newpolka -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pD_caml_debug t1p_caml_debug.o -L. -lt1pD_debug -L../apron    -L../box -L../newpolka -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPFR_caml_debug t1p_caml_debug.o -L. -lt1pMPFR_debug -L../apron    -L../box -L../newpolka -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPQ -oc t1pMPQ_caml t1p.cmo -lt1pMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPQ -oc t1pMPQ_caml t1p.cmx -lt1pMPQ -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPFR -oc t1pMPFR_caml t1p.cmo -lt1pMPFR -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPFR -oc t1pMPFR_caml t1p.cmx -lt1pMPFR -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPQ.d -oc t1pMPQ_caml_debug t1p.cmx -lt1pMPQ_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pD -oc t1pD_caml t1p.cmo -lt1pD -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pD -oc t1pD_caml t1p.cmx -lt1pD -lapron -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pD.d -oc t1pD_caml_debug t1p.cmx -lt1pD_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o t1pMPFR.d -oc t1pMPFR_caml_debug t1p.cmx -lt1pMPFR_debug -lapron_debug -lgmpxx -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I ../box -I ../newpolka -I . -o t1pMPQ.cmxs t1pMPQ.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I ../box -I ../newpolka -I . -o t1pD.d.cmxs t1pD.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I ../box -I ../newpolka -I . -o t1pMPFR.d.cmxs t1pMPFR.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I ../box -I ../newpolka -I . -o t1pMPQ.d.cmxs t1pMPQ.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I ../box -I ../newpolka -I . -o t1pMPFR.cmxs t1pMPFR.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I ../box -I ../newpolka -I . -o t1pD.cmxs t1pD.cmxa
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- (cd avoct; /usr/bin/make mlMPQ mlD)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- mkdir -p tmp
- cp avo.idl ../mlapronidl/*.idl tmp
- cd tmp && /home/opam/.opam/default/bin/camlidl -no-include -nocpp -I . avo.idl
- perl perlscript_c.pl < tmp/avo_stubs.c >avo_caml.c
- perl perlscript_caml.pl < tmp/avo.ml >avo.ml
- perl perlscript_caml.pl < tmp/avo.mli >avo.mli
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c avo.mli
- cc -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c -o avo_caml.o avo_caml.c
- cc -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99  -I../apron -I../num -I../itv  -I/home/opam/.opam/default/lib/gmp -I../mlapronidl -I/home/opam/.opam/default/lib/camlidl -I/home/opam/.opam/default/lib/ocaml -c -o avo_caml_debug.o avo_caml.c
- /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c avo.ml
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -I /home/opam/.opam/default/lib/gmp -I ../mlapronidl -c avo.ml
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoMPQ_caml_debug avo_caml_debug.o -L. -lavoMPQ_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoD_caml_debug avo_caml_debug.o -L. -lavoD_debug -L../apron    -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoMPQ_caml avo_caml.o -L. -lavoMPQ -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoD_caml avo_caml.o -L. -lavoD -L../apron    -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoMPQ.d -oc avoMPQ_caml_debug avo.cmx -lavoMPQ_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoD.d -oc avoD_caml_debug avo.cmx -lavoD_debug -lapron_debug -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoD -oc avoD_caml avo.cmo -lavoD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoD -oc avoD_caml avo.cmx -lavoD -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoMPQ -oc avoMPQ_caml avo.cmo -lavoMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlmklib -dllpath /home/opam/.opam/default/share/apron/lib -L/home/opam/.opam/default/share/apron/lib -o avoMPQ -oc avoMPQ_caml avo.cmx -lavoMPQ -lapron -lmpfr -lgmp -lm
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o avoMPQ.d.cmxs avoMPQ.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o avoD.d.cmxs avoD.d.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o avoD.cmxs avoD.cmxa
- /home/opam/.opam/default/bin/ocamlopt.opt -inline 20 -linkall -shared  -I ../apron -I . -o avoMPQ.cmxs avoMPQ.cmxa
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- (cd apronxx; /usr/bin/make)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apronxx'
- c++ -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow  -I../apron -I../num -I../itv  -I../box -I../newpolka -I../octagons -I../taylor1plus  -c -o apronxx.o apronxx.cc
- c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow  -I../apron -I../num -I../itv  -I../box -I../newpolka -I../octagons -I../taylor1plus  -c -o apronxx_debug.o apronxx.cc
- c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow  -I../apron -I../num -I../itv  -I../box -I../newpolka -I../octagons -I../taylor1plus  -c -o apronxx_test_debug.o apronxx_test.cc
- /usr/bin/ar rcs libapronxx_debug.a apronxx_debug.o
- c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -shared -o libapronxx_debug.so apronxx_debug.o -L../apron    -lapron_debug -lmpfr -lgmpxx -lgmp -lm
- /usr/bin/ar rcs libapronxx.a apronxx.o
- c++ -U__STRICT_ANSI__ -DNDEBUG -O3  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -shared -o libapronxx.so apronxx.o -L../apron    -lapron  -lmpfr -lgmpxx -lgmp -lm
- /usr/bin/ranlib libapronxx_debug.a
- /usr/bin/ranlib libapronxx.a
- c++ -U__STRICT_ANSI__ -UNDEBUG -O0 -g  -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -Wno-unused-parameter -Wno-unused-function -fPIC -Wno-stringop-overflow -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -std=c99 -o apronxx_test apronxx_test_debug.o -L../newpolka -lpolkaMPQ_debug -L../octagons -loctMPQ_debug -L../box -lboxMPQ_debug -L../taylor1plus -lt1pMPQ_debug libapronxx_debug.a -L../apron    -lapron_debug -lmpfr -lgmpxx -lgmp -lm
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apronxx'
-> compiled  apron.v0.9.15
[apron: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15)
- (cd num; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/num'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/num'
- (cd itv; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/itv'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/itv'
- (cd apron; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apron'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apron'
- (cd newpolka; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- (cd box; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- (cd octagons; /usr/bin/make MPQ D)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- make[1]: Nothing to be done for 'MPQ'.
- make[1]: Nothing to be done for 'D'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- (cd taylor1plus; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- (cd avoct; /usr/bin/make MPQ D)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- make[1]: Nothing to be done for 'MPQ'.
- make[1]: Nothing to be done for 'D'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- (cd mlapronidl; /usr/bin/make INCLUDE_DEPEND=no depend; /usr/bin/make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/mlapronidl'
- /home/opam/.opam/default/bin/ocamldep scalar.ml interval.ml coeff.ml dim.ml linexpr0.ml lincons0.ml generator0.ml texpr0.ml tcons0.ml manager.ml abstract0.ml var.ml environment.ml linexpr1.ml lincons1.ml generator1.ml texpr1.ml tcons1.ml abstract1.ml policy.ml disjunction.ml version.ml apron_parser.ml apron_lexer.ml parser.ml scalar.mli interval.mli coeff.mli dim.mli linexpr0.mli lincons0.mli generator0.mli texpr0.mli tcons0.mli manager.mli abstract0.mli var.mli environment.mli linexpr1.mli lincons1.mli generator1.mli texpr1.mli tcons1.mli abstract1.mli policy.mli disjunction.mli version.mli apron_parser.mli apron_lexer.mli parser.mli > depend
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/mlapronidl'
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/mlapronidl'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/mlapronidl'
- (cd newpolka; /usr/bin/make ml)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- make[1]: Nothing to be done for 'ml'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- (cd box; /usr/bin/make ml)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- make[1]: Nothing to be done for 'ml'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- (cd octagons; /usr/bin/make mlMPQ mlD)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- make[1]: Nothing to be done for 'mlMPQ'.
- make[1]: Nothing to be done for 'mlD'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- (cd taylor1plus; /usr/bin/make ml)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- make[1]: Nothing to be done for 'ml'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- (cd avoct; /usr/bin/make mlMPQ mlD)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- make[1]: Nothing to be done for 'mlMPQ'.
- make[1]: Nothing to be done for 'mlD'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- (cd apronxx; /usr/bin/make)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apronxx'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apronxx'
- (cd num; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/num'
- mkdir -p /home/opam/.opam/default/share/apron/include
- cp num_config.h num.h num_numint.h num_numrat.h num_numflt.h numint.h numint_native.h numint_mpz.h numrat.h numrat_native.h numrat_mpq.h numflt.h numflt_native.h numflt_mpfr.h num_name.h bound.h bound_def.h /home/opam/.opam/default/share/apron/include
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/num'
- (cd itv; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/itv'
- /usr/bin/install -d /home/opam/.opam/default/share/apron/include /home/opam/.opam/default/share/apron/lib
- /usr/bin/install itv.h itv_fun.h itv_config.h itv_linexpr.h itv_linearize.h /home/opam/.opam/default/share/apron/include
- for i in libitvIl.a libitvIll.a libitvRl.a libitvRll.a libitvMPZ.a libitvMPQ.a libitvD.a libitvMPFR.a libitv.a libitvDl.a; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; echo /home/opam/.opam/default/share/apron/lib/$i; fi; \
- done
- /home/opam/.opam/default/share/apron/lib/libitvIl.a
- /home/opam/.opam/default/share/apron/lib/libitvIll.a
- /home/opam/.opam/default/share/apron/lib/libitvRl.a
- /home/opam/.opam/default/share/apron/lib/libitvRll.a
- /home/opam/.opam/default/share/apron/lib/libitvMPZ.a
- /home/opam/.opam/default/share/apron/lib/libitvMPQ.a
- /home/opam/.opam/default/share/apron/lib/libitvD.a
- /home/opam/.opam/default/share/apron/lib/libitvMPFR.a
- /home/opam/.opam/default/share/apron/lib/libitv.a
- /home/opam/.opam/default/share/apron/lib/libitvDl.a
- for i in libitvIl_debug.a libitvIll_debug.a libitvRl_debug.a libitvRll_debug.a libitvMPZ_debug.a libitvMPQ_debug.a libitvD_debug.a libitvMPFR_debug.a libitv_debug.a libitvDl_debug.a; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; fi; \
- done
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/itv'
- (cd apron; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apron'
- mkdir -p /home/opam/.opam/default/share/apron/include
- cp ap_config.h ap_scalar.h ap_interval.h ap_coeff.h ap_dimension.h ap_linexpr0.h ap_lincons0.h ap_generator0.h ap_texpr0.h ap_tcons0.h ap_expr0.h ap_manager.h ap_abstract0.h ap_policy.h ap_generic.h ap_var.h ap_environment.h ap_linexpr1.h ap_lincons1.h ap_generator1.h ap_texpr1.h ap_tcons1.h ap_expr1.h ap_abstract1.h ap_global0.h ap_global1.h ap_linearize.h ap_linearize_aux.h ap_reducedproduct.h ap_disjunction.h ap_version.h /home/opam/.opam/default/share/apron/include
- mkdir -p /home/opam/.opam/default/share/apron/lib
- for i in libapron.a libapron.so; do if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; echo /home/opam/.opam/default/share/apron/lib/$i;  fi; done
- /home/opam/.opam/default/share/apron/lib/libapron.a
- /home/opam/.opam/default/share/apron/lib/libapron.so
- for i in libapron_debug.a libapron_debug.so; do if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; fi; done
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apron'
- (cd newpolka; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- /usr/bin/install -d /home/opam/.opam/default/share/apron/include /home/opam/.opam/default/share/apron/lib
- /usr/bin/install pk.h pkeq.h /home/opam/.opam/default/share/apron/include
- for i in libpolkaMPQ.a libpolkaRll.a libpolkaMPQ.so libpolkaRll.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; echo /home/opam/.opam/default/share/apron/lib/$i; fi; \
- done
- /home/opam/.opam/default/share/apron/lib/libpolkaMPQ.a
- /home/opam/.opam/default/share/apron/lib/libpolkaRll.a
- /home/opam/.opam/default/share/apron/lib/libpolkaMPQ.so
- /home/opam/.opam/default/share/apron/lib/libpolkaRll.so
- for i in libpolkaMPQ_debug.a libpolkaRll_debug.a libpolkaMPQ_debug.so libpolkaRll_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; fi; \
- done
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/newpolka'
- (cd box; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- /usr/bin/install -d /home/opam/.opam/default/share/apron/include /home/opam/.opam/default/share/apron/lib
- /usr/bin/install box.h /home/opam/.opam/default/share/apron/include
- for i in libboxMPQ.a libboxD.a libboxMPFR.a libboxMPQ.so libboxD.so libboxMPFR.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; echo /home/opam/.opam/default/share/apron/lib/$i; fi; \
- done
- /home/opam/.opam/default/share/apron/lib/libboxMPQ.a
- /home/opam/.opam/default/share/apron/lib/libboxD.a
- /home/opam/.opam/default/share/apron/lib/libboxMPFR.a
- /home/opam/.opam/default/share/apron/lib/libboxMPQ.so
- /home/opam/.opam/default/share/apron/lib/libboxD.so
- /home/opam/.opam/default/share/apron/lib/libboxMPFR.so
- for i in libboxMPQ_debug.a libboxD_debug.a libboxMPFR_debug.a libboxMPQ_debug.so libboxD_debug.so libboxMPFR_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; fi; \
- done
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/box'
- (cd octagons; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- /usr/bin/install -d /home/opam/.opam/default/share/apron/include /home/opam/.opam/default/share/apron/include/oct /home/opam/.opam/default/share/apron/lib /home/opam/.opam/default/share/apron/bin
- /usr/bin/install oct.h /home/opam/.opam/default/share/apron/include
- /usr/bin/install oct_internal.h oct_fun.h /home/opam/.opam/default/share/apron/include/oct
- for i in octtop* octrun*; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/bin; echo /home/opam/.opam/default/share/apron/bin/$i; fi; \
- done
- for i in liboctIl.a liboctIll.a liboctMPZ.a liboctRl.a liboctRll.a  liboctMPQ.a liboctD.a  liboctDl.a  liboctMPFR.a liboctIl.so liboctIll.so liboctMPZ.so liboctRl.so liboctRll.so  liboctMPQ.so liboctD.so  liboctDl.so  liboctMPFR.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; echo /home/opam/.opam/default/share/apron/lib/$i; fi; \
- done
- /home/opam/.opam/default/share/apron/lib/liboctMPQ.a
- /home/opam/.opam/default/share/apron/lib/liboctD.a
- /home/opam/.opam/default/share/apron/lib/liboctMPQ.so
- /home/opam/.opam/default/share/apron/lib/liboctD.so
- for i in liboctIl_debug.a liboctIll_debug.a liboctMPZ_debug.a liboctRl_debug.a liboctRll_debug.a  liboctMPQ_debug.a liboctD_debug.a  liboctDl_debug.a  liboctMPFR_debug.a liboctIl_debug.so liboctIll_debug.so liboctMPZ_debug.so liboctRl_debug.so liboctRll_debug.so  liboctMPQ_debug.so liboctD_debug.so  liboctDl_debug.so  liboctMPFR_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; fi; \
- done
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/octagons'
- (cd taylor1plus; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- /usr/bin/install -d /home/opam/.opam/default/share/apron/include /home/opam/.opam/default/share/apron/lib
- /usr/bin/install t1p.h /home/opam/.opam/default/share/apron/include
- for i in libt1pMPQ.a libt1pD.a libt1pMPFR.a libt1pMPQ.so libt1pD.so libt1pMPFR.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; echo /home/opam/.opam/default/share/apron/lib/$i; fi; \
- done
- /home/opam/.opam/default/share/apron/lib/libt1pMPQ.a
- /home/opam/.opam/default/share/apron/lib/libt1pD.a
- /home/opam/.opam/default/share/apron/lib/libt1pMPFR.a
- /home/opam/.opam/default/share/apron/lib/libt1pMPQ.so
- /home/opam/.opam/default/share/apron/lib/libt1pD.so
- /home/opam/.opam/default/share/apron/lib/libt1pMPFR.so
- for i in libt1pMPQ_debug.a libt1pD_debug.a libt1pMPFR_debug.a libt1pMPQ_debug.so libt1pD_debug.so libt1pMPFR_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; fi; \
- done
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/taylor1plus'
- (cd avoct; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- /usr/bin/install -d /home/opam/.opam/default/share/apron/include /home/opam/.opam/default/share/apron/include/avo /home/opam/.opam/default/share/apron/lib /home/opam/.opam/default/share/apron/bin
- /usr/bin/install avo.h /home/opam/.opam/default/share/apron/include
- /usr/bin/install avo_internal.h avo_fun.h /home/opam/.opam/default/share/apron/include/avo
- for i in avotop* avorun*; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/bin; echo /home/opam/.opam/default/share/apron/bin/$i; fi; \
- done
- for i in libavoIl.a libavoIll.a libavoMPZ.a libavoRl.a libavoRll.a  libavoMPQ.a libavoD.a  libavoDl.a  libavoMPFR.a libavoIl.so libavoIll.so libavoMPZ.so libavoRl.so libavoRll.so  libavoMPQ.so libavoD.so  libavoDl.so  libavoMPFR.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; echo /home/opam/.opam/default/share/apron/lib/$i; fi; \
- done
- /home/opam/.opam/default/share/apron/lib/libavoMPQ.a
- /home/opam/.opam/default/share/apron/lib/libavoD.a
- /home/opam/.opam/default/share/apron/lib/libavoMPQ.so
- /home/opam/.opam/default/share/apron/lib/libavoD.so
- for i in libavoIl_debug.a libavoIll_debug.a libavoMPZ_debug.a libavoRl_debug.a libavoRll_debug.a  libavoMPQ_debug.a libavoD_debug.a  libavoDl_debug.a  libavoMPFR_debug.a libavoIl_debug.so libavoIll_debug.so libavoMPZ_debug.so libavoRl_debug.so libavoRll_debug.so  libavoMPQ_debug.so libavoD_debug.so  libavoDl_debug.so  libavoMPFR_debug.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; fi; \
- done
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/avoct'
- /home/opam/.opam/default/bin/ocamlfind remove apron
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/apron/META
- /home/opam/.opam/default/bin/ocamlfind install apron mlapronidl/META mlapronidl/apron.cmi mlapronidl/apron.cmx mlapronidl/apron.cma mlapronidl/apron.cmxa mlapronidl/apron.a mlapronidl/apron.cmxs mlapronidl/libapron_caml.a mlapronidl/apron.d.cmxa mlapronidl/apron.d.a mlapronidl/apron.d.cmxs mlapronidl/libapron_caml_debug.a mlapronidl/dllapron_caml.so box/box.mli box/box.cmi box/box.cmx box/boxD.cma box/boxD.cmxa box/boxD.a box/boxD.cmxs box/libboxD_caml.a box/boxD.d.cmxa box/boxD.d.a box/boxD.d.cmxs box/libboxD_caml_debug.a box/dllboxD_caml.so box/boxMPQ.cma box/boxMPQ.cmxa box/boxMPQ.a box/boxMPQ.cmxs box/libboxMPQ_caml.a box/boxMPQ.d.cmxa box/boxMPQ.d.a box/boxMPQ.d.cmxs box/libboxMPQ_caml_debug.a box/dllboxMPQ_caml.so box/boxMPFR.cma box/boxMPFR.cmxa box/boxMPFR.a box/boxMPFR.cmxs box/libboxMPFR_caml.a box/boxMPFR.d.cmxa box/boxMPFR.d.a box/boxMPFR.d.cmxs box/libboxMPFR_caml_debug.a box/dllboxMPFR_caml.so octagons/oct.mli octagons/oct.cmi octagons/oct.cmx octagons/octD.cma octagons/octD.cmxa octagons/octD.a octagons/octD.cmxs octagons/liboctD_caml.a octagons/octD.d.cmxa octagons/octD.d.a octagons/octD.d.cmxs octagons/liboctD_caml_debug.a octagons/dlloctD_caml.so octagons/octMPQ.cma octagons/octMPQ.cmxa octagons/octMPQ.a octagons/octMPQ.cmxs octagons/liboctMPQ_caml.a octagons/octMPQ.d.cmxa octagons/octMPQ.d.a octagons/octMPQ.d.cmxs octagons/liboctMPQ_caml_debug.a octagons/dlloctMPQ_caml.so newpolka/polka.mli newpolka/polka.cmi newpolka/polka.cmx newpolka/polkaMPQ.cma newpolka/polkaMPQ.cmxa newpolka/polkaMPQ.a newpolka/polkaMPQ.cmxs newpolka/libpolkaMPQ_caml.a newpolka/polkaMPQ.d.cmxa newpolka/polkaMPQ.d.a newpolka/polkaMPQ.d.cmxs newpolka/libpolkaMPQ_caml_debug.a newpolka/dllpolkaMPQ_caml.so newpolka/polkaRll.cma newpolka/polkaRll.cmxa newpolka/polkaRll.a newpolka/polkaRll.cmxs newpolka/libpolkaRll_caml.a newpolka/polkaRll.d.cmxa newpolka/polkaRll.d.a newpolka/polkaRll.d.cmxs newpolka/libpolkaRll_caml_debug.a newpolka/dllpolkaRll_caml.so taylor1plus/t1p.mli taylor1plus/t1p.cmi taylor1plus/t1p.cmx taylor1plus/t1pD.cma taylor1plus/t1pD.cmxa taylor1plus/t1pD.a taylor1plus/t1pD.cmxs taylor1plus/libt1pD_caml.a taylor1plus/t1pD.d.cmxa taylor1plus/t1pD.d.a taylor1plus/t1pD.d.cmxs taylor1plus/libt1pD_caml_debug.a taylor1plus/dllt1pD_caml.so taylor1plus/t1pMPQ.cma taylor1plus/t1pMPQ.cmxa taylor1plus/t1pMPQ.a taylor1plus/t1pMPQ.cmxs taylor1plus/libt1pMPQ_caml.a taylor1plus/t1pMPQ.d.cmxa taylor1plus/t1pMPQ.d.a taylor1plus/t1pMPQ.d.cmxs taylor1plus/libt1pMPQ_caml_debug.a taylor1plus/dllt1pMPQ_caml.so taylor1plus/t1pMPFR.cma taylor1plus/t1pMPFR.cmxa taylor1plus/t1pMPFR.a taylor1plus/t1pMPFR.cmxs taylor1plus/libt1pMPFR_caml.a taylor1plus/t1pMPFR.d.cmxa taylor1plus/t1pMPFR.d.a taylor1plus/t1pMPFR.d.cmxs taylor1plus/libt1pMPFR_caml_debug.a taylor1plus/dllt1pMPFR_caml.so avoct/avo.mli avoct/avo.cmi avoct/avo.cmx avoct/avoD.cma avoct/avoD.cmxa avoct/avoD.a avoct/avoD.cmxs avoct/libavoD_caml.a avoct/avoD.d.cmxa avoct/avoD.d.a avoct/avoD.d.cmxs avoct/libavoD_caml_debug.a avoct/dllavoD_caml.so avoct/avoMPQ.cma avoct/avoMPQ.cmxa avoct/avoMPQ.a avoct/avoMPQ.cmxs avoct/libavoMPQ_caml.a avoct/avoMPQ.d.cmxa avoct/avoMPQ.d.a avoct/avoMPQ.d.cmxs avoct/libavoMPQ_caml_debug.a avoct/dllavoMPQ_caml.so mlapronidl/scalar.idl mlapronidl/interval.idl mlapronidl/coeff.idl mlapronidl/dim.idl mlapronidl/linexpr0.idl mlapronidl/lincons0.idl mlapronidl/generator0.idl mlapronidl/texpr0.idl mlapronidl/tcons0.idl mlapronidl/manager.idl mlapronidl/abstract0.idl mlapronidl/var.idl mlapronidl/environment.idl mlapronidl/linexpr1.idl mlapronidl/lincons1.idl mlapronidl/generator1.idl mlapronidl/texpr1.idl mlapronidl/tcons1.idl mlapronidl/abstract1.idl mlapronidl/policy.idl mlapronidl/disjunction.idl mlapronidl/apron_caml.h mlapronidl/apron_ocamldoc.mli
- Installed /home/opam/.opam/default/lib/apron/apron_ocamldoc.mli
- Installed /home/opam/.opam/default/lib/apron/apron_caml.h
- Installed /home/opam/.opam/default/lib/apron/disjunction.idl
- Installed /home/opam/.opam/default/lib/apron/policy.idl
- Installed /home/opam/.opam/default/lib/apron/abstract1.idl
- Installed /home/opam/.opam/default/lib/apron/tcons1.idl
- Installed /home/opam/.opam/default/lib/apron/texpr1.idl
- Installed /home/opam/.opam/default/lib/apron/generator1.idl
- Installed /home/opam/.opam/default/lib/apron/lincons1.idl
- Installed /home/opam/.opam/default/lib/apron/linexpr1.idl
- Installed /home/opam/.opam/default/lib/apron/environment.idl
- Installed /home/opam/.opam/default/lib/apron/var.idl
- Installed /home/opam/.opam/default/lib/apron/abstract0.idl
- Installed /home/opam/.opam/default/lib/apron/manager.idl
- Installed /home/opam/.opam/default/lib/apron/tcons0.idl
- Installed /home/opam/.opam/default/lib/apron/texpr0.idl
- Installed /home/opam/.opam/default/lib/apron/generator0.idl
- Installed /home/opam/.opam/default/lib/apron/lincons0.idl
- Installed /home/opam/.opam/default/lib/apron/linexpr0.idl
- Installed /home/opam/.opam/default/lib/apron/dim.idl
- Installed /home/opam/.opam/default/lib/apron/coeff.idl
- Installed /home/opam/.opam/default/lib/apron/interval.idl
- Installed /home/opam/.opam/default/lib/apron/scalar.idl
- Installed /home/opam/.opam/default/lib/apron/libavoMPQ_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/avoMPQ.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/avoMPQ.d.a
- Installed /home/opam/.opam/default/lib/apron/avoMPQ.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libavoMPQ_caml.a
- Installed /home/opam/.opam/default/lib/apron/avoMPQ.cmxs
- Installed /home/opam/.opam/default/lib/apron/avoMPQ.a
- Installed /home/opam/.opam/default/lib/apron/avoMPQ.cmxa
- Installed /home/opam/.opam/default/lib/apron/avoMPQ.cma
- Installed /home/opam/.opam/default/lib/apron/libavoD_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/avoD.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/avoD.d.a
- Installed /home/opam/.opam/default/lib/apron/avoD.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libavoD_caml.a
- Installed /home/opam/.opam/default/lib/apron/avoD.cmxs
- Installed /home/opam/.opam/default/lib/apron/avoD.a
- Installed /home/opam/.opam/default/lib/apron/avoD.cmxa
- Installed /home/opam/.opam/default/lib/apron/avoD.cma
- Installed /home/opam/.opam/default/lib/apron/avo.cmx
- Installed /home/opam/.opam/default/lib/apron/avo.cmi
- Installed /home/opam/.opam/default/lib/apron/avo.mli
- Installed /home/opam/.opam/default/lib/apron/libt1pMPFR_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/t1pMPFR.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/t1pMPFR.d.a
- Installed /home/opam/.opam/default/lib/apron/t1pMPFR.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libt1pMPFR_caml.a
- Installed /home/opam/.opam/default/lib/apron/t1pMPFR.cmxs
- Installed /home/opam/.opam/default/lib/apron/t1pMPFR.a
- Installed /home/opam/.opam/default/lib/apron/t1pMPFR.cmxa
- Installed /home/opam/.opam/default/lib/apron/t1pMPFR.cma
- Installed /home/opam/.opam/default/lib/apron/libt1pMPQ_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/t1pMPQ.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/t1pMPQ.d.a
- Installed /home/opam/.opam/default/lib/apron/t1pMPQ.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libt1pMPQ_caml.a
- Installed /home/opam/.opam/default/lib/apron/t1pMPQ.cmxs
- Installed /home/opam/.opam/default/lib/apron/t1pMPQ.a
- Installed /home/opam/.opam/default/lib/apron/t1pMPQ.cmxa
- Installed /home/opam/.opam/default/lib/apron/t1pMPQ.cma
- Installed /home/opam/.opam/default/lib/apron/libt1pD_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/t1pD.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/t1pD.d.a
- Installed /home/opam/.opam/default/lib/apron/t1pD.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libt1pD_caml.a
- Installed /home/opam/.opam/default/lib/apron/t1pD.cmxs
- Installed /home/opam/.opam/default/lib/apron/t1pD.a
- Installed /home/opam/.opam/default/lib/apron/t1pD.cmxa
- Installed /home/opam/.opam/default/lib/apron/t1pD.cma
- Installed /home/opam/.opam/default/lib/apron/t1p.cmx
- Installed /home/opam/.opam/default/lib/apron/t1p.cmi
- Installed /home/opam/.opam/default/lib/apron/t1p.mli
- Installed /home/opam/.opam/default/lib/apron/libpolkaRll_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/polkaRll.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/polkaRll.d.a
- Installed /home/opam/.opam/default/lib/apron/polkaRll.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libpolkaRll_caml.a
- Installed /home/opam/.opam/default/lib/apron/polkaRll.cmxs
- Installed /home/opam/.opam/default/lib/apron/polkaRll.a
- Installed /home/opam/.opam/default/lib/apron/polkaRll.cmxa
- Installed /home/opam/.opam/default/lib/apron/polkaRll.cma
- Installed /home/opam/.opam/default/lib/apron/libpolkaMPQ_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/polkaMPQ.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/polkaMPQ.d.a
- Installed /home/opam/.opam/default/lib/apron/polkaMPQ.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libpolkaMPQ_caml.a
- Installed /home/opam/.opam/default/lib/apron/polkaMPQ.cmxs
- Installed /home/opam/.opam/default/lib/apron/polkaMPQ.a
- Installed /home/opam/.opam/default/lib/apron/polkaMPQ.cmxa
- Installed /home/opam/.opam/default/lib/apron/polkaMPQ.cma
- Installed /home/opam/.opam/default/lib/apron/polka.cmx
- Installed /home/opam/.opam/default/lib/apron/polka.cmi
- Installed /home/opam/.opam/default/lib/apron/polka.mli
- Installed /home/opam/.opam/default/lib/apron/liboctMPQ_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/octMPQ.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/octMPQ.d.a
- Installed /home/opam/.opam/default/lib/apron/octMPQ.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/liboctMPQ_caml.a
- Installed /home/opam/.opam/default/lib/apron/octMPQ.cmxs
- Installed /home/opam/.opam/default/lib/apron/octMPQ.a
- Installed /home/opam/.opam/default/lib/apron/octMPQ.cmxa
- Installed /home/opam/.opam/default/lib/apron/octMPQ.cma
- Installed /home/opam/.opam/default/lib/apron/liboctD_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/octD.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/octD.d.a
- Installed /home/opam/.opam/default/lib/apron/octD.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/liboctD_caml.a
- Installed /home/opam/.opam/default/lib/apron/octD.cmxs
- Installed /home/opam/.opam/default/lib/apron/octD.a
- Installed /home/opam/.opam/default/lib/apron/octD.cmxa
- Installed /home/opam/.opam/default/lib/apron/octD.cma
- Installed /home/opam/.opam/default/lib/apron/oct.cmx
- Installed /home/opam/.opam/default/lib/apron/oct.cmi
- Installed /home/opam/.opam/default/lib/apron/oct.mli
- Installed /home/opam/.opam/default/lib/apron/libboxMPFR_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/boxMPFR.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/boxMPFR.d.a
- Installed /home/opam/.opam/default/lib/apron/boxMPFR.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libboxMPFR_caml.a
- Installed /home/opam/.opam/default/lib/apron/boxMPFR.cmxs
- Installed /home/opam/.opam/default/lib/apron/boxMPFR.a
- Installed /home/opam/.opam/default/lib/apron/boxMPFR.cmxa
- Installed /home/opam/.opam/default/lib/apron/boxMPFR.cma
- Installed /home/opam/.opam/default/lib/apron/libboxMPQ_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/boxMPQ.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/boxMPQ.d.a
- Installed /home/opam/.opam/default/lib/apron/boxMPQ.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libboxMPQ_caml.a
- Installed /home/opam/.opam/default/lib/apron/boxMPQ.cmxs
- Installed /home/opam/.opam/default/lib/apron/boxMPQ.a
- Installed /home/opam/.opam/default/lib/apron/boxMPQ.cmxa
- Installed /home/opam/.opam/default/lib/apron/boxMPQ.cma
- Installed /home/opam/.opam/default/lib/apron/libboxD_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/boxD.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/boxD.d.a
- Installed /home/opam/.opam/default/lib/apron/boxD.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libboxD_caml.a
- Installed /home/opam/.opam/default/lib/apron/boxD.cmxs
- Installed /home/opam/.opam/default/lib/apron/boxD.a
- Installed /home/opam/.opam/default/lib/apron/boxD.cmxa
- Installed /home/opam/.opam/default/lib/apron/boxD.cma
- Installed /home/opam/.opam/default/lib/apron/box.cmx
- Installed /home/opam/.opam/default/lib/apron/box.cmi
- Installed /home/opam/.opam/default/lib/apron/box.mli
- Installed /home/opam/.opam/default/lib/apron/libapron_caml_debug.a
- Installed /home/opam/.opam/default/lib/apron/apron.d.cmxs
- Installed /home/opam/.opam/default/lib/apron/apron.d.a
- Installed /home/opam/.opam/default/lib/apron/apron.d.cmxa
- Installed /home/opam/.opam/default/lib/apron/libapron_caml.a
- Installed /home/opam/.opam/default/lib/apron/apron.cmxs
- Installed /home/opam/.opam/default/lib/apron/apron.a
- Installed /home/opam/.opam/default/lib/apron/apron.cmxa
- Installed /home/opam/.opam/default/lib/apron/apron.cma
- Installed /home/opam/.opam/default/lib/apron/apron.cmx
- Installed /home/opam/.opam/default/lib/apron/apron.cmi
- Installed /home/opam/.opam/default/lib/stublibs/dllavoMPQ_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllavoMPQ_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllavoD_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllavoD_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllt1pMPFR_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllt1pMPFR_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllt1pMPQ_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllt1pMPQ_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllt1pD_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllt1pD_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllpolkaRll_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllpolkaRll_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllpolkaMPQ_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllpolkaMPQ_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dlloctMPQ_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dlloctMPQ_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dlloctD_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dlloctD_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllboxMPFR_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllboxMPFR_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllboxMPQ_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllboxMPQ_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllboxD_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllboxD_caml.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllapron_caml.so
- Installed /home/opam/.opam/default/lib/stublibs/dllapron_caml.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/apron/META
- (cd apronxx; /usr/bin/make install)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apronxx'
- /usr/bin/install -d /home/opam/.opam/default/share/apron/include /home/opam/.opam/default/share/apron/include/apronxx /home/opam/.opam/default/share/apron/lib
- /usr/bin/install apronxx.hh                  apxx_generator1.hh         apxx_polka_inline.hh apxx_abstract0.hh           apxx_generator1_inline.hh  apxx_ppl.hh apxx_abstract0_inline.hh    apxx_interval.hh           apxx_ppl_inline.hh apxx_abstract1.hh           apxx_interval_inline.hh    apxx_ppl_product.hh apxx_abstract1_inline.hh    apxx_lincons0.hh           apxx_ppl_product_inline.hh apxx_box.hh                 apxx_lincons0_inline.hh    apxx_scalar.hh apxx_box_inline.hh          apxx_lincons1.hh           apxx_scalar_inline.hh apxx_coeff.hh               apxx_lincons1_inline.hh    apxx_tcons0.hh apxx_coeff_inline.hh        apxx_linexpr0.hh           apxx_tcons0_inline.hh apxx_dimension.hh           apxx_linexpr0_inline.hh    apxx_tcons1.hh apxx_dimension_inline.hh    apxx_linexpr1.hh           apxx_tcons1_inline.hh apxx_environment.hh         apxx_linexpr1_inline.hh    apxx_texpr0.hh apxx_environment_inline.hh  apxx_manager.hh            apxx_texpr0_inline.hh apxx_expr0.hh               apxx_manager_inline.hh     apxx_texpr1.hh apxx_expr1.hh               apxx_oct.hh                apxx_texpr1_inline.hh apxx_generator0.hh          apxx_oct_inline.hh         apxx_var.hh apxx_generator0_inline.hh   apxx_polka.hh              apxx_var_inline.hh apxx_t1p.hh apxx_t1p_inline.hh	 /home/opam/.opam/default/share/apron/include/apronxx
- for i in libapronxx.a libapronxx.so; do \
- 	if test -f $i; then /usr/bin/install $i /home/opam/.opam/default/share/apron/lib; echo /home/opam/.opam/default/share/apron/lib/$i; fi; \
- done
- /home/opam/.opam/default/share/apron/lib/libapronxx.a
- /home/opam/.opam/default/share/apron/lib/libapronxx.so
- /usr/bin/install libapronxx_debug.a libapronxx_debug.so /home/opam/.opam/default/share/apron/lib
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/apron.v0.9.15/apronxx'
-> installed apron.v0.9.15

Layer elina.1.3.2: /var/lib/day10/cache/debian-13-x86_64/b182cd100ad437facf73034b21f56967
[NOTE] chown -R 1000:1000 /var/lib/day10/cache/temp-b9307e/fs/home/opam
Processing: [default: loading data]
[elina.1.3.2: http]
[elina.1.3.2: extract]
-> retrieved elina.1.3.2  (https://github.com/eth-sri/ELINA/archive/1.3.2.tar.gz)
[elina: sh]
+ /usr/bin/sh "./configure" "--prefix" "/home/opam/.opam/default/share/elina" "--apron-prefix" "/home/opam/.opam/default/share/apron" "--use-opam" "--use-apron" "--use-vector" (CWD=/home/opam/.opam/default/.opam-switch/build/elina.1.3.2)
- checking compilation with cc : working
- checking compilation with cc -Wcast-qual: working
- checking compilation with cc -Wswitch: working
- checking compilation with cc -Wall: working
- checking compilation with cc -Wextra: working
- checking compilation with cc -Wundef: working
- checking compilation with cc -Wcast-align: working
- checking compilation with cc -Wno-unused: working
- checking compilation with cc -U__STRICT_ANSI__: working
- checking compilation with cc -fPIC: working
- checking compilation with cc -O3: working
- checking compilation with cc -DNDEBUG: working
- checking compilation with cc -Werror-implicit-function-declaration: working
- checking compilation with cc -Wbad-function-cast: 
- working
- checking compilation with cc -Wstrict-prototypes: working
- checking compilation with cc -Wno-strict-overflow: working
- checking compilation with cc -std=c99: working
- binary ar: found in /usr/bin
- binary ranlib: found in /usr/bin
- binary sed: found in /usr/bin
- binary perl: found in /usr/bin
- binary install: found in /usr/bin
- looking for gmp without prefix
- include gmp.h: found
- library gmp: found
- library gmp found without prefix
- looking for mpfr without prefix
- include mpfr.h: found
- library mpfr: found
- library mpfr found without prefix
- binary ocamlc.opt: found in /home/opam/.opam/default/bin
- binary ocamlopt.opt: found in /home/opam/.opam/default/bin
- binary ocamldep: found in /home/opam/.opam/default/bin
- binary ocamllex: found in /home/opam/.opam/default/bin
- binary ocamlyacc: found in /home/opam/.opam/default/bin
- binary ocamldoc: found in /home/opam/.opam/default/bin
- binary ocamlmktop: found in /home/opam/.opam/default/bin
- binary ocamlmklib: found in /home/opam/.opam/default/bin
- binary camlidl: found in /home/opam/.opam/default/bin
- binary ocamlfind: found in /home/opam/.opam/default/bin
- include caml/mlvalues.h: found
- include caml/camlidlruntime.h: found
- include gmp_caml.h: found
- 
- detected configuration:
- 
-    optional OCaml support       1
-    optional OCamlFind support   1
-    optional Java support        0
-    optional CUDA support        0
- 
-    installation path            /home/opam/.opam/default/share/elina
- 
[elina: make]
+ /usr/bin/make "-j39" (CWD=/home/opam/.opam/default/.opam-switch/build/elina.1.3.2)
- (cd elina_linearize; make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/elina.1.3.2/elina_linearize'
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR    -I/home/opam/.opam/default/share/apron/include -I../apron_interface -o elina_generic.o elina_generic.c  -lmpfr  -lgmp -lm -L/home/opam/.opam/default/share/apron/lib -lapron	
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR    -I/home/opam/.opam/default/share/apron/include -I../apron_interface -o elina_scalar_arith.o elina_scalar_arith.c  -lmpfr  -lgmp -lm -L/home/opam/.opam/default/share/apron/lib -lapron
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR    -I/home/opam/.opam/default/share/apron/include -I../apron_interface -o elina_interval_arith.o elina_interval_arith.c  -lmpfr  -lgmp -lm -L/home/opam/.opam/default/share/apron/lib -lapron
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR    -I/home/opam/.opam/default/share/apron/include -I../apron_interface -o elina_coeff_arith.o elina_coeff_arith.c  -lmpfr  -lgmp -lm -L/home/opam/.opam/default/share/apron/lib -lapron
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR    -I/home/opam/.opam/default/share/apron/include -I../apron_interface -o elina_linexpr0_arith.o elina_linexpr0_arith.c  -lmpfr  -lgmp -lm -L/home/opam/.opam/default/share/apron/lib -lapron
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR    -I/home/opam/.opam/default/share/apron/include -I../apron_interface -o elina_linearize.o elina_linearize.c  -lmpfr  -lgmp -lm -L/home/opam/.opam/default/share/apron/lib -lapron
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR    -I/home/opam/.opam/default/share/apron/include -I../apron_interface -o elina_linearize_texpr.o elina_linearize_texpr.c  -lmpfr  -lgmp -lm -L/home/opam/.opam/default/share/apron/lib -lapron
- cc -shared -Wl,-rpath=/home/opam/.opam/default/share/elina/lib -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR    -I/home/opam/.opam/default/share/apron/include -I../apron_interface -o libelinalinearize.so elina_generic.o elina_scalar_arith.o elina_interval_arith.o  elina_coeff_arith.o elina_linexpr0_arith.o elina_linearize.o elina_linearize_texpr.o  -lmpfr  -lgmp -lm -L/home/opam/.opam/default/share/apron/lib -lapron
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/elina.1.3.2/elina_linearize'
- (cd partitions_api; make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/elina.1.3.2/partitions_api'
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I../ -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -o comp_list.o comp_list.c  
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I../ -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -o array_comp_list.o array_comp_list.c  
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I../ -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -o intersection.o intersection.c 
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I../ -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -o union.o union.c  
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I../ -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -o extract.o extract.c  
- comp_list.c: In function 'comp_list_deserialize':
- comp_list.c:289:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
-   289 |     for(size_t i = 0; i < length - 1; i++){
-       |                         ^
- cc -shared -Wl,-rpath=/home/opam/.opam/default/share/elina/lib -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I../ -o libpartitions.so comp_list.o array_comp_list.o intersection.o union.o extract.o   
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/elina.1.3.2/partitions_api'
- (cd elina_oct; make all)
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/elina.1.3.2/elina_oct'
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I/home/opam/.opam/default/share/apron/include -I../ -I../apron_interface -I../elina_linearize -I../partitions_api   -o opt_oct_closure_comp_sparse.o opt_oct_closure_comp_sparse.c -L../partitions_api -lpartitions -L/home/opam/.opam/default/share/apron/lib -lapron  -L../elina_linearize -lelinalinearize  -lmpfr  -lgmp -lm
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I/home/opam/.opam/default/share/apron/include -I../ -I../apron_interface -I../elina_linearize -I../partitions_api   -o opt_oct_closure_dense.o opt_oct_closure_dense.c -L../partitions_api -lpartitions -L/home/opam/.opam/default/share/apron/lib -lapron  -L../elina_linearize -lelinalinearize  -lmpfr  -lgmp -lm
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I/home/opam/.opam/default/share/apron/include -I../ -I../apron_interface -I../elina_linearize -I../partitions_api   -o opt_oct_nary.o opt_oct_nary.c -L../partitions_api -lpartitions -L/home/opam/.opam/default/share/apron/lib -lapron  -L../elina_linearize -lelinalinearize  -lmpfr  -lgmp -lm 
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I/home/opam/.opam/default/share/apron/include -I../ -I../apron_interface -I../elina_linearize -I../partitions_api   -o opt_oct_resize.o opt_oct_resize.c -L../partitions_api -lpartitions -L/home/opam/.opam/default/share/apron/lib -lapron  -L../elina_linearize -lelinalinearize  -lmpfr  -lgmp -lm 
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I/home/opam/.opam/default/share/apron/include -I../ -I../apron_interface -I../elina_linearize -I../partitions_api   -o opt_oct_predicate.o opt_oct_predicate.c -L../partitions_api -lpartitions -L/home/opam/.opam/default/share/apron/lib -lapron  -L../elina_linearize -lelinalinearize  -lmpfr  -lgmp -lm 
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I/home/opam/.opam/default/share/apron/include -I../ -I../apron_interface -I../elina_linearize -I../partitions_api   -o opt_oct_representation.o opt_oct_representation.c -L../partitions_api -lpartitions -L/home/opam/.opam/default/share/apron/lib -lapron  -L../elina_linearize -lelinalinearize  -lmpfr  -lgmp -lm 
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I/home/opam/.opam/default/share/apron/include -I../ -I../apron_interface -I../elina_linearize -I../partitions_api   -o opt_oct_transfer.o opt_oct_transfer.c -L../partitions_api -lpartitions -L/home/opam/.opam/default/share/apron/lib -lapron  -L../elina_linearize -lelinalinearize  -lmpfr  -lgmp -lm 
- cc -c -Wcast-qual -Wswitch -Wall -Wextra -Wundef -Wcast-align -Wno-unused -U__STRICT_ANSI__ -fPIC -O3 -DNDEBUG -Werror-implicit-function-declaration -Wbad-function-cast -Wstrict-prototypes -Wno-strict-overflow -std=c99 -g  -DNUM_LONGLONGRAT -DNUM_DOUBLE -DTHRESHOLD=0.75 -DTIMING -D_GNU_SOURCE -pthread -fno-tree-vectorize -m64 -march=native -ffp-contract=off -DHAS_APRON -DVECTOR  -I/home/opam/.opam/default/share/apron/include -I../ -I../apron_interface -I../elina_linearize -I../partitions_api   -o opt_oct_hmat.o opt_oct_hmat.c -L../partitions_api -lpartitions -L/home/opam/.opam/default/share/apron/lib -lapron  -L../elina_linearize -lelinalinearize  -lmpfr  -lgmp -lm 
- opt_oct_hmat.c: In function 'opt_hmat_permute':
- opt_oct_hmat.c:1493:44: warning: comparison of integer expressions of different signedness: 'ap_dim_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
-  1493 |                         if(permutation[num]>=dst_dim){
-       |                                            ^~
- opt_oct_hmat.c: In function 'opt_hmat_add_lincons':
- opt_oct_hmat.c:2027:22: error: assignment to 'bool (*)(opt_oct_mat_t *, ...)' {aka 'char (*)(opt_oct_mat_t *, ...)'} from incompatible pointer type 'bool (*)(opt_oct_mat_t *, int,  int,  bool)' {aka 'char (*)(opt_oct_mat_t *, int,  int,  char)'} [-Wincompatible-pointer-types]
-  2027 |         incr_closure = &incremental_closure_comp_sparse;
-       |                      ^
- opt_oct_hmat.c:2039:30: error: assignment to 'bool (*)(opt_oct_mat_t *, ...)' {aka 'char (*)(opt_oct_mat_t *, ...)'} from incompatible pointer type 'bool (*)(opt_oct_mat_t *, int,  int,  bool)' {aka 'char (*)(opt_oct_mat_t *, int,  int,  char)'} [-Wincompatible-pointer-types]
-  2039 |                 incr_closure = &incremental_closure_opt_dense;
-       |                              ^
- opt_oct_hmat.c: In function 'opt_hmat_assign':
- opt_oct_hmat.c:2933:22: error: assignment to 'bool (*)(opt_oct_mat_t *, ...)' {aka 'char (*)(opt_oct_mat_t *, ...)'} from incompatible pointer type 'bool (*)(opt_oct_mat_t *, int,  int,  bool)' {aka 'char (*)(opt_oct_mat_t *, int,  int,  char)'} [-Wincompatible-pointer-types]
-  2933 |         incr_closure = &incremental_closure_comp_sparse;
-       |                      ^
- opt_oct_hmat.c:2945:30: error: assignment to 'bool (*)(opt_oct_mat_t *, ...)' {aka 'char (*)(opt_oct_mat_t *, ...)'} from incompatible pointer type 'bool (*)(opt_oct_mat_t *, int,  int,  bool)' {aka 'char (*)(opt_oct_mat_t *, int,  int,  char)'} [-Wincompatible-pointer-types]
-  2945 |                 incr_closure = &incremental_closure_opt_dense;
-       |                              ^
- make[1]: *** [Makefile:90: opt_oct_hmat.o] Error 1
- make[1]: *** Waiting for unfinished jobs....
- opt_oct_closure_dense.c: In function 'floyd_warshall_dense':
- opt_oct_closure_dense.c:380:1: warning: control reaches end of non-void function [-Wreturn-type]
-   380 | }
-       | ^
- opt_oct_transfer.c: In function 'opt_oct_meet_tcons_array':
- opt_oct_transfer.c:269:51: error: passing argument 7 of 'elina_generic_meet_intlinearize_tcons_array' from incompatible pointer type [-Wincompatible-pointer-types]
-   269 |                                                   &opt_oct_meet_lincons_array);
-       |                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
-       |                                                   |
-       |                                                   opt_oct_t * (*)(ap_manager_t *, bool,  opt_oct_t *, ap_lincons0_array_t *) {aka opt_oct_t * (*)(ap_manager_t *, char,  opt_oct_t *, ap_lincons0_array_t *)}
- In file included from opt_oct.h:38,
-                  from opt_oct_internal.h:87,
-                  from opt_oct_hmat.h:31,
-                  from opt_oct_transfer.c:22:
- ../elina_linearize/elina_generic.h:112:50: note: expected 'void * (*)(ap_manager_t *, bool,  void *, ap_lincons0_array_t *)' {aka 'void * (*)(ap_manager_t *, char,  void *, ap_lincons0_array_t *)'} but argument is of type 'opt_oct_t * (*)(ap_manager_t *, bool,  opt_oct_t *, ap_lincons0_array_t *)' {aka 'opt_oct_t * (*)(ap_manager_t *, char,  opt_oct_t *, ap_lincons0_array_t *)'}
-   112 |                                          void* (*meet_lincons_array)(elina_manager_t*,
-       |                                          ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-   113 |                                                                      bool, void*,
-       |                                                                      ~~~~~~~~~~~~
-   114 |                                                                      elina_lincons0_array_t*));
-       |                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~
- make[1]: *** [Makefile:105: opt_oct_transfer.o] Error 1
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/elina.1.3.2/elina_oct'
- make: *** [Makefile:48: c] Error 2
[ERROR] The compilation of elina.1.3.2 failed at "make -j39".
build failed... 

[ERROR] failure
day10 command failed with exit code 3
Failed: Build failed