Ticket #7890: ocaml.2.log

File ocaml.2.log, 121.7 KB (added by takuzo.ohara@…, 18 years ago)

Whole compile log for error "Illegal Instruction".

Line 
1$ sudo port -d -v build ocaml
2DEBUG: Found port in file:///opt/local/var/db/dports/local-sources/lang/ocaml
3DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/ocaml
4DEBUG: Changing to port directory: /opt/local/var/db/dports/local-sources/lang/ocaml
5DEBUG: Requested variant i386 is not provided by port ocaml.
6DEBUG: Requested variant macosx is not provided by port ocaml.
7DEBUG: Executing variant darwin provides darwin
8DEBUG: Executing com.apple.main (ocaml)
9--->  Fetching ocaml
10DEBUG: Executing com.apple.fetch (ocaml)
11--->  Verifying checksum(s) for ocaml
12DEBUG: Executing com.apple.checksum (ocaml)
13--->  Checksumming ocaml-3.09.1.tar.bz2
14DEBUG: Correct (md5) checksum for ocaml-3.09.1.tar.bz2
15DEBUG: Correct (sha1) checksum for ocaml-3.09.1.tar.bz2
16DEBUG: Correct (rmd160) checksum for ocaml-3.09.1.tar.bz2
17DEBUG: setting option extract.cmd to /usr/bin/bzip2
18--->  Extracting ocaml
19DEBUG: Executing com.apple.extract (ocaml)
20--->  Extracting ocaml-3.09.1.tar.bz2
21DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/ocaml/ocaml-3.09.1.tar.bz2
22DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_local-sources_lang_ocaml/work" && /usr/bin/bzip2 -dc /opt/local/var/db/dports/distfiles/ocaml/ocaml-3.09.1.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
23DEBUG: Executing com.apple.patch (ocaml)
24--->  Applying patches to ocaml
25--->  Applying /opt/local/var/db/dports/local-sources/lang/ocaml/files/patch-otherlibs-unix-times.c
26DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_local-sources_lang_ocaml/work/ocaml-3.09.1" && patch -p0'
27patching file otherlibs/unix/times.c
28--->  Applying /opt/local/var/db/dports/local-sources/lang/ocaml/files/patch-configure
29DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_local-sources_lang_ocaml/work/ocaml-3.09.1" && patch -p0'
30patching file configure
31--->  Configuring ocaml
32DEBUG: Executing com.apple.configure (ocaml)
33DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_local-sources_lang_ocaml/work/ocaml-3.09.1" && ./configure -prefix /opt/local -no-tk'
34Configuring for a i686-apple-darwin8.5.1 ...
35gcc found
36The C compiler is ANSI-compliant.
37Checking the sizes of integers and pointers...
38OK, this is a regular 32 bit architecture.
3964-bit "long long" integer type found (printf with "%ll").
40This is a little-endian architecture.
41Doubles can be word-aligned.
4264-bit integers can be word-aligned.
43Native division and modulus have round-towards-zero semantics, will use them.
44ranlib found
45#! appears to work in shell scripts
46POSIX signal handling found.
47getrusage() found.
48times() found.
49termcap functions found (with libraries '-lcurses')
50You have BSD sockets.
51socklen_t is defined in <sys/socket.h>
52inet_aton() found.
53IPv6 is supported.
54unistd.h found.
55off_t is defined in <sys/types.h>
56dirent.h found.
57rewinddir() found.
58lockf() found.
59mkfifo() found.
60getcwd() found.
61getwd() found.
62getpriority() found.
63utime() found.
64utimes() found.
65dup2() found.
66fchmod() found.
67truncate() found.
68sys/select.h found.
69select() found.
70symlink() found.
71waitpid() found.
72wait4() found.
73getgroups() found.
74POSIX termios found.
75Asynchronous I/O are supported.
76setitimer() found.
77gethostname() found.
78uname() found.
79gettimeofday() found.
80mktime() found.
81setsid() found.
82putenv() found.
83setlocale() and <locale.h> found.
84NSLinkModule() found. Using darwin dynamic loading.
85Dynamic loading of shared libraries is supported.
86mmap() found.
87Replay debugger supported.
88Cannot detect system stack overflow.
89POSIX threads library supported.
90Options for linking with POSIX threads: -lpthread
91sigwait() found
92Bytecode threads library supported.
93Location of X11 include files: /usr/X11R6/include/X11
94Options for linking with X11: -L/usr/X11R6/lib -lX11
95NDBM found (in /usr/include)
96Configuring LablTk...
97Configuration failed, LablTk will not be built.
98Camlp4 correctly configured.
99
100** Configuration summary **
101
102Directories where Objective Caml will be installed:
103        binaries.................. /opt/local/bin
104        standard library.......... /opt/local/lib/ocaml
105        manual pages.............. /opt/local/man (with extension .1)
106Configuration for the bytecode compiler:
107        C compiler used........... gcc
108        options for compiling.....  -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
109        options for linking.......     -lcurses -lpthread
110        shared libraries are supported
111        options for compiling.....   -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
112        command for building...... cc -bundle -flat_namespace -undefined suppress -o lib.so /a/path objs
113Configuration for the native-code compiler:
114        hardware architecture..... i386
115        OS variant................ rhapsody
116        C compiler used........... gcc
117        options for compiling..... -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT
118        options for linking.......
119        assembler ................ $(AS)
120        preprocessed assembler ... gcc -c -DSYS_$(SYSTEM)
121        profiling with gprof ..... not supported
122Source-level replay debugger: supported
123Additional libraries supported:
124        unix str num dynlink bigarray systhreads threads graph dbm
125Configuration for the "num" library:
126        target architecture ...... ia32 (asm level 2)
127Configuration for the "graph" library:
128        options for compiling .... -I/usr/X11R6/include
129        options for linking ...... -L/usr/X11R6/lib -lX11
130The "labltk" library: not supported
131
132** Objective Caml configuration completed successfully **
133
134--->  Building ocaml with target world.opt
135DEBUG: Executing com.apple.build (ocaml)
136DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_local-sources_lang_ocaml/work/ocaml-3.09.1" && make world.opt'
137cd byterun; make all
138sed -n -e '/^  /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
139       -e '/^}/q' instruct.h > jumptbl.h
140gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o interp.o interp.c
141gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o misc.o misc.c
142gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o stacks.o stacks.c
143gcc -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
144sed -n -e 's/;;//' \
145            -e '/let *ocaml_version *= */s//#define OCAML_VERSION /p' \
146            <../stdlib/sys.ml >version.h
147gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o startup.o startup.c
148gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o main.o main.c
149gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o freelist.o freelist.c
150gcc -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
151gcc -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
152gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o memory.o memory.c
153gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o alloc.o alloc.c
154gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o roots.o roots.c
155gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o globroots.o globroots.c
156gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o fail.o fail.c
157gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o signals.o signals.c
158gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o printexc.o printexc.c
159gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o backtrace.o backtrace.c
160gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o compare.o compare.c
161gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o ints.o ints.c
162gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o floats.o floats.c
163gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o str.o str.c
164gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o array.o array.c
165gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o io.o io.c
166gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o extern.o extern.c
167gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o intern.o intern.c
168gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o hash.o hash.c
169gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o sys.o sys.c
170gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o meta.o meta.c
171gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o parsing.o parsing.c
172gcc -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
173gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o terminfo.o terminfo.c
174gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o md5.o md5.c
175gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o obj.o obj.c
176gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o lexing.o lexing.c
177gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o callback.o callback.c
178gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o debugger.o debugger.c
179gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o weak.o weak.c
180gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o compact.o compact.c
181gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o finalise.o finalise.c
182gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o custom.o custom.c
183gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o dynlink.o dynlink.c
184gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o unix.o unix.c
185ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o main.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.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
186ranlib libcamlrun.a
187sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" \
188    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 > primitives
189(echo '#include "mlvalues.h"'; \
190 echo '#include "prims.h"'; \
191 sed -e 's/.*/extern value &();/' primitives; \
192 echo 'c_primitive caml_builtin_cprim[] = {'; \
193 sed -e 's/.*/  &,/' primitives; \
194 echo '  0 };'; \
195 echo 'char * caml_names_of_builtin_cprim[] = {'; \
196 sed -e 's/.*/  "&",/' primitives; \
197 echo '  0 };') > prims.c
198gcc -DCAML_NAME_SPACE -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o prims.o prims.c
199gcc -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT  -o ocamlrun \
200          prims.o libcamlrun.a -lcurses -lpthread
201echo "/opt/local/lib/ocaml/stublibs" >ld.conf
202echo "/opt/local/lib/ocaml" >>ld.conf
203cp byterun/ocamlrun boot/ocamlrun
204cd yacc; make all
205gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o closure.o closure.c
206gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o error.o error.c
207gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o lalr.o lalr.c
208gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o lr0.o lr0.c
209sed -n -e 's/;;//' \
210            -e '/let *ocaml_version *= */s//#define OCAML_VERSION /p' \
211            <../stdlib/sys.ml >version.h
212gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o main.o main.c
213gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o mkpar.o mkpar.c
214gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o output.o output.c
215gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o reader.o reader.c
216gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o skeleton.o skeleton.c
217gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o symtab.o symtab.c
218gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o verbose.o verbose.c
219gcc -O -DNDEBUG -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o warshall.o warshall.c
220gcc -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
221cp yacc/ocamlyacc boot/ocamlyacc
222cd stdlib; make COMPILER=../boot/ocamlc all
223../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
224../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
225../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
226../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
227../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
228../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
229../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
230../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
231../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
232../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
233../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
234../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
235../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
236../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
237../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
238../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
239../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
240../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
241../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
242../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
243../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
244../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
245../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
246../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
247../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
248../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
249../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
250../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
251../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
252../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
253../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
254../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
255../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
256../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
257../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
258../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
259../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
260../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
261../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
262../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
263../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
264../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
265../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
266../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
267../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
268../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
269../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
270../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
271../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
272../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
273../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
274../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
275../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
276../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
277../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
278../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
279../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
280../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
281../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
282../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
283../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
284../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
285../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
286../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
287../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
288../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
289../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
290../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
291../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
292../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
293../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
294../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
295../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
296../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
297../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
298../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
299../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
300../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
301../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
302../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
303../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
304../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
305../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
306../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
307../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
308../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
309../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 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 lazy.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
310../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
311if true; then \
312          echo '#!/opt/local/bin/ocamlrun' > camlheader && \
313          echo '#!' | tr -d '\012' > camlheader_ur; \
314        else \
315  gcc -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT  \
316                    -DRUNTIME_NAME='"/opt/local/bin/ocamlrun"' \
317                    header.c -o tmpheader && \
318          strip tmpheader && \
319  mv tmpheader camlheader && \
320          cp camlheader camlheader_ur; \
321        fi
322cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
323if test -f boot/libcamlrun.a; then :; else \
324          ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
325if test -d stdlib/caml; then :; else \
326          ln -s ../byterun stdlib/caml; fi
327tools/checkstack.c: In function 'main':
328tools/checkstack.c:29: warning: incompatible implicit declaration of built-in function 'exit'
329boot/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
330boot/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
331boot/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
332boot/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
333sed -e 's|%%LIBDIR%%|/opt/local/lib/ocaml|' \
334            -e 's|%%BYTERUN%%|/opt/local/bin/ocamlrun|' \
335            -e 's|%%CCOMPTYPE%%|cc|' \
336            -e 's|%%BYTECC%%|gcc -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT |' \
337            -e 's|%%BYTELINK%%|gcc |' \
338            -e 's|%%NATIVECC%%|gcc -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
339            -e 's|%%NATIVELINK%%|gcc |' \
340            -e 's|%%PARTIALLD%%|ld -r |' \
341            -e 's|%%PACKLD%%|ld -r |' \
342            -e 's|%%BYTECCLIBS%%|-lcurses -lpthread|' \
343            -e 's|%%NATIVECCLIBS%%||' \
344            -e 's|%%RANLIBCMD%%|ranlib|' \
345            -e 's|%%CC_PROFILE%%|-pg|' \
346            -e 's|%%ARCH%%|i386|' \
347            -e 's|%%MODEL%%|default|' \
348            -e 's|%%SYSTEM%%|rhapsody|' \
349            -e 's|%%EXT_OBJ%%|.o|' \
350            -e 's|%%EXT_ASM%%|.s|' \
351            -e 's|%%EXT_LIB%%|.a|' \
352            -e 's|%%EXT_DLL%%|.so|' \
353            -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
354            utils/config.mlp > utils/config.ml
355boot/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
356boot/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
357boot/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
358boot/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
359boot/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
360boot/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
361boot/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
362boot/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
363boot/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
364boot/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
365boot/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
366boot/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
367boot/ocamlrun boot/ocamllex parsing/linenum.mll
36812 states, 323 transitions, table size 1364 bytes
369boot/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
370boot/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
371boot/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
372boot/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
373boot/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
374boot/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
375boot/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
376boot/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
377boot/ocamlyacc -v parsing/parser.mly
378boot/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
379boot/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
380boot/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
381boot/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
382boot/ocamlrun boot/ocamllex parsing/lexer.mll
383151 states, 2930 transitions, table size 12626 bytes
3842120 additional bytes used for bindings
385boot/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
386boot/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
387boot/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
388boot/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
389boot/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
390boot/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
391boot/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
392boot/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
393boot/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
394boot/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
395boot/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
396boot/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
397boot/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
398boot/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
399boot/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
400boot/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
401boot/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
402boot/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
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 typing/outcometree.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 typing/oprint.mli
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 typing/oprint.ml
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 typing/subst.mli
407boot/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
408boot/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
409boot/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
410boot/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
411boot/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
412boot/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
413boot/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
414boot/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
415boot/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
416boot/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
417boot/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
418boot/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
419boot/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
420boot/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
421boot/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
422boot/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
423boot/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
424boot/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
425boot/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
426boot/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
427boot/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
428boot/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
429boot/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
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 typing/typetexp.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 typing/typetexp.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 typing/stypes.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 typing/stypes.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 typing/typecore.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 typing/typecore.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 typing/typedecl.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 typing/typedecl.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 typing/typeclass.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 typing/typeclass.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 typing/typemod.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 typing/typemod.ml
442boot/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
443boot/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
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 bytecomp/printlambda.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 bytecomp/printlambda.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 bytecomp/typeopt.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 bytecomp/typeopt.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 bytecomp/switch.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 bytecomp/switch.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 bytecomp/matching.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 bytecomp/matching.ml
452boot/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
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 bytecomp/translobj.ml
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 bytecomp/translcore.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 bytecomp/translcore.ml
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 bytecomp/translclass.mli
457boot/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
458boot/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
459boot/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
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 bytecomp/simplif.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 bytecomp/simplif.ml
462(echo 'let builtin_exceptions = [|'; \
463 sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$|  \1;|p' byterun/fail.h | \
464 sed -e '$s/;$//'; \
465         echo '|]'; \
466         echo 'let builtin_primitives = [|'; \
467         sed -e 's/.*/  "&";/' -e '$s/;$//' byterun/primitives; \
468 echo '|]') > bytecomp/runtimedef.ml
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 bytecomp/runtimedef.mli
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 bytecomp/runtimedef.ml
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 bytecomp/meta.mli
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 bytecomp/meta.ml
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 bytecomp/instruct.mli
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 bytecomp/instruct.ml
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 bytecomp/bytegen.mli
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 bytecomp/bytegen.ml
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 bytecomp/printinstr.mli
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 bytecomp/printinstr.ml
479sed -n -e '/^enum/p' -e 's/,//g' -e '/^  /p' byterun/instruct.h | \
480        awk -f tools/make-opcodes > bytecomp/opcodes.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 bytecomp/opcodes.ml
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 bytecomp/emitcode.mli
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 bytecomp/emitcode.ml
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 bytecomp/bytesections.mli
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 bytecomp/bytesections.ml
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 bytecomp/dll.mli
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 bytecomp/dll.ml
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 bytecomp/symtable.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 bytecomp/symtable.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 bytecomp/bytelink.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 bytecomp/bytelink.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 bytecomp/bytelibrarian.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 bytecomp/bytelibrarian.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 bytecomp/bytepackager.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 bytecomp/bytepackager.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 driver/pparse.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 driver/pparse.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 driver/errors.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 driver/errors.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 driver/compile.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 driver/compile.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 driver/main_args.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 driver/main_args.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 driver/main.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 driver/main.ml
506boot/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
507cd yacc; make all
508make[1]: Nothing to be done for `all'.
509cd lex; make all
510../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A cset.mli
511../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A cset.ml
512../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A syntax.mli
513../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A syntax.ml
514../boot/ocamlyacc -v parser.mly
515../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A parser.mli
516../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A parser.ml
517../boot/ocamlrun ../boot/ocamllex lexer.mll
51874 states, 1162 transitions, table size 5092 bytes
5191658 additional bytes used for bindings
520../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexer.mli
521../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexer.ml
522../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A table.mli
523../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A table.ml
524../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexgen.mli
525../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexgen.ml
526../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A compact.mli
527../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A compact.ml
528../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A common.mli
529../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A common.ml
530../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A output.mli
531../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A output.ml
532../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A outputbis.mli
533../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A outputbis.ml
534../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A main.ml
535../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
536cd tools; make all
537../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
538../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
539../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
540../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
541../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
542../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
543../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
544../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
545../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
546../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
547sed -e 's|%%BINDIR%%|/opt/local/bin|' ocamlmktop.tpl > ocamlmktop
548chmod +x ocamlmktop
549echo '(* THIS FILE IS GENERATED FROM ocamlmklib.mlp *)' >ocamlmklib.ml
550sed -e "s|%%BINDIR%%|/opt/local/bin|" \
551            -e "s|%%SUPPORTS_SHARED_LIBRARIES%%|true|" \
552            -e "s|%%MKSHAREDLIB%%|cc -bundle -flat_namespace -undefined suppress -o|" \
553            -e "s|%%BYTECCRPATH%%||" \
554            -e "s|%%NATIVECCRPATH%%||" \
555            -e "s|%%MKSHAREDLIBRPATH%%||" \
556            -e "s|%%RANLIB%%|ranlib|" \
557          ocamlmklib.mlp >> ocamlmklib.ml
558../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
559../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlmklib ocamlmklib.cmo
560../boot/ocamlrun ../boot/ocamllex lexer301.mll
561113 states, 2733 transitions, table size 11610 bytes
562../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
563../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
564../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
565../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -w sl -o addlabels \
566        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
567unset LC_ALL LC_CTYPE LC_COLLATE LANG; \
568sed -e '/\/\*/d' \
569            -e '/^#/d' \
570            -e 's/enum \(.*\) {/let names_of_\1 = [|/' \
571            -e 's/};$/ |]/' \
572            -e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
573            -e 's/,/;/g' \
574        ../byterun/instruct.h > opnames.ml
575../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
576../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
577../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o dumpobj \
578         misc.cmo tbl.cmo config.cmo ident.cmo \
579         opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
580cd stdlib; make all
581../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli
582../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml
583../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli
584../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml
585../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli
586../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml
587../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli
588../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml
589../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli
590../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml
591../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli
592../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml
593../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli
594../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml
595../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli
596../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml
597../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli
598../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml
599../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli
600../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml
601../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli
602../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml
603../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli
604../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml
605../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli
606../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml
607../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli
608../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml
609../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli
610../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml
611../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli
612../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml
613../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli
614../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml
615../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli
616../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml
617../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli
618../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml
619../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli
620../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml
621../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli
622../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml
623../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli
624../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml
625../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli
626../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml
627../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli
628../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml
629../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli
630../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml
631../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli
632../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml
633../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli
634../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml
635../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli
636../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml
637../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli
638../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml
639../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli
640../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml
641../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
642../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
643../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli
644../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml
645../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
646../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
647../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli
648../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml
649../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli
650../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml
651../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli
652../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml
653../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli
654../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml
655../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli
656../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml
657../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli
658../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml
659../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli
660../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml
661../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli
662../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml
663../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli
664../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml
665../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli
666../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml
667../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 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 lazy.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
668../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml
669boot/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
670boot/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
671boot/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
672boot/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
673boot/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
674boot/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
675boot/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
676boot/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
677boot/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
678boot/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
679boot/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
680boot/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
681boot/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
682boot/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
683boot/ocamlrun boot/ocamlc -nostdlib -I boot  -linkall -o ocaml.tmp toplevel/toplevellib.cma toplevel/topstart.cmo
684byterun/ocamlrun ./expunge ocaml.tmp ocaml arg array arrayLabels buffer callback 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
685rm -f ocaml.tmp
686cd asmrun; make all
687gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o startup.o startup.c
688ln -s ../byterun/main.c main.c
689gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o main.o main.c
690gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o fail.o fail.c
691gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o roots.o roots.c
692ln -s ../byterun/globroots.c globroots.c
693gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o globroots.o globroots.c
694gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o signals.o signals.c
695ln -s ../byterun/misc.c misc.c
696gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o misc.o misc.c
697ln -s ../byterun/freelist.c freelist.c
698gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o freelist.o freelist.c
699ln -s ../byterun/major_gc.c major_gc.c
700gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o major_gc.o major_gc.c
701ln -s ../byterun/minor_gc.c minor_gc.c
702gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o minor_gc.o minor_gc.c
703ln -s ../byterun/memory.c memory.c
704gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o memory.o memory.c
705ln -s ../byterun/alloc.c alloc.c
706gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o alloc.o alloc.c
707ln -s ../byterun/compare.c compare.c
708gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o compare.o compare.c
709ln -s ../byterun/ints.c ints.c
710gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o ints.o ints.c
711ln -s ../byterun/floats.c floats.c
712gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o floats.o floats.c
713ln -s ../byterun/str.c str.c
714gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o str.o str.c
715ln -s ../byterun/array.c array.c
716gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o array.o array.c
717ln -s ../byterun/io.c io.c
718gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o io.o io.c
719ln -s ../byterun/extern.c extern.c
720gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o extern.o extern.c
721ln -s ../byterun/intern.c intern.c
722gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o intern.o intern.c
723ln -s ../byterun/hash.c hash.c
724gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o hash.o hash.c
725ln -s ../byterun/sys.c sys.c
726gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o sys.o sys.c
727ln -s ../byterun/parsing.c parsing.c
728gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o parsing.o parsing.c
729ln -s ../byterun/gc_ctrl.c gc_ctrl.c
730gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o gc_ctrl.o gc_ctrl.c
731ln -s ../byterun/terminfo.c terminfo.c
732gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o terminfo.o terminfo.c
733ln -s ../byterun/md5.c md5.c
734gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o md5.o md5.c
735ln -s ../byterun/obj.c obj.c
736gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o obj.o obj.c
737ln -s ../byterun/lexing.c lexing.c
738gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o lexing.o lexing.c
739ln -s ../byterun/printexc.c printexc.c
740gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o printexc.o printexc.c
741ln -s ../byterun/callback.c callback.c
742gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o callback.o callback.c
743ln -s ../byterun/weak.c weak.c
744gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o weak.o weak.c
745ln -s ../byterun/compact.c compact.c
746gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o compact.o compact.c
747ln -s ../byterun/finalise.c finalise.c
748gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o finalise.o finalise.c
749ln -s ../byterun/custom.c custom.c
750gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o custom.o custom.c
751ln -s ../byterun/unix.c unix.c
752gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o unix.o unix.c
753gcc -c -DSYS_rhapsody -o i386.o i386.S || \
754{ 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; }
755rm -f libasmrun.a
756ar rc libasmrun.a startup.o main.o fail.o roots.o globroots.o signals.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 i386.o
757ranlib libasmrun.a
758if test -f stdlib/libasmrun.a; then :; else \
759          ln -s ../asmrun/libasmrun.a stdlib/libasmrun.a; fi
760ln -s i386/arch.ml asmcomp/arch.ml
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 asmcomp/arch.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 asmcomp/cmm.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 asmcomp/cmm.ml
764boot/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
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 asmcomp/printcmm.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 asmcomp/reg.mli
767boot/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
768boot/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
769boot/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
770ln -s i386/proc.ml asmcomp/proc.ml
771boot/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
772boot/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
773boot/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
774boot/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
775boot/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
776boot/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
777boot/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
778boot/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
779boot/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
780boot/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
781boot/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
782boot/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
783boot/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
784boot/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
785ln -s i386/selection.ml asmcomp/selection.ml
786boot/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
787boot/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
788boot/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
789boot/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
790boot/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
791boot/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
792boot/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
793boot/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
794boot/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
795boot/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
796boot/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
797boot/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
798boot/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
799boot/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
800boot/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
801boot/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
802ln -s i386/reload.ml asmcomp/reload.ml
803boot/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
804boot/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
805boot/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
806boot/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
807boot/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
808boot/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
809boot/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
810boot/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
811ln -s i386/scheduling.ml asmcomp/scheduling.ml
812boot/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
813boot/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
814boot/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
815boot/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
816cd tools; \
817make CAMLC="../byterun/ocamlrun ../boot/ocamlc -I ../stdlib" cvt_emit
818../boot/ocamlrun ../boot/ocamllex cvt_emit.mll
81912 states, 280 transitions, table size 1192 bytes
820../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
821../byterun/ocamlrun ../boot/ocamlc -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o cvt_emit cvt_emit.cmo
822byterun/ocamlrun tools/cvt_emit < asmcomp/i386/emit.mlp > asmcomp/emit.ml \
823        || { rm -f asmcomp/emit.ml; exit 2; }
824boot/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
825boot/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
826boot/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
827boot/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
828boot/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
829boot/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
830boot/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
831boot/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
832boot/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
833boot/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
834boot/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
835boot/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
836boot/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
837boot/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
838boot/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
839boot/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
840boot/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/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
841cd stdlib; make allopt
842../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags pervasives.cmx` -c pervasives.ml
843../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags array.cmx` -c array.ml
844../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags list.cmx` -c list.ml
845../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags char.cmx` -c char.ml
846../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags string.cmx` -c string.ml
847../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags sys.cmx` -c sys.ml
848../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags hashtbl.cmx` -c hashtbl.ml
849../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags sort.cmx` -c sort.ml
850../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags marshal.cmx` -c marshal.ml
851../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags obj.cmx` -c obj.ml
852../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags int32.cmx` -c int32.ml
853../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags int64.cmx` -c int64.ml
854../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags nativeint.cmx` -c nativeint.ml
855../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags lexing.cmx` -c lexing.ml
856../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags parsing.cmx` -c parsing.ml
857../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags set.cmx` -c set.ml
858../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags map.cmx` -c map.ml
859../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stack.cmx` -c stack.ml
860../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags queue.cmx` -c queue.ml
861../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stream.cmx` -c stream.ml
862../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags buffer.cmx` -c buffer.ml
863../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags printf.cmx` -c printf.ml
864../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags format.cmx` -c format.ml
865../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags scanf.cmx` -c scanf.ml
866../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags arg.cmx` -c arg.ml
867../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags printexc.cmx` -c printexc.ml
868../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags gc.cmx` -c gc.ml
869../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags digest.cmx` -c digest.ml
870../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags random.cmx` -c random.ml
871../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags callback.cmx` -c callback.ml
872../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags camlinternalOO.cmx` -c camlinternalOO.ml
873../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags oo.cmx` -c oo.ml
874../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags camlinternalMod.cmx` -c camlinternalMod.ml
875../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags genlex.cmx` -c genlex.ml
876../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags weak.cmx` -c weak.ml
877../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags lazy.cmx` -c lazy.ml
878../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags filename.cmx` -c filename.ml
879../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags complex.cmx` -c complex.ml
880../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags arrayLabels.cmx` -c arrayLabels.ml
881../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags listLabels.cmx` -c listLabels.ml
882../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stringLabels.cmx` -c stringLabels.ml
883../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags moreLabels.cmx` -c moreLabels.ml
884../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stdLabels.cmx` -c stdLabels.ml
885../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 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 lazy.cmx filename.cmx complex.cmx arrayLabels.cmx listLabels.cmx stringLabels.cmx moreLabels.cmx stdLabels.cmx
886../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags std_exit.cmx` -c std_exit.ml
887boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
888boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
889boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
890boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
891boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
892boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
893boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
894boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
895boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.ml
896boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
897boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
898boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
899boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
900boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
901boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
902boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
903boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.ml
904boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
905boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
906boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
907boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
908boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
909boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
910boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
911boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
912boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
913boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
914boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
915boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
916boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
917boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
918boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
919boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
920boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
921boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
922boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
923boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
924boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
925boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
926boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
927boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
928boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
929boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
930boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
931boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
932boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
933boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
934boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
935boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
936boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
937boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
938boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
939boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
940boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
941boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
942boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
943boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
944boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
945boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
946boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
947boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
948boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
949boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
950boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
951boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
952boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
953boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
954boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
955boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
956cd asmrun; make meta.o dynlink.o
957ln -s ../byterun/meta.c meta.c
958gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o meta.o meta.c
959ln -s ../byterun/dynlink.c dynlink.c
960gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_i386 -DSYS_rhapsody  -O -Wall -DDARWIN_VERSION_6  -D_FILE_OFFSET_BITS=64 -D_REENTRANT   -c -o dynlink.o dynlink.c
961boot/ocamlrun ./ocamlopt -nostdlib -I stdlib  -ccopt "" -o ocamlc.opt \
962          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 \
963          asmrun/meta.o asmrun/dynlink.o -cclib "-lcurses -lpthread"
964for i in unix str num dynlink bigarray systhreads threads graph dbm; do \
965          (cd otherlibs/$i; make RUNTIME= all) || exit $?; \
966        done
967gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o accept.o accept.c
968gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o access.o access.c
969gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o addrofstr.o addrofstr.c
970gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o alarm.o alarm.c
971gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o bind.o bind.c
972gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o chdir.o chdir.c
973gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o chmod.o chmod.c
974gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o chown.o chown.c
975gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o chroot.o chroot.c
976gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o close.o close.c
977gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o closedir.o closedir.c
978gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o connect.o connect.c
979gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o cst2constr.o cst2constr.c
980gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o cstringv.o cstringv.c
981gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o dup.o dup.c
982gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o dup2.o dup2.c
983gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o envir.o envir.c
984gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o errmsg.o errmsg.c
985gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o execv.o execv.c
986gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o execve.o execve.c
987gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o execvp.o execvp.c
988gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o exit.o exit.c
989gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o fchmod.o fchmod.c
990gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o fchown.o fchown.c
991gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o fcntl.o fcntl.c
992gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o fork.o fork.c
993gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o ftruncate.o ftruncate.c
994gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getaddrinfo.o getaddrinfo.c
995gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getcwd.o getcwd.c
996gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getegid.o getegid.c
997gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o geteuid.o geteuid.c
998gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getgid.o getgid.c
999gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getgr.o getgr.c
1000gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getgroups.o getgroups.c
1001gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o gethost.o gethost.c
1002gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o gethostname.o gethostname.c
1003gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getlogin.o getlogin.c
1004gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getnameinfo.o getnameinfo.c
1005gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getpeername.o getpeername.c
1006gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getpid.o getpid.c
1007gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getppid.o getppid.c
1008gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getproto.o getproto.c
1009gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getpw.o getpw.c
1010gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o gettimeofday.o gettimeofday.c
1011gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getserv.o getserv.c
1012gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getsockname.o getsockname.c
1013gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o getuid.o getuid.c
1014gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o gmtime.o gmtime.c
1015gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o itimer.o itimer.c
1016gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o kill.o kill.c
1017gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o link.o link.c
1018gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o listen.o listen.c
1019gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o lockf.o lockf.c
1020gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o lseek.o lseek.c
1021gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o mkdir.o mkdir.c
1022gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o mkfifo.o mkfifo.c
1023gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o nice.o nice.c
1024gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o open.o open.c
1025gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o opendir.o opendir.c
1026gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o pipe.o pipe.c
1027gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o putenv.o putenv.c
1028gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o read.o read.c
1029gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o readdir.o readdir.c
1030gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o readlink.o readlink.c
1031gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o rename.o rename.c
1032gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o rewinddir.o rewinddir.c
1033gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o rmdir.o rmdir.c
1034gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o select.o select.c
1035gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o sendrecv.o sendrecv.c
1036gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o setgid.o setgid.c
1037gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o setsid.o setsid.c
1038gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o setuid.o setuid.c
1039gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o shutdown.o shutdown.c
1040gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o signals.o signals.c
1041gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o sleep.o sleep.c
1042gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o socket.o socket.c
1043gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o socketaddr.o socketaddr.c
1044gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o socketpair.o socketpair.c
1045gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o sockopt.o sockopt.c
1046gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o stat.o stat.c
1047gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o strofaddr.o strofaddr.c
1048gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o symlink.o symlink.c
1049gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o termios.o termios.c
1050gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o time.o time.c
1051gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o times.o times.c
1052gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o truncate.o truncate.c
1053gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o umask.o umask.c
1054gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o unixsupport.o unixsupport.c
1055gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o unlink.o unlink.c
1056gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o utimes.o utimes.c
1057gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o wait.o wait.c
1058gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o write.o write.c
1059../../boot/ocamlrun ../../tools/ocamlmklib -o 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 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
1060../../ocamlcomp.sh -c -warn-error A unix.mli
1061make[1]: *** [unix.cmi] Illegal instruction
1062make: *** [otherlibraries] Error 2
1063Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_local-sources_lang_ocaml/work/ocaml-3.09.1" && make world.opt" returned error 2
1064Command output: gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o rmdir.o rmdir.c
1065gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o select.o select.c
1066gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o sendrecv.o sendrecv.c
1067gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o setgid.o setgid.c
1068gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o setsid.o setsid.c
1069gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o setuid.o setuid.c
1070gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o shutdown.o shutdown.c
1071gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o signals.o signals.c
1072gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o sleep.o sleep.c
1073gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o socket.o socket.c
1074gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o socketaddr.o socketaddr.c
1075gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o socketpair.o socketpair.c
1076gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o sockopt.o sockopt.c
1077gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o stat.o stat.c
1078gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o strofaddr.o strofaddr.c
1079gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o symlink.o symlink.c
1080gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o termios.o termios.c
1081gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o time.o time.c
1082gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o times.o times.c
1083gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o truncate.o truncate.c
1084gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o umask.o umask.c
1085gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o unixsupport.o unixsupport.c
1086gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o unlink.o unlink.c
1087gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o utimes.o utimes.c
1088gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o wait.o wait.c
1089gcc -I../../byterun -O -fno-defer-pop -no-cpp-precomp -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT    -c -o write.o write.c
1090../../boot/ocamlrun ../../tools/ocamlmklib -o 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 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
1091../../ocamlcomp.sh -c -warn-error A unix.mli
1092make[1]: *** [unix.cmi] Illegal instruction
1093make: *** [otherlibraries] Error 2
1094
1095Warning: the following items did not execute (for ocaml): com.apple.build
1096Error: Status 1 encountered during processing.
1097~/local-sources/
1098$