Ticket #20275: ocaml.log

File ocaml.log, 258.6 KB (added by jdswinbank (John Swinbank), 15 years ago)

Log of failed build

Line 
1$ sudo port -v build ocaml
2--->  Fetching ocaml
3--->  Verifying checksum(s) for ocaml
4--->  Checksumming ocaml-3.11.1.tar.bz2
5--->  Extracting ocaml
6--->  Extracting ocaml-3.11.1.tar.bz2
7--->  Configuring ocaml
8Configuring for a i686-apple-darwin9.7.0 ...
9The C compiler is ANSI-compliant.
10Checking the sizes of integers and pointers...
11OK, this is a regular 32 bit architecture.
1264-bit "long long" integer type found (printf with "%ll").
13This is a little-endian architecture.
14Doubles can be word-aligned.
1564-bit integers can be word-aligned.
16Native division and modulus have round-towards-zero semantics, will use them.
17ranlib found
18#! appears to work in shell scripts
19POSIX signal handling found.
20getrusage() found.
21times() found.
22termcap functions found (with libraries '-lcurses')
23You have BSD sockets.
24socklen_t is defined in <sys/socket.h>
25inet_aton() found.
26IPv6 is supported.
27unistd.h found.
28off_t is defined in <sys/types.h>
29dirent.h found.
30rewinddir() found.
31lockf() found.
32mkfifo() found.
33getcwd() found.
34getwd() found.
35getpriority() found.
36utime() found.
37utimes() found.
38dup2() found.
39fchmod() found.
40truncate() found.
41sys/select.h found.
42select() found.
43symlink() found.
44waitpid() found.
45wait4() found.
46getgroups() found.
47POSIX termios found.
48Asynchronous I/O are supported.
49setitimer() found.
50gethostname() found.
51uname() found.
52gettimeofday() found.
53mktime() found.
54setsid() found.
55putenv() found.
56setlocale() and <locale.h> found.
57dlopen() found.
58Dynamic loading of shared libraries is supported.
59mmap() found.
60Replay debugger supported.
61System stack overflow can be detected.
62POSIX threads library supported.
63Options for linking with POSIX threads: -lpthread
64sigwait() found
65Bytecode threads library supported.
66Location of X11 include files: /usr/X11R6/include/X11
67Options for linking with X11: -L/usr/X11R6/lib -lX11
68NDBM found (in /usr/include)
69Configuring LablTk...
70Configuration failed, LablTk will not be built.
71
72** Configuration summary **
73
74Directories where Objective Caml will be installed:
75        binaries.................. /opt/local/bin
76        standard library.......... /opt/local/lib/ocaml
77        manual pages.............. /opt/local/man (with extension .1)
78Configuration for the bytecode compiler:
79        C compiler used........... /usr/bin/gcc-4.0
80        options for compiling.....  -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
81        options for linking.......     -lcurses -lpthread
82        shared libraries are supported
83        options for compiling.....   -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
84        command for building...... /usr/bin/gcc-4.0 -bundle -flat_namespace -undefined suppress -read_only_relocs suppress -o lib.so /a/path objs
85Configuration for the native-code compiler:
86        hardware architecture..... i386
87        OS variant................ macosx
88        C compiler used........... /usr/bin/gcc-4.0
89        options for compiling.....  -D_FILE_OFFSET_BITS=64 -D_REENTRANT
90        options for linking.......   
91        assembler ................ as
92        preprocessed assembler ... /usr/bin/gcc-4.0 -c
93        profiling with gprof ..... supported
94Source-level replay debugger: supported
95Additional libraries supported:
96        unix str num dynlink bigarray systhreads threads graph dbm
97Configuration for the "num" library:
98        target architecture ...... ia32 (asm level 2)
99Configuration for the "graph" library:
100        options for compiling .... -I/usr/X11R6/include
101        options for linking ...... -L/usr/X11R6/lib -lX11
102The "labltk" library: not supported
103
104** Objective Caml configuration completed successfully **
105
106--->  Building ocaml
107make coldstart
108cd byterun; make all
109sed -n -e '/^  /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
110               -e '/^}/q' instruct.h > jumptbl.h
111/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o interp.o interp.c
112/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o misc.o misc.c
113/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o stacks.o stacks.c
114/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o fix_code.o fix_code.c
115echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" > version.h
116/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o startup.o startup.c
117/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o freelist.o freelist.c
118/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o major_gc.o major_gc.c
119/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o minor_gc.o minor_gc.c
120/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o memory.o memory.c
121/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o alloc.o alloc.c
122/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o roots.o roots.c
123/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o globroots.o globroots.c
124/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o fail.o fail.c
125/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o signals.o signals.c
126/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o signals_byt.o signals_byt.c
127/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o printexc.o printexc.c
128/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o backtrace.o backtrace.c
129/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o compare.o compare.c
130/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o ints.o ints.c
131/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o floats.o floats.c
132/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o str.o str.c
133/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o array.o array.c
134/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o io.o io.c
135/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o extern.o extern.c
136/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o intern.o intern.c
137/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o hash.o hash.c
138/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o sys.o sys.c
139/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o meta.o meta.c
140/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o parsing.o parsing.c
141/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o gc_ctrl.o gc_ctrl.c
142/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o terminfo.o terminfo.c
143/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o md5.o md5.c
144/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o obj.o obj.c
145/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o lexing.o lexing.c
146/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o callback.o callback.c
147/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o debugger.o debugger.c
148/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o weak.o weak.c
149/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o compact.o compact.c
150/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o finalise.o finalise.c
151/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o custom.o custom.c
152/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o dynlink.o dynlink.c
153/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o unix.o unix.c
154/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o main.o main.c
155ar 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
156ranlib libcamlrun.a
157sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" \
158            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 > primitives
159(echo '#include "mlvalues.h"'; \
160         echo '#include "prims.h"'; \
161         sed -e 's/.*/extern value &();/' primitives; \
162         echo 'c_primitive caml_builtin_cprim[] = {'; \
163         sed -e 's/.*/  &,/' primitives; \
164         echo '  0 };'; \
165         echo 'char * caml_names_of_builtin_cprim[] = {'; \
166         sed -e 's/.*/  "&",/' primitives; \
167         echo '  0 };') > prims.c
168/usr/bin/gcc-4.0 -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o prims.o prims.c
169/usr/bin/gcc-4.0  -o ocamlrun \
170                  prims.o libcamlrun.a -lcurses -lpthread
171echo "/opt/local/lib/ocaml/stublibs" > ld.conf
172echo "/opt/local/lib/ocaml" >> ld.conf
173/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   interp.c
174mv interp.o interp.pic.o
175/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   misc.c
176mv misc.o misc.pic.o
177/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   stacks.c
178mv stacks.o stacks.pic.o
179/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   fix_code.c
180mv fix_code.o fix_code.pic.o
181/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   startup.c
182mv startup.o startup.pic.o
183/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   freelist.c
184mv freelist.o freelist.pic.o
185/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   major_gc.c
186mv major_gc.o major_gc.pic.o
187/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   minor_gc.c
188mv minor_gc.o minor_gc.pic.o
189/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   memory.c
190mv memory.o memory.pic.o
191/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   alloc.c
192mv alloc.o alloc.pic.o
193/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   roots.c
194mv roots.o roots.pic.o
195/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   globroots.c
196mv globroots.o globroots.pic.o
197/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   fail.c
198mv fail.o fail.pic.o
199/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   signals.c
200mv signals.o signals.pic.o
201/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   signals_byt.c
202mv signals_byt.o signals_byt.pic.o
203/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   printexc.c
204mv printexc.o printexc.pic.o
205/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   backtrace.c
206mv backtrace.o backtrace.pic.o
207/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   compare.c
208mv compare.o compare.pic.o
209/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   ints.c
210mv ints.o ints.pic.o
211/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   floats.c
212mv floats.o floats.pic.o
213/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   str.c
214mv str.o str.pic.o
215/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   array.c
216mv array.o array.pic.o
217/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   io.c
218mv io.o io.pic.o
219/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   extern.c
220mv extern.o extern.pic.o
221/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   intern.c
222mv intern.o intern.pic.o
223/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   hash.c
224mv hash.o hash.pic.o
225/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   sys.c
226mv sys.o sys.pic.o
227/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   meta.c
228mv meta.o meta.pic.o
229/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   parsing.c
230mv parsing.o parsing.pic.o
231/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   gc_ctrl.c
232mv gc_ctrl.o gc_ctrl.pic.o
233/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   terminfo.c
234mv terminfo.o terminfo.pic.o
235/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   md5.c
236mv md5.o md5.pic.o
237/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   obj.c
238mv obj.o obj.pic.o
239/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   lexing.c
240mv lexing.o lexing.pic.o
241/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   callback.c
242mv callback.o callback.pic.o
243/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   debugger.c
244mv debugger.o debugger.pic.o
245/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   weak.c
246mv weak.o weak.pic.o
247/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   compact.c
248mv compact.o compact.pic.o
249/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   finalise.c
250mv finalise.o finalise.pic.o
251/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   custom.c
252mv custom.o custom.pic.o
253/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   dynlink.c
254mv dynlink.o dynlink.pic.o
255/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   unix.c
256mv unix.o unix.pic.o
257/usr/bin/gcc-4.0 -c -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   main.c
258mv main.o main.pic.o
259/usr/bin/gcc-4.0 -bundle -flat_namespace -undefined suppress -read_only_relocs suppress -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 -lcurses -lpthread
260cp byterun/ocamlrun boot/ocamlrun
261cd yacc; make all
262/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o closure.o closure.c
263/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o error.o error.c
264/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o lalr.o lalr.c
265/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o lr0.o lr0.c
266echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" >version.h
267/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o main.o main.c
268/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o mkpar.o mkpar.c
269/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o output.o output.c
270/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o reader.o reader.c
271/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o skeleton.o skeleton.c
272/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o symtab.o symtab.c
273/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o verbose.o verbose.c
274/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o warshall.o warshall.c
275/usr/bin/gcc-4.0 -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -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
276cp yacc/ocamlyacc boot/ocamlyacc
277cd stdlib; make COMPILER=../boot/ocamlc all
278../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
279../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
280../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
281../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
282../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
283../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
284../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
285../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
286../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
287../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
288sed -e "s|%%VERSION%%|`head -1 ../VERSION`|" sys.mlp >sys.ml
289../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
290../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
291../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
292../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
293../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
294../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
295../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
296../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
297../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
298../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
299../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
300../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
301../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
302../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
303../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
304../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
305../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
306../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
307../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
308../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
309../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
310../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
311../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
312../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
313../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
314../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
315../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
316../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
317../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
318../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
319../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
320../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
321../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
322../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
323../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
324../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
325../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
326../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
327../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
328../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
329../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
330../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
331../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
332../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
333../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
334../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
335../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
336../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
337../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
338../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
339../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
340../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
341../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
342../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
343../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
344../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
345../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
346../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
347../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
348../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
349../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
350../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
351../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
352../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
353../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
354../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
355../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
356../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
357../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
358../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
359../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
360../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
361../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
362../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
363../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
364../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
365../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
366../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
367../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo hashtbl.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
368../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
369if true; then \
370          echo '#!/opt/local/bin/ocamlrun' > camlheader && \
371          echo '#!' | tr -d '\012' > camlheader_ur; \
372        else \
373          /usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT  \
374                    -DRUNTIME_NAME='"/opt/local/bin/ocamlrun"' \
375                    header.c -o tmpheader && \
376          strip tmpheader && \
377          mv tmpheader camlheader && \
378          cp camlheader camlheader_ur; \
379        fi
380cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
381if test -f boot/libcamlrun.a; then :; else \
382          ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
383if test -d stdlib/caml; then :; else \
384          ln -s ../byterun stdlib/caml; fi
385make opt.opt
386cd byterun; make all
387make[2]: Nothing to be done for `all'.
388if test -f stdlib/libcamlrun.a; then :; else \
389          ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
390cd byterun; make all
391make[2]: Nothing to be done for `all'.
392cp byterun/ocamlrun boot/ocamlrun
393cd yacc; make all
394make[2]: Nothing to be done for `all'.
395cp yacc/ocamlyacc boot/ocamlyacc
396cd stdlib; make COMPILER=../boot/ocamlc all
397make[2]: Nothing to be done for `all'.
398cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
399if test -f boot/libcamlrun.a; then :; else \
400          ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
401if test -d stdlib/caml; then :; else \
402          ln -s ../byterun stdlib/caml; fi
403boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli
404boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
405boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli
406boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
407sed -e 's|%%LIBDIR%%|/opt/local/lib/ocaml|' \
408            -e 's|%%BYTERUN%%|/opt/local/bin/ocamlrun|' \
409            -e 's|%%CCOMPTYPE%%|cc|' \
410            -e 's|%%BYTECC%%|/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT |' \
411            -e 's|%%NATIVECC%%|/usr/bin/gcc-4.0 -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
412            -e 's|%%PACKLD%%|ld -r  -o |' \
413            -e 's|%%BYTECCLIBS%%|-lcurses -lpthread|' \
414            -e 's|%%NATIVECCLIBS%%||' \
415            -e 's|%%RANLIBCMD%%|ranlib|' \
416            -e 's|%%CC_PROFILE%%|-pg|' \
417            -e 's|%%ARCH%%|i386|' \
418            -e 's|%%MODEL%%|default|' \
419            -e 's|%%SYSTEM%%|macosx|' \
420            -e 's|%%EXT_OBJ%%|.o|' \
421            -e 's|%%EXT_ASM%%|.s|' \
422            -e 's|%%EXT_LIB%%|.a|' \
423            -e 's|%%EXT_DLL%%|.so|' \
424            -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
425            -e 's|%%ASM%%|as|' \
426            -e 's|%%MKDLL%%|/usr/bin/gcc-4.0 -bundle -flat_namespace -undefined suppress -read_only_relocs suppress|' \
427            -e 's|%%MKEXE%%|/usr/bin/gcc-4.0|' \
428            -e 's|%%MKMAINDLL%%|/usr/bin/gcc-4.0 -bundle -flat_namespace -undefined suppress -read_only_relocs suppress|' \
429            utils/config.mlp > utils/config.ml
430boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli
431boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
432boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli
433boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
434boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
435boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
436boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
437boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
438boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli
439boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
440boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
441boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
442boot/ocamlrun boot/ocamllex parsing/linenum.mll
44312 states, 323 transitions, table size 1364 bytes
444boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.mli
445boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.ml
446boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli
447boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
448boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli
449boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
450boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
451boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
452boot/ocamlyacc -v parsing/parser.mly
453boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
454boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
455boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.mli
456boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
457boot/ocamlrun boot/ocamllex parsing/lexer.mll
458163 states, 2930 transitions, table size 12698 bytes
4592192 additional bytes used for bindings
460boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
461boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
462boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.mli
463boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
464boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.mli
465boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
466boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.mli
467boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.ml
468boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.mli
469boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
470boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.mli
471boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
472boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.mli
473boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
474boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.mli
475boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
476boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.mli
477boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
478boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
479boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.mli
480boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
481boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.mli
482boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
483boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.mli
484boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
485boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
486boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
487boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/annot.mli
488boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.mli
489boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
490boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
491boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
492boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.mli
493boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
494boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
495boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
496boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
497boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
498boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.mli
499boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
500boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.mli
501boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
502boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.mli
503boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
504boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
505boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
506boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
507boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
508boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.mli
509boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
510boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.mli
511boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
512boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
513boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
514boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
515boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
516boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.mli
517boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
518boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli
519boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
520boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.mli
521boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
522boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli
523boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
524boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli
525boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
526boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli
527boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
528boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli
529boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
530boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.mli
531boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
532boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.mli
533boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
534boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli
535boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
536boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli
537boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
538(echo 'let builtin_exceptions = [|'; \
539         sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$|  \1;|p' byterun/fail.h | \
540         sed -e '$s/;$//'; \
541         echo '|]'; \
542         echo 'let builtin_primitives = [|'; \
543         sed -e 's/.*/  "&";/' -e '$s/;$//' byterun/primitives; \
544         echo '|]') > bytecomp/runtimedef.ml
545boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.mli
546boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
547boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
548boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
549boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
550boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
551boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
552boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
553boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
554boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
555sed -n -e '/^enum/p' -e 's/,//g' -e '/^  /p' byterun/instruct.h | \
556        awk -f tools/make-opcodes > bytecomp/opcodes.ml
557boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
558boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/cmo_format.mli
559boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
560boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
561boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
562boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
563boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
564boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
565boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
566boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
567boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
568boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
569boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
570boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
571boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
572boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
573boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.mli
574boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
575boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.mli
576boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
577boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.mli
578boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
579boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.mli
580boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
581boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.mli
582boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
583boot/ocamlrun boot/ocamlc -nostdlib -I boot  -o ocamlc 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/linenum.cmo parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo typing/unused_var.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/env.cmo typing/typedtree.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/includecore.cmo typing/includemod.cmo typing/parmatch.cmo typing/typetexp.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 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/pparse.cmo driver/errors.cmo driver/compile.cmo driver/main_args.cmo driver/main.cmo
584cd yacc; make all
585make[2]: Nothing to be done for `all'.
586cd lex; make all
587../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A cset.mli
588../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A cset.ml
589../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A syntax.mli
590../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A syntax.ml
591../boot/ocamlyacc -v parser.mly
592../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A parser.mli
593../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A parser.ml
594../boot/ocamlrun ../boot/ocamllex lexer.mll
59595 states, 1162 transitions, table size 5218 bytes
5961784 additional bytes used for bindings
597../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexer.mli
598../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexer.ml
599../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A table.mli
600../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A table.ml
601../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexgen.mli
602../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexgen.ml
603../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A compact.mli
604../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A compact.ml
605../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A common.mli
606../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A common.ml
607../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A output.mli
608../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A output.ml
609../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A outputbis.mli
610../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A outputbis.ml
611../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A main.ml
612../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot  -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
613cd tools; make all
614../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver depend.mli
615../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver depend.ml
616../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamldep.ml
617../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamldep misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo depend.cmo ocamldep.cmo
618../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlprof.ml
619../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver profiling.mli
620../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver profiling.ml
621../boot/ocamlrun ../boot/ocamlc -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 linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo ocamlprof.cmo
622../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlcp.ml
623../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlcp main_args.cmo ocamlcp.cmo
624sed -e 's|%%BINDIR%%|/opt/local/bin|' ocamlmktop.tpl > ocamlmktop
625chmod +x ocamlmktop
626../build/mkmyocamlbuild_config.sh
627cp ../myocamlbuild_config.ml .
628../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver myocamlbuild_config.ml
629echo '(* THIS FILE IS GENERATED FROM ocamlmklib.mlp *)' >ocamlmklib.ml
630sed -e "s|%%BINDIR%%|/opt/local/bin|" \
631            -e "s|%%SUPPORTS_SHARED_LIBRARIES%%|true|" \
632            -e "s|%%MKSHAREDLIB%%||" \
633            -e "s|%%BYTECCRPATH%%||" \
634            -e "s|%%NATIVECCRPATH%%||" \
635            -e "s|%%MKSHAREDLIBRPATH%%||" \
636            -e "s|%%RANLIB%%|ranlib|" \
637          ocamlmklib.mlp >> ocamlmklib.ml
638../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlmklib.ml
639../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlmklib myocamlbuild_config.cmo \
640                 ocamlmklib.cmo
641../boot/ocamlrun ../boot/ocamllex lexer301.mll
642120 states, 2733 transitions, table size 11652 bytes
643../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver lexer301.ml
644../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver scrapelabels.ml
645../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o scrapelabels misc.cmo warnings.cmo linenum.cmo location.cmo lexer301.cmo scrapelabels.cmo
646../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -w sl -o addlabels \
647                misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo addlabels.ml
648unset LC_ALL || : ; \
649        unset LC_CTYPE || : ; \
650        unset LC_COLLATE LANG || : ; \
651        sed -e '/\/\*/d' \
652            -e '/^#/d' \
653            -e 's/enum \(.*\) {/let names_of_\1 = [|/' \
654            -e 's/};$/ |]/' \
655            -e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
656            -e 's/,/;/g' \
657        ../byterun/instruct.h > opnames.ml
658../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver opnames.ml
659../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver dumpobj.ml
660../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o dumpobj \
661                 misc.cmo tbl.cmo config.cmo ident.cmo \
662                 opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
663cd stdlib; make all
664../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
665../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
666../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
667../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
668../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
669../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
670../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
671../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
672../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
673../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
674../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
675../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
676../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
677../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
678../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
679../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
680../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
681../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
682../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
683../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
684../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
685../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
686../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
687../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
688../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
689../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
690../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
691../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
692../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
693../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
694../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
695../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
696../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
697../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
698../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
699../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
700../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
701../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
702../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
703../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
704../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
705../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
706../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
707../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
708../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
709../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
710../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
711../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
712../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
713../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
714../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
715../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
716../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
717../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
718../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
719../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
720../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
721../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
722../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
723../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
724../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
725../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
726../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
727../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
728../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
729../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
730../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
731../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
732../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
733../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
734../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
735../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
736../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
737../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
738../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
739../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
740../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
741../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
742../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
743../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
744../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
745../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
746../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
747../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
748../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
749../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
750../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
751../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
752../boot/ocamlrun ../ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo hashtbl.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
753../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
754boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.mli
755boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml
756boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.mli
757boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml
758boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.mli
759boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.ml
760boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.mli
761boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml
762boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.mli
763boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.ml
764boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o toplevel/toplevellib.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/linenum.cmo parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo typing/unused_var.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/env.cmo typing/typedtree.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/includecore.cmo typing/includemod.cmo typing/parmatch.cmo typing/typetexp.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 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/pparse.cmo driver/errors.cmo driver/compile.cmo toplevel/genprintval.cmo toplevel/toploop.cmo toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo
765boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml
766boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/expunge.ml
767boot/ocamlrun boot/ocamlc -nostdlib -I boot  -o expunge utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo typing/ident.cmo typing/path.cmo typing/types.cmo typing/btype.cmo typing/predef.cmo bytecomp/runtimedef.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/meta.cmo bytecomp/symtable.cmo toplevel/expunge.cmo
768boot/ocamlrun boot/ocamlc -nostdlib -I boot  -linkall -o ocaml.tmp toplevel/toplevellib.cma toplevel/topstart.cmo
769byterun/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
770rm -f ocaml.tmp
771make runtimeopt
772cd asmrun; make all
773/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o startup.o startup.c
774ln -s ../byterun/main.c main.c
775/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o main.o main.c
776/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o fail.o fail.c
777/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o roots.o roots.c
778ln -s ../byterun/globroots.c globroots.c
779/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o globroots.o globroots.c
780ln -s ../byterun/signals.c signals.c
781/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o signals.o signals.c
782/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o signals_asm.o signals_asm.c
783ln -s ../byterun/misc.c misc.c
784/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o misc.o misc.c
785ln -s ../byterun/freelist.c freelist.c
786/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o freelist.o freelist.c
787ln -s ../byterun/major_gc.c major_gc.c
788/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o major_gc.o major_gc.c
789ln -s ../byterun/minor_gc.c minor_gc.c
790/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o minor_gc.o minor_gc.c
791ln -s ../byterun/memory.c memory.c
792/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o memory.o memory.c
793ln -s ../byterun/alloc.c alloc.c
794/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o alloc.o alloc.c
795ln -s ../byterun/compare.c compare.c
796/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o compare.o compare.c
797ln -s ../byterun/ints.c ints.c
798/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o ints.o ints.c
799ln -s ../byterun/floats.c floats.c
800/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o floats.o floats.c
801ln -s ../byterun/str.c str.c
802/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o str.o str.c
803ln -s ../byterun/array.c array.c
804/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o array.o array.c
805ln -s ../byterun/io.c io.c
806/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o io.o io.c
807ln -s ../byterun/extern.c extern.c
808/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o extern.o extern.c
809ln -s ../byterun/intern.c intern.c
810/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o intern.o intern.c
811ln -s ../byterun/hash.c hash.c
812/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o hash.o hash.c
813ln -s ../byterun/sys.c sys.c
814/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o sys.o sys.c
815ln -s ../byterun/parsing.c parsing.c
816/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o parsing.o parsing.c
817ln -s ../byterun/gc_ctrl.c gc_ctrl.c
818/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o gc_ctrl.o gc_ctrl.c
819ln -s ../byterun/terminfo.c terminfo.c
820/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o terminfo.o terminfo.c
821ln -s ../byterun/md5.c md5.c
822/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o md5.o md5.c
823ln -s ../byterun/obj.c obj.c
824/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o obj.o obj.c
825ln -s ../byterun/lexing.c lexing.c
826/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o lexing.o lexing.c
827ln -s ../byterun/printexc.c printexc.c
828/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o printexc.o printexc.c
829ln -s ../byterun/callback.c callback.c
830/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o callback.o callback.c
831ln -s ../byterun/weak.c weak.c
832/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o weak.o weak.c
833ln -s ../byterun/compact.c compact.c
834/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o compact.o compact.c
835ln -s ../byterun/finalise.c finalise.c
836/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o finalise.o finalise.c
837ln -s ../byterun/custom.c custom.c
838/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o custom.o custom.c
839ln -s ../byterun/unix.c unix.c
840/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o unix.o unix.c
841/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o backtrace.o backtrace.c
842/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o natdynlink.o natdynlink.c
843/usr/bin/gcc-4.0 -c -DSYS_macosx -o i386.o i386.S || \
844        { echo "If your assembler produced syntax errors, it is probably unhappy with the"; echo "preprocessor. Check your assembler, or try producing i386.o by hand."; exit 2; }
845rm -f libasmrun.a
846ar rc libasmrun.a startup.o main.o fail.o roots.o globroots.o signals.o signals_asm.o misc.o freelist.o major_gc.o minor_gc.o memory.o alloc.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o printexc.o callback.o weak.o compact.o finalise.o custom.o unix.o backtrace.o natdynlink.o i386.o
847ranlib libasmrun.a
848/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT startup.c
849mv startup.o startup.p.o
850/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT main.c
851mv main.o main.p.o
852/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT fail.c
853mv fail.o fail.p.o
854/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT roots.c
855mv roots.o roots.p.o
856/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT globroots.c
857mv globroots.o globroots.p.o
858/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT signals.c
859mv signals.o signals.p.o
860/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT signals_asm.c
861mv signals_asm.o signals_asm.p.o
862/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT misc.c
863mv misc.o misc.p.o
864/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT freelist.c
865mv freelist.o freelist.p.o
866/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT major_gc.c
867mv major_gc.o major_gc.p.o
868/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT minor_gc.c
869mv minor_gc.o minor_gc.p.o
870/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT memory.c
871mv memory.o memory.p.o
872/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT alloc.c
873mv alloc.o alloc.p.o
874/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT compare.c
875mv compare.o compare.p.o
876/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT ints.c
877mv ints.o ints.p.o
878/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT floats.c
879mv floats.o floats.p.o
880/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT str.c
881mv str.o str.p.o
882/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT array.c
883mv array.o array.p.o
884/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT io.c
885mv io.o io.p.o
886/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT extern.c
887mv extern.o extern.p.o
888/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT intern.c
889mv intern.o intern.p.o
890/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT hash.c
891mv hash.o hash.p.o
892/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT sys.c
893mv sys.o sys.p.o
894/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT parsing.c
895mv parsing.o parsing.p.o
896/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT gc_ctrl.c
897mv gc_ctrl.o gc_ctrl.p.o
898/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT terminfo.c
899mv terminfo.o terminfo.p.o
900/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT md5.c
901mv md5.o md5.p.o
902/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT obj.c
903mv obj.o obj.p.o
904/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT lexing.c
905mv lexing.o lexing.p.o
906/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT printexc.c
907mv printexc.o printexc.p.o
908/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT callback.c
909mv callback.o callback.p.o
910/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT weak.c
911mv weak.o weak.p.o
912/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT compact.c
913mv compact.o compact.p.o
914/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT finalise.c
915mv finalise.o finalise.p.o
916/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT custom.c
917mv custom.o custom.p.o
918/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT unix.c
919mv unix.o unix.p.o
920/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT backtrace.c
921mv backtrace.o backtrace.p.o
922/usr/bin/gcc-4.0 -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -pg -O -DPROFILING -D_FILE_OFFSET_BITS=64 -D_REENTRANT natdynlink.c
923mv natdynlink.o natdynlink.p.o
924/usr/bin/gcc-4.0 -c -DSYS_macosx -DPROFILING -o i386.p.o i386.S
925rm -f libasmrunp.a
926ar rc libasmrunp.a startup.p.o main.p.o fail.p.o roots.p.o globroots.p.o signals.p.o signals_asm.p.o misc.p.o freelist.p.o major_gc.p.o minor_gc.p.o memory.p.o alloc.p.o compare.p.o ints.p.o floats.p.o str.p.o array.p.o io.p.o extern.p.o intern.p.o hash.p.o sys.p.o parsing.p.o gc_ctrl.p.o terminfo.p.o md5.p.o obj.p.o lexing.p.o printexc.p.o callback.p.o weak.p.o compact.p.o finalise.p.o custom.p.o unix.p.o backtrace.p.o natdynlink.p.o i386.p.o
927ranlib libasmrunp.a
928if test -f stdlib/libasmrun.a; then :; else \
929          ln -s ../asmrun/libasmrun.a stdlib/libasmrun.a; fi
930make ocamlopt
931ln -s i386/arch.ml asmcomp/arch.ml
932boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml
933boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/debuginfo.mli
934boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/debuginfo.ml
935boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmm.mli
936boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmm.ml
937boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.mli
938boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml
939boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reg.mli
940boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml
941boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/mach.mli
942boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/mach.ml
943ln -s i386/proc.ml asmcomp/proc.ml
944boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/proc.mli
945boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/proc.ml
946boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.mli
947boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.ml
948boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/compilenv.mli
949boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/compilenv.ml
950boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/closure.mli
951boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/closure.ml
952boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.mli
953boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml
954boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printmach.mli
955boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml
956boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.mli
957boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml
958ln -s i386/selection.ml asmcomp/selection.ml
959boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selection.mli
960boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml
961boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.mli
962boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml
963boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/liveness.mli
964boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/liveness.ml
965boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/spill.mli
966boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/spill.ml
967boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/split.mli
968boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/split.ml
969boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/interf.mli
970boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/interf.ml
971boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/coloring.mli
972boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/coloring.ml
973boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.mli
974boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.ml
975ln -s i386/reload.ml asmcomp/reload.ml
976boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reload.mli
977boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml
978boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/linearize.mli
979boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.mli
980boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.ml
981boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/linearize.ml
982boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.mli
983boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.ml
984ln -s i386/scheduling.ml asmcomp/scheduling.ml
985boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.mli
986boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.ml
987boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.mli
988boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml
989cd tools; \
990        make CAMLC="../byterun/ocamlrun ../boot/ocamlc -I ../stdlib" cvt_emit
991../boot/ocamlrun ../boot/ocamllex cvt_emit.mll
99215 states, 280 transitions, table size 1210 bytes
993../byterun/ocamlrun ../boot/ocamlc -I ../stdlib -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver cvt_emit.ml
994../byterun/ocamlrun ../boot/ocamlc -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o cvt_emit cvt_emit.cmo
995byterun/ocamlrun tools/cvt_emit < asmcomp/i386/emit.mlp > asmcomp/emit.ml \
996        || { rm -f asmcomp/emit.ml; exit 2; }
997boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emit.mli
998boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml
999boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.mli
1000boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml
1001boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.mli
1002boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml
1003boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.mli
1004boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml
1005boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.mli
1006boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml
1007boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/opterrors.mli
1008boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/opterrors.ml
1009boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optcompile.mli
1010boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optcompile.ml
1011boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optmain.mli
1012boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optmain.ml
1013boot/ocamlrun boot/ocamlc -nostdlib -I boot  -o ocamlopt 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/linenum.cmo parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo typing/unused_var.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/env.cmo typing/typedtree.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/includecore.cmo typing/includemod.cmo typing/parmatch.cmo typing/typetexp.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 asmcomp/arch.cmo asmcomp/debuginfo.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/clambda.cmo asmcomp/compilenv.cmo asmcomp/closure.cmo asmcomp/cmmgen.cmo asmcomp/printmach.cmo asmcomp/selectgen.cmo asmcomp/selection.cmo asmcomp/comballoc.cmo asmcomp/liveness.cmo asmcomp/spill.cmo asmcomp/split.cmo asmcomp/interf.cmo asmcomp/coloring.cmo asmcomp/reloadgen.cmo asmcomp/reload.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo asmcomp/schedgen.cmo asmcomp/scheduling.cmo asmcomp/emitaux.cmo asmcomp/emit.cmo asmcomp/asmgen.cmo asmcomp/asmlink.cmo asmcomp/asmlibrarian.cmo asmcomp/asmpackager.cmo driver/pparse.cmo driver/opterrors.cmo driver/optcompile.cmo driver/optmain.cmo
1014make libraryopt
1015cd stdlib; make allopt
1016../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags pervasives.cmx` -c pervasives.ml
1017../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags array.cmx` -c array.ml
1018../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags list.cmx` -c list.ml
1019../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags char.cmx` -c char.ml
1020../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags string.cmx` -c string.ml
1021../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags sys.cmx` -c sys.ml
1022../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags hashtbl.cmx` -c hashtbl.ml
1023../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags sort.cmx` -c sort.ml
1024../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags marshal.cmx` -c marshal.ml
1025../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags obj.cmx` -c obj.ml
1026../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags int32.cmx` -c int32.ml
1027../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags int64.cmx` -c int64.ml
1028../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags nativeint.cmx` -c nativeint.ml
1029../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags lexing.cmx` -c lexing.ml
1030../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags parsing.cmx` -c parsing.ml
1031../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags set.cmx` -c set.ml
1032../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags map.cmx` -c map.ml
1033../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags stack.cmx` -c stack.ml
1034../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags queue.cmx` -c queue.ml
1035../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags camlinternalLazy.cmx` -c camlinternalLazy.ml
1036../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags lazy.cmx` -c lazy.ml
1037../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags stream.cmx` -c stream.ml
1038../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags buffer.cmx` -c buffer.ml
1039../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags printf.cmx` -c printf.ml
1040../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags format.cmx` -c format.ml
1041../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags scanf.cmx` -c scanf.ml
1042../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags arg.cmx` -c arg.ml
1043../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags printexc.cmx` -c printexc.ml
1044../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags gc.cmx` -c gc.ml
1045../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags digest.cmx` -c digest.ml
1046../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags random.cmx` -c random.ml
1047../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags callback.cmx` -c callback.ml
1048../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags camlinternalOO.cmx` -c camlinternalOO.ml
1049../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags oo.cmx` -c oo.ml
1050../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags camlinternalMod.cmx` -c camlinternalMod.ml
1051../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags genlex.cmx` -c genlex.ml
1052../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags weak.cmx` -c weak.ml
1053../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags filename.cmx` -c filename.ml
1054../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags complex.cmx` -c complex.ml
1055../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags arrayLabels.cmx` -c arrayLabels.ml
1056../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags listLabels.cmx` -c listLabels.ml
1057../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags stringLabels.cmx` -c stringLabels.ml
1058../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags moreLabels.cmx` -c moreLabels.ml
1059../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags stdLabels.cmx` -c stdLabels.ml
1060../boot/ocamlrun ../ocamlopt -a -o stdlib.cmxa pervasives.cmx array.cmx list.cmx char.cmx string.cmx sys.cmx hashtbl.cmx sort.cmx marshal.cmx obj.cmx int32.cmx int64.cmx nativeint.cmx lexing.cmx parsing.cmx set.cmx map.cmx stack.cmx queue.cmx camlinternalLazy.cmx lazy.cmx stream.cmx buffer.cmx printf.cmx format.cmx scanf.cmx arg.cmx printexc.cmx gc.cmx digest.cmx random.cmx callback.cmx camlinternalOO.cmx oo.cmx camlinternalMod.cmx genlex.cmx weak.cmx filename.cmx complex.cmx arrayLabels.cmx listLabels.cmx stringLabels.cmx moreLabels.cmx stdLabels.cmx
1061../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags std_exit.cmx` -c std_exit.ml
1062../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags pervasives.p.cmx` -p -c -o pervasives.p.cmx pervasives.ml
1063../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags array.p.cmx` -p -c -o array.p.cmx array.ml
1064../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags list.p.cmx` -p -c -o list.p.cmx list.ml
1065../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags char.p.cmx` -p -c -o char.p.cmx char.ml
1066../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags string.p.cmx` -p -c -o string.p.cmx string.ml
1067../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags sys.p.cmx` -p -c -o sys.p.cmx sys.ml
1068../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags hashtbl.p.cmx` -p -c -o hashtbl.p.cmx hashtbl.ml
1069../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags sort.p.cmx` -p -c -o sort.p.cmx sort.ml
1070../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags marshal.p.cmx` -p -c -o marshal.p.cmx marshal.ml
1071../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags obj.p.cmx` -p -c -o obj.p.cmx obj.ml
1072../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags int32.p.cmx` -p -c -o int32.p.cmx int32.ml
1073../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags int64.p.cmx` -p -c -o int64.p.cmx int64.ml
1074../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags nativeint.p.cmx` -p -c -o nativeint.p.cmx nativeint.ml
1075../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags lexing.p.cmx` -p -c -o lexing.p.cmx lexing.ml
1076../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags parsing.p.cmx` -p -c -o parsing.p.cmx parsing.ml
1077../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags set.p.cmx` -p -c -o set.p.cmx set.ml
1078../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags map.p.cmx` -p -c -o map.p.cmx map.ml
1079../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags stack.p.cmx` -p -c -o stack.p.cmx stack.ml
1080../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags queue.p.cmx` -p -c -o queue.p.cmx queue.ml
1081../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags camlinternalLazy.p.cmx` -p -c -o camlinternalLazy.p.cmx camlinternalLazy.ml
1082../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags lazy.p.cmx` -p -c -o lazy.p.cmx lazy.ml
1083../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags stream.p.cmx` -p -c -o stream.p.cmx stream.ml
1084../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags buffer.p.cmx` -p -c -o buffer.p.cmx buffer.ml
1085../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags printf.p.cmx` -p -c -o printf.p.cmx printf.ml
1086../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags format.p.cmx` -p -c -o format.p.cmx format.ml
1087../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags scanf.p.cmx` -p -c -o scanf.p.cmx scanf.ml
1088../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags arg.p.cmx` -p -c -o arg.p.cmx arg.ml
1089../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags printexc.p.cmx` -p -c -o printexc.p.cmx printexc.ml
1090../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags gc.p.cmx` -p -c -o gc.p.cmx gc.ml
1091../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags digest.p.cmx` -p -c -o digest.p.cmx digest.ml
1092../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags random.p.cmx` -p -c -o random.p.cmx random.ml
1093../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags callback.p.cmx` -p -c -o callback.p.cmx callback.ml
1094../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags camlinternalOO.p.cmx` -p -c -o camlinternalOO.p.cmx camlinternalOO.ml
1095../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags oo.p.cmx` -p -c -o oo.p.cmx oo.ml
1096../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags camlinternalMod.p.cmx` -p -c -o camlinternalMod.p.cmx camlinternalMod.ml
1097../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags genlex.p.cmx` -p -c -o genlex.p.cmx genlex.ml
1098../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags weak.p.cmx` -p -c -o weak.p.cmx weak.ml
1099../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags filename.p.cmx` -p -c -o filename.p.cmx filename.ml
1100../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags complex.p.cmx` -p -c -o complex.p.cmx complex.ml
1101../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags arrayLabels.p.cmx` -p -c -o arrayLabels.p.cmx arrayLabels.ml
1102../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags listLabels.p.cmx` -p -c -o listLabels.p.cmx listLabels.ml
1103../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags stringLabels.p.cmx` -p -c -o stringLabels.p.cmx stringLabels.ml
1104../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags moreLabels.p.cmx` -p -c -o moreLabels.p.cmx moreLabels.ml
1105../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags stdLabels.p.cmx` -p -c -o stdLabels.p.cmx stdLabels.ml
1106../boot/ocamlrun ../ocamlopt -a -o stdlib.p.cmxa pervasives.p.cmx array.p.cmx list.p.cmx char.p.cmx string.p.cmx sys.p.cmx hashtbl.p.cmx sort.p.cmx marshal.p.cmx obj.p.cmx int32.p.cmx int64.p.cmx nativeint.p.cmx lexing.p.cmx parsing.p.cmx set.p.cmx map.p.cmx stack.p.cmx queue.p.cmx camlinternalLazy.p.cmx lazy.p.cmx stream.p.cmx buffer.p.cmx printf.p.cmx format.p.cmx scanf.p.cmx arg.p.cmx printexc.p.cmx gc.p.cmx digest.p.cmx random.p.cmx callback.p.cmx camlinternalOO.p.cmx oo.p.cmx camlinternalMod.p.cmx genlex.p.cmx weak.p.cmx filename.p.cmx complex.p.cmx arrayLabels.p.cmx listLabels.p.cmx stringLabels.p.cmx moreLabels.p.cmx stdLabels.p.cmx
1107../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags std_exit.p.cmx` -p -c -o std_exit.p.cmx std_exit.ml
1108rm -f std_exit.p.cmi
1109boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
1110boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
1111boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
1112boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
1113boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
1114boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
1115boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
1116boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
1117boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.ml
1118boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
1119boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
1120boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
1121boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
1122boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
1123boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
1124boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
1125boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.ml
1126boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
1127boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
1128boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
1129boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
1130boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
1131boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
1132boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
1133boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
1134boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
1135boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
1136boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
1137boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
1138boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
1139boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
1140boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
1141boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
1142boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
1143boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
1144boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
1145boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
1146boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
1147boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
1148boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
1149boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
1150boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
1151boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
1152boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
1153boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
1154boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
1155boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
1156boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
1157boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
1158boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
1159boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
1160boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
1161boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
1162boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
1163boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
1164boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
1165boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
1166boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
1167boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
1168boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
1169boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
1170boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
1171boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
1172boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
1173boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
1174boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
1175boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
1176boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
1177boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
1178cd asmrun; make meta.o dynlink.o
1179ln -s ../byterun/meta.c meta.c
1180/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o meta.o meta.c
1181ln -s ../byterun/dynlink.c dynlink.c
1182/usr/bin/gcc-4.0 -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_macosx  -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o dynlink.o dynlink.c
1183boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink  -ccopt "" -o ocamlc.opt \
1184          utils/misc.cmx utils/tbl.cmx utils/config.cmx utils/clflags.cmx utils/terminfo.cmx utils/ccomp.cmx utils/warnings.cmx utils/consistbl.cmx parsing/linenum.cmx parsing/location.cmx parsing/longident.cmx parsing/syntaxerr.cmx parsing/parser.cmx parsing/lexer.cmx parsing/parse.cmx parsing/printast.cmx typing/unused_var.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx typing/types.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx typing/env.cmx typing/typedtree.cmx typing/ctype.cmx typing/printtyp.cmx typing/includeclass.cmx typing/mtype.cmx typing/includecore.cmx typing/includemod.cmx typing/parmatch.cmx typing/typetexp.cmx typing/stypes.cmx typing/typecore.cmx typing/typedecl.cmx typing/typeclass.cmx typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx bytecomp/typeopt.cmx bytecomp/switch.cmx bytecomp/matching.cmx bytecomp/translobj.cmx bytecomp/translcore.cmx bytecomp/translclass.cmx bytecomp/translmod.cmx bytecomp/simplif.cmx bytecomp/runtimedef.cmx bytecomp/meta.cmx bytecomp/instruct.cmx bytecomp/bytegen.cmx bytecomp/printinstr.cmx bytecomp/opcodes.cmx bytecomp/emitcode.cmx bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx bytecomp/bytelink.cmx bytecomp/bytelibrarian.cmx bytecomp/bytepackager.cmx driver/pparse.cmx driver/errors.cmx driver/compile.cmx driver/main_args.cmx driver/main.cmx \
1185          asmrun/meta.o asmrun/dynlink.o -cclib "-lcurses -lpthread"
1186for i in unix str num dynlink bigarray systhreads threads graph dbm; do \
1187          (cd otherlibs/$i; make RUNTIME= all) || exit $?; \
1188        done
1189/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c accept.c
1190/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c access.c
1191/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c addrofstr.c
1192/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c alarm.c
1193/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c bind.c
1194/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c chdir.c
1195/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c chmod.c
1196/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c chown.c
1197/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c chroot.c
1198/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c close.c
1199/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c closedir.c
1200/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c connect.c
1201/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c cst2constr.c
1202/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c cstringv.c
1203/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c dup.c
1204/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c dup2.c
1205/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c envir.c
1206/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c errmsg.c
1207/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c execv.c
1208/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c execve.c
1209/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c execvp.c
1210/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c exit.c
1211/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c fchmod.c
1212/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c fchown.c
1213/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c fcntl.c
1214/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c fork.c
1215/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c ftruncate.c
1216/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getaddrinfo.c
1217/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getcwd.c
1218/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getegid.c
1219/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c geteuid.c
1220/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getgid.c
1221/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getgr.c
1222/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getgroups.c
1223/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c gethost.c
1224/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c gethostname.c
1225/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getlogin.c
1226/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getnameinfo.c
1227/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getpeername.c
1228/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getpid.c
1229/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getppid.c
1230/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getproto.c
1231/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getpw.c
1232/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c gettimeofday.c
1233/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getserv.c
1234/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getsockname.c
1235/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c getuid.c
1236/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c gmtime.c
1237/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c isatty.c
1238/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c itimer.c
1239/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c kill.c
1240/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c link.c
1241/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c listen.c
1242/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c lockf.c
1243/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c lseek.c
1244/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c mkdir.c
1245/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c mkfifo.c
1246/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c nice.c
1247/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c open.c
1248/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c opendir.c
1249/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c pipe.c
1250/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c putenv.c
1251/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c read.c
1252/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c readdir.c
1253/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c readlink.c
1254/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c rename.c
1255/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c rewinddir.c
1256/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c rmdir.c
1257/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c select.c
1258/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c sendrecv.c
1259/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c setgid.c
1260/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c setsid.c
1261/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c setuid.c
1262/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c shutdown.c
1263/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c signals.c
1264/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c sleep.c
1265/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c socket.c
1266/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c socketaddr.c
1267/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c socketpair.c
1268/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c sockopt.c
1269/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c stat.c
1270/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c strofaddr.c
1271/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c symlink.c
1272/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c termios.c
1273/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c time.c
1274/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c times.c
1275/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c truncate.c
1276/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c umask.c
1277/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c unixsupport.c
1278/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c unlink.c
1279/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c utimes.c
1280/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c wait.c
1281/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c write.c
1282../../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 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 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
1283../../ocamlcomp.sh -c -warn-error A -g -nolabels unix.mli
1284../../ocamlcomp.sh -c -warn-error A -g -nolabels unix.ml
1285../../ocamlcomp.sh -c -warn-error A -g -nolabels unixLabels.mli
1286../../ocamlcomp.sh -c -warn-error A -g -nolabels unixLabels.ml
1287../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../ocamlcomp.sh' -linkall unix.cmo unixLabels.cmo
1288/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c strstubs.c
1289../../boot/ocamlrun ../../tools/ocamlmklib -oc str strstubs.o
1290../../ocamlcomp.sh -c -warn-error A -g  str.mli
1291../../ocamlcomp.sh -c -warn-error A -g  str.ml
1292../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc str -ocamlc '../../ocamlcomp.sh' -linkall str.cmo
1293/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -DBNG_ARCH_ia32 -DBNG_ASM_LEVEL=2 -c bng.c
1294/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -DBNG_ARCH_ia32 -DBNG_ASM_LEVEL=2 -c nat_stubs.c
1295../../boot/ocamlrun ../../tools/ocamlmklib -oc nums bng.o nat_stubs.o
1296../../ocamlcomp.sh -c -warn-error A -g  int_misc.mli
1297../../ocamlcomp.sh -c -warn-error A -g  int_misc.ml
1298../../ocamlcomp.sh -c -warn-error A -g  nat.mli
1299../../ocamlcomp.sh -c -warn-error A -g  nat.ml
1300../../ocamlcomp.sh -c -warn-error A -g  big_int.mli
1301../../ocamlcomp.sh -c -warn-error A -g  big_int.ml
1302../../ocamlcomp.sh -c -warn-error A -g  arith_flags.mli
1303../../ocamlcomp.sh -c -warn-error A -g  arith_flags.ml
1304../../ocamlcomp.sh -c -warn-error A -g  ratio.mli
1305../../ocamlcomp.sh -c -warn-error A -g  ratio.ml
1306../../ocamlcomp.sh -c -warn-error A -g  num.mli
1307../../ocamlcomp.sh -c -warn-error A -g  num.ml
1308../../ocamlcomp.sh -c -warn-error A -g  arith_status.mli
1309../../ocamlcomp.sh -c -warn-error A -g  arith_status.ml
1310../../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
1311../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -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/linenum.cmo ../../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/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
1312../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp dynlink.mli
1313../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp dynlink.ml
1314../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -ccopt "" -a -o dynlink.cma dynlinkaux.cmo dynlink.cmo
1315../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp extract_crc.ml
1316../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -o extract_crc dynlink.cma extract_crc.cmo
1317/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c bigarray_stubs.c
1318/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c mmap_unix.c
1319../../boot/ocamlrun ../../tools/ocamlmklib -oc bigarray bigarray_stubs.o mmap_unix.o
1320../../ocamlcomp.sh -c -warn-error A -g -I ../unix bigarray.mli
1321../../ocamlcomp.sh -c -warn-error A -g -I ../unix bigarray.ml
1322../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlc '../../ocamlcomp.sh' -linkall bigarray.cmo
1323/usr/bin/gcc-4.0 -O -I../../byterun -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT  \
1324           -c posix.c
1325mv posix.o posix_b.o
1326../../boot/ocamlrun ../../tools/ocamlmklib -o threads posix_b.o
1327ln -s thread_posix.ml thread.ml
1328../../ocamlcomp.sh -I ../unix -c -warn-error A -g thread.mli
1329../../ocamlcomp.sh -I ../unix -c -warn-error A -g thread.ml
1330../../ocamlcomp.sh -I ../unix -c -warn-error A -g mutex.mli
1331../../ocamlcomp.sh -I ../unix -c -warn-error A -g mutex.ml
1332../../ocamlcomp.sh -I ../unix -c -warn-error A -g condition.mli
1333../../ocamlcomp.sh -I ../unix -c -warn-error A -g condition.ml
1334../../ocamlcomp.sh -I ../unix -c -warn-error A -g event.mli
1335../../ocamlcomp.sh -I ../unix -c -warn-error A -g event.ml
1336../../ocamlcomp.sh -I ../unix -c -warn-error A -g threadUnix.mli
1337../../ocamlcomp.sh -I ../unix -c -warn-error A -g threadUnix.ml
1338../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o threads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo \
1339          -cclib -lunix -cclib -lpthread
1340/usr/bin/gcc-4.0 -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT  -g   -c -o scheduler.o scheduler.c
1341../../boot/ocamlrun ../../tools/ocamlmklib -o threads -oc vmthreads scheduler.o
1342ln -s -f ../unix/unix.mli unix.mli
1343ln -s -f ../unix/unix.cmi unix.cmi
1344../../ocamlcomp.sh -I ../unix -warn-error A -c unix.ml
1345../../ocamlcomp.sh -I ../unix -c -warn-error A thread.mli
1346../../ocamlcomp.sh -I ../unix -c -warn-error A thread.ml
1347../../ocamlcomp.sh -I ../unix -c -warn-error A mutex.mli
1348../../ocamlcomp.sh -I ../unix -c -warn-error A mutex.ml
1349../../ocamlcomp.sh -I ../unix -c -warn-error A condition.mli
1350../../ocamlcomp.sh -I ../unix -c -warn-error A condition.ml
1351../../ocamlcomp.sh -I ../unix -c -warn-error A event.mli
1352../../ocamlcomp.sh -I ../unix -c -warn-error A event.ml
1353../../ocamlcomp.sh -I ../unix -c -warn-error A threadUnix.mli
1354../../ocamlcomp.sh -I ../unix -c -warn-error A threadUnix.ml
1355../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o threads -oc vmthreads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo
1356ln -s ../../stdlib/pervasives.mli pervasives.mli
1357ln -s ../../stdlib/pervasives.cmi pervasives.cmi
1358../../ocamlcomp.sh -I ../unix -warn-error A -nopervasives -c pervasives.ml
1359ln -s ../../stdlib/marshal.mli marshal.mli
1360ln -s ../../stdlib/marshal.cmi marshal.cmi
1361../../ocamlcomp.sh -I ../unix -warn-error A -c marshal.ml
1362../../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/hashtbl.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/format.cmo ../../stdlib/scanf.cmo ../../stdlib/arg.cmo ../../stdlib/printexc.cmo ../../stdlib/gc.cmo ../../stdlib/digest.cmo ../../stdlib/random.cmo ../../stdlib/camlinternalOO.cmo ../../stdlib/oo.cmo ../../stdlib/camlinternalMod.cmo ../../stdlib/genlex.cmo ../../stdlib/callback.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
1363../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o unix -linkall unix.cmo ../unix/unixLabels.cmo
1364/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c open.c
1365/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c draw.c
1366/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c fill.c
1367/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c color.c
1368/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c text.c
1369/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c image.c
1370/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c make_img.c
1371/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c dump_img.c
1372/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c point_col.c
1373/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c sound.c
1374/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c events.c
1375/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O  -I/usr/X11R6/include -c subwindow.c
1376../../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/X11R6/lib -lX11"
1377../../ocamlcomp.sh -c -warn-error A -g  graphics.mli
1378../../ocamlcomp.sh -c -warn-error A -g  graphics.ml
1379../../ocamlcomp.sh -c -warn-error A -g  graphicsX11.mli
1380../../ocamlcomp.sh -c -warn-error A -g  graphicsX11.ml
1381../../boot/ocamlrun ../../tools/ocamlmklib -o graphics -oc graphics -ocamlc '../../ocamlcomp.sh' -linkall graphics.cmo graphicsX11.cmo -cclib "\"-L/usr/X11R6/lib -lX11\""
1382/usr/bin/gcc-4.0 -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O   -c cldbm.c
1383../../boot/ocamlrun ../../tools/ocamlmklib -oc mldbm cldbm.o -ldopt ""
1384../../ocamlcomp.sh -c -warn-error A -g  dbm.mli
1385../../ocamlcomp.sh -c -warn-error A -g  dbm.ml
1386../../boot/ocamlrun ../../tools/ocamlmklib -o dbm -oc mldbm -ocamlc '../../ocamlcomp.sh' -linkall dbm.cmo
1387./build/mixed-boot.sh
1388++ dirname ./build/mixed-boot.sh
1389+ cd ./build/..
1390+ touch build/ocamlbuild_mixed_mode
1391+ mkdir -p _build
1392+ cp -rf boot _build/
1393+ ./build/mkconfig.sh
1394+ ./build/mkmyocamlbuild_config.sh
1395+ ./build/boot.sh
1396+ TAGLINE='true: -use_stdlib'
1397+ ./boot/ocamlrun boot/myocamlbuild.boot -tag-line '' boot/stdlib.cma boot/std_exit.cmo
1398+ boot/ocamlrun boot/myocamlbuild.boot -tag-line '' -log _boot_log1 ocamlbuild/ocamlbuildlightlib.cma ocamlbuild/ocamlbuildlight.byte
1399mkdir ocamlbuild
1400mkdir stdlib
1401boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.mli > ocamlbuild/log.mli.depends
1402boot/ocamlrun boot/ocamldep -modules ocamlbuild/signatures.mli > ocamlbuild/signatures.mli.depends
1403boot/ocamlrun boot/ocamldep -modules ocamlbuild/std_signatures.mli > ocamlbuild/std_signatures.mli.depends
1404boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/std_signatures.cmi ocamlbuild/std_signatures.mli
1405boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.mli > ocamlbuild/tags.mli.depends
1406boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/signatures.cmi ocamlbuild/signatures.mli
1407boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tags.cmi ocamlbuild/tags.mli
1408boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/log.cmi ocamlbuild/log.mli
1409boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.ml > ocamlbuild/log.ml.depends
1410boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.mli > ocamlbuild/display.mli.depends
1411boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.mli > ocamlbuild/my_std.mli.depends
1412boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.mli > ocamlbuild/my_unix.mli.depends
1413boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/display.cmi ocamlbuild/display.mli
1414boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_std.cmi ocamlbuild/my_std.mli
1415boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix.cmi ocamlbuild/my_unix.mli
1416boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.ml > ocamlbuild/my_unix.ml.depends
1417boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.ml > ocamlbuild/my_std.ml.depends
1418boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.mli > ocamlbuild/shell.mli.depends
1419boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/shell.cmi ocamlbuild/shell.mli
1420boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.ml > ocamlbuild/shell.ml.depends
1421boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.ml > ocamlbuild/display.ml.depends
1422boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.mli > ocamlbuild/discard_printf.mli.depends
1423boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/discard_printf.cmi ocamlbuild/discard_printf.mli
1424boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.mli > ocamlbuild/command.mli.depends
1425boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/command.cmi ocamlbuild/command.mli
1426boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.ml > ocamlbuild/command.ml.depends
1427boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.mli > ocamlbuild/lexers.mli.depends
1428boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.mli > ocamlbuild/glob.mli.depends
1429boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.mli > ocamlbuild/bool.mli.depends
1430boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.mli > ocamlbuild/glob_ast.mli.depends
1431boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/bool.cmi ocamlbuild/bool.mli
1432boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_ast.cmi ocamlbuild/glob_ast.mli
1433boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob.cmi ocamlbuild/glob.mli
1434boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/lexers.cmi ocamlbuild/lexers.mli
1435boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.mli > ocamlbuild/configuration.mli.depends
1436boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.mli > ocamlbuild/pathname.mli.depends
1437boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/pathname.cmi ocamlbuild/pathname.mli
1438boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/configuration.cmi ocamlbuild/configuration.mli
1439boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.ml > ocamlbuild/configuration.ml.depends
1440boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.mli > ocamlbuild/flags.mli.depends
1441boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/flags.cmi ocamlbuild/flags.mli
1442boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.ml > ocamlbuild/discard_printf.ml.depends
1443boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.ml > ocamlbuild/flags.ml.depends
1444boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.mli > ocamlbuild/hygiene.mli.depends
1445boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.mli > ocamlbuild/slurp.mli.depends
1446boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/slurp.cmi ocamlbuild/slurp.mli
1447boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hygiene.cmi ocamlbuild/hygiene.mli
1448boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.ml > ocamlbuild/hygiene.ml.depends
1449boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.mli > ocamlbuild/options.mli.depends
1450boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/options.cmi ocamlbuild/options.mli
1451boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.ml > ocamlbuild/options.ml.depends
1452boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.mli > ocamlbuild/ocamlbuild_where.mli.depends
1453boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmi ocamlbuild/ocamlbuild_where.mli
1454boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.ml > ocamlbuild/pathname.ml.depends
1455boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.mli > ocamlbuild/report.mli.depends
1456boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.mli > ocamlbuild/solver.mli.depends
1457boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/solver.cmi ocamlbuild/solver.mli
1458boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/report.cmi ocamlbuild/report.mli
1459boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.ml > ocamlbuild/report.ml.depends
1460boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.mli > ocamlbuild/resource.mli.depends
1461boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/resource.cmi ocamlbuild/resource.mli
1462boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.ml > ocamlbuild/resource.ml.depends
1463boot/ocamlrun boot/ocamldep -modules ocamlbuild/digest_cache.mli > ocamlbuild/digest_cache.mli.depends
1464boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/digest_cache.cmi ocamlbuild/digest_cache.mli
1465boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.mli > ocamlbuild/rule.mli.depends
1466boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/rule.cmi ocamlbuild/rule.mli
1467boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.ml > ocamlbuild/rule.ml.depends
1468boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.ml > ocamlbuild/slurp.ml.depends
1469boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.ml > ocamlbuild/solver.ml.depends
1470boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.ml > ocamlbuild/tags.ml.depends
1471boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.mli > ocamlbuild/tools.mli.depends
1472boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tools.cmi ocamlbuild/tools.mli
1473boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.ml > ocamlbuild/tools.ml.depends
1474boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.mli > ocamlbuild/fda.mli.depends
1475boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/fda.cmi ocamlbuild/fda.mli
1476boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.ml > ocamlbuild/fda.ml.depends
1477boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.mli > ocamlbuild/ocaml_specific.mli.depends
1478boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_specific.cmi ocamlbuild/ocaml_specific.mli
1479boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.ml > ocamlbuild/ocaml_specific.ml.depends
1480boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.mli > ocamlbuild/ocaml_compiler.mli.depends
1481boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.mli > ocamlbuild/ocaml_tools.mli.depends
1482boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.mli > ocamlbuild/ocaml_utils.mli.depends
1483boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_compiler.cmi ocamlbuild/ocaml_compiler.mli
1484boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_tools.cmi ocamlbuild/ocaml_tools.mli
1485boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_utils.cmi ocamlbuild/ocaml_utils.mli
1486boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.mli > ocamlbuild/ocaml_arch.mli.depends
1487boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_arch.cmi ocamlbuild/ocaml_arch.mli
1488boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.ml > ocamlbuild/ocaml_arch.ml.depends
1489boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.ml > ocamlbuild/ocamlbuild_where.ml.depends
1490cp -p myocamlbuild_config.mli ocamlbuild/ocamlbuild_Myocamlbuild_config.mli
1491boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_Myocamlbuild_config.mli > ocamlbuild/ocamlbuild_Myocamlbuild_config.mli.depends
1492boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_Myocamlbuild_config.cmi ocamlbuild/ocamlbuild_Myocamlbuild_config.mli
1493cp -p myocamlbuild_config.ml ocamlbuild/ocamlbuild_Myocamlbuild_config.ml
1494boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_Myocamlbuild_config.ml > ocamlbuild/ocamlbuild_Myocamlbuild_config.ml.depends
1495boot/ocamlrun boot/ocamllex -q ocamlbuild/lexers.mll
1496boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.ml > ocamlbuild/lexers.ml.depends
1497boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.ml > ocamlbuild/glob.ml.depends
1498boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.mli > ocamlbuild/glob_lexer.mli.depends
1499boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_lexer.cmi ocamlbuild/glob_lexer.mli
1500boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.ml > ocamlbuild/bool.ml.depends
1501boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.ml > ocamlbuild/glob_ast.ml.depends
1502boot/ocamlrun boot/ocamllex -q ocamlbuild/glob_lexer.mll
1503boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.ml > ocamlbuild/glob_lexer.ml.depends
1504boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.mli > ocamlbuild/plugin.mli.depends
1505boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/plugin.cmi ocamlbuild/plugin.mli
1506boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.ml > ocamlbuild/plugin.ml.depends
1507boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.mli > ocamlbuild/main.mli.depends
1508boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/main.cmi ocamlbuild/main.mli
1509boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.ml > ocamlbuild/main.ml.depends
1510boot/ocamlrun boot/ocamldep -modules ocamlbuild/exit_codes.mli > ocamlbuild/exit_codes.mli.depends
1511boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.mli > ocamlbuild/hooks.mli.depends
1512boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.mli > ocamlbuild/ocaml_dependencies.mli.depends
1513boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/exit_codes.cmi ocamlbuild/exit_codes.mli
1514boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hooks.cmi ocamlbuild/hooks.mli
1515boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_dependencies.cmi ocamlbuild/ocaml_dependencies.mli
1516boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.ml > ocamlbuild/hooks.ml.depends
1517boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.ml > ocamlbuild/ocaml_utils.ml.depends
1518boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.ml > ocamlbuild/ocaml_tools.ml.depends
1519boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.ml > ocamlbuild/ocaml_compiler.ml.depends
1520boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.ml > ocamlbuild/ocaml_dependencies.ml.depends
1521boot/ocamlrun boot/ocamldep -modules ocamlbuild/exit_codes.ml > ocamlbuild/exit_codes.ml.depends
1522boot/ocamlrun boot/ocamldep -modules ocamlbuild/digest_cache.ml > ocamlbuild/digest_cache.ml.depends
1523boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/log.cmo ocamlbuild/log.ml
1524boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix.cmo ocamlbuild/my_unix.ml
1525boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_std.cmo ocamlbuild/my_std.ml
1526boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/shell.cmo ocamlbuild/shell.ml
1527boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/display.cmo ocamlbuild/display.ml
1528boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/command.cmo ocamlbuild/command.ml
1529boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/configuration.cmo ocamlbuild/configuration.ml
1530boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -rectypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/discard_printf.cmo ocamlbuild/discard_printf.ml
1531boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/flags.cmo ocamlbuild/flags.ml
1532boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hygiene.cmo ocamlbuild/hygiene.ml
1533boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/options.cmo ocamlbuild/options.ml
1534boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/pathname.cmo ocamlbuild/pathname.ml
1535boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/report.cmo ocamlbuild/report.ml
1536boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/resource.cmo ocamlbuild/resource.ml
1537boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/rule.cmo ocamlbuild/rule.ml
1538boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/slurp.cmo ocamlbuild/slurp.ml
1539boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/solver.cmo ocamlbuild/solver.ml
1540boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tags.cmo ocamlbuild/tags.ml
1541boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tools.cmo ocamlbuild/tools.ml
1542boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/fda.cmo ocamlbuild/fda.ml
1543boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_specific.cmo ocamlbuild/ocaml_specific.ml
1544boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_arch.ml
1545boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmo ocamlbuild/ocamlbuild_where.ml
1546boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_Myocamlbuild_config.cmo ocamlbuild/ocamlbuild_Myocamlbuild_config.ml
1547boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/lexers.cmo ocamlbuild/lexers.ml
1548boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob.cmo ocamlbuild/glob.ml
1549boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/bool.cmo ocamlbuild/bool.ml
1550boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_ast.cmo ocamlbuild/glob_ast.ml
1551boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_lexer.cmo ocamlbuild/glob_lexer.ml
1552boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/plugin.cmo ocamlbuild/plugin.ml
1553boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/main.cmo ocamlbuild/main.ml
1554boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hooks.cmo ocamlbuild/hooks.ml
1555boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_utils.ml
1556boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_tools.ml
1557boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_compiler.ml
1558boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocaml_dependencies.ml
1559boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/exit_codes.cmo ocamlbuild/exit_codes.ml
1560boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/digest_cache.cmo ocamlbuild/digest_cache.ml
1561boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.mli > ocamlbuild/ocamlbuild_plugin.mli.depends
1562boot/ocamlrun boot/ocamlc -I boot -nostdlib -pack -g ocamlbuild/discard_printf.cmo ocamlbuild/std_signatures.cmi 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/command.cmo ocamlbuild/flags.cmo ocamlbuild/ocamlbuild_Myocamlbuild_config.cmo ocamlbuild/ocamlbuild_where.cmo ocamlbuild/slurp.cmo ocamlbuild/options.cmo ocamlbuild/pathname.cmo ocamlbuild/configuration.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/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
1563boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_plugin.cmi ocamlbuild/ocamlbuild_plugin.mli
1564boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.ml > ocamlbuild/ocamlbuild_plugin.ml.depends
1565boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_plugin.cmo ocamlbuild/ocamlbuild_plugin.ml
1566boot/ocamlrun boot/ocamlc -I boot -nostdlib -a -linkall -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo -o ocamlbuild/ocamlbuildlightlib.cma
1567boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.mli > ocamlbuild/ocamlbuildlight.mli.depends
1568boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuildlight.cmi ocamlbuild/ocamlbuildlight.mli
1569boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.ml > ocamlbuild/ocamlbuildlight.ml.depends
1570boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuildlight.cmo ocamlbuild/ocamlbuildlight.ml
1571boot/ocamlrun boot/ocamlc -I boot -nostdlib -g -I stdlib stdlib/pervasives.cmo ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuildlight.cmo -o ocamlbuild/ocamlbuildlight.byte
1572+ rm -f _build/myocamlbuild
1573+ boot/ocamlrun boot/myocamlbuild.boot -just-plugin -install-lib-dir _build/ocamlbuild -byte-plugin
1574boot/ocamlrun boot/ocamlc -I boot -nostdlib -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ocaml/work/ocaml-3.11.1/_build/ocamlbuild /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ocaml/work/ocaml-3.11.1/_build/ocamlbuild/ocamlbuildlightlib.cma myocamlbuild_config.mli myocamlbuild_config.ml myocamlbuild.ml /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ocaml/work/ocaml-3.11.1/_build/ocamlbuild/ocamlbuildlight.cmo -o myocamlbuild
1575+ cp _build/myocamlbuild boot/myocamlbuild
1576+ ./boot/ocamlrun boot/myocamlbuild -tag-line '' -log _boot_log2 boot/camlheader ocamlc
1577./build/ocamlbuild-byte-only.sh
1578+ ./boot/ocamlrun boot/myocamlbuild byte_stdlib_mixed_mode ocamlc lex/ocamllex ocamlbuild/ocamlbuildlib.cma ocamlbuild/ocamlbuildlightlib.cma ocamlbuild/ocamlbuild.byte ocamlbuild/ocamlbuildlight.byte
1579cp -pf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ocaml/work/ocaml-3.11.1/stdlib/libcamlrun.a stdlib/libcamlrun.a
1580mkdir lex
1581boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_unix_plugin.mli > ocamlbuild/ocamlbuild_unix_plugin.mli.depends
1582../ocamlcomp.sh -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_unix_plugin.cmi ocamlbuild/ocamlbuild_unix_plugin.mli
1583boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_unix_plugin.ml > ocamlbuild/ocamlbuild_unix_plugin.ml.depends
1584boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_executor.mli > ocamlbuild/ocamlbuild_executor.mli.depends
1585../ocamlcomp.sh -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_executor.cmi ocamlbuild/ocamlbuild_executor.mli
1586boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_executor.ml > ocamlbuild/ocamlbuild_executor.ml.depends
1587../ocamlcomp.sh -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_unix_plugin.cmo ocamlbuild/ocamlbuild_unix_plugin.ml
1588../ocamlcomp.sh -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_executor.cmo ocamlbuild/ocamlbuild_executor.ml
1589../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
1590boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild.mli > ocamlbuild/ocamlbuild.mli.depends
1591../ocamlcomp.sh -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild.cmi ocamlbuild/ocamlbuild.mli
1592boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild.ml > ocamlbuild/ocamlbuild.ml.depends
1593../ocamlcomp.sh -c -g -dtypes -w A -warn-error A -w e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild.cmo ocamlbuild/ocamlbuild.ml
1594../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
1595../ocamlcomp.sh -g -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuildlight.cmo -o ocamlbuild/ocamlbuildlight.byte
1596./build/camlp4-byte-only.sh
1597+ ./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
1598mkdir camlp4
1599mkdir camlp4/Camlp4
1600mkdir camlp4/boot
1601boot/ocamlrun boot/ocamldep -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends
1602boot/ocamlrun boot/ocamldep -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends
1603boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_config.mli > camlp4/Camlp4_config.mli.depends
1604mkdir utils
1605mkdir parsing
1606mkdir typing
1607boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_import.ml > camlp4/Camlp4_import.ml.depends
1608../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I camlp4 -I stdlib -o camlp4/Camlp4_config.cmi camlp4/Camlp4_config.mli
1609../ocamlcomp.sh -c -g -I camlp4 -I stdlib -o camlp4/Camlp4_import.cmo camlp4/Camlp4_import.ml
1610../ocamlcomp.sh -c -g -w a -I ../otherlibs/dynlink -I camlp4/boot -I camlp4 -I stdlib -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml
1611../ocamlcomp.sh -c -g -w a -I camlp4/boot -I camlp4 -I stdlib -o camlp4/boot/camlp4boot.cmo camlp4/boot/camlp4boot.ml
1612boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_config.ml > camlp4/Camlp4_config.ml.depends
1613../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I camlp4 -I stdlib -o camlp4/Camlp4_config.cmo camlp4/Camlp4_config.ml
1614../ocamlcomp.sh dynlink.cma -g -I stdlib -I ../otherlibs/dynlink camlp4/Camlp4_import.cmo camlp4/Camlp4_config.cmo camlp4/boot/Camlp4.cmo camlp4/boot/camlp4boot.cmo -o camlp4/boot/camlp4boot.byte
1615boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.mli > camlp4/Camlp4/Debug.mli.depends
1616../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Debug.cmi camlp4/Camlp4/Debug.mli
1617boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.ml > camlp4/Camlp4/Debug.ml.depends
1618boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.mli > camlp4/Camlp4/ErrorHandler.mli.depends
1619boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Sig.ml > camlp4/Camlp4/Sig.ml.depends
1620../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Sig.ml
1621../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/ErrorHandler.cmi camlp4/Camlp4/ErrorHandler.mli
1622boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.ml > camlp4/Camlp4/ErrorHandler.ml.depends
1623boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/OCamlInitSyntax.ml > camlp4/Camlp4/OCamlInitSyntax.ml.depends
1624boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.mli > camlp4/Camlp4/Options.mli.depends
1625../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Options.cmi camlp4/Camlp4/Options.mli
1626boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.ml > camlp4/Camlp4/Options.ml.depends
1627boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.mli > camlp4/Camlp4/PreCast.mli.depends
1628../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/PreCast.cmi camlp4/Camlp4/PreCast.mli
1629boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.ml > camlp4/Camlp4/PreCast.ml.depends
1630../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/OCamlInitSyntax.ml
1631mkdir camlp4/Camlp4/Printers
1632boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.mli > camlp4/Camlp4/Printers/DumpCamlp4Ast.mli.depends
1633../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmi camlp4/Camlp4/Printers/DumpCamlp4Ast.mli
1634boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.ml > camlp4/Camlp4/Printers/DumpCamlp4Ast.ml.depends
1635boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.mli > camlp4/Camlp4/Printers/DumpOCamlAst.mli.depends
1636../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/DumpOCamlAst.cmi camlp4/Camlp4/Printers/DumpOCamlAst.mli
1637boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.ml > camlp4/Camlp4/Printers/DumpOCamlAst.ml.depends
1638mkdir camlp4/Camlp4/Struct
1639boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/AstFilters.ml > camlp4/Camlp4/Struct/AstFilters.ml.depends
1640cp -p camlp4/boot/Camlp4Ast.ml camlp4/Camlp4/Struct/Camlp4Ast.ml
1641boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast.ml > camlp4/Camlp4/Struct/Camlp4Ast.ml.depends
1642boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli.depends
1643../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmi camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli
1644boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml.depends
1645boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.mli > camlp4/Camlp4/Struct/Loc.mli.depends
1646boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.mli > camlp4/Camlp4/Struct/Token.mli.depends
1647../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Loc.cmi camlp4/Camlp4/Struct/Loc.mli
1648../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Token.cmi camlp4/Camlp4/Struct/Token.mli
1649boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CleanAst.ml > camlp4/Camlp4/Struct/CleanAst.ml.depends
1650boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.mli > camlp4/Camlp4/Struct/CommentFilter.mli.depends
1651../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/CommentFilter.cmi camlp4/Camlp4/Struct/CommentFilter.mli
1652boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.ml > camlp4/Camlp4/Struct/CommentFilter.ml.depends
1653boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.mli > camlp4/Camlp4/Struct/DynLoader.mli.depends
1654../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/DynLoader.cmi camlp4/Camlp4/Struct/DynLoader.mli
1655boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.ml > camlp4/Camlp4/Struct/DynLoader.ml.depends
1656boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.mli > camlp4/Camlp4/Struct/EmptyError.mli.depends
1657../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/EmptyError.cmi camlp4/Camlp4/Struct/EmptyError.mli
1658boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.ml > camlp4/Camlp4/Struct/EmptyError.ml.depends
1659boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.mli > camlp4/Camlp4/Struct/EmptyPrinter.mli.depends
1660../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/EmptyPrinter.cmi camlp4/Camlp4/Struct/EmptyPrinter.mli
1661boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.ml > camlp4/Camlp4/Struct/EmptyPrinter.ml.depends
1662boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.mli > camlp4/Camlp4/Struct/FreeVars.mli.depends
1663../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/FreeVars.cmi camlp4/Camlp4/Struct/FreeVars.mli
1664boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.ml > camlp4/Camlp4/Struct/FreeVars.ml.depends
1665boot/ocamlrun boot/ocamllex -q camlp4/Camlp4/Struct/Lexer.mll
1666boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4/Struct/Lexer.ml > camlp4/Camlp4/Struct/Lexer.ml.depends
1667boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.ml > camlp4/Camlp4/Struct/Loc.ml.depends
1668boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Quotation.ml > camlp4/Camlp4/Struct/Quotation.ml.depends
1669boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynAst.ml > camlp4/Camlp4/Struct/DynAst.ml.depends
1670../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/DynAst.ml
1671boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.ml > camlp4/Camlp4/Struct/Token.ml.depends
1672mkdir camlp4/Camlp4/Struct/Grammar
1673boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Context.ml > camlp4/Camlp4/Struct/Grammar/Context.ml.depends
1674boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Delete.ml > camlp4/Camlp4/Struct/Grammar/Delete.ml.depends
1675boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.mli > camlp4/Camlp4/Struct/Grammar/Parser.mli.depends
1676../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Context.cmo camlp4/Camlp4/Struct/Grammar/Context.ml
1677boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Structure.ml > camlp4/Camlp4/Struct/Grammar/Structure.ml.depends
1678../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Structure.ml
1679boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Tools.ml > camlp4/Camlp4/Struct/Grammar/Tools.ml.depends
1680../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Parser.cmi camlp4/Camlp4/Struct/Grammar/Parser.mli
1681../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Tools.ml
1682boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Dynamic.ml > camlp4/Camlp4/Struct/Grammar/Dynamic.ml.depends
1683../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Delete.ml
1684boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Entry.ml > camlp4/Camlp4/Struct/Grammar/Entry.ml.depends
1685boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.mli > camlp4/Camlp4/Struct/Grammar/Print.mli.depends
1686../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Print.cmi camlp4/Camlp4/Struct/Grammar/Print.mli
1687boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.mli > camlp4/Camlp4/Struct/Grammar/Fold.mli.depends
1688boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Insert.ml > camlp4/Camlp4/Struct/Grammar/Insert.ml.depends
1689../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Entry.ml
1690../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Fold.cmi camlp4/Camlp4/Struct/Grammar/Fold.mli
1691../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Insert.ml
1692boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Failed.ml > camlp4/Camlp4/Struct/Grammar/Failed.ml.depends
1693boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Search.ml > camlp4/Camlp4/Struct/Grammar/Search.ml.depends
1694../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Search.ml
1695boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Find.ml > camlp4/Camlp4/Struct/Grammar/Find.ml.depends
1696boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.ml > camlp4/Camlp4/Struct/Grammar/Fold.ml.depends
1697../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Failed.ml
1698boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.ml > camlp4/Camlp4/Struct/Grammar/Parser.ml.depends
1699boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.ml > camlp4/Camlp4/Struct/Grammar/Print.ml.depends
1700boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Static.ml > camlp4/Camlp4/Struct/Grammar/Static.ml.depends
1701../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.ml
1702../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Find.ml
1703../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Fold.ml
1704../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Parser.ml
1705../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Print.ml
1706../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Static.cmo camlp4/Camlp4/Struct/Grammar/Static.ml
1707../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/AstFilters.ml
1708../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Camlp4Ast.ml
1709../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml
1710../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CleanAst.ml
1711../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/CommentFilter.ml
1712../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../otherlibs/dynlink -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/DynLoader.ml
1713../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyError.ml
1714../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/EmptyPrinter.ml
1715../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/FreeVars.ml
1716../ocamlcomp.sh -c -g -w a -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/Lexer.ml
1717../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Loc.ml
1718../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml
1719../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml
1720../ocamlcomp.sh -pack -g camlp4/Camlp4/Struct/Grammar/Context.cmo camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Static.cmo -o camlp4/Camlp4/Struct/Grammar.cmo
1721../ocamlcomp.sh -pack -g camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Grammar.cmo -o camlp4/Camlp4/Struct.cmo
1722boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.mli > camlp4/Camlp4/Printers/Null.mli.depends
1723../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/Null.cmi camlp4/Camlp4/Printers/Null.mli
1724boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.ml > camlp4/Camlp4/Printers/Null.ml.depends
1725boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.mli > camlp4/Camlp4/Printers/OCaml.mli.depends
1726../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/OCaml.cmi camlp4/Camlp4/Printers/OCaml.mli
1727boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.ml > camlp4/Camlp4/Printers/OCaml.ml.depends
1728boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.mli > camlp4/Camlp4/Printers/OCamlr.mli.depends
1729../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/OCamlr.cmi camlp4/Camlp4/Printers/OCamlr.mli
1730boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.ml > camlp4/Camlp4/Printers/OCamlr.ml.depends
1731../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpCamlp4Ast.ml
1732../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/DumpOCamlAst.ml
1733../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/Null.ml
1734../ocamlcomp.sh -c -g -w Ale -warn-error Ale -w Alezv -warn-error Alezv -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCaml.ml
1735../ocamlcomp.sh -c -g -w Ale -warn-error Ale -w Alezv -warn-error Alezv -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/OCamlr.cmo camlp4/Camlp4/Printers/OCamlr.ml
1736../ocamlcomp.sh -pack -g camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCamlr.cmo -o camlp4/Camlp4/Printers.cmo
1737boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.mli > camlp4/Camlp4/Register.mli.depends
1738../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Register.cmi camlp4/Camlp4/Register.mli
1739boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.ml > camlp4/Camlp4/Register.ml.depends
1740../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Debug.ml
1741../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml
1742../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml
1743../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/PreCast.ml
1744../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Register.cmo camlp4/Camlp4/Register.ml
1745../ocamlcomp.sh -pack -g camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Sig.cmo camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/Options.cmo camlp4/Camlp4/Struct.cmo camlp4/Camlp4/Printers.cmo camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/Register.cmo -o camlp4/Camlp4.cmo
1746mkdir camlp4/Camlp4Top
1747boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Top.ml > camlp4/Camlp4Top/Top.ml.depends
1748boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Rprint.ml > camlp4/Camlp4Top/Rprint.ml.depends
1749../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../toplevel -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -I camlp4/Camlp4Top -I camlp4/build -o camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Top.ml
1750../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../toplevel -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -I camlp4/Camlp4Top -I camlp4/build -o camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Rprint.ml
1751../ocamlcomp.sh -pack -g camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Rprint.cmo -o camlp4/Camlp4Top.cmo
1752boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.mli > camlp4/camlp4prof.mli.depends
1753../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -o camlp4/camlp4prof.cmi camlp4/camlp4prof.mli
1754boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.ml > camlp4/camlp4prof.ml.depends
1755../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -o camlp4/camlp4prof.cmo camlp4/camlp4prof.ml
1756../ocamlcomp.sh -g -I stdlib camlp4/camlp4prof.cmo -o camlp4/camlp4prof.byte
1757boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/mkcamlp4.ml > camlp4/mkcamlp4.ml.depends
1758../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -o camlp4/mkcamlp4.cmo camlp4/mkcamlp4.ml
1759../ocamlcomp.sh -a -I stdlib camlp4/Camlp4_import.cmo camlp4/Camlp4_config.cmo camlp4/Camlp4.cmo -o camlp4/camlp4lib.cma
1760../ocamlcomp.sh dynlink.cma -g -I stdlib -I ../otherlibs/dynlink camlp4/camlp4lib.cma camlp4/mkcamlp4.cmo -o camlp4/mkcamlp4.byte
1761boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Bin.ml > camlp4/Camlp4Bin.ml.depends
1762../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -o camlp4/Camlp4Bin.cmo camlp4/Camlp4Bin.ml
1763../ocamlcomp.sh -I ../otherlibs/dynlink dynlink.cma -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Bin.cmo -o camlp4/camlp4.byte
1764mkdir camlp4/Camlp4Parsers
1765boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4AstLoader.ml > camlp4/Camlp4Parsers/Camlp4AstLoader.ml.depends
1766boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4DebugParser.ml > camlp4/Camlp4Parsers/Camlp4DebugParser.ml.depends
1767boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4GrammarParser.ml > camlp4/Camlp4Parsers/Camlp4GrammarParser.ml.depends
1768boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4ListComprehension.ml > camlp4/Camlp4Parsers/Camlp4ListComprehension.ml.depends
1769boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4MacroParser.ml > camlp4/Camlp4Parsers/Camlp4MacroParser.ml.depends
1770boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml.depends
1771boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParser.ml.depends
1772boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml.depends
1773boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml > camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml.depends
1774../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.ml
1775../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
1776../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml
1777boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml.depends
1778boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml.depends
1779../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml
1780boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml.depends
1781boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml.depends
1782mkdir camlp4/Camlp4Printers
1783boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AstDumper.ml > camlp4/Camlp4Printers/Camlp4AstDumper.ml.depends
1784boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AutoPrinter.ml > camlp4/Camlp4Printers/Camlp4AutoPrinter.ml.depends
1785boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4NullDumper.ml > camlp4/Camlp4Printers/Camlp4NullDumper.ml.depends
1786boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml > camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml.depends
1787boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml.depends
1788boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml.depends
1789mkdir camlp4/Camlp4Filters
1790boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4AstLifter.ml > camlp4/Camlp4Filters/Camlp4AstLifter.ml.depends
1791boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml > camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml.depends
1792boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4FoldGenerator.ml > camlp4/Camlp4Filters/Camlp4FoldGenerator.ml.depends
1793boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4LocationStripper.ml > camlp4/Camlp4Filters/Camlp4LocationStripper.ml.depends
1794boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MapGenerator.ml > camlp4/Camlp4Filters/Camlp4MapGenerator.ml.depends
1795boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MetaGenerator.ml > camlp4/Camlp4Filters/Camlp4MetaGenerator.ml.depends
1796boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Profiler.ml > camlp4/Camlp4Filters/Camlp4Profiler.ml.depends
1797boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4TrashRemover.ml > camlp4/Camlp4Filters/Camlp4TrashRemover.ml.depends
1798../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml
1799../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.ml
1800../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml
1801../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.ml
1802../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.ml
1803../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml
1804../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml
1805../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml
1806../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml
1807../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AstDumper.ml
1808../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.ml
1809../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4NullDumper.ml
1810../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml
1811../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml
1812../ocamlcomp.sh -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml
1813../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.ml
1814../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml
1815../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.ml
1816../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.ml
1817../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.ml
1818../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.ml
1819../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml
1820../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.ml
1821../ocamlcomp.sh -a -I stdlib camlp4/Camlp4_import.cmo camlp4/Camlp4_config.cmo camlp4/Camlp4.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.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 camlp4/Camlp4Top.cmo -o camlp4/camlp4fulllib.cma
1822../ocamlcomp.sh -I ../otherlibs/dynlink dynlink.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4boot.byte
1823../ocamlcomp.sh -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4boot.cma
1824../ocamlcomp.sh -I ../otherlibs/dynlink dynlink.cma -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4r.byte
1825../ocamlcomp.sh -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4r.cma
1826../ocamlcomp.sh -I ../otherlibs/dynlink dynlink.cma -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4rf.byte
1827../ocamlcomp.sh -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4rf.cma
1828../ocamlcomp.sh -I ../otherlibs/dynlink dynlink.cma -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4o.byte
1829../ocamlcomp.sh -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4o.cma
1830../ocamlcomp.sh -I ../otherlibs/dynlink dynlink.cma -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4of.byte
1831../ocamlcomp.sh -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4of.cma
1832../ocamlcomp.sh -I ../otherlibs/dynlink dynlink.cma -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4oof.byte
1833../ocamlcomp.sh -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4oof.cma
1834../ocamlcomp.sh -I ../otherlibs/dynlink dynlink.cma -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4orf.byte
1835../ocamlcomp.sh -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4orf.cma
1836boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml.depends
1837../ocamlcomp.sh -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
1838cd debugger; make all
1839../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix dynlink.mli
1840../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix dynlink.ml
1841../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix int64ops.mli
1842../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix int64ops.ml
1843../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix primitives.mli
1844../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix primitives.ml
1845../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix unix_tools.mli
1846../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix unix_tools.ml
1847../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugger_config.mli
1848../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugger_config.ml
1849../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix envaux.mli
1850../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix envaux.ml
1851../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parameters.mli
1852../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parameters.ml
1853../boot/ocamlrun ../boot/ocamllex lexer.mll
185441 states, 1026 transitions, table size 4350 bytes
18551285 additional bytes used for bindings
1856../boot/ocamlyacc parser.mly
1857../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser_aux.mli
1858../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser.mli
1859../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix lexer.mli
1860../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix lexer.ml
1861../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix input_handling.mli
1862../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix input_handling.ml
1863../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix question.mli
1864../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix question.ml
1865../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugcom.mli
1866../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugcom.ml
1867../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix exec.mli
1868../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix exec.ml
1869../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix source.mli
1870../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix source.ml
1871../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix pos.mli
1872../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix pos.ml
1873../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix checkpoints.mli
1874../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix checkpoints.ml
1875../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix events.mli
1876../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix events.ml
1877../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix symbols.mli
1878../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix symbols.ml
1879../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix breakpoints.mli
1880../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix breakpoints.ml
1881../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix trap_barrier.mli
1882../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix trap_barrier.ml
1883../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix history.mli
1884../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix history.ml
1885../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_loading.mli
1886../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_loading.ml
1887../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix printval.mli
1888../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix printval.ml
1889../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_source.mli
1890../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_source.ml
1891../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix time_travel.mli
1892../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix time_travel.ml
1893../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_management.mli
1894../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_management.ml
1895../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix frames.mli
1896../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix frames.ml
1897../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix eval.mli
1898../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix eval.ml
1899../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_information.mli
1900../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_information.ml
1901../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix loadprinter.mli
1902../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix loadprinter.ml
1903../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser.ml
1904../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix command_line.mli
1905../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix command_line.ml
1906../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix main.ml
1907../ocamlcomp.sh -linkall -I ../otherlibs/unix -o ocamldebug -linkall ../otherlibs/unix/unix.cma ../utils/misc.cmo ../utils/config.cmo ../utils/tbl.cmo ../utils/clflags.cmo ../utils/consistbl.cmo ../parsing/longident.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/btype.cmo ../typing/primitive.cmo ../typing/typedtree.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/env.cmo ../typing/oprint.cmo ../typing/ctype.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../bytecomp/runtimedef.cmo ../bytecomp/bytesections.cmo ../bytecomp/dll.cmo ../bytecomp/meta.cmo ../bytecomp/symtable.cmo ../bytecomp/opcodes.cmo ../toplevel/genprintval.cmo dynlink.cmo int64ops.cmo primitives.cmo unix_tools.cmo debugger_config.cmo envaux.cmo parameters.cmo lexer.cmo input_handling.cmo question.cmo debugcom.cmo exec.cmo source.cmo pos.cmo checkpoints.cmo events.cmo symbols.cmo breakpoints.cmo trap_barrier.cmo history.cmo program_loading.cmo printval.cmo show_source.cmo time_travel.cmo program_management.cmo frames.cmo eval.cmo show_information.cmo loadprinter.cmo parser.cmo command_line.cmo main.cmo
1908cd ocamldoc && make all
1909../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_config.mli
1910../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_config.ml
1911../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_global.mli
1912../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_global.ml
1913../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_messages.ml
1914../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_types.mli
1915../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_types.ml
1916../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_misc.mli
1917../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_misc.ml
1918../boot/ocamlyacc -v odoc_text_parser.mly
19195 shift/reduce conflicts.
1920../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text_parser.mli
1921../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text_parser.ml
1922../boot/ocamlrun ../boot/ocamllex odoc_text_lexer.mll
1923222 states, 2270 transitions, table size 10412 bytes
1924../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text_lexer.ml
1925../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text.mli
1926../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text.ml
1927../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_name.mli
1928../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_name.ml
1929../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_parameter.ml
1930../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_value.ml
1931../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_type.ml
1932../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_exception.ml
1933../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_class.ml
1934../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_module.ml
1935../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_print.mli
1936../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_print.ml
1937../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_str.mli
1938../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_str.ml
1939../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_args.mli
1940../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_args.ml
1941../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_comments_global.mli
1942../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_comments_global.ml
1943../boot/ocamlyacc -v odoc_parser.mly
1944../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_parser.mli
1945../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_parser.ml
1946../boot/ocamlrun ../boot/ocamllex odoc_lexer.mll
194750 states, 614 transitions, table size 2756 bytes
1948../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_lexer.ml
1949../boot/ocamlrun ../boot/ocamllex odoc_see_lexer.mll
195020 states, 264 transitions, table size 1176 bytes
1951../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_see_lexer.ml
1952../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_env.mli
1953../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_env.ml
1954../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_merge.mli
1955../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_merge.ml
1956../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_sig.mli
1957../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_sig.ml
1958../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_ast.mli
1959../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_ast.ml
1960File "odoc_ast.ml", line 335, characters 38-3043:
1961Error: Syntax error
1962make[2]: *** [odoc_ast.cmo] Error 2
1963make[1]: *** [ocamldoc] Error 2
1964make: *** [world.opt] Error 2
1965Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ocaml/work/ocaml-3.11.1" && unset LD_PREBIND LD_PREBIND_ALLOW_OVERLAP && make world.opt " returned error 2
1966Command output: ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_print.mli
1967../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_print.ml
1968../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_str.mli
1969../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_str.ml
1970../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_args.mli
1971../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_args.ml
1972../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_comments_global.mli
1973../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_comments_global.ml
1974../boot/ocamlyacc -v odoc_parser.mly
1975../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_parser.mli
1976../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_parser.ml
1977../boot/ocamlrun ../boot/ocamllex odoc_lexer.mll
197850 states, 614 transitions, table size 2756 bytes
1979../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_lexer.ml
1980../boot/ocamlrun ../boot/ocamllex odoc_see_lexer.mll
198120 states, 264 transitions, table size 1176 bytes
1982../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_see_lexer.ml
1983../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_env.mli
1984../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_env.ml
1985../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_merge.mli
1986../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_merge.ml
1987../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_sig.mli
1988../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_sig.ml
1989../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_ast.mli
1990../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_ast.ml
1991File "odoc_ast.ml", line 335, characters 38-3043:
1992Error: Syntax error
1993make[2]: *** [odoc_ast.cmo] Error 2
1994make[1]: *** [ocamldoc] Error 2
1995make: *** [world.opt] Error 2
1996
1997Warning: the following items did not execute (for ocaml): org.macports.build
1998Error: Status 1 encountered during processing.