cd src/runtime; make install nhc98heap make[1]: Entering directory `/archives/system/nhc98-1.16/src/runtime' mkdir -p /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime mkdir -p /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel || /bin/true mkdir -p /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Mk || /bin/true mkdir -p /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Builtin || /bin/true mkdir -p /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Integer || /bin/true cd Kernel; make all make[2]: Entering directory `/archives/system/nhc98-1.16/src/runtime/Kernel' Link bytecode.h already exists. Link cinterface.h already exists. Link mutlib.h already exists. Link newmacros.h already exists. Link node.h already exists. Link runtime.h already exists. Link stableptr.h already exists. Link newbytecode.h already exists. Link bytecode_o.h already exists. gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/mutator.o mutator.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/mutlib.o mutlib.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/main.o main.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/haskellInit.o haskellInit.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/dump.o dump.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/inscount.o inscount.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/collector.o collector.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/mark.o mark.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/cdata.o cdata.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/timeUnix.o timeUnix.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/xlib_debug.o xlib_debug.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/stableptr.o stableptr.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/closureval.o closureval.c gcc -c -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/ffiexport.o ffiexport.c gcc -S -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o - newtables.c | sed '/.align 32/s/32/4/' |\ gcc -c -x assembler -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/newtables.o - gcc -S -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o - newbuiltin.c | sed '/.align 32/s/32/4/' |\ gcc -c -x assembler -DLOW_BYTE_FIRST -O3 -I/archives/system/nhc98-1.16/include -DVERSION="\"1.16\"" -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/newbuiltin.o - cd /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel; \ ar rv /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Kernel/Runtime.a haskellInit.o dump.o inscount.o collector.o mark.o cdata.o timeUnix.o xlib_debug.o stableptr.o closureval.o ffiexport.o newtables.o newbuiltin.o a - haskellInit.o a - dump.o a - inscount.o a - collector.o a - mark.o a - cdata.o a - timeUnix.o a - xlib_debug.o a - stableptr.o a - closureval.o a - ffiexport.o a - newtables.o a - newbuiltin.o make[2]: Leaving directory `/archives/system/nhc98-1.16/src/runtime/Kernel' cd Integer; make all make[2]: Entering directory `/archives/system/nhc98-1.16/src/runtime/Integer' Link flt.h already exists. gcc -I../Kernel -I/archives/system/nhc98-1.16/include -O3 -DLOW_BYTE_FIRST `if [ xcre-mparam.c = x ]; \ then echo cre-mparam.c; \ else echo cre-mparam.c; fi` -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Integer/cre-mparam /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Integer/cre-mparam > tmp-gmp-mparam.h mv tmp-gmp-mparam.h gmp-mparam.h gcc -c -I../Kernel -I/archives/system/nhc98-1.16/include -O3 -DLOW_BYTE_FIRST -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Integer/mpz_add.o mpz_add.c gcc -c -I../Kernel -I/archives/system/nhc98-1.16/include -O3 -DLOW_BYTE_FIRST -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Integer/mpz_sub.o mpz_sub.c gcc -c -I../Kernel -I/archives/system/nhc98-1.16/include -O3 -DLOW_BYTE_FIRST -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Integer/mpz_mul.o mpz_mul.c gcc -c -I../Kernel -I/archives/system/nhc98-1.16/include -O3 -DLOW_BYTE_FIRST -o /archives/system/nhc98-1.16/targets/ix86-Linux/obj/runtime/Integer/mpz_div.o mpz_div.c make[2]: Leaving directory `/archives/system/nhc98-1.16/src/runtime/Integer' make[1]: Leaving directory `/archives/system/nhc98-1.16/src/runtime'