Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [compiler.get] Downloading http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0.tar.gz
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 4294k 100 4294k 0 0 8309k 0 --:--:-- --:--:-- --:--:-- 8307k
- 200
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 755 0 755 0 0 1811 0 --:--:-- --:--:-- --:--:-- 1814
- 200
- patching file configure
- Hunk #1 succeeded at 278 (offset -44 lines).
- Now compiling OCaml. This may take a while, please bear with us...
- Configuring for a x86_64-unknown-linux-gnu ...
- gcc found
- The C compiler is ANSI-compliant.
- Checking the sizes of integers and pointers...
- Wow! A 64 bit architecture!
- This is a little-endian architecture.
- Doubles can be word-aligned.
- 64-bit integers can be word-aligned.
- Native division and modulus have round-towards-zero semantics,
- will use them.
- ranlib found
- #! appears to work in shell scripts
- POSIX signal handling found.
- expm1(), log1p(), hypot(), copysign() found.
- getrusage() found.
- times() found.
- termcap functions found (with libraries '-lcurses')
- You have BSD sockets.
- socklen_t is defined in <sys/socket.h>
- inet_aton() found.
- IPv6 is supported.
- unistd.h found.
- off_t is defined in <sys/types.h>
- dirent.h found.
- rewinddir() found.
- lockf() found.
- mkfifo() found.
- getcwd() found.
- getwd() found.
- getpriority() found.
- utime() found.
- utimes() found.
- dup2() found.
- fchmod() found.
- truncate() found.
- sys/select.h found.
- select() found.
- symlink() found.
- waitpid() found.
- wait4() found.
- getgroups() found.
- setgroups() found.
- initgroups() found.
- POSIX termios found.
- Asynchronous I/O are supported.
- setitimer() found.
- gethostname() found.
- uname() found.
- gettimeofday() found.
- mktime() found.
- setsid() found.
- putenv() found.
- setlocale() and <locale.h> found.
- dlopen() found in -ldl.
- Dynamic loading of shared libraries is supported.
- mmap() found.
- pwrite() found
- gethostbyname_r() found (with 6 arguments).
- gethostbyaddr_r() found (with 8 arguments).
- Replay debugger supported.
- System stack overflow can be detected.
- POSIX threads library supported.
- Options for linking with POSIX threads: -lpthread
- sigwait() found
- Bytecode threads library supported.
- X11 works
- Options for compiling for X11:
- Options for linking with X11: -L/usr/lib/x86_64-linux-gnu -lX11
- Configuring LablTk...
- tcl.h and/or tk.h not found.
- Configuration failed, LablTk will not be built.
- BFD library not found, 'objinfo' will be unable to display info on .cmxs files
- Assembler supports CFI
- ** Configuration summary **
- Directories where OCaml will be installed:
- binaries.................. /home/thore/.opam/4.01.0/bin
- standard library.......... /home/thore/.opam/4.01.0/lib/ocaml
- manual pages.............. /home/thore/.opam/4.01.0/man (with extension .1)
- Configuration for the bytecode compiler:
- C compiler used........... gcc
- options for compiling..... -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- options for linking....... -Wl,-E -lm -ldl -lcurses -lpthread
- shared libraries are supported
- options for compiling..... -fPIC -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs
- Configuration for the native-code compiler:
- hardware architecture..... amd64
- OS variant................ linux
- C compiler used........... gcc
- options for compiling..... -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- options for linking....... -lm
- assembler ................ as
- preprocessed assembler ... gcc -c
- assembler supports CFI ... yes
- with frame pointers....... no
- native dynlink ........... true
- profiling with gprof ..... supported
- Source-level replay debugger: supported
- Debug runtime will be compiled and installed
- Additional libraries supported:
- unix str num dynlink bigarray systhreads threads graph
- Configuration for the "num" library:
- target architecture ...... amd64 (asm level 1)
- Configuration for the "graph" library:
- options for compiling ....
- options for linking ...... -L/usr/lib/x86_64-linux-gnu -lX11
- The "labltk" library: not supported
- ** OCaml configuration completed successfully **
- make coldstart
- make[1]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml'
- cd byterun; make all
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/byterun'
- sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
- -e '/^}/q' instruct.h > jumptbl.h
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c
- echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION`\"" > version.h
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_byt.o signals_byt.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c
- debugger.c: In function ‘caml_debugger’:
- debugger.c:253:7: warning: variable ‘frame_number’ set but not used [-Wunused-but-set-variable]
- int frame_number;
- ^
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
- ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o unix.o main.o
- ranlib libcamlrun.a
- sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c \
- | sort | uniq > primitives
- (echo '#include "mlvalues.h"'; \
- echo '#include "prims.h"'; \
- sed -e 's/.*/extern value &();/' primitives; \
- echo 'c_primitive caml_builtin_cprim[] = {'; \
- sed -e 's/.*/ &,/' primitives; \
- echo ' 0 };'; \
- echo 'char * caml_names_of_builtin_cprim[] = {'; \
- sed -e 's/.*/ "&",/' primitives; \
- echo ' 0 };') > prims.c
- gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c
- gcc -Wl,-E -o ocamlrun \
- prims.o libcamlrun.a -lm -ldl -lcurses -lpthread
- echo "/home/thore/.opam/4.01.0/lib/ocaml/stublibs" > ld.conf
- echo "/home/thore/.opam/4.01.0/lib/ocaml" >> ld.conf
- ln -s -f interp.c interp.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT interp.d.c
- rm interp.d.c
- ln -s -f misc.c misc.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT misc.d.c
- rm misc.d.c
- ln -s -f stacks.c stacks.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT stacks.d.c
- rm stacks.d.c
- ln -s -f fix_code.c fix_code.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT fix_code.d.c
- rm fix_code.d.c
- ln -s -f startup.c startup.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT startup.d.c
- rm startup.d.c
- ln -s -f freelist.c freelist.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT freelist.d.c
- rm freelist.d.c
- ln -s -f major_gc.c major_gc.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT major_gc.d.c
- rm major_gc.d.c
- ln -s -f minor_gc.c minor_gc.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT minor_gc.d.c
- rm minor_gc.d.c
- ln -s -f memory.c memory.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT memory.d.c
- rm memory.d.c
- ln -s -f alloc.c alloc.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT alloc.d.c
- rm alloc.d.c
- ln -s -f roots.c roots.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT roots.d.c
- rm roots.d.c
- ln -s -f globroots.c globroots.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT globroots.d.c
- rm globroots.d.c
- ln -s -f fail.c fail.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT fail.d.c
- rm fail.d.c
- ln -s -f signals.c signals.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT signals.d.c
- rm signals.d.c
- ln -s -f signals_byt.c signals_byt.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT signals_byt.d.c
- rm signals_byt.d.c
- ln -s -f printexc.c printexc.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT printexc.d.c
- rm printexc.d.c
- ln -s -f backtrace.c backtrace.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT backtrace.d.c
- rm backtrace.d.c
- ln -s -f compare.c compare.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT compare.d.c
- rm compare.d.c
- ln -s -f ints.c ints.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT ints.d.c
- rm ints.d.c
- ln -s -f floats.c floats.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT floats.d.c
- rm floats.d.c
- ln -s -f str.c str.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT str.d.c
- rm str.d.c
- ln -s -f array.c array.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT array.d.c
- rm array.d.c
- ln -s -f io.c io.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT io.d.c
- rm io.d.c
- ln -s -f extern.c extern.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT extern.d.c
- rm extern.d.c
- ln -s -f intern.c intern.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT intern.d.c
- rm intern.d.c
- ln -s -f hash.c hash.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT hash.d.c
- rm hash.d.c
- ln -s -f sys.c sys.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT sys.d.c
- rm sys.d.c
- ln -s -f meta.c meta.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT meta.d.c
- rm meta.d.c
- ln -s -f parsing.c parsing.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT parsing.d.c
- rm parsing.d.c
- ln -s -f gc_ctrl.c gc_ctrl.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT gc_ctrl.d.c
- rm gc_ctrl.d.c
- ln -s -f terminfo.c terminfo.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT terminfo.d.c
- rm terminfo.d.c
- ln -s -f md5.c md5.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT md5.d.c
- rm md5.d.c
- ln -s -f obj.c obj.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT obj.d.c
- rm obj.d.c
- ln -s -f lexing.c lexing.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT lexing.d.c
- rm lexing.d.c
- ln -s -f callback.c callback.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT callback.d.c
- rm callback.d.c
- ln -s -f debugger.c debugger.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT debugger.d.c
- debugger.d.c: In function ‘caml_debugger’:
- debugger.d.c:253:7: warning: variable ‘frame_number’ set but not used [-Wunused-but-set-variable]
- int frame_number;
- ^
- rm debugger.d.c
- ln -s -f weak.c weak.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT weak.d.c
- rm weak.d.c
- ln -s -f compact.c compact.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT compact.d.c
- rm compact.d.c
- ln -s -f finalise.c finalise.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT finalise.d.c
- rm finalise.d.c
- ln -s -f custom.c custom.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT custom.d.c
- rm custom.d.c
- ln -s -f dynlink.c dynlink.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT dynlink.d.c
- rm dynlink.d.c
- ln -s -f unix.c unix.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT unix.d.c
- rm unix.d.c
- ln -s -f main.c main.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT main.d.c
- rm main.d.c
- sed -e '/\/\*/d' \
- -e '/^#/d' \
- -e 's/enum /char * names_of_/' \
- -e 's/{$/[] = {/' \
- -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' instruct.h > opnames.h
- ln -s -f instrtrace.c instrtrace.d.c
- gcc -c -DCAML_NAME_SPACE -g -DDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT instrtrace.d.c
- rm instrtrace.d.c
- ar rc libcamlrund.a interp.d.o misc.d.o stacks.d.o fix_code.d.o startup.d.o freelist.d.o major_gc.d.o minor_gc.d.o memory.d.o alloc.d.o roots.d.o globroots.d.o fail.d.o signals.d.o signals_byt.d.o printexc.d.o backtrace.d.o compare.d.o ints.d.o floats.d.o str.d.o array.d.o io.d.o extern.d.o intern.d.o hash.d.o sys.d.o meta.d.o parsing.d.o gc_ctrl.d.o terminfo.d.o md5.d.o obj.d.o lexing.d.o callback.d.o debugger.d.o weak.d.o compact.d.o finalise.d.o custom.d.o dynlink.d.o unix.d.o main.d.o instrtrace.d.o
- ranlib libcamlrund.a
- gcc -g -Wl,-E -o ocamlrund \
- prims.o libcamlrund.a -lm -ldl -lcurses -lpthread
- ln -s -f interp.c interp.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC interp.pic.c
- rm interp.pic.c
- ln -s -f misc.c misc.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC misc.pic.c
- rm misc.pic.c
- ln -s -f stacks.c stacks.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC stacks.pic.c
- rm stacks.pic.c
- ln -s -f fix_code.c fix_code.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC fix_code.pic.c
- rm fix_code.pic.c
- ln -s -f startup.c startup.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC startup.pic.c
- rm startup.pic.c
- ln -s -f freelist.c freelist.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC freelist.pic.c
- rm freelist.pic.c
- ln -s -f major_gc.c major_gc.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC major_gc.pic.c
- rm major_gc.pic.c
- ln -s -f minor_gc.c minor_gc.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC minor_gc.pic.c
- rm minor_gc.pic.c
- ln -s -f memory.c memory.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC memory.pic.c
- rm memory.pic.c
- ln -s -f alloc.c alloc.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC alloc.pic.c
- rm alloc.pic.c
- ln -s -f roots.c roots.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC roots.pic.c
- rm roots.pic.c
- ln -s -f globroots.c globroots.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC globroots.pic.c
- rm globroots.pic.c
- ln -s -f fail.c fail.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC fail.pic.c
- rm fail.pic.c
- ln -s -f signals.c signals.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC signals.pic.c
- rm signals.pic.c
- ln -s -f signals_byt.c signals_byt.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC signals_byt.pic.c
- rm signals_byt.pic.c
- ln -s -f printexc.c printexc.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC printexc.pic.c
- rm printexc.pic.c
- ln -s -f backtrace.c backtrace.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC backtrace.pic.c
- rm backtrace.pic.c
- ln -s -f compare.c compare.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC compare.pic.c
- rm compare.pic.c
- ln -s -f ints.c ints.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC ints.pic.c
- rm ints.pic.c
- ln -s -f floats.c floats.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC floats.pic.c
- rm floats.pic.c
- ln -s -f str.c str.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC str.pic.c
- rm str.pic.c
- ln -s -f array.c array.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC array.pic.c
- rm array.pic.c
- ln -s -f io.c io.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC io.pic.c
- rm io.pic.c
- ln -s -f extern.c extern.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC extern.pic.c
- rm extern.pic.c
- ln -s -f intern.c intern.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC intern.pic.c
- rm intern.pic.c
- ln -s -f hash.c hash.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC hash.pic.c
- rm hash.pic.c
- ln -s -f sys.c sys.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC sys.pic.c
- rm sys.pic.c
- ln -s -f meta.c meta.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC meta.pic.c
- rm meta.pic.c
- ln -s -f parsing.c parsing.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC parsing.pic.c
- rm parsing.pic.c
- ln -s -f gc_ctrl.c gc_ctrl.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC gc_ctrl.pic.c
- rm gc_ctrl.pic.c
- ln -s -f terminfo.c terminfo.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC terminfo.pic.c
- rm terminfo.pic.c
- ln -s -f md5.c md5.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC md5.pic.c
- rm md5.pic.c
- ln -s -f obj.c obj.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC obj.pic.c
- rm obj.pic.c
- ln -s -f lexing.c lexing.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC lexing.pic.c
- rm lexing.pic.c
- ln -s -f callback.c callback.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC callback.pic.c
- rm callback.pic.c
- ln -s -f debugger.c debugger.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC debugger.pic.c
- debugger.pic.c: In function ‘caml_debugger’:
- debugger.pic.c:253:7: warning: variable ‘frame_number’ set but not used [-Wunused-but-set-variable]
- int frame_number;
- ^
- rm debugger.pic.c
- ln -s -f weak.c weak.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC weak.pic.c
- rm weak.pic.c
- ln -s -f compact.c compact.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC compact.pic.c
- rm compact.pic.c
- ln -s -f finalise.c finalise.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC finalise.pic.c
- rm finalise.pic.c
- ln -s -f custom.c custom.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC custom.pic.c
- rm custom.pic.c
- ln -s -f dynlink.c dynlink.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC dynlink.pic.c
- rm dynlink.pic.c
- ln -s -f unix.c unix.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC unix.pic.c
- rm unix.pic.c
- ln -s -f main.c main.pic.c
- gcc -c -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC main.pic.c
- rm main.pic.c
- gcc -shared -o libcamlrun_shared.so interp.pic.o misc.pic.o stacks.pic.o fix_code.pic.o startup.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o roots.pic.o globroots.pic.o fail.pic.o signals.pic.o signals_byt.pic.o printexc.pic.o backtrace.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o meta.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o callback.pic.o debugger.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o dynlink.pic.o unix.pic.o main.pic.o -lm -ldl -lcurses -lpthread
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/byterun'
- cp byterun/ocamlrun boot/ocamlrun
- cd yacc; make all
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/yacc'
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c
- echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION`\"" >version.h
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c
- gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/yacc'
- cp yacc/ocamlyacc boot/ocamlyacc
- cd stdlib; make COMPILER=../boot/ocamlc all
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/stdlib'
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
- sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION`|" sys.mlp >sys.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo format.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
- if true; then \
- echo '#!/home/thore/.opam/4.01.0/bin/ocamlrun' > camlheader && \
- echo '#!/home/thore/.opam/4.01.0/bin/ocamlrund' > camlheaderd && \
- echo '#!' | tr -d '\012' > camlheader_ur; \
- else \
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-E \
- -DRUNTIME_NAME='"/home/thore/.opam/4.01.0/bin/ocamlrun"' \
- header.c -o tmpheader && \
- strip tmpheader && \
- mv tmpheader camlheader && \
- cp camlheader camlheader_ur && \
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-E \
- -DRUNTIME_NAME='"/home/thore/.opam/4.01.0/bin/ocamlrund"' \
- header.c -o tmpheader && \
- strip tmpheader && \
- mv tmpheader camlheaderd; \
- fi
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/stdlib'
- cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
- if test -f boot/libcamlrun.a; then :; else \
- ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
- if test -d stdlib/caml; then :; else \
- ln -s ../byterun stdlib/caml; fi
- make[1]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml'
- make all
- make[1]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml'
- cd byterun; make all
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/byterun'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/byterun'
- if test -f stdlib/libcamlrun.a; then :; else \
- ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
- sed -e 's|%%LIBDIR%%|/home/thore/.opam/4.01.0/lib/ocaml|' \
- -e 's|%%BYTERUN%%|/home/thore/.opam/4.01.0/bin/ocamlrun|' \
- -e 's|%%CCOMPTYPE%%|cc|' \
- -e 's|%%BYTECC%%|gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC|' \
- -e 's|%%NATIVECC%%|gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
- -e 's|%%PACKLD%%|ld -r -o\ |' \
- -e 's|%%BYTECCLIBS%%|-lm -ldl -lcurses -lpthread|' \
- -e 's|%%NATIVECCLIBS%%|-lm -ldl|' \
- -e 's|%%RANLIBCMD%%|ranlib|' \
- -e 's|%%ARCMD%%|ar|' \
- -e 's|%%CC_PROFILE%%|-pg|' \
- -e 's|%%ARCH%%|amd64|' \
- -e 's|%%MODEL%%|default|' \
- -e 's|%%SYSTEM%%|linux|' \
- -e 's|%%EXT_OBJ%%|.o|' \
- -e 's|%%EXT_ASM%%|.s|' \
- -e 's|%%EXT_LIB%%|.a|' \
- -e 's|%%EXT_DLL%%|.so|' \
- -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
- -e 's|%%ASM%%|as|' \
- -e 's|%%ASM_CFI_SUPPORTED%%|true|' \
- -e 's|%%WITH_FRAME_POINTERS%%|false|' \
- -e 's|%%MKDLL%%|gcc -shared|' \
- -e 's|%%MKEXE%%|gcc|' \
- -e 's|%%MKMAINDLL%%|gcc -shared|' \
- utils/config.mlp > utils/config.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
- boot/ocamlyacc -v parsing/parser.mly
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
- boot/ocamlrun boot/ocamllex parsing/lexer.mll
- 169 states, 3671 transitions, table size 15698 bytes
- 2228 additional bytes used for bindings
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/annot.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
- (echo 'let builtin_exceptions = [|'; \
- sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/fail.h | \
- sed -e '$s/;$//'; \
- echo '|]'; \
- echo 'let builtin_primitives = [|'; \
- sed -e 's/.*/ "&";/' -e '$s/;$//' byterun/primitives; \
- echo '|]') > bytecomp/runtimedef.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamlcommon.cma utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/pprintast.cmo parsing/ast_mapper.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/cmi_format.cmo typing/env.cmo typing/typedtree.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/includemod.cmo typing/typetexp.cmo typing/parmatch.cmo typing/typedtreeIter.cmo typing/typedtreeMap.cmo typing/cmt_format.cmo typing/stypes.cmo typing/typecore.cmo typing/typedecl.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.cmo
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
- sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' byterun/instruct.h | \
- awk -f tools/make-opcodes > bytecomp/opcodes.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/cmo_format.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamlbytecomp.cma bytecomp/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/errors.cmo driver/compile.cmo
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -compat-32 -o ocamlc \
- compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo
- cd yacc; make all
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/yacc'
- make[2]: Nothing to be done for `all'.
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/yacc'
- cd lex; make all
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/lex'
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A cset.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A cset.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A syntax.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A syntax.ml
- ../boot/ocamlyacc -v parser.mly
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A parser.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A parser.ml
- ../boot/ocamlrun ../boot/ocamllex lexer.mll
- 95 states, 1173 transitions, table size 5262 bytes
- 1784 additional bytes used for bindings
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A lexer.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A lexer.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A table.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A table.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A lexgen.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A lexgen.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A compact.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A compact.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A common.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A common.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A output.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A output.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A outputbis.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A outputbis.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A main.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -compat-32 -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/lex'
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/debuginfo.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmx_format.mli
- cd tools; make all
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/tools'
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver depend.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver depend.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamldep.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -compat-32 -o ocamldep misc.cmo config.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo ccomp.cmo pparse.cmo compenv.cmo depend.cmo ocamldep.cmo
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlprof.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver profiling.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver profiling.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlprof misc.cmo config.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo ocamlprof.cmo
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlcp.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlcp warnings.cmo main_args.cmo ocamlcp.cmo
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamloptp.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamloptp warnings.cmo main_args.cmo \
- ocamloptp.cmo
- sed -e 's|%%BINDIR%%|/home/thore/.opam/4.01.0/bin|' ocamlmktop.tpl > ocamlmktop
- chmod +x ocamlmktop
- ../build/mkmyocamlbuild_config.sh
- cp ../myocamlbuild_config.ml .
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver myocamlbuild_config.ml
- echo '(* THIS FILE IS GENERATED FROM ocamlmklib.mlp *)' >ocamlmklib.ml
- sed -e "s|%%BINDIR%%|/home/thore/.opam/4.01.0/bin|" \
- -e "s|%%SUPPORTS_SHARED_LIBRARIES%%|true|" \
- -e "s|%%MKSHAREDLIB%%||" \
- -e "s|%%BYTECCRPATH%%|-Wl,-rpath,|" \
- -e "s|%%NATIVECCRPATH%%|-Wl,-rpath,|" \
- -e "s|%%MKSHAREDLIBRPATH%%|-Wl,-rpath,|" \
- -e "s|%%RANLIB%%|ranlib|" \
- ocamlmklib.mlp >> ocamlmklib.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlmklib.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlmklib myocamlbuild_config.cmo \
- ocamlmklib.cmo
- unset LC_ALL || : ; \
- unset LC_CTYPE || : ; \
- unset LC_COLLATE LANG || : ; \
- sed -e '/\/\*/d' \
- -e '/^#/d' \
- -e 's/enum \(.*\) {/let names_of_\1 = [|/' \
- -e 's/};$/ |]/' \
- -e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
- -e 's/,/;/g' \
- ../byterun/instruct.h > opnames.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver opnames.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver dumpobj.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o dumpobj \
- misc.cmo tbl.cmo config.cmo ident.cmo \
- opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
- gcc -o objinfo_helper -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
- objinfo_helper.c
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver objinfo.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -o objinfo ../utils/misc.cmo ../utils/config.cmo ../utils/warnings.cmo ../parsing/location.cmo ../typing/cmi_format.cmo ../bytecomp/bytesections.cmo objinfo.cmo
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver untypeast.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver untypeast.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver tast_iter.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver tast_iter.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver cmt2annot.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +32..39 -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver read_cmt.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o read_cmt ../utils/misc.cmo ../utils/warnings.cmo ../utils/tbl.cmo ../utils/consistbl.cmo ../utils/config.cmo ../utils/clflags.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/lexer.cmo ../parsing/pprintast.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/typedtree.cmo ../typing/btype.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/cmi_format.cmo ../typing/env.cmo ../typing/ctype.cmo ../typing/oprint.cmo ../typing/primitive.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../typing/envaux.cmo ../typing/typedtreeMap.cmo ../typing/typedtreeIter.cmo ../typing/cmt_format.cmo ../typing/stypes.cmo untypeast.cmo tast_iter.cmo cmt2annot.cmo read_cmt.cmo
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/tools'
- cd stdlib; make all
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/stdlib'
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
- ../boot/ocamlrun ../ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo format.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
- ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/stdlib'
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.mli
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamltoplevel.cma toplevel/genprintval.cmo toplevel/toploop.cmo toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/expunge.ml
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -o expunge compilerlibs/ocamlcommon.cma \
- compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
- boot/ocamlrun boot/ocamlc -nostdlib -I boot -linkall -o ocaml.tmp \
- compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
- compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
- byterun/ocamlrun ./expunge ocaml.tmp ocaml arg array arrayLabels buffer callback camlinternalLazy camlinternalMod camlinternalOO char complex digest filename format gc genlex hashtbl int32 int64 lazy lexing list listLabels map marshal moreLabels nativeint obj oo parsing pervasives printexc printf queue random scanf set sort stack stdLabels stream string stringLabels sys weak outcometree topdirs toploop
- rm -f ocaml.tmp
- for i in unix str num dynlink bigarray systhreads threads graph; do \
- (cd otherlibs/$i; make RUNTIME= all) || exit $?; \
- done
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/unix'
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c accept.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c access.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c addrofstr.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c alarm.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c bind.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c chdir.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c chmod.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c chown.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c chroot.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c close.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c closedir.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c connect.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c cst2constr.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c cstringv.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c dup.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c dup2.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c envir.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c errmsg.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c execv.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c execve.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c execvp.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c exit.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fchmod.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fchown.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fcntl.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fork.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c ftruncate.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getaddrinfo.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getcwd.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getegid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c geteuid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getgid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getgr.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getgroups.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c gethost.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c gethostname.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getlogin.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getnameinfo.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getpeername.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getpid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getppid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getproto.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getpw.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c gettimeofday.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getserv.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getsockname.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c getuid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c gmtime.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c initgroups.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c isatty.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c itimer.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c kill.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c link.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c listen.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c lockf.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c lseek.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c mkdir.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c mkfifo.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c nice.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c open.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c opendir.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c pipe.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c putenv.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c read.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c readdir.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c readlink.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c rename.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c rewinddir.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c rmdir.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c select.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c sendrecv.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c setgid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c setgroups.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c setsid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c setuid.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c shutdown.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c signals.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c sleep.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c socket.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c socketaddr.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c socketpair.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c sockopt.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c stat.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c strofaddr.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c symlink.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c termios.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c time.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c times.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c truncate.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c umask.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c unixsupport.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c unlink.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c utimes.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c wait.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c write.c
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o initgroups.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o nice.o open.o opendir.o pipe.o putenv.o read.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setgroups.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g -nolabels unix.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g -nolabels unix.ml
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g -nolabels unixLabels.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g -nolabels unixLabels.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlcomp.sh' -linkall \
- unix.cmo unixLabels.cmo
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/unix'
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/str'
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c strstubs.c
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g str.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g str.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../ocamlcomp.sh' -linkall \
- str.cmo
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/str'
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/num'
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -DBNG_ARCH_amd64 -DBNG_ASM_LEVEL=1 -c bng.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -DBNG_ARCH_amd64 -DBNG_ASM_LEVEL=1 -c nat_stubs.c
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc nums bng.o nat_stubs.o
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g int_misc.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g int_misc.ml
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g nat.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g nat.ml
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g big_int.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g big_int.ml
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g arith_flags.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g arith_flags.ml
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g ratio.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g ratio.ml
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g num.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g num.ml
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g arith_status.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g arith_status.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o nums -oc nums -ocamlc '../../ocamlcomp.sh' -linkall \
- int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/num'
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/dynlink'
- ../../boot/ocamlrun ../../ocamlc -w +33..39 -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -pack -o dynlinkaux.cmo ../../utils/misc.cmo ../../utils/config.cmo ../../utils/clflags.cmo ../../utils/tbl.cmo ../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo ../../parsing/asttypes.cmi ../../parsing/location.cmo ../../parsing/longident.cmo ../../typing/ident.cmo ../../typing/path.cmo ../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo ../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo ../../typing/cmi_format.cmo ../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo ../../bytecomp/cmo_format.cmi ../../bytecomp/opcodes.cmo ../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo ../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo
- ../../boot/ocamlrun ../../ocamlc -c -w +33..39 -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp dynlink.mli
- ../../boot/ocamlrun ../../ocamlc -c -w +33..39 -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp dynlink.ml
- ../../boot/ocamlrun ../../ocamlc -w +33..39 -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -ccopt "-Wl,-E" -a -o dynlink.cma \
- dynlinkaux.cmo dynlink.cmo
- ../../boot/ocamlrun ../../ocamlc -c -w +33..39 -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp extract_crc.ml
- ../../boot/ocamlrun ../../ocamlc -w +33..39 -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -o extract_crc dynlink.cma extract_crc.cmo
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/dynlink'
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/bigarray'
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c bigarray_stubs.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c mmap_unix.c
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc bigarray bigarray_stubs.o mmap_unix.o
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g -I ../unix bigarray.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g -I ../unix bigarray.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlc '../../ocamlcomp.sh' -linkall \
- bigarray.cmo
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/bigarray'
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/systhreads'
- gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC \
- -c st_stubs.c
- mv st_stubs.o st_stubs_b.o
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs_b.o -lpthread
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g thread.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g thread.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g mutex.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g mutex.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g condition.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g condition.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g event.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g event.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g threadUnix.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A -g threadUnix.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o threads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo \
- -cclib -lunix -cclib -lpthread
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/systhreads'
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/threads'
- gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -g -c -o scheduler.o scheduler.c
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -oc vmthreads scheduler.o
- ln -s -f ../unix/unix.mli unix.mli
- ln -s -f ../unix/unix.cmi unix.cmi
- ../../ocamlcomp.sh -I ../unix -w +33..39 -warn-error A -c unix.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A thread.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A thread.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A mutex.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A mutex.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A condition.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A condition.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A event.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A event.ml
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A threadUnix.mli
- ../../ocamlcomp.sh -I ../unix -c -w +33..39 -warn-error A threadUnix.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o threads -oc vmthreads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo
- ln -s ../../stdlib/pervasives.mli pervasives.mli
- ln -s ../../stdlib/pervasives.cmi pervasives.cmi
- ../../ocamlcomp.sh -I ../unix -w +33..39 -warn-error A -nopervasives -c pervasives.ml
- ln -s ../../stdlib/marshal.mli marshal.mli
- ln -s ../../stdlib/marshal.cmi marshal.cmi
- ../../ocamlcomp.sh -I ../unix -w +33..39 -warn-error A -c marshal.ml
- ../../ocamlcomp.sh -I ../unix -a -o stdlib.cma pervasives.cmo ../../stdlib/array.cmo ../../stdlib/list.cmo ../../stdlib/char.cmo ../../stdlib/string.cmo ../../stdlib/sys.cmo ../../stdlib/sort.cmo marshal.cmo ../../stdlib/obj.cmo ../../stdlib/int32.cmo ../../stdlib/int64.cmo ../../stdlib/nativeint.cmo ../../stdlib/lexing.cmo ../../stdlib/parsing.cmo ../../stdlib/set.cmo ../../stdlib/map.cmo ../../stdlib/stack.cmo ../../stdlib/queue.cmo ../../stdlib/camlinternalLazy.cmo ../../stdlib/lazy.cmo ../../stdlib/stream.cmo ../../stdlib/buffer.cmo ../../stdlib/printf.cmo ../../stdlib/arg.cmo ../../stdlib/printexc.cmo ../../stdlib/gc.cmo ../../stdlib/digest.cmo ../../stdlib/random.cmo ../../stdlib/hashtbl.cmo ../../stdlib/format.cmo ../../stdlib/scanf.cmo ../../stdlib/callback.cmo ../../stdlib/camlinternalOO.cmo ../../stdlib/oo.cmo ../../stdlib/camlinternalMod.cmo ../../stdlib/genlex.cmo ../../stdlib/weak.cmo ../../stdlib/filename.cmo ../../stdlib/complex.cmo ../../stdlib/arrayLabels.cmo ../../stdlib/listLabels.cmo ../../stdlib/stringLabels.cmo ../../stdlib/stdLabels.cmo ../../stdlib/moreLabels.cmo
- ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o unix -linkall unix.cmo ../unix/unixLabels.cmo
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/threads'
- make[2]: Entering directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/graph'
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c open.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c draw.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c fill.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c color.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c text.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c image.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c make_img.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c dump_img.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c point_col.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c sound.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c events.c
- gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -fPIC -c subwindow.c
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc graphics open.o draw.o fill.o color.o text.o image.o make_img.o dump_img.o point_col.o sound.o events.o subwindow.o -ldopt "-L/usr/lib/x86_64-linux-gnu -lX11"
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g graphics.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g graphics.ml
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g graphicsX11.mli
- ../../ocamlcomp.sh -c -w +33..39 -warn-error A -g graphicsX11.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o graphics -oc graphics -ocamlc '../../ocamlcomp.sh' -linkall \
- graphics.cmo graphicsX11.cmo -cclib "\"-L/usr/lib/x86_64-linux-gnu -lX11\""
- make[2]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml/otherlibs/graph'
- ./build/mixed-boot.sh
- + dirname ./build/mixed-boot.sh
- + cd ./build/..
- + touch build/ocamlbuild_mixed_mode
- + mkdir -p _build
- + cp -rf boot _build/
- + ./build/mkconfig.sh
- + ./build/mkmyocamlbuild_config.sh
- + ./build/boot.sh
- + TAG_LINE=true: -use_stdlib
- + STDLIB_MODULES=Pervasives,Arg,Array,Buffer,Char,Digest,Filename,Format,Hashtbl,Lazy,Lexing,List,Map,Printexc,Printf,Scanf,Set,String,Sys,Parsing,Int32,Int64,Nativeint,Obj,Queue,Sort,Stream,Stack
- + ./boot/ocamlrun boot/myocamlbuild.boot -ignore Pervasives,Arg,Array,Buffer,Char,Digest,Filename,Format,Hashtbl,Lazy,Lexing,List,Map,Printexc,Printf,Scanf,Set,String,Sys,Parsing,Int32,Int64,Nativeint,Obj,Queue,Sort,Stream,Stack -tag-line true: -use_stdlib boot/stdlib.cma boot/std_exit.cmo
- + boot/ocamlrun boot/myocamlbuild.boot -tag-line true: -use_stdlib -log _boot_log1 ocamlbuild/ocamlbuildlightlib.cma ocamlbuild/ocamlbuildlight.byte
- mkdir ocamlbuild
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.mli > ocamlbuild/log.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/signatures.mli > ocamlbuild/signatures.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.mli > ocamlbuild/tags.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/signatures.cmi ocamlbuild/signatures.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/tags.cmi ocamlbuild/tags.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/log.cmi ocamlbuild/log.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.ml > ocamlbuild/log.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.mli > ocamlbuild/display.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.mli > ocamlbuild/my_std.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.mli > ocamlbuild/my_unix.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/display.cmi ocamlbuild/display.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/my_std.cmi ocamlbuild/my_std.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/my_unix.cmi ocamlbuild/my_unix.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.ml > ocamlbuild/my_unix.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.ml > ocamlbuild/my_std.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.mli > ocamlbuild/shell.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/shell.cmi ocamlbuild/shell.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.ml > ocamlbuild/shell.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.ml > ocamlbuild/display.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.mli > ocamlbuild/discard_printf.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/discard_printf.cmi ocamlbuild/discard_printf.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.mli > ocamlbuild/command.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/command.cmi ocamlbuild/command.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.ml > ocamlbuild/command.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.mli > ocamlbuild/lexers.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.mli > ocamlbuild/glob.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.mli > ocamlbuild/bool.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.mli > ocamlbuild/glob_ast.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/bool.cmi ocamlbuild/bool.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/glob_ast.cmi ocamlbuild/glob_ast.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/glob.cmi ocamlbuild/glob.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/param_tags.mli > ocamlbuild/param_tags.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/lexers.cmi ocamlbuild/lexers.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/param_tags.cmi ocamlbuild/param_tags.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.mli > ocamlbuild/configuration.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.mli > ocamlbuild/pathname.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/pathname.cmi ocamlbuild/pathname.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/configuration.cmi ocamlbuild/configuration.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.ml > ocamlbuild/configuration.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.ml > ocamlbuild/discard_printf.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.mli > ocamlbuild/flags.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/flags.cmi ocamlbuild/flags.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.ml > ocamlbuild/flags.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.mli > ocamlbuild/hygiene.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.mli > ocamlbuild/slurp.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/slurp.cmi ocamlbuild/slurp.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/hygiene.cmi ocamlbuild/hygiene.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.ml > ocamlbuild/hygiene.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.mli > ocamlbuild/options.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/options.cmi ocamlbuild/options.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.ml > ocamlbuild/options.ml.depends
- cp -p myocamlbuild_config.mli ocamlbuild/ocamlbuild_Myocamlbuild_config.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_Myocamlbuild_config.mli > ocamlbuild/ocamlbuild_Myocamlbuild_config.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.mli > ocamlbuild/ocamlbuild_where.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_Myocamlbuild_config.cmi ocamlbuild/ocamlbuild_Myocamlbuild_config.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_where.cmi ocamlbuild/ocamlbuild_where.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.ml > ocamlbuild/pathname.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.mli > ocamlbuild/report.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.mli > ocamlbuild/solver.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/solver.cmi ocamlbuild/solver.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/report.cmi ocamlbuild/report.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.ml > ocamlbuild/report.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.mli > ocamlbuild/resource.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/resource.cmi ocamlbuild/resource.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.ml > ocamlbuild/resource.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/digest_cache.mli > ocamlbuild/digest_cache.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/digest_cache.cmi ocamlbuild/digest_cache.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.mli > ocamlbuild/rule.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/rule.cmi ocamlbuild/rule.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.ml > ocamlbuild/rule.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.ml > ocamlbuild/slurp.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.ml > ocamlbuild/solver.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.ml > ocamlbuild/tags.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.mli > ocamlbuild/tools.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/tools.cmi ocamlbuild/tools.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.ml > ocamlbuild/tools.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.mli > ocamlbuild/fda.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/fda.cmi ocamlbuild/fda.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.ml > ocamlbuild/fda.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.mli > ocamlbuild/ocaml_specific.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_specific.cmi ocamlbuild/ocaml_specific.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.ml > ocamlbuild/ocaml_specific.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/findlib.mli > ocamlbuild/findlib.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.mli > ocamlbuild/ocaml_compiler.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.mli > ocamlbuild/ocaml_tools.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.mli > ocamlbuild/ocaml_utils.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/findlib.cmi ocamlbuild/findlib.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_compiler.cmi ocamlbuild/ocaml_compiler.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_tools.cmi ocamlbuild/ocaml_tools.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_utils.cmi ocamlbuild/ocaml_utils.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.mli > ocamlbuild/ocaml_arch.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_arch.cmi ocamlbuild/ocaml_arch.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.ml > ocamlbuild/ocaml_arch.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.ml > ocamlbuild/ocamlbuild_where.ml.depends
- cp -p myocamlbuild_config.ml ocamlbuild/ocamlbuild_Myocamlbuild_config.ml
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_Myocamlbuild_config.ml > ocamlbuild/ocamlbuild_Myocamlbuild_config.ml.depends
- boot/ocamlrun boot/ocamllex -q ocamlbuild/lexers.mll
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.ml > ocamlbuild/lexers.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.ml > ocamlbuild/glob.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.mli > ocamlbuild/glob_lexer.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/glob_lexer.cmi ocamlbuild/glob_lexer.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.ml > ocamlbuild/bool.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.ml > ocamlbuild/glob_ast.ml.depends
- boot/ocamlrun boot/ocamllex -q ocamlbuild/glob_lexer.mll
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.ml > ocamlbuild/glob_lexer.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.mli > ocamlbuild/plugin.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/plugin.cmi ocamlbuild/plugin.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.ml > ocamlbuild/plugin.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.mli > ocamlbuild/main.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/main.cmi ocamlbuild/main.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.ml > ocamlbuild/main.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/exit_codes.mli > ocamlbuild/exit_codes.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.mli > ocamlbuild/hooks.mli.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.mli > ocamlbuild/ocaml_dependencies.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/exit_codes.cmi ocamlbuild/exit_codes.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/hooks.cmi ocamlbuild/hooks.mli
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_dependencies.cmi ocamlbuild/ocaml_dependencies.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.ml > ocamlbuild/hooks.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.ml > ocamlbuild/ocaml_utils.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.ml > ocamlbuild/ocaml_tools.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.ml > ocamlbuild/ocaml_compiler.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.ml > ocamlbuild/ocaml_dependencies.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/exit_codes.ml > ocamlbuild/exit_codes.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/digest_cache.ml > ocamlbuild/digest_cache.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/findlib.ml > ocamlbuild/findlib.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/param_tags.ml > ocamlbuild/param_tags.ml.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/log.cmo ocamlbuild/log.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/my_unix.cmo ocamlbuild/my_unix.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/my_std.cmo ocamlbuild/my_std.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/shell.cmo ocamlbuild/shell.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/display.cmo ocamlbuild/display.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/command.cmo ocamlbuild/command.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/configuration.cmo ocamlbuild/configuration.ml
- ../ocamlcomp.sh -c -g -annot -rectypes -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/discard_printf.cmo ocamlbuild/discard_printf.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/flags.cmo ocamlbuild/flags.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/hygiene.cmo ocamlbuild/hygiene.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/options.cmo ocamlbuild/options.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/pathname.cmo ocamlbuild/pathname.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/report.cmo ocamlbuild/report.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/resource.cmo ocamlbuild/resource.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/rule.cmo ocamlbuild/rule.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/slurp.cmo ocamlbuild/slurp.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/solver.cmo ocamlbuild/solver.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/tags.cmo ocamlbuild/tags.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/tools.cmo ocamlbuild/tools.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/fda.cmo ocamlbuild/fda.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_specific.cmo ocamlbuild/ocaml_specific.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_arch.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_where.cmo ocamlbuild/ocamlbuild_where.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_Myocamlbuild_config.cmo ocamlbuild/ocamlbuild_Myocamlbuild_config.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/lexers.cmo ocamlbuild/lexers.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/glob.cmo ocamlbuild/glob.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/bool.cmo ocamlbuild/bool.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/glob_ast.cmo ocamlbuild/glob_ast.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/glob_lexer.cmo ocamlbuild/glob_lexer.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/plugin.cmo ocamlbuild/plugin.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/main.cmo ocamlbuild/main.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/hooks.cmo ocamlbuild/hooks.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_utils.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_tools.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_compiler.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocaml_dependencies.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/exit_codes.cmo ocamlbuild/exit_codes.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/digest_cache.cmo ocamlbuild/digest_cache.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/findlib.cmo ocamlbuild/findlib.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/param_tags.cmo ocamlbuild/param_tags.ml
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.mli > ocamlbuild/ocamlbuild_plugin.mli.depends
- ../ocamlcomp.sh -pack -g ocamlbuild/discard_printf.cmo ocamlbuild/signatures.cmi ocamlbuild/my_std.cmo ocamlbuild/my_unix.cmo ocamlbuild/tags.cmo ocamlbuild/display.cmo ocamlbuild/log.cmo ocamlbuild/shell.cmo ocamlbuild/bool.cmo ocamlbuild/glob_ast.cmo ocamlbuild/glob_lexer.cmo ocamlbuild/glob.cmo ocamlbuild/lexers.cmo ocamlbuild/param_tags.cmo ocamlbuild/command.cmo ocamlbuild/ocamlbuild_Myocamlbuild_config.cmo ocamlbuild/ocamlbuild_where.cmo ocamlbuild/slurp.cmo ocamlbuild/options.cmo ocamlbuild/pathname.cmo ocamlbuild/configuration.cmo ocamlbuild/flags.cmo ocamlbuild/hygiene.cmo ocamlbuild/digest_cache.cmo ocamlbuild/resource.cmo ocamlbuild/rule.cmo ocamlbuild/solver.cmo ocamlbuild/report.cmo ocamlbuild/tools.cmo ocamlbuild/fda.cmo ocamlbuild/findlib.cmo ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_specific.cmo ocamlbuild/plugin.cmo ocamlbuild/exit_codes.cmo ocamlbuild/hooks.cmo ocamlbuild/main.cmo -o ocamlbuild/ocamlbuild_pack.cmo
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_plugin.cmi ocamlbuild/ocamlbuild_plugin.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.ml > ocamlbuild/ocamlbuild_plugin.ml.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_plugin.cmo ocamlbuild/ocamlbuild_plugin.ml
- ../ocamlcomp.sh -a -linkall -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo -o ocamlbuild/ocamlbuildlightlib.cma
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.mli > ocamlbuild/ocamlbuildlight.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuildlight.cmi ocamlbuild/ocamlbuildlight.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.ml > ocamlbuild/ocamlbuildlight.ml.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuildlight.cmo ocamlbuild/ocamlbuildlight.ml
- ../ocamlcomp.sh -g -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuildlight.cmo -o ocamlbuild/ocamlbuildlight.byte
- + rm -f _build/myocamlbuild
- + boot/ocamlrun boot/myocamlbuild.boot -just-plugin -install-lib-dir _build/ocamlbuild -byte-plugin
- boot/ocamlrun boot/ocamlc -I boot -nostdlib -I /home/thore/.opam/4.01.0/build/ocaml/_build/ocamlbuild -g -I stdlib /home/thore/.opam/4.01.0/build/ocaml/_build/ocamlbuild/ocamlbuildlightlib.cma myocamlbuild_config.mli myocamlbuild_config.ml myocamlbuild.ml /home/thore/.opam/4.01.0/build/ocaml/_build/ocamlbuild/ocamlbuildlight.cmo -o myocamlbuild
- + cp _build/myocamlbuild boot/myocamlbuild
- + ./boot/ocamlrun boot/myocamlbuild -tag-line true: -use_stdlib -log _boot_log2 boot/camlheader ocamlc
- touch ocamlbuild-mixed-boot
- ./build/ocamlbuild-byte-only.sh
- + ./boot/ocamlrun boot/myocamlbuild byte_stdlib_mixed_mode ocamlc lex/ocamllex ocamlbuild/ocamlbuildlib.cma ocamlbuild/ocamlbuildlightlib.cma ocamlbuild/ocamlbuild.byte ocamlbuild/ocamlbuildlight.byte
- mkdir stdlib
- cp -pf /home/thore/.opam/4.01.0/build/ocaml/stdlib/libcamlrun.a stdlib/libcamlrun.a
- mkdir lex
- ../ocamlcomp.sh -pack -g ocamlbuild/discard_printf.cmo ocamlbuild/signatures.cmi ocamlbuild/my_std.cmo ocamlbuild/my_unix.cmo ocamlbuild/tags.cmo ocamlbuild/display.cmo ocamlbuild/log.cmo ocamlbuild/shell.cmo ocamlbuild/bool.cmo ocamlbuild/glob_ast.cmo ocamlbuild/glob_lexer.cmo ocamlbuild/glob.cmo ocamlbuild/lexers.cmo ocamlbuild/param_tags.cmo ocamlbuild/command.cmo ocamlbuild/ocamlbuild_Myocamlbuild_config.cmo ocamlbuild/ocamlbuild_where.cmo ocamlbuild/slurp.cmo ocamlbuild/options.cmo ocamlbuild/pathname.cmo ocamlbuild/configuration.cmo ocamlbuild/flags.cmo ocamlbuild/hygiene.cmo ocamlbuild/digest_cache.cmo ocamlbuild/resource.cmo ocamlbuild/rule.cmo ocamlbuild/solver.cmo ocamlbuild/report.cmo ocamlbuild/tools.cmo ocamlbuild/fda.cmo ocamlbuild/findlib.cmo ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_specific.cmo ocamlbuild/plugin.cmo ocamlbuild/exit_codes.cmo ocamlbuild/hooks.cmo ocamlbuild/main.cmo -o ocamlbuild/ocamlbuild_pack.cmo
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_unix_plugin.mli > ocamlbuild/ocamlbuild_unix_plugin.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_unix_plugin.cmi ocamlbuild/ocamlbuild_unix_plugin.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_unix_plugin.ml > ocamlbuild/ocamlbuild_unix_plugin.ml.depends
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_executor.mli > ocamlbuild/ocamlbuild_executor.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_executor.cmi ocamlbuild/ocamlbuild_executor.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_executor.ml > ocamlbuild/ocamlbuild_executor.ml.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_unix_plugin.cmo ocamlbuild/ocamlbuild_unix_plugin.ml
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild_executor.cmo ocamlbuild/ocamlbuild_executor.ml
- ../ocamlcomp.sh -a -linkall -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo ocamlbuild/ocamlbuild_executor.cmo ocamlbuild/ocamlbuild_unix_plugin.cmo -o ocamlbuild/ocamlbuildlib.cma
- ../ocamlcomp.sh -a -linkall -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo -o ocamlbuild/ocamlbuildlightlib.cma
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild.mli > ocamlbuild/ocamlbuild.mli.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild.cmi ocamlbuild/ocamlbuild.mli
- boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild.ml > ocamlbuild/ocamlbuild.ml.depends
- ../ocamlcomp.sh -c -g -annot -warn-error A -w L -w R -w Z -I ../otherlibs/unix -I ocamlbuild -o ocamlbuild/ocamlbuild.cmo ocamlbuild/ocamlbuild.ml
- ../ocamlcomp.sh unix.cma -g -I stdlib -I ../otherlibs/unix ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_executor.cmo ocamlbuild/ocamlbuild_unix_plugin.cmo ocamlbuild/ocamlbuild.cmo -o ocamlbuild/ocamlbuild.byte
- ../ocamlcomp.sh -g -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuildlight.cmo -o ocamlbuild/ocamlbuildlight.byte
- ./build/camlp4-byte-only.sh
- + ./boot/ocamlrun boot/myocamlbuild byte_stdlib_mixed_mode ocamlc lex/ocamllex camlp4/Camlp4/Camlp4Ast.partial.ml camlp4/boot/camlp4boot.byte camlp4/Camlp4.cmo camlp4/Camlp4Top.cmo camlp4/camlp4prof.byte camlp4/mkcamlp4.byte camlp4/camlp4.byte camlp4/camlp4fulllib.cma camlp4/camlp4boot.byte camlp4/camlp4boot.cma camlp4/camlp4r.byte camlp4/camlp4r.cma camlp4/camlp4rf.byte camlp4/camlp4rf.cma camlp4/camlp4o.byte camlp4/camlp4o.cma camlp4/camlp4of.byte camlp4/camlp4of.cma camlp4/camlp4oof.byte camlp4/camlp4oof.cma camlp4/camlp4orf.byte camlp4/camlp4orf.cma camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
- mkdir camlp4
- mkdir camlp4/Camlp4
- mkdir camlp4/boot
- boot/ocamlrun boot/ocamldep -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends
- boot/ocamlrun boot/ocamldep -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends
- boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_config.mli > camlp4/Camlp4_config.mli.depends
- mkdir utils
- mkdir parsing
- mkdir typing
- boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_import.ml > camlp4/Camlp4_import.ml.depends
- ../ocamlcomp.sh -c -g -warn-error A -w Z -I camlp4 -o camlp4/Camlp4_config.cmi camlp4/Camlp4_config.mli
- ../ocamlcomp.sh -c -g -warn-error A -I camlp4 -o camlp4/Camlp4_import.cmo camlp4/Camlp4_import.ml
- ../ocamlcomp.sh -c -g -warn-error A -w a -I ../otherlibs/dynlink -I camlp4/boot -I camlp4 -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml
- Killed
- Exit code 137 while executing this command:
- ../ocamlcomp.sh -c -g -warn-error A -w a -I ../otherlibs/dynlink -I camlp4/boot -I camlp4 -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml
- make[1]: *** [camlp4out] Error 137
- make[1]: Leaving directory `/home/thore/.opam/4.01.0/build/ocaml'
- make: *** [world] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement