cd types ; make
make[1]: Entering directory `/home/dcurtis/theta/types'
gcc   -I. -I..   -c array.c
gcc   -I. -I..   -c bool.c
gcc   -I. -I..   -c int.c
int.c: In function `int_multiply_':
int.c:68: warning: integer constant out of range
int.c:68: warning: integer constant out of range
int.c:82: warning: integer constant out of range
int.c: In function `int_divide_':
int.c:100: warning: integer constant out of range
int.c: In function `int_negate_':
int.c:157: warning: integer constant out of range
int.c: In function `int_abs_':
int.c:212: warning: integer constant out of range
gcc   -I. -I..   -c char.c
gcc   -I. -I..   -c class.c
gcc   -I. -I..   -c class_instn.c
gcc   -I. -I..   -c dict.c
gcc   -I. -I..   -c list.c
gcc   -I. -I..   -c maybe.c
gcc   -I. -I..   -c objtype.c
gcc   -I. -I..   -c param.c
gcc   -I. -I..   -c pclass.c
gcc   -I. -I..   -c ptype.c
gcc   -I. -I..   -c real.c
gcc   -I. -I..   -c sequence.c
gcc   -I. -I..   -c stdlist.c
gcc   -I. -I..   -c str.c
gcc   -I. -I..   -c textwr.c
gcc   -I. -I..   -c type.c
gcc   -I. -I..   -c unparse.c
gcc   -I. -I..   -c vec.c
gcc   -I. -I..   -c vec_instns.c
gcc   -I. -I..   -c vector.c
gcc   -I. -I..   -c wr.c
g++   -I. -I..   -c any.cc
/bin/rm -f libtypes.a
ar cq libtypes.a array.o bool.o int.o char.o class.o class_instn.o dict.o list.o maybe.o objtype.o param.o pclass.o ptype.o real.o sequence.o stdlist.o str.o textwr.o type.o unparse.o vec.o vec_instns.o vector.o wr.o any.o
ranlib libtypes.a
make[1]: Leaving directory `/home/dcurtis/theta/types'
cd runtime ; make
make[1]: Entering directory `/home/dcurtis/theta/runtime'
gcc   -I. -I..   -c except.c
gcc   -I. -I..   -c obj.c
g++   -I. -I..   -c disphdr.cc
g++   -I. -I..   -c same_object.cc
/bin/rm -f libruntime.a
ar cq libruntime.a except.o obj.o disphdr.o same_object.o
ranlib libruntime.a
make[1]: Leaving directory `/home/dcurtis/theta/runtime'
cd boot ; make
make[1]: Entering directory `/home/dcurtis/theta/boot'
gcc   -I. -I..   -g -c type_init.c
gcc   -I. -I..   -g -c lex_input.c
gcc   -I. -I..   -g -c ti_lex.c
gcc   -I. -I..   -g -c ti_grammar.c
gcc   -I. -I..   -g -c pass1_lex.c
gcc   -I. -I..   -g -c pass1_grammar.c
gcc   -I. -I..   -g -c specs.c
gcc   -I. -I..   -g -c builtins.c
g++   -I. -I..   -g -c wellknown.cc
/bin/rm -f libboot.a
ar cq libboot.a type_init.o lex_input.o ti_lex.o ti_grammar.o pass1_lex.o pass1_grammar.o specs.o builtins.o wellknown.o
ranlib libboot.a
make[1]: Leaving directory `/home/dcurtis/theta/boot'
cd common ; make
make[1]: Entering directory `/home/dcurtis/theta/common'
gcc   -I. -I..   -c fail.c
gcc   -I. -I..   -c hashfuncs.c
/bin/rm -f libcommon.a
ar cq libcommon.a fail.o hashfuncs.o 
ranlib libcommon.a
make[1]: Leaving directory `/home/dcurtis/theta/common'
cd client ; make
make[1]: Entering directory `/home/dcurtis/theta/client'
g++   -I. -I..   -g -c gen-include.cc
g++   -I. -I..   -g -c gen-include-1.cc
/bin/rm -f libclient.a
ar cq libclient.a  gen-include.o gen-include-1.o
ranlib libclient.a
make[1]: Leaving directory `/home/dcurtis/theta/client'
cd th ; make
make[1]: Entering directory `/home/dcurtis/theta/th'
gcc   -I. -I..  -g -c lex.yy.c
gcc   -I. -I..  -g -c misc.c
g++   -I. -I..  -g -c main.cc
g++   -I. -I..  -g -c Compiler.cc
g++   -I. -I..  -g -c type_replace.cc
g++   -I. -I..  -g -c type_chk.cc
g++   -I. -I..  -g -c type_chk2.cc
g++   -I. -I..  -g -c type_interface.cc
g++   -I. -I..  -g -c type_util.cc
g++   -I. -I..  -g -c desugar.cc
g++   -I. -I..  -g -c eval.cc
g++   -I. -I..  -g -c compiler.cc
g++   -I. -I..  -g -c code_generator.cc
g++   -I. -I..  -g -c code_generator_1.cc
g++   -I. -I..  -g -c cg_expr.cc
g++   -I. -I..  -g -c cg_print.cc
g++   -I. -I..  -g -c cg_print_1.cc
g++   -I. -I..  -g -c cg_util.cc
g++   -I. -I..  -g -c cg_var.cc
g++   -I. -I..  -g -c cg_locals.cc
g++   -I. -I..  -g -c cg_temps.cc
g++   -I. -I..  -g -c cg_opt.cc
g++   -I. -I..  -g -c environment.cc
g++   -I. -I..  -g -DYYDEBUG -DYYERROR_VERBOSE -c theta.tab.cc 
g++   -I. -I..  -g -c lx_input.cc
g++   -I. -I..  -g -c v0.cc
g++   -I. -I..  -g -c SLList.cc
g++   -I. -I..  -g -c parse.cc
g++ -g -o theta lex.yy.o misc.o main.o Compiler.o type_replace.o type_chk.o type_chk2.o type_interface.o type_util.o desugar.o eval.o compiler.o code_generator.o code_generator_1.o cg_expr.o cg_print.o cg_print_1.o cg_util.o cg_var.o cg_locals.o cg_temps.o cg_opt.o environment.o theta.tab.o lx_input.o v0.o SLList.o parse.o ../client/libclient.a \
../boot/libboot.a \
../types/libtypes.a ../common/libcommon.a ../runtime/libruntime.a
make[1]: Leaving directory `/home/dcurtis/theta/th'
