Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/docs/compile.z

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


% cd /home/fernan/tmp/dd/nhc98-1.20/
% lc
COPYRIGHT		Makefile.inc	docs			man				src
INSTALL			README			include			nhc98.spec		tests
Makefile		configure		lib				script
% ./configure
Configuring for nhc98... [ v1.20 (2007-11-22) ]
--------
Looking for already-installed Haskell compilers:
  Found C compiler:    /usr/bin/gcc
  C compiler version:  gcc (GCC) 3.3.5 (propolice)
  Looking for hbc...   (not found)
  Note: LMLDIR/HBCDIR variables must be set to enable detection of hbc.
  Looking for ghc...   (not found)
  Looking for nhc98... (not found)
I am guessing that you want to use gcc to build hmake.
  Now I'm creating targets/ix86-OpenBSD/hmake3.config for your installation.
Done.
--------
                   Configuration report for nhc98.
    (You can re-run configure to change settings before proceeding.)
You wish (eventually) to install the following components in these locations:
    (Installation directories are not created/checked at this stage.)
Final install root:   /usr/local
nhc98 binaries/libs:  /usr/local/lib/nhc98/ix86-OpenBSD
hmake binaries:       /usr/local/lib/hmake/ix86-OpenBSD
Interfaces/includes:  /usr/local/include/nhc98
Scripts:              /usr/local/bin
Man pages:            /usr/local/man/man1
Html documents:       (none)

Now we check/create your build directories:
Config directory:      targets/ix86-OpenBSD
Build directory root:
    /home/fernan/tmp/dd/nhc98-1.20/targets (exists)
Object files build in:
    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD (exists)
Executables and libs:
    /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD (created)

I am guessing you will build nhc98 with:    gcc
nhc98comp uses RTS delimiters?              yes
This machine's endian-ness is:              -DLOW_BYTE_FIRST (detected) 
Executables need .exe suffix?               no  (detected)
Found /usr/bin/true not /bin/true
Testing for the curses library:             -lncurses (detected) 
Testing for the readline library:           -lreadline -lncurses (detected)
Reading /usr/include/errno.h:               updated DErrNo.hs
Testing for FunnelWeb:                      no  (detected)
Default heap for compiled programs is: 100000 words (cached) 

Adding Makefile config script to
    /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD...
cat: targets/ix86-OpenBSD/ghcsym: No such file or directory
Adding build scripts to
    /home/fernan/tmp/dd/nhc98-1.20/script...    
    nhc98 hmake hmake-config hi greencard hsc2hs cpphs 
Creating src/runtime/nhc98heap.c ...
Configuring src/compiler98/Building.hs ...
Updating targets/ix86-OpenBSD/hmake3.config...
Saving current configuration in targets/ix86-OpenBSD/config.cache
Done.

% gmake
cd src/runtime;        gmake all nhc98heap
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime'
cd Kernel; gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
cd Integer;   gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
cd Builtin;   gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
cd Mk;        gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer || /usr/bin/true
cd Kernel; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/cinterface.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mutlib.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newmacros.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/node.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/runtime.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/stableptr.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newbytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode_o.h already exists.
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/mutator.o mutator.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/mutlib.o mutlib.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/main.o main.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/haskellInit.o haskellInit.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/dump.o dump.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/inscount.o inscount.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/collector.o collector.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/mark.o mark.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/cdata.o cdata.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/timeUnix.o timeUnix.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/xlib_debug.o xlib_debug.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/stableptr.o stableptr.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/closureval.o closureval.c
gcc -c   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/ffiexport.o ffiexport.c
gcc -S   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o - newtables.c |\
		sed -e '/.align 32/s/32/4/' -e '/.p2align 5/s/5/2/' |\
		gcc -c -x assembler-with-cpp   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/newtables.o -
gcc -S   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o - newbuiltin.c |\
		sed -e '/.align 32/s/32/4/' -e '/.p2align 5/s/5/2/' |\
		gcc -c -x assembler-with-cpp   -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/newbuiltin.o -
cd /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel; \
		ar rv /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/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
ar: creating /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/Runtime.a
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
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
cd Integer; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
Link /home/fernan/tmp/dd/nhc98-1.20/include/flt.h already exists.
gcc -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  `if [ xcre-mparam.c = x ];	\
			       then echo cre-mparam.c;		\
			       else echo cre-mparam.c; fi` -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/cre-mparam
/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/cre-mparam > tmp-gmp-mparam.h
mv tmp-gmp-mparam.h gmp-mparam.h
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_add.o mpz_add.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_sub.o mpz_sub.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_mul.o mpz_mul.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_div.o mpz_div.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_mod.o mpz_mod.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_neg.o mpz_neg.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_abs.o mpz_abs.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_cmp.o mpz_cmp.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_or.o mpz_or.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpz_and.o mpz_and.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpn_cmp.o mpn_cmp.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpn_sub.o mpn_sub.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpn_div.o mpn_div.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpn_add.o mpn_add.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mp_clz_tab.o mp_clz_tab.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpn_lshift.o mpn_lshift.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpn_mul.o mpn_mul.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/mpn_rshift.o mpn_rshift.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/fltcode.o fltcode.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/dblcode.o dblcode.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/alloca.o alloca.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
cd Builtin; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
Link /home/fernan/tmp/dd/nhc98-1.20/include/haskell2c.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/twopass.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/HsFFI.h already exists.
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primDecodeDouble.o primDecodeDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primEncodeDouble.o primEncodeDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primFloatFromInteger.o primFloatFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primIntegerFromInt.o primIntegerFromInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primDecodeFloat.o primDecodeFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primEncodeFloat.o primEncodeFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primDoubleFromInteger.o primDoubleFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primIntFromInteger.o primIntFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primPackString.o primPackString.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/lengthPS.o lengthPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/unpackPS.o unpackPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/indexPS.o indexPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primComparePS.o primComparePS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cOpen.o cOpen.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHClose.o cHClose.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHIsEOF.o cHIsEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHFileSize.o cHFileSize.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHFlush.o cHFlush.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHGetPosn.o cHGetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHSetPosn.o cHSetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHSeek.o cHSeek.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHGetBuffering.o cHGetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHSetBuffering.o cHSetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHGetFileName.o cHGetFileName.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHPutGetBuf.o cHPutGetBuf.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primEqHandlePosn.o primEqHandlePosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cGetProgName.o cGetProgName.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cGetEnv.o cGetEnv.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cGetArgs.o cGetArgs.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cProfile.o cProfile.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cExitWith.o cExitWith.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cOpenSocket.o cOpenSocket.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primVector.o primVector.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primIndex.o primIndex.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cBits.o cBits.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cFFI.o cFFI.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cIOExtras.o cIOExtras.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/cHPutStr.o cHPutStr.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primsFloat.o primsFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primsDouble.o primsDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primsInt.o primsInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primsWord.o primsWord.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primIntegerFromInt64.o primIntegerFromInt64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primIntegerToInt64.o primIntegerToInt64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primIntegerFromWord64.o primIntegerFromWord64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include   -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/primIntegerToWord64.o primIntegerToWord64.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
cd Mk;      gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
Link /home/fernan/tmp/dd/nhc98-1.20/include/mk.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByHand.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByProg.h already exists.
Link mutlib.h already exists.
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkBlockBuffering.o mkBlockBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkComplex.o mkComplex.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkCons.o mkCons.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkExitFailure.o mkExitFailure.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIO.o mkIO.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorEOF.o mkIOErrorEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorHFileSize.o mkIOErrorHFileSize.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorHFlush.o mkIOErrorHFlush.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorHGetBuffering.o mkIOErrorHGetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorHGetPosn.o mkIOErrorHGetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorHIsEOF.o mkIOErrorHIsEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorHSeek.o mkIOErrorHSeek.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorHSetBuffering.o mkIOErrorHSetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorHSetPosn.o mkIOErrorHSetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorOpen.o mkIOErrorOpen.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorSystem.o mkIOErrorSystem.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkIOErrorUser.o mkIOErrorUser.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkJust.o mkJust.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkLeft.o mkLeft.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkRight.o mkRight.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkMkArray.o mkMkArray.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkRatio.o mkRatio.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple2.o mkTuple2.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple3.o mkTuple3.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple4.o mkTuple4.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple5.o mkTuple5.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple6.o mkTuple6.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple7.o mkTuple7.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple8.o mkTuple8.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple9.o mkTuple9.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple10.o mkTuple10.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple11.o mkTuple11.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple12.o mkTuple12.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple13.o mkTuple13.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple14.o mkTuple14.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkTuple15.o mkTuple15.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkHandlePosn.o mkHandlePosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkSmallIntegerU.o mkSmallIntegerU.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkInt.o mkInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkFloat.o mkFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkDouble.o mkDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkPackedString.o mkPackedString.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkForeign.o mkForeign.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkStablePtr.o mkStablePtr.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/mkCInt.o mkCInt.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
gcc -m32  -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/nhc98heap nhc98heap.c
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/nhc98heap
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/Runtime.a /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD
ar r /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Runtime.a /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Integer/*.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Builtin/*.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Mk/*.o
ranlib /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Runtime.a
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/mutator.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/mutator.o
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/mutlib.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/mutlib.o
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/runtime/Kernel/main.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/main.o
gmake[1]: `nhc98heap' is up to date.
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime'
touch targets/ix86-OpenBSD/runtime
cd src/prelude;        gmake fromC relink
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Char || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Ratio || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Numeric || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/ix86-OpenBSD/NHC || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/LowB || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/PreludeList || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/PreludeIO || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/PreludeText || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Prelude || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Ix || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/NonStd || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/List || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Array || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Maybe || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Monad || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/System || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/IO || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/PackedString || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Complex || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Locale || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Time || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Directory || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/CPUTime || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Random || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Bit || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/GreenCard || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/FFI || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/IOExtras || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Vector || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Observe || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Internal || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Binary || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/DErrNo || /usr/bin/true
cd Char; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Char'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Char  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Char'
cd Ratio; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ratio'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Ratio  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ratio'
cd Numeric; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Numeric'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Numeric  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Numeric'
cd ix86-OpenBSD/NHC; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/DErrNo  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
cd LowB; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/LowB'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/LowB  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/LowB'
cd PreludeList; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeList'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/PreludeList  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeList'
cd PreludeIO; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeIO'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/PreludeIO  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeIO'
cd PreludeText; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeText'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/PreludeText  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeText'
cd Prelude; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Prelude'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Prelude  *.hc
Bounded_Int.hc:32: warning: this decimal constant is unsigned only in ISO C90
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Prelude'
cd Ix; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ix'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Ix  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ix'
cd NonStd; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/NonStd'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/NonStd  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/NonStd'
cd List; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/List'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/List  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/List'
cd Array; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Array'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Array  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Array'
cd Maybe; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Maybe'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Maybe  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Maybe'
cd Monad; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Monad'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Monad  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Monad'
cd System; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/System'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/System  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/System'
cd IO; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IO'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/IO  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IO'
cd PackedString; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PackedString'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/PackedString  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PackedString'
cd Complex; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Complex'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Complex  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Complex'
cd Locale; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Locale'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Locale  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Locale'
cd Time; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Time'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Time  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Time'
cd Directory; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Directory'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Directory  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Directory'
cd CPUTime; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/CPUTime'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/CPUTime  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/CPUTime'
cd Random; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Random'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Random  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Random'
cd Bit; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Bit'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Bit  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Bit'
cd GreenCard; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/GreenCard'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/GreenCard  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/GreenCard'
cd FFI; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/FFI'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/FFI  *.hc
Int.hc:1182: warning: this decimal constant is unsigned only in ISO C90
Int.hc:2153: warning: this decimal constant is unsigned only in ISO C90
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/FFI'
cd IOExtras; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IOExtras'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/IOExtras  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IOExtras'
cd Vector; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Vector'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Vector  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Vector'
cd Observe; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Observe'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Observe  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Observe'
cd Internal; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Internal'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Internal  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Internal'
cd Binary; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Binary'
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Binary/cLowBinary.o cLowBinary.c
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/Binary  *.hc
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Binary'
cd /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude; ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Prelude.a */*.o
ranlib /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Prelude.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
touch targets/ix86-OpenBSD/prelude-gcc
touch targets/ix86-OpenBSD/prelude
script/nhc98 -o lib/ix86-OpenBSD/hmake-PRAGMA script/hmake-PRAGMA.hc
touch targets/ix86-OpenBSD/pragma-gcc
cd src/cpphs;          gmake -f Makefile.nhc98 fromC
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/cpphs'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs || /usr/bin/true
for dir in Language/Preprocessor Language/Preprocessor/Cpphs Text/ParserCombinators .; do mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/$dir || /usr/bin/true; done
/home/fernan/tmp/dd/nhc98-1.20/script//nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs  Language/Preprocessor/Cpphs.hc  Language/Preprocessor/Cpphs/CppIfdef.hc  Language/Preprocessor/Cpphs/HashDefine.hc  Language/Preprocessor/Cpphs/MacroPass.hc  Language/Preprocessor/Cpphs/Options.hc  Language/Preprocessor/Cpphs/Position.hc  Language/Preprocessor/Cpphs/ReadFirst.hc  Language/Preprocessor/Cpphs/RunCpphs.hc  Language/Preprocessor/Cpphs/SymTab.hc  Language/Preprocessor/Cpphs/Tokenise.hc  Language/Preprocessor/Unlit.hc  Text/ParserCombinators/HuttonMeijer.hc  cpphs.hc
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -H8M -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/cpphs  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/CppIfdef.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/HashDefine.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/MacroPass.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/Options.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/Position.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/ReadFirst.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/RunCpphs.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/SymTab.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Cpphs/Tokenise.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Language/Preprocessor/Unlit.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/Text/ParserCombinators/HuttonMeijer.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/cpphs/cpphs.o
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/cpphs
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/cpphs'
touch targets/ix86-OpenBSD/cpphs-gcc
cd src/greencard;      gmake fromC
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/greencard'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard || /usr/bin/true
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard  Casm.hc  GetOptSOF.hc  GreenCard.hc  ListUtils.hc  Name.hc  Package.hc  PrettyUtils.hc  Target.hc  Type.hc  NHCBackend.hc  DIS.hc  Decl.hc  FillIn.hc  NameSupply.hc  Pretty.hc  Proc.hc  Process.hc  HandLex.hc  HandParse.hc  ParseLib.hc
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -H4Mb -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/greencard-nhc98  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Casm.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/GetOptSOF.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/GreenCard.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/ListUtils.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Name.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Package.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/PrettyUtils.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Target.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Type.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/NHCBackend.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/DIS.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Decl.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/FillIn.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/NameSupply.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Pretty.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Proc.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/Process.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/HandLex.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/HandParse.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/greencard/ParseLib.o
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/greencard-nhc98
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/greencard'
touch targets/ix86-OpenBSD/greencard targets/ix86-OpenBSD/greencard-gcc
cd src/hmake;          gmake BUILDCOMP=nhc fromC config
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/hmake'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hmake || /usr/bin/true
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98	 -i../cpphs   -H4M -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/MkProg -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hmake  QSort.hc  Unlit.hc  Utils.hc  Tsort.hc  FileName.hc  Output.hc  Order.hc  ListUtil.hc  Getmodtime.hc  MkProg.hc  Compiler.hc  PreProcessor.hc  PackageConfig.hc  RunAndReadStdout.hc  Argv.hc  Graph.hc  GetDep.hc  Compat.hc  Imports.hc  Platform.hc  Config.hc \
							 ../cpphs/Text/ParserCombinators/HuttonMeijer.hc  ../cpphs/Language/Preprocessor/Cpphs/CppIfdef.hc  ../cpphs/Language/Preprocessor/Cpphs/Position.hc  ../cpphs/Language/Preprocessor/Cpphs/ReadFirst.hc  ../cpphs/Language/Preprocessor/Cpphs/Tokenise.hc  ../cpphs/Language/Preprocessor/Cpphs/SymTab.hc  ../cpphs/Language/Preprocessor/Cpphs/HashDefine.hc  ../cpphs/Language/Preprocessor/Cpphs/MacroPass.hc  ../cpphs/Language/Preprocessor/Cpphs/Options.hc
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98	 -i../cpphs        -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Older  -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hmake Older.hc
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98	 -i../cpphs      -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/MkConfig -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hmake MkConfig.hc  RunAndReadStdout.hc  Config.hc  Compiler.hc  Platform.hc
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98	 -i../cpphs        -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/runhs  -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hmake runhs.hc
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/MkProg /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Older /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/MkConfig /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/runhs
sh /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/hmake3.config
hmake-config: Starting new config file in
  /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/hmakerc
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/hmake'
cd src/interpreter;    gmake BUILDCOMP=nhc fromC
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/interpreter'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/interpreter
cp  ../hmake/Unlit.hc  ../hmake/Compiler.hc  ../hmake/Config.hc  ../hmake/Platform.hc  ../hmake/RunAndReadStdout.hc .
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -cpp -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/HInteractive -d/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/interpreter *.hc
rm Unlit.hc Compiler.hc Config.hc Platform.hc RunAndReadStdout.hc
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/HInteractive
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/interpreter'
touch targets/ix86-OpenBSD/hmake-gcc
cd src/hsc2hs;         gmake -f Makefile.nhc98 fromC
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/hsc2hs'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hsc2hs
cp ../libraries/base/System/Console/GetOpt.hc ../libraries/base/Data/List.hc ../libraries/process/System/Cmd.hc ../libraries/directory/System/Directory.hc ../libraries/base/Control/Monad.hc ../libraries/base/Foreign/C/String.hc ../libraries/base/Foreign/Marshal/Alloc.hc ../libraries/base/Foreign/Marshal/Array.hc ../libraries/base/Foreign/Marshal/Utils.hc ../libraries/filepath/System/FilePath/Posix.hc .
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -cpp -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/hsc2hs -d/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hsc2hs *.hc
./Directory.o(.data+0x5e0): undefined reference to `FN_Control_46Exception_46try'
./Directory.o(.data+0x7b0): undefined reference to `FN_Control_46Exception_46try'
./Directory.o(.data+0x85c): undefined reference to `FN_Control_46Exception_46throw'
collect2: ld returned 1 exit status
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/hsc2hs
strip: '/home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/hsc2hs': No such file
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/hsc2hs'
touch targets/ix86-OpenBSD/hsc2hs-gcc
( cd src/libraries/base; gmake -f Makefile.nhc98 fromC; )
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/base'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD -Iinclude -I../../prelude/PreludeIO -I../../prelude/`../../../script/harch` \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/WCsubst.o cbits/WCsubst.c
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Debug
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Monad
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/IO
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Console
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Html
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Show
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/ParserCombinators
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Regex
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/NHC
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Unsafe
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Posix
if [ -f base.cabal ]; \
	then cp base.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../base.cabal ]; \
	then cp ../base.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base  -I/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD -Iinclude -I../../prelude/PreludeIO -I../../prelude/`../../../script/harch`  Data/Bits.hc  Data/Bool.hc  Data/Char.hc  Data/Complex.hc  Data/Either.hc  Data/IORef.hc  Data/Int.hc  Data/Ix.hc  Data/List.hc  Data/Maybe.hc  Data/PackedString.hc  Data/Ratio.hc  Data/Set.hc  Data/Tuple.hc  Data/Word.hc  Data/Array.hc  Data/HashTable.hc  Data/Typeable.hc  Data/Dynamic.hc  Data/Monoid.hc  Data/Tree.hc  Data/Map.hc  Data/IntMap.hc  Data/IntSet.hc  Data/Eq.hc  Data/Ord.hc  Data/Fixed.hc  Data/Foldable.hc  Data/Traversable.hc  Data/Sequence.hc  Data/Function.hc  Data/Graph.hc  Control/Monad.hc  Control/Monad/Fix.hc  Control/Monad/Instances.hc  Control/Arrow.hc  Control/Applicative.hc  Control/Exception.hc  Debug/Trace.hc  NHC/SizedTypes.hc  System/IO.hc  System/IO/Error.hc  System/IO/Unsafe.hc  System/Environment.hc  System/Exit.hc  System/Mem.hc  System/Info.hc  System/Console/GetOpt.hc  System/Timeout.hc  Foreign/Ptr.hc  Foreign/StablePtr.hc  Foreign/Storable.hc  Foreign/ForeignPtr.hc  Foreign/C/Types.hc  Foreign/Marshal/Alloc.hc  Foreign/Marshal/Array.hc  Foreign/Marshal/Utils.hc  Foreign/Marshal/Error.hc  Foreign/Marshal/Pool.hc  Foreign/Marshal.hc  Foreign/C/String.hc  Foreign/C/Error.hc  Foreign/C.hc  Foreign.hc  Text/Printf.hc  Text/Read.hc  Text/Show.hc  Text/Show/Functions.hc  Text/ParserCombinators/ReadP.hc  Data/Version.hc  Unsafe/Coerce.hc  System/Posix/Types.hc   NHC/PosixTypes.hc System/CPUTime.hc
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Bits.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Bool.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Char.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Complex.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Either.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/IORef.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Int.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Ix.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/List.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Maybe.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/PackedString.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Ratio.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Set.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Tuple.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Word.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Array.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/HashTable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Typeable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Dynamic.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Monoid.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Tree.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Map.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/IntMap.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/IntSet.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Eq.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Ord.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Fixed.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Foldable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Traversable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Sequence.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Function.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Graph.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Monad.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Monad/Fix.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Monad/Instances.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Arrow.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Applicative.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Exception.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Debug/Trace.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/NHC/SizedTypes.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/IO.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/IO/Error.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/IO/Unsafe.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Environment.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Exit.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Mem.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Info.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Console/GetOpt.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Timeout.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Ptr.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/StablePtr.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Storable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/ForeignPtr.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C/Types.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Alloc.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Array.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Utils.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Error.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Pool.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C/String.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C/Error.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Printf.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Read.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Show.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Show/Functions.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/ParserCombinators/ReadP.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Version.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Unsafe/Coerce.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Posix/Types.o   /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/NHC/PosixTypes.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/CPUTime.o   /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/WCsubst.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSbase.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/base'
cd src/compiler98;     gmake fromC
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/compiler98'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/compiler98
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/compiler98/Derive
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/compiler98/Parse
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/compiler98/Type
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/compiler98/Util
/home/fernan/tmp/dd/nhc98-1.20/script//nhc98 -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/nhc98comp -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/compiler98 *.hc */*.hc ../libraries/filepath/System/FilePath/Posix.hc -package base
Util/Extra.hc:445: warning: this decimal constant is unsigned only in ISO C90
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/nhc98comp
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/compiler98'
cd src/prelude/ix86-OpenBSD/NHC; gmake clean all	# Patch machine-specific parts.
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
rm -f *.hi
rm -f /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/DErrNo/*.o *.o
rm -f 
rm -f 
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c +CTS --lib  --redefine -CTS   +RTS -H32M -RTS -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude/DErrNo/DErrNo.o DErrNo.hs
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
cd src/prelude;        gmake relink
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
cd /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/prelude; ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Prelude.a */*.o
ranlib /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Prelude.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
cd src/compiler98;     gmake relink
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/compiler98'
cd /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/compiler98; /home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -H8M -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/nhc98comp -H16M -K2M +CTS -H16M -CTS -package base -package filepath  *.o */*.o
Warning: -package filepath library  not found.
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/nhc98comp
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/compiler98'
touch targets/ix86-OpenBSD/compiler-gcc
for pkg in haskell98 base polyparse parsec process;\
	do ( cd src/libraries/$pkg; gmake -f Makefile.nhc98 fromC; ) ;\
	done && \
	gmake cabal-parse && \
	for pkg in old-locale old-time filepath directory pretty haskell-src random Cabal QuickCheck fps HaXml HUnit html xhtml;\
	do ( cd src/libraries/$pkg; gmake -f ../Makefile.cabal fromC; ) ;\
	done && touch targets/ix86-OpenBSD/libraries-gcc
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/haskell98'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell98
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32  \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell98/dummy-nhc.o cbits/dummy-nhc.c
if [ -f haskell98.cabal ]; \
	then cp haskell98.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../haskell98.cabal ]; \
	then cp ../haskell98.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell98      
echo       /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell98/dummy-nhc.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHShaskell98.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/haskell98'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/base'
if [ -f base.cabal ]; \
	then cp base.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../base.cabal ]; \
	then cp ../base.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base  -I/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD -Iinclude -I../../prelude/PreludeIO -I../../prelude/`../../../script/harch`  Data/Bits.hc  Data/Bool.hc  Data/Char.hc  Data/Complex.hc  Data/Either.hc  Data/IORef.hc  Data/Int.hc  Data/Ix.hc  Data/List.hc  Data/Maybe.hc  Data/PackedString.hc  Data/Ratio.hc  Data/Set.hc  Data/Tuple.hc  Data/Word.hc  Data/Array.hc  Data/HashTable.hc  Data/Typeable.hc  Data/Dynamic.hc  Data/Monoid.hc  Data/Tree.hc  Data/Map.hc  Data/IntMap.hc  Data/IntSet.hc  Data/Eq.hc  Data/Ord.hc  Data/Fixed.hc  Data/Foldable.hc  Data/Traversable.hc  Data/Sequence.hc  Data/Function.hc  Data/Graph.hc  Control/Monad.hc  Control/Monad/Fix.hc  Control/Monad/Instances.hc  Control/Arrow.hc  Control/Applicative.hc  Control/Exception.hc  Debug/Trace.hc  NHC/SizedTypes.hc  System/IO.hc  System/IO/Error.hc  System/IO/Unsafe.hc  System/Environment.hc  System/Exit.hc  System/Mem.hc  System/Info.hc  System/Console/GetOpt.hc  System/Timeout.hc  Foreign/Ptr.hc  Foreign/StablePtr.hc  Foreign/Storable.hc  Foreign/ForeignPtr.hc  Foreign/C/Types.hc  Foreign/Marshal/Alloc.hc  Foreign/Marshal/Array.hc  Foreign/Marshal/Utils.hc  Foreign/Marshal/Error.hc  Foreign/Marshal/Pool.hc  Foreign/Marshal.hc  Foreign/C/String.hc  Foreign/C/Error.hc  Foreign/C.hc  Foreign.hc  Text/Printf.hc  Text/Read.hc  Text/Show.hc  Text/Show/Functions.hc  Text/ParserCombinators/ReadP.hc  Data/Version.hc  Unsafe/Coerce.hc  System/Posix/Types.hc   NHC/PosixTypes.hc System/CPUTime.hc
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Bits.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Bool.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Char.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Complex.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Either.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/IORef.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Int.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Ix.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/List.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Maybe.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/PackedString.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Ratio.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Set.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Tuple.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Word.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Array.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/HashTable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Typeable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Dynamic.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Monoid.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Tree.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Map.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/IntMap.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/IntSet.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Eq.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Ord.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Fixed.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Foldable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Traversable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Sequence.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Function.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Graph.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Monad.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Monad/Fix.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Monad/Instances.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Arrow.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Applicative.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Control/Exception.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Debug/Trace.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/NHC/SizedTypes.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/IO.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/IO/Error.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/IO/Unsafe.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Environment.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Exit.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Mem.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Info.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Console/GetOpt.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Timeout.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Ptr.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/StablePtr.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Storable.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/ForeignPtr.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C/Types.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Alloc.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Array.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Utils.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Error.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal/Pool.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/Marshal.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C/String.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C/Error.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign/C.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Foreign.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Printf.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Read.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Show.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/Show/Functions.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Text/ParserCombinators/ReadP.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Data/Version.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/Unsafe/Coerce.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/Posix/Types.o   /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/NHC/PosixTypes.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/System/CPUTime.o   /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/base/WCsubst.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSbase.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/base'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse'
cd src; gmake -f Makefile.nhc98 fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse/src'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak
if [ -f polyparse.cabal ]; \
	then cp polyparse.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../polyparse.cabal ]; \
	then cp ../polyparse.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse  -package base  Text/ParserCombinators/HuttonMeijer.hc  Text/ParserCombinators/HuttonMeijerWallace.hc  Text/ParserCombinators/Poly.hc  Text/ParserCombinators/PolyState.hc  Text/ParserCombinators/PolyLazy.hc  Text/ParserCombinators/PolyStateLazy.hc  Text/ParserCombinators/Poly/Base.hc  Text/ParserCombinators/Poly/Plain.hc  Text/ParserCombinators/Poly/Lazy.hc  Text/ParserCombinators/Poly/State.hc  Text/ParserCombinators/Poly/StateLazy.hc  Text/ParserCombinators/Poly/NoLeak/Plain.hc  Text/ParserCombinators/Poly/NoLeak/Lazy.hc  Text/ParserCombinators/Poly/NoLeak/State.hc  Text/ParserCombinators/Poly/NoLeak/StateLazy.hc  Text/Parse.hc   
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/HuttonMeijer.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/HuttonMeijerWallace.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/PolyState.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/PolyLazy.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/PolyStateLazy.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/Base.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/Plain.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/Lazy.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/State.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/StateLazy.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak/Plain.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak/Lazy.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak/State.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak/StateLazy.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/polyparse/Text/Parse.o     | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSpolyparse.a
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse/src'
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/parsec'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec
if [ -f parsec.cabal ]; \
	then cp parsec.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../parsec.cabal ]; \
	then cp ../parsec.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec    Text/ParserCombinators/Parsec/Char.hc  Text/ParserCombinators/Parsec/Combinator.hc  Text/ParserCombinators/Parsec/Error.hc  Text/ParserCombinators/Parsec/Expr.hc  Text/ParserCombinators/Parsec/Perm.hc  Text/ParserCombinators/Parsec/Pos.hc  Text/ParserCombinators/Parsec/Prim.hc  Text/ParserCombinators/Parsec.hc   
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec/Char.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec/Combinator.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec/Error.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec/Expr.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec/Perm.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec/Pos.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec/Prim.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/parsec/Text/ParserCombinators/Parsec.o     | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSparsec.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/parsec'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/process'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/process
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/process/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/process/System/Process
if [ -f process.cabal ]; \
	then cp process.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../process.cabal ]; \
	then cp ../process.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/process  -package base  System/Cmd.hc   
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/process/System/Cmd.o     | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSprocess.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/process'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20'
cd src/libraries/`basename polyparse`; gmake -f Makefile.nhc98
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse'
cd src; gmake -f Makefile.nhc98 all
gmake[3]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse/src'
if [ -f polyparse.cabal ]; \
	then cp polyparse.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../polyparse.cabal ]; \
	then cp ../polyparse.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
gmake[3]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse/src'
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse'
script/nhc98 -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/cabal-parse \
		src/libraries/CabalParse.hs src/libraries/cabal-parse.hs \
		-Isrc/libraries -package polyparse -package base
script/nhc98 -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/nhc98-pkg \
		src/libraries/CabalParse.hs src/libraries/nhc98-pkg.hs \
		-Isrc/libraries -package polyparse -package base
touch targets/ix86-OpenBSD/cabal-parse
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/old-locale'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-locale
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-locale/System
cp old-locale.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/old-locale.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-locale  -package base    System/Locale.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-locale/System/Locale.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSold-locale.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/old-locale'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/old-time'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-time
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-time/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-time/cbits
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32 -Iinclude \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-time/cbits/timeUtils.o cbits/timeUtils.c
cp old-time.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/old-time.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-time  -package base -package old-locale -iinclude   System/Time.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-time/System/Time.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/old-time/cbits/timeUtils.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSold-time.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/old-time'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/filepath'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/filepath
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/filepath/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/filepath/System/FilePath
cp filepath.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/filepath.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/filepath  -package base    System/FilePath.hc  System/FilePath/Posix.hc  System/FilePath/Windows.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/filepath/System/FilePath.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/filepath/System/FilePath/Posix.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/filepath/System/FilePath/Windows.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSfilepath.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/filepath'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/directory'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/directory
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/directory/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/directory/cbits
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32 -Iinclude \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/directory/cbits/directory.o cbits/directory.c
cp directory.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/directory.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/directory  -package base -package old-time -package filepath -iinclude   System/Directory.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/directory/System/Directory.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/directory/cbits/directory.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSdirectory.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/directory'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/pretty'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/pretty
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/pretty/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/pretty/Text/PrettyPrint
cp pretty.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/pretty.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/pretty  -package base    Text/PrettyPrint.hc  Text/PrettyPrint/HughesPJ.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/pretty/Text/PrettyPrint.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/pretty/Text/PrettyPrint/HughesPJ.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSpretty.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/pretty'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/haskell-src'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src/Language/Haskell
cp haskell-src.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/haskell-src.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src  -package base -package haskell98 -package pretty    Language/Haskell/Lexer.hc  Language/Haskell/Parser.hc  Language/Haskell/ParseMonad.hc  Language/Haskell/Pretty.hc  Language/Haskell/Syntax.hc  Language/Haskell/ParseUtils.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src/Language/Haskell/Lexer.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src/Language/Haskell/Parser.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src/Language/Haskell/ParseMonad.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src/Language/Haskell/Pretty.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src/Language/Haskell/Syntax.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/haskell-src/Language/Haskell/ParseUtils.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHShaskell-src.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/haskell-src'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/random'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/random
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/random/System
cp random.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/random.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/random  -package base -package old-time    System/Random.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/random/System/Random.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSrandom.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/random'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/Cabal'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Compat
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/PreProcess
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Language/Haskell
cp Cabal.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/Cabal.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal  "-DCABAL_VERSION=1 ,1 ,7" -package base -package filepath -package pretty -package directory -package old-time -package process    Distribution/Compiler.hc  Distribution/Extension.hc  Distribution/InstalledPackageInfo.hc  Distribution/License.hc  Distribution/Make.hc  Distribution/Program.hc  Distribution/Package.hc  Distribution/PackageDescription.hc  Distribution/ParseUtils.hc  Distribution/PreProcess.hc  Distribution/PreProcess/Unlit.hc  Distribution/Setup.hc  Distribution/SetupWrapper.hc  Distribution/Simple.hc  Distribution/Simple/Build.hc  Distribution/Simple/Configure.hc  Distribution/Simple/GHC.hc  Distribution/Simple/GHCMakefile.hc  Distribution/Simple/GHCPackageConfig.hc  Distribution/Simple/Hugs.hc  Distribution/Simple/Install.hc  Distribution/Simple/JHC.hc  Distribution/Simple/LocalBuildInfo.hc  Distribution/Simple/NHC.hc  Distribution/Simple/Register.hc  Distribution/Simple/SrcDist.hc  Distribution/Simple/Utils.hc  Distribution/Verbosity.hc  Distribution/Version.hc  Distribution/Compat/ReadP.hc  Language/Haskell/Extension.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Compiler.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Extension.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/InstalledPackageInfo.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/License.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Make.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Program.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Package.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/PackageDescription.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/ParseUtils.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/PreProcess.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/PreProcess/Unlit.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Setup.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/SetupWrapper.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/Build.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/Configure.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/GHC.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/GHCMakefile.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/GHCPackageConfig.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/Hugs.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/Install.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/JHC.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/LocalBuildInfo.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/NHC.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/Register.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/SrcDist.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Simple/Utils.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Verbosity.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Version.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Distribution/Compat/ReadP.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/Cabal/Language/Haskell/Extension.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSCabal.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/Cabal'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/QuickCheck'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Debug
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Debug/QuickCheck
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Test
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Test/QuickCheck
cp QuickCheck.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/QuickCheck.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck  -package base -package random    Debug/QuickCheck/Batch.hc  Debug/QuickCheck/Poly.hc  Debug/QuickCheck/Utils.hc  Debug/QuickCheck.hc  Test/QuickCheck/Batch.hc  Test/QuickCheck/Poly.hc  Test/QuickCheck/Utils.hc  Test/QuickCheck.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Debug/QuickCheck/Batch.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Debug/QuickCheck/Poly.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Debug/QuickCheck/Utils.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Debug/QuickCheck.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Test/QuickCheck/Batch.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Test/QuickCheck/Poly.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Test/QuickCheck/Utils.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/QuickCheck/Test/QuickCheck.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSQuickCheck.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/QuickCheck'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/fps'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data/ByteString
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data/ByteString/Lazy
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/cbits
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32 -Icbits \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/cbits/fpstring.o cbits/fpstring.c
cp fps.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/fps.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps  -package base -icbits   Data/ByteString.hc  Data/ByteString/Char8.hc  Data/ByteString/Base.hc  Data/ByteString/Fusion.hc  Data/ByteString/Lazy.hc  Data/ByteString/Lazy/Char8.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data/ByteString.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data/ByteString/Char8.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data/ByteString/Base.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data/ByteString/Fusion.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data/ByteString/Lazy.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/Data/ByteString/Lazy/Char8.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/fps/cbits/fpstring.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSfps.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/fps'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/HaXml'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/DtdToHaskell
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Html
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Xtract
cp HaXml.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/HaXml.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml  -DVERSION="1.19.2" -package base -package haskell98 -package polyparse -package pretty -package fps -package QuickCheck -package random  -Isrc  Text/XML/HaXml.hc  Text/XML/HaXml/ByteStringPP.hc  Text/XML/HaXml/Combinators.hc  Text/XML/HaXml/DtdToHaskell/Convert.hc  Text/XML/HaXml/DtdToHaskell/Instance.hc  Text/XML/HaXml/DtdToHaskell/TypeDef.hc  Text/XML/HaXml/Escape.hc  Text/XML/HaXml/Html/Generate.hc  Text/XML/HaXml/Html/Parse.hc  Text/XML/HaXml/Html/ParseLazy.hc  Text/XML/HaXml/Html/Pretty.hc  Text/XML/HaXml/Lex.hc  Text/XML/HaXml/OneOfN.hc  Text/XML/HaXml/Parse.hc  Text/XML/HaXml/ParseLazy.hc  Text/XML/HaXml/Posn.hc  Text/XML/HaXml/Pretty.hc  Text/XML/HaXml/SAX.hc  Text/XML/HaXml/ShowXmlLazy.hc  Text/XML/HaXml/Types.hc  Text/XML/HaXml/TypeMapping.hc  Text/XML/HaXml/Validate.hc  Text/XML/HaXml/Verbatim.hc  Text/XML/HaXml/Wrappers.hc  Text/XML/HaXml/XmlContent.hc  Text/XML/HaXml/Xtract/Combinators.hc  Text/XML/HaXml/Xtract/Lex.hc  Text/XML/HaXml/Xtract/Parse.hc
gcc: Text/XML/HaXml.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/ByteStringPP.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Combinators.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/DtdToHaskell/Convert.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/DtdToHaskell/Instance.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/DtdToHaskell/TypeDef.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Escape.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Html/Generate.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Html/Parse.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Html/ParseLazy.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Html/Pretty.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Lex.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/OneOfN.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Parse.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/ParseLazy.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Posn.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Pretty.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/SAX.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/ShowXmlLazy.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Types.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/TypeMapping.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Validate.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Verbatim.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Wrappers.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/XmlContent.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Xtract/Combinators.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Xtract/Lex.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Xtract/Parse.hc: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/ByteStringPP.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Combinators.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/DtdToHaskell/Convert.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/DtdToHaskell/Instance.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/DtdToHaskell/TypeDef.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Escape.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Html/Generate.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Html/Parse.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Html/ParseLazy.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Html/Pretty.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Lex.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/OneOfN.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Parse.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/ParseLazy.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Posn.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Pretty.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/SAX.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/ShowXmlLazy.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Types.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/TypeMapping.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Validate.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Verbatim.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Wrappers.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/XmlContent.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Xtract/Combinators.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Xtract/Lex.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HaXml/Text/XML/HaXml/Xtract/Parse.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSHaXml.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/HaXml'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/HUnit'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit/Test
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit/Test/HUnit
cp HUnit.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/HUnit.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit  -package base    Test/HUnit/Base.hc  Test/HUnit/Lang.hc  Test/HUnit/Terminal.hc  Test/HUnit/Text.hc  Test/HUnit.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit/Test/HUnit/Base.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit/Test/HUnit/Lang.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit/Test/HUnit/Terminal.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit/Test/HUnit/Text.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/HUnit/Test/HUnit.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSHUnit.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/HUnit'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/html'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/html
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/html/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/html/Text/Html
cp html.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/html.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/html  -package base>=2.0    Text/Html.hc  Text/Html/BlockTable.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/html/Text/Html.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/html/Text/Html/BlockTable.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHShtml.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/html'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/xhtml'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml/Frameset
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml/Strict
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml/Transitional
cp xhtml.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/xhtml.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml  -package base    Text/XHtml.hc  Text/XHtml/Frameset.hc  Text/XHtml/Strict.hc  Text/XHtml/Transitional.hc  Text/XHtml/Debug.hc  Text/XHtml/Table.hc
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml/Frameset.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml/Strict.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml/Transitional.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml/Debug.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/libraries/xhtml/Text/XHtml/Table.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSxhtml.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/xhtml'
cd src/runtime;        gmake CFG=p all
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime'
cd Kernel; gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/cinterface.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mutlib.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newmacros.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/node.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/runtime.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/stableptr.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newbytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode_o.h already exists.
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
cd Integer;   gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
Link /home/fernan/tmp/dd/nhc98-1.20/include/flt.h already exists.
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
cd Builtin;   gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
Link /home/fernan/tmp/dd/nhc98-1.20/include/haskell2c.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/twopass.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/HsFFI.h already exists.
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
cd Mk;        gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
Link /home/fernan/tmp/dd/nhc98-1.20/include/mk.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByHand.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByProg.h already exists.
Link mutlib.h already exists.
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer || /usr/bin/true
cd Kernel; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/cinterface.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mutlib.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newmacros.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/node.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/runtime.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/stableptr.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newbytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode_o.h already exists.
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/mutator.o mutator.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/mutlib.o mutlib.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/main.o main.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/haskellInit.o haskellInit.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/dump.o dump.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/inscount.o inscount.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/collector.o collector.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/mark.o mark.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/cdata.o cdata.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/timeUnix.o timeUnix.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/xlib_debug.o xlib_debug.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/stableptr.o stableptr.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/closureval.o closureval.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/ffiexport.o ffiexport.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/profile.o profile.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/remark.o remark.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/xmem.o xmem.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/retainer.o retainer.c
gcc -c  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/timer.o timer.c
gcc -S  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o - newtables.c |\
		sed -e '/.align 32/s/32/4/' -e '/.p2align 5/s/5/2/' |\
		gcc -c -x assembler-with-cpp  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/newtables.o -
gcc -S  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o - newbuiltin.c |\
		sed -e '/.align 32/s/32/4/' -e '/.p2align 5/s/5/2/' |\
		gcc -c -x assembler-with-cpp  -DPROFILE=2  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/newbuiltin.o -
cd /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel; \
		ar rv /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/Runtime.p.a haskellInit.o dump.o inscount.o collector.o mark.o cdata.o timeUnix.o xlib_debug.o stableptr.o closureval.o ffiexport.o profile.o remark.o xmem.o retainer.o timer.o newtables.o newbuiltin.o
ar: creating /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/Runtime.p.a
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 - profile.o
a - remark.o
a - xmem.o
a - retainer.o
a - timer.o
a - newtables.o
a - newbuiltin.o
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
cd Integer; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
Link /home/fernan/tmp/dd/nhc98-1.20/include/flt.h already exists.
gcc -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  `if [ xcre-mparam.c = x ];	\
			       then echo cre-mparam.c;		\
			       else echo cre-mparam.c; fi` -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/cre-mparam
/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/cre-mparam > tmp-gmp-mparam.h
mv tmp-gmp-mparam.h gmp-mparam.h
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_add.o mpz_add.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_sub.o mpz_sub.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_mul.o mpz_mul.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_div.o mpz_div.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_mod.o mpz_mod.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_neg.o mpz_neg.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_abs.o mpz_abs.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_cmp.o mpz_cmp.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_or.o mpz_or.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpz_and.o mpz_and.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpn_cmp.o mpn_cmp.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpn_sub.o mpn_sub.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpn_div.o mpn_div.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpn_add.o mpn_add.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mp_clz_tab.o mp_clz_tab.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpn_lshift.o mpn_lshift.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpn_mul.o mpn_mul.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/mpn_rshift.o mpn_rshift.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/fltcode.o fltcode.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/dblcode.o dblcode.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/alloca.o alloca.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
cd Builtin; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
Link /home/fernan/tmp/dd/nhc98-1.20/include/haskell2c.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/twopass.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/HsFFI.h already exists.
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primDecodeDouble.o primDecodeDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primEncodeDouble.o primEncodeDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primFloatFromInteger.o primFloatFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primIntegerFromInt.o primIntegerFromInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primDecodeFloat.o primDecodeFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primEncodeFloat.o primEncodeFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primDoubleFromInteger.o primDoubleFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primIntFromInteger.o primIntFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primPackString.o primPackString.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/lengthPS.o lengthPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/unpackPS.o unpackPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/indexPS.o indexPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primComparePS.o primComparePS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cOpen.o cOpen.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHClose.o cHClose.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHIsEOF.o cHIsEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHFileSize.o cHFileSize.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHFlush.o cHFlush.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHGetPosn.o cHGetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHSetPosn.o cHSetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHSeek.o cHSeek.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHGetBuffering.o cHGetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHSetBuffering.o cHSetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHGetFileName.o cHGetFileName.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHPutGetBuf.o cHPutGetBuf.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primEqHandlePosn.o primEqHandlePosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cGetProgName.o cGetProgName.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cGetEnv.o cGetEnv.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cGetArgs.o cGetArgs.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cProfile.o cProfile.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cExitWith.o cExitWith.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cOpenSocket.o cOpenSocket.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primVector.o primVector.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primIndex.o primIndex.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cBits.o cBits.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cFFI.o cFFI.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cIOExtras.o cIOExtras.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/cHPutStr.o cHPutStr.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primsFloat.o primsFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primsDouble.o primsDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primsInt.o primsInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primsWord.o primsWord.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primIntegerFromInt64.o primIntegerFromInt64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primIntegerToInt64.o primIntegerToInt64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primIntegerFromWord64.o primIntegerFromWord64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/primIntegerToWord64.o primIntegerToWord64.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
cd Mk;      gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
Link /home/fernan/tmp/dd/nhc98-1.20/include/mk.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByHand.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByProg.h already exists.
Link mutlib.h already exists.
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkBlockBuffering.o mkBlockBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkComplex.o mkComplex.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkCons.o mkCons.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkExitFailure.o mkExitFailure.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIO.o mkIO.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorEOF.o mkIOErrorEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorHFileSize.o mkIOErrorHFileSize.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorHFlush.o mkIOErrorHFlush.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorHGetBuffering.o mkIOErrorHGetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorHGetPosn.o mkIOErrorHGetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorHIsEOF.o mkIOErrorHIsEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorHSeek.o mkIOErrorHSeek.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorHSetBuffering.o mkIOErrorHSetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorHSetPosn.o mkIOErrorHSetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorOpen.o mkIOErrorOpen.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorSystem.o mkIOErrorSystem.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkIOErrorUser.o mkIOErrorUser.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkJust.o mkJust.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkLeft.o mkLeft.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkRight.o mkRight.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkMkArray.o mkMkArray.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkRatio.o mkRatio.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple2.o mkTuple2.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple3.o mkTuple3.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple4.o mkTuple4.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple5.o mkTuple5.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple6.o mkTuple6.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple7.o mkTuple7.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple8.o mkTuple8.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple9.o mkTuple9.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple10.o mkTuple10.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple11.o mkTuple11.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple12.o mkTuple12.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple13.o mkTuple13.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple14.o mkTuple14.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkTuple15.o mkTuple15.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkHandlePosn.o mkHandlePosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkSmallIntegerU.o mkSmallIntegerU.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkInt.o mkInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkFloat.o mkFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkDouble.o mkDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkPackedString.o mkPackedString.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkForeign.o mkForeign.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkStablePtr.o mkStablePtr.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DPROFILE=2 -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/mkCInt.o mkCInt.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/Runtime.p.a /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD
ar r /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Runtime.p.a /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Integer/*.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Builtin/*.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Mk/*.o
ranlib /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Runtime.p.a
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/mutator.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/mutator.p.o
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/mutlib.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/mutlib.p.o
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/runtime/Kernel/main.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/main.p.o
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime'
touch targets/ix86-OpenBSD/profruntime
cd src/prelude;        gmake CFG=p fromC
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Char || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Ratio || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Numeric || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/ix86-OpenBSD/NHC || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/LowB || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/PreludeList || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/PreludeIO || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/PreludeText || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Prelude || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Ix || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/NonStd || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/List || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Array || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Maybe || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Monad || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/System || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/IO || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/PackedString || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Complex || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Locale || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Time || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Directory || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/CPUTime || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Random || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Bit || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/GreenCard || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/FFI || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/IOExtras || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Vector || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Observe || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Internal || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Binary || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/DErrNo || /usr/bin/true
cd Char; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Char'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Char  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Char'
cd Ratio; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ratio'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Ratio  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ratio'
cd Numeric; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Numeric'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Numeric  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Numeric'
cd ix86-OpenBSD/NHC; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/DErrNo  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
cd LowB; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/LowB'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/LowB  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/LowB'
cd PreludeList; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeList'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/PreludeList  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeList'
cd PreludeIO; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeIO'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/PreludeIO  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeIO'
cd PreludeText; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeText'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/PreludeText  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeText'
cd Prelude; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Prelude'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Prelude  *.p.c
Bounded_Int.p.c:55: warning: this decimal constant is unsigned only in ISO C90
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Prelude'
cd Ix; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ix'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Ix  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ix'
cd NonStd; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/NonStd'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/NonStd  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/NonStd'
cd List; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/List'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/List  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/List'
cd Array; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Array'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Array  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Array'
cd Maybe; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Maybe'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Maybe  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Maybe'
cd Monad; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Monad'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Monad  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Monad'
cd System; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/System'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/System  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/System'
cd IO; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IO'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/IO  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IO'
cd PackedString; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PackedString'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/PackedString  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PackedString'
cd Complex; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Complex'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Complex  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Complex'
cd Locale; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Locale'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Locale  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Locale'
cd Time; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Time'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Time  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Time'
cd Directory; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Directory'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Directory  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Directory'
cd CPUTime; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/CPUTime'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/CPUTime  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/CPUTime'
cd Random; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Random'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Random  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Random'
cd Bit; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Bit'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Bit  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Bit'
cd GreenCard; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/GreenCard'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/GreenCard  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/GreenCard'
cd FFI; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/FFI'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/FFI  *.p.c
Int.p.c:2793: warning: this decimal constant is unsigned only in ISO C90
Int.p.c:4636: warning: this decimal constant is unsigned only in ISO C90
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/FFI'
cd IOExtras; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IOExtras'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/IOExtras  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IOExtras'
cd Vector; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Vector'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Vector  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Vector'
cd Observe; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Observe'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Observe  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Observe'
cd Internal; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Internal'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Internal  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Internal'
cd Binary; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Binary'
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Binary/cLowBinary.p.o cLowBinary.c
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/Binary  *.p.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Binary'
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
cd src/prelude/ix86-OpenBSD/NHC; gmake CFG=p clean all
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
rm -f *.hi
rm -f /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/DErrNo/*.p.o *.p.o
rm -f 
rm -f 
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c +CTS --lib  --redefine -CTS   +RTS -H32M -RTS -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude/DErrNo/DErrNo.p.o DErrNo.hs
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
cd src/prelude;        gmake CFG=p relink
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
cd /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/prelude; ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Prelude.p.a */*.p.o
ranlib /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Prelude.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
touch targets/ix86-OpenBSD/profprelude-gcc
touch targets/ix86-OpenBSD/profprelude
for pkg in haskell98 base polyparse parsec process;\
	do ( cd src/libraries/$pkg; gmake -f Makefile.nhc98 CFG=p fromC; ) ;\
	done && \
	for pkg in old-locale old-time filepath directory pretty haskell-src random Cabal QuickCheck fps HaXml HUnit html xhtml;\
	do ( cd src/libraries/$pkg; gmake -f ../Makefile.cabal CFG=p fromC; ) ;\
	done && touch targets/ix86-OpenBSD/proflibraries-gcc
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/haskell98'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell98
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32  \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell98/dummy-nhc.p.o cbits/dummy-nhc.c
if [ -f haskell98.cabal ]; \
	then cp haskell98.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../haskell98.cabal ]; \
	then cp ../haskell98.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell98      
echo       /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell98/dummy-nhc.p.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHShaskell98.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/haskell98'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/base'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD -Iinclude -I../../prelude/PreludeIO -I../../prelude/`../../../script/harch` \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/WCsubst.p.o cbits/WCsubst.c
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Debug
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Control
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Control/Monad
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/IO
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Console
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/Html
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/Show
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/ParserCombinators
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/Regex
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Marshal
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/C
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/NHC
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Unsafe
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Posix
if [ -f base.cabal ]; \
	then cp base.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../base.cabal ]; \
	then cp ../base.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base  -I/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD -Iinclude -I../../prelude/PreludeIO -I../../prelude/`../../../script/harch`  Data/Bits.p.c  Data/Bool.p.c  Data/Char.p.c  Data/Complex.p.c  Data/Either.p.c  Data/IORef.p.c  Data/Int.p.c  Data/Ix.p.c  Data/List.p.c  Data/Maybe.p.c  Data/PackedString.p.c  Data/Ratio.p.c  Data/Set.p.c  Data/Tuple.p.c  Data/Word.p.c  Data/Array.p.c  Data/HashTable.p.c  Data/Typeable.p.c  Data/Dynamic.p.c  Data/Monoid.p.c  Data/Tree.p.c  Data/Map.p.c  Data/IntMap.p.c  Data/IntSet.p.c  Data/Eq.p.c  Data/Ord.p.c  Data/Fixed.p.c  Data/Foldable.p.c  Data/Traversable.p.c  Data/Sequence.p.c  Data/Function.p.c  Data/Graph.p.c  Control/Monad.p.c  Control/Monad/Fix.p.c  Control/Monad/Instances.p.c  Control/Arrow.p.c  Control/Applicative.p.c  Control/Exception.p.c  Debug/Trace.p.c  NHC/SizedTypes.p.c  System/IO.p.c  System/IO/Error.p.c  System/IO/Unsafe.p.c  System/Environment.p.c  System/Exit.p.c  System/Mem.p.c  System/Info.p.c  System/Console/GetOpt.p.c  System/Timeout.p.c  Foreign/Ptr.p.c  Foreign/StablePtr.p.c  Foreign/Storable.p.c  Foreign/ForeignPtr.p.c  Foreign/C/Types.p.c  Foreign/Marshal/Alloc.p.c  Foreign/Marshal/Array.p.c  Foreign/Marshal/Utils.p.c  Foreign/Marshal/Error.p.c  Foreign/Marshal/Pool.p.c  Foreign/Marshal.p.c  Foreign/C/String.p.c  Foreign/C/Error.p.c  Foreign/C.p.c  Foreign.p.c  Text/Printf.p.c  Text/Read.p.c  Text/Show.p.c  Text/Show/Functions.p.c  Text/ParserCombinators/ReadP.p.c  Data/Version.p.c  Unsafe/Coerce.p.c  System/Posix/Types.p.c   NHC/PosixTypes.p.c System/CPUTime.p.c
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Bits.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Bool.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Char.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Complex.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Either.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/IORef.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Int.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Ix.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/List.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Maybe.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/PackedString.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Ratio.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Set.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Tuple.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Word.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Array.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/HashTable.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Typeable.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Dynamic.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Monoid.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Tree.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Map.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/IntMap.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/IntSet.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Eq.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Ord.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Fixed.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Foldable.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Traversable.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Sequence.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Function.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Graph.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Control/Monad.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Control/Monad/Fix.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Control/Monad/Instances.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Control/Arrow.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Control/Applicative.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Control/Exception.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Debug/Trace.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/NHC/SizedTypes.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/IO.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/IO/Error.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/IO/Unsafe.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Environment.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Exit.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Mem.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Info.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Console/GetOpt.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Timeout.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Ptr.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/StablePtr.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Storable.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/ForeignPtr.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/C/Types.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Marshal/Alloc.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Marshal/Array.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Marshal/Utils.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Marshal/Error.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Marshal/Pool.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/Marshal.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/C/String.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/C/Error.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign/C.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Foreign.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/Printf.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/Read.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/Show.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/Show/Functions.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Text/ParserCombinators/ReadP.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Data/Version.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/Unsafe/Coerce.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/Posix/Types.p.o   /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/NHC/PosixTypes.p.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/System/CPUTime.p.o   /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/base/WCsubst.p.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSbase.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/base'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse'
cd src; gmake -f Makefile.nhc98 fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse/src'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak
if [ -f polyparse.cabal ]; \
	then cp polyparse.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../polyparse.cabal ]; \
	then cp ../polyparse.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse  -package base  Text/ParserCombinators/HuttonMeijer.p.c  Text/ParserCombinators/HuttonMeijerWallace.p.c  Text/ParserCombinators/Poly.p.c  Text/ParserCombinators/PolyState.p.c  Text/ParserCombinators/PolyLazy.p.c  Text/ParserCombinators/PolyStateLazy.p.c  Text/ParserCombinators/Poly/Base.p.c  Text/ParserCombinators/Poly/Plain.p.c  Text/ParserCombinators/Poly/Lazy.p.c  Text/ParserCombinators/Poly/State.p.c  Text/ParserCombinators/Poly/StateLazy.p.c  Text/ParserCombinators/Poly/NoLeak/Plain.p.c  Text/ParserCombinators/Poly/NoLeak/Lazy.p.c  Text/ParserCombinators/Poly/NoLeak/State.p.c  Text/ParserCombinators/Poly/NoLeak/StateLazy.p.c  Text/Parse.p.c   
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/HuttonMeijer.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/HuttonMeijerWallace.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/PolyState.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/PolyLazy.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/PolyStateLazy.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/Base.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/Plain.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/Lazy.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/State.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/StateLazy.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak/Plain.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak/Lazy.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak/State.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/ParserCombinators/Poly/NoLeak/StateLazy.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/polyparse/Text/Parse.p.o     | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSpolyparse.p.a
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse/src'
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/polyparse'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/parsec'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec
if [ -f parsec.cabal ]; \
	then cp parsec.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../parsec.cabal ]; \
	then cp ../parsec.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec    Text/ParserCombinators/Parsec/Char.p.c  Text/ParserCombinators/Parsec/Combinator.p.c  Text/ParserCombinators/Parsec/Error.p.c  Text/ParserCombinators/Parsec/Expr.p.c  Text/ParserCombinators/Parsec/Perm.p.c  Text/ParserCombinators/Parsec/Pos.p.c  Text/ParserCombinators/Parsec/Prim.p.c  Text/ParserCombinators/Parsec.p.c   
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec/Char.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec/Combinator.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec/Error.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec/Expr.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec/Perm.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec/Pos.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec/Prim.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/parsec/Text/ParserCombinators/Parsec.p.o     | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSparsec.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/parsec'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/process'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/process
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/process/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/process/System/Process
if [ -f process.cabal ]; \
	then cp process.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
	else if [ -f ../process.cabal ]; \
	then cp ../process.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages; \
        fi; fi;
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/process  -package base  System/Cmd.p.c   
echo  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/process/System/Cmd.p.o     | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSprocess.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/process'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/old-locale'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-locale
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-locale/System
cp old-locale.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/old-locale.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-locale  -package base    System/Locale.p.c
gcc: System/Locale.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-locale/System/Locale.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSold-locale.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/old-locale'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/old-time'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-time
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-time/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-time/cbits
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32 -Iinclude \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-time/cbits/timeUtils.p.o cbits/timeUtils.c
cp old-time.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/old-time.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-time  -package base -package old-locale -iinclude   System/Time.p.c
gcc: System/Time.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-time/System/Time.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/old-time/cbits/timeUtils.p.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSold-time.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/old-time'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/filepath'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/filepath
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/filepath/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/filepath/System/FilePath
cp filepath.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/filepath.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/filepath  -package base    System/FilePath.p.c  System/FilePath/Posix.p.c  System/FilePath/Windows.p.c
gcc: System/FilePath.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: System/FilePath/Posix.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: System/FilePath/Windows.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/filepath/System/FilePath.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/filepath/System/FilePath/Posix.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/filepath/System/FilePath/Windows.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSfilepath.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/filepath'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/directory'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/directory
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/directory/System
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/directory/cbits
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32 -Iinclude \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/directory/cbits/directory.p.o cbits/directory.c
cp directory.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/directory.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/directory  -package base -package old-time -package filepath -iinclude   System/Directory.p.c
gcc: System/Directory.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/directory/System/Directory.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/directory/cbits/directory.p.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSdirectory.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/directory'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/pretty'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/pretty
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/pretty/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/pretty/Text/PrettyPrint
cp pretty.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/pretty.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/pretty  -package base    Text/PrettyPrint.p.c  Text/PrettyPrint/HughesPJ.p.c
gcc: Text/PrettyPrint.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/PrettyPrint/HughesPJ.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/pretty/Text/PrettyPrint.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/pretty/Text/PrettyPrint/HughesPJ.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSpretty.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/pretty'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/haskell-src'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src/Language/Haskell
cp haskell-src.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/haskell-src.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src  -package base -package haskell98 -package pretty    Language/Haskell/Lexer.p.c  Language/Haskell/Parser.p.c  Language/Haskell/ParseMonad.p.c  Language/Haskell/Pretty.p.c  Language/Haskell/Syntax.p.c  Language/Haskell/ParseUtils.p.c
gcc: Language/Haskell/Lexer.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Language/Haskell/Parser.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Language/Haskell/ParseMonad.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Language/Haskell/Pretty.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Language/Haskell/Syntax.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Language/Haskell/ParseUtils.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src/Language/Haskell/Lexer.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src/Language/Haskell/Parser.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src/Language/Haskell/ParseMonad.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src/Language/Haskell/Pretty.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src/Language/Haskell/Syntax.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/haskell-src/Language/Haskell/ParseUtils.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHShaskell-src.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/haskell-src'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/random'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/random
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/random/System
cp random.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/random.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/random  -package base -package old-time    System/Random.p.c
gcc: System/Random.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/random/System/Random.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSrandom.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/random'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/Cabal'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Compat
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/PreProcess
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Language/Haskell
cp Cabal.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/Cabal.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal  "-DCABAL_VERSION=1 ,1 ,7" -package base -package filepath -package pretty -package directory -package old-time -package process    Distribution/Compiler.p.c  Distribution/Extension.p.c  Distribution/InstalledPackageInfo.p.c  Distribution/License.p.c  Distribution/Make.p.c  Distribution/Program.p.c  Distribution/Package.p.c  Distribution/PackageDescription.p.c  Distribution/ParseUtils.p.c  Distribution/PreProcess.p.c  Distribution/PreProcess/Unlit.p.c  Distribution/Setup.p.c  Distribution/SetupWrapper.p.c  Distribution/Simple.p.c  Distribution/Simple/Build.p.c  Distribution/Simple/Configure.p.c  Distribution/Simple/GHC.p.c  Distribution/Simple/GHCMakefile.p.c  Distribution/Simple/GHCPackageConfig.p.c  Distribution/Simple/Hugs.p.c  Distribution/Simple/Install.p.c  Distribution/Simple/JHC.p.c  Distribution/Simple/LocalBuildInfo.p.c  Distribution/Simple/NHC.p.c  Distribution/Simple/Register.p.c  Distribution/Simple/SrcDist.p.c  Distribution/Simple/Utils.p.c  Distribution/Verbosity.p.c  Distribution/Version.p.c  Distribution/Compat/ReadP.p.c  Language/Haskell/Extension.p.c
gcc: Distribution/Compiler.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Extension.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/InstalledPackageInfo.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/License.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Make.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Program.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Package.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/PackageDescription.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/ParseUtils.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/PreProcess.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/PreProcess/Unlit.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Setup.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/SetupWrapper.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/Build.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/Configure.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/GHC.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/GHCMakefile.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/GHCPackageConfig.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/Hugs.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/Install.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/JHC.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/LocalBuildInfo.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/NHC.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/Register.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/SrcDist.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Simple/Utils.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Verbosity.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Version.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Distribution/Compat/ReadP.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Language/Haskell/Extension.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Compiler.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Extension.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/InstalledPackageInfo.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/License.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Make.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Program.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Package.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/PackageDescription.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/ParseUtils.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/PreProcess.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/PreProcess/Unlit.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Setup.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/SetupWrapper.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/Build.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/Configure.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/GHC.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/GHCMakefile.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/GHCPackageConfig.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/Hugs.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/Install.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/JHC.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/LocalBuildInfo.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/NHC.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/Register.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/SrcDist.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Simple/Utils.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Verbosity.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Version.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Distribution/Compat/ReadP.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/Cabal/Language/Haskell/Extension.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSCabal.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/Cabal'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/QuickCheck'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Debug
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Debug/QuickCheck
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Test
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Test/QuickCheck
cp QuickCheck.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/QuickCheck.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck  -package base -package random    Debug/QuickCheck/Batch.p.c  Debug/QuickCheck/Poly.p.c  Debug/QuickCheck/Utils.p.c  Debug/QuickCheck.p.c  Test/QuickCheck/Batch.p.c  Test/QuickCheck/Poly.p.c  Test/QuickCheck/Utils.p.c  Test/QuickCheck.p.c
gcc: Debug/QuickCheck/Batch.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Debug/QuickCheck/Poly.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Debug/QuickCheck/Utils.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Debug/QuickCheck.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Test/QuickCheck/Batch.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Test/QuickCheck/Poly.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Test/QuickCheck/Utils.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Test/QuickCheck.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Debug/QuickCheck/Batch.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Debug/QuickCheck/Poly.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Debug/QuickCheck/Utils.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Debug/QuickCheck.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Test/QuickCheck/Batch.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Test/QuickCheck/Poly.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Test/QuickCheck/Utils.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/QuickCheck/Test/QuickCheck.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSQuickCheck.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/QuickCheck'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/fps'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data/ByteString
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data/ByteString/Lazy
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/cbits
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32 -Icbits \
		  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/cbits/fpstring.p.o cbits/fpstring.c
cp fps.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/fps.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps  -package base -icbits   Data/ByteString.p.c  Data/ByteString/Char8.p.c  Data/ByteString/Base.p.c  Data/ByteString/Fusion.p.c  Data/ByteString/Lazy.p.c  Data/ByteString/Lazy/Char8.p.c
gcc: Data/ByteString.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Data/ByteString/Char8.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Data/ByteString/Base.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Data/ByteString/Fusion.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Data/ByteString/Lazy.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Data/ByteString/Lazy/Char8.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data/ByteString.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data/ByteString/Char8.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data/ByteString/Base.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data/ByteString/Fusion.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data/ByteString/Lazy.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/Data/ByteString/Lazy/Char8.p.o  /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/fps/cbits/fpstring.p.o | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSfps.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/fps'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/HaXml'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/DtdToHaskell
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Html
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Xtract
cp HaXml.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/HaXml.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml  -DVERSION="1.19.2" -package base -package haskell98 -package polyparse -package pretty -package fps -package QuickCheck -package random  -Isrc  Text/XML/HaXml.p.c  Text/XML/HaXml/ByteStringPP.p.c  Text/XML/HaXml/Combinators.p.c  Text/XML/HaXml/DtdToHaskell/Convert.p.c  Text/XML/HaXml/DtdToHaskell/Instance.p.c  Text/XML/HaXml/DtdToHaskell/TypeDef.p.c  Text/XML/HaXml/Escape.p.c  Text/XML/HaXml/Html/Generate.p.c  Text/XML/HaXml/Html/Parse.p.c  Text/XML/HaXml/Html/ParseLazy.p.c  Text/XML/HaXml/Html/Pretty.p.c  Text/XML/HaXml/Lex.p.c  Text/XML/HaXml/OneOfN.p.c  Text/XML/HaXml/Parse.p.c  Text/XML/HaXml/ParseLazy.p.c  Text/XML/HaXml/Posn.p.c  Text/XML/HaXml/Pretty.p.c  Text/XML/HaXml/SAX.p.c  Text/XML/HaXml/ShowXmlLazy.p.c  Text/XML/HaXml/Types.p.c  Text/XML/HaXml/TypeMapping.p.c  Text/XML/HaXml/Validate.p.c  Text/XML/HaXml/Verbatim.p.c  Text/XML/HaXml/Wrappers.p.c  Text/XML/HaXml/XmlContent.p.c  Text/XML/HaXml/Xtract/Combinators.p.c  Text/XML/HaXml/Xtract/Lex.p.c  Text/XML/HaXml/Xtract/Parse.p.c
gcc: Text/XML/HaXml.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/ByteStringPP.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Combinators.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/DtdToHaskell/Convert.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/DtdToHaskell/Instance.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/DtdToHaskell/TypeDef.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Escape.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Html/Generate.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Html/Parse.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Html/ParseLazy.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Html/Pretty.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Lex.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/OneOfN.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Parse.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/ParseLazy.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Posn.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Pretty.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/SAX.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/ShowXmlLazy.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Types.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/TypeMapping.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Validate.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Verbatim.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Wrappers.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/XmlContent.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Xtract/Combinators.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Xtract/Lex.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XML/HaXml/Xtract/Parse.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/ByteStringPP.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Combinators.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/DtdToHaskell/Convert.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/DtdToHaskell/Instance.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/DtdToHaskell/TypeDef.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Escape.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Html/Generate.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Html/Parse.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Html/ParseLazy.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Html/Pretty.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Lex.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/OneOfN.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Parse.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/ParseLazy.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Posn.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Pretty.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/SAX.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/ShowXmlLazy.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Types.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/TypeMapping.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Validate.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Verbatim.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Wrappers.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/XmlContent.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Xtract/Combinators.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Xtract/Lex.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HaXml/Text/XML/HaXml/Xtract/Parse.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSHaXml.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/HaXml'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/HUnit'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit/Test
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit/Test/HUnit
cp HUnit.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/HUnit.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit  -package base    Test/HUnit/Base.p.c  Test/HUnit/Lang.p.c  Test/HUnit/Terminal.p.c  Test/HUnit/Text.p.c  Test/HUnit.p.c
gcc: Test/HUnit/Base.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Test/HUnit/Lang.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Test/HUnit/Terminal.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Test/HUnit/Text.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Test/HUnit.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit/Test/HUnit/Base.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit/Test/HUnit/Lang.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit/Test/HUnit/Terminal.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit/Test/HUnit/Text.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/HUnit/Test/HUnit.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSHUnit.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/HUnit'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/html'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/html
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/html/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/html/Text/Html
cp html.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/html.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/html  -package base>=2.0    Text/Html.p.c  Text/Html/BlockTable.p.c
gcc: Text/Html.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/Html/BlockTable.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/html/Text/Html.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/html/Text/Html/BlockTable.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHShtml.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/html'
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/xhtml'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml/Frameset
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml/Strict
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml/Transitional
cp xhtml.cabal /home/fernan/tmp/dd/nhc98-1.20/include/packages/xhtml.cabal
[ -d "" ] && cd ; \
	/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -p -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml  -package base    Text/XHtml.p.c  Text/XHtml/Frameset.p.c  Text/XHtml/Strict.p.c  Text/XHtml/Transitional.p.c  Text/XHtml/Debug.p.c  Text/XHtml/Table.p.c
gcc: Text/XHtml.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XHtml/Frameset.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XHtml/Strict.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XHtml/Transitional.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XHtml/Debug.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
gcc: Text/XHtml/Table.p.c: No such file or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
echo    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml/Frameset.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml/Strict.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml/Transitional.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml/Debug.p.o    /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objp/libraries/xhtml/Text/XHtml/Table.p.o  | xargs ar cr /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/libHSxhtml.p.a
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/libraries/xhtml'
cd src/hp2graph;       gmake all
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/hp2graph'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph || /usr/bin/true
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/area.o area.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/axes.o axes.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/bioBio.o bioBio.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/bioStatic.o bioStatic.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/comment.o comment.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/curves.o curves.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/dimensions.o dimensions.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/draw.o draw.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/entry.o entry.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/job.o job.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/key.o key.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/lex.o lex.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/main.o main.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/mark.o mark.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/mem.o mem.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/mif.o mif.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/parse.o parse.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/ps.o ps.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/putfile.o putfile.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/sample.o sample.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/scale.o scale.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/sort.o sort.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/trcelement.o trcelement.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/auxil.o auxil.c
gcc -c -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/life.o life.c
gcc -DUNIX -m32  -o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/hp2graph   /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/area.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/axes.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/bioBio.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/bioStatic.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/comment.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/curves.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/dimensions.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/draw.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/entry.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/job.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/key.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/lex.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/main.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/mark.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/mem.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/mif.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/parse.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/ps.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/putfile.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/sample.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/scale.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/sort.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/trcelement.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/auxil.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/life.o -lm
/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/mem.o(.text+0x84): In function `append':
: warning: strcpy() is almost always misused, please use strlcpy()
/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/job.o(.text+0x90): In function `argv2str':
: warning: strcat() is almost always misused, please use strlcat()
/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/obj/hp2graph/axes.o(.text+0x1dc): In function `XAxisMark':
: warning: sprintf() is often misused, please use snprintf()
strip /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/hp2graph
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/hp2graph'
touch targets/ix86-OpenBSD/hp2graph
cd src/runtime;        gmake CFG=z all
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime'
cd Kernel; gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/cinterface.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mutlib.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newmacros.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/node.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/runtime.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/stableptr.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newbytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode_o.h already exists.
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
cd Integer;   gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
Link /home/fernan/tmp/dd/nhc98-1.20/include/flt.h already exists.
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
cd Builtin;   gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
Link /home/fernan/tmp/dd/nhc98-1.20/include/haskell2c.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/twopass.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/HsFFI.h already exists.
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
cd Mk;        gmake links
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
Link /home/fernan/tmp/dd/nhc98-1.20/include/mk.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByHand.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByProg.h already exists.
Link mutlib.h already exists.
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer || /usr/bin/true
cd Kernel; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/cinterface.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mutlib.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newmacros.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/node.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/runtime.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/stableptr.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/newbytecode.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/bytecode_o.h already exists.
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/mutator.o mutator.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/mutlib.o mutlib.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/main.o main.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/haskellInit.o haskellInit.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/dump.o dump.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/inscount.o inscount.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/collector.o collector.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/mark.o mark.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/cdata.o cdata.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/timeUnix.o timeUnix.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/xlib_debug.o xlib_debug.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/stableptr.o stableptr.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/closureval.o closureval.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/ffiexport.o ffiexport.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tprof.o tprof.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/timer.o timer.c
gcc -S  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o - newtables.c |\
		sed -e '/.align 32/s/32/4/' -e '/.p2align 5/s/5/2/' |\
		gcc -c -x assembler-with-cpp  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/newtables.o -
gcc -S  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o - newbuiltin.c |\
		sed -e '/.align 32/s/32/4/' -e '/.p2align 5/s/5/2/' |\
		gcc -c -x assembler-with-cpp  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/newbuiltin.o -
echo "int TMIP_1Builtin[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpl1Builtin.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
echo "int TMIP_2Builtin[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpl2Builtin.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
echo "int TMIP_3Builtin[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
gcc -c  -DTPROF  -DLOW_BYTE_FIRST -m32 -I/home/fernan/tmp/dd/nhc98-1.20/include -DVERSION="\"1.20\""   -O3 -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpl3Builtin.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpltmp.c
cd /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel; ar rv /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/Runtime.z.a \
		tpl1Builtin.o tpl2Builtin.o tpl3Builtin.o haskellInit.o dump.o inscount.o collector.o mark.o cdata.o timeUnix.o xlib_debug.o stableptr.o closureval.o ffiexport.o tprof.o timer.o newtables.o newbuiltin.o
ar: creating /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/Runtime.z.a
a - tpl1Builtin.o
a - tpl2Builtin.o
a - tpl3Builtin.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 - tprof.o
a - timer.o
a - newtables.o
a - newbuiltin.o
rm -f /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpl1Builtin.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpl2Builtin.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/tpl3Builtin.o
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Kernel'
cd Integer; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
Link /home/fernan/tmp/dd/nhc98-1.20/include/flt.h already exists.
gcc -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  `if [ xcre-mparam.c = x ];	\
			       then echo cre-mparam.c;		\
			       else echo cre-mparam.c; fi` -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/cre-mparam
/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/cre-mparam > tmp-gmp-mparam.h
mv tmp-gmp-mparam.h gmp-mparam.h
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_add.o mpz_add.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_sub.o mpz_sub.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_mul.o mpz_mul.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_div.o mpz_div.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_mod.o mpz_mod.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_neg.o mpz_neg.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_abs.o mpz_abs.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_cmp.o mpz_cmp.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_or.o mpz_or.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpz_and.o mpz_and.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpn_cmp.o mpn_cmp.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpn_sub.o mpn_sub.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpn_div.o mpn_div.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpn_add.o mpn_add.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mp_clz_tab.o mp_clz_tab.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpn_lshift.o mpn_lshift.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpn_mul.o mpn_mul.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/mpn_rshift.o mpn_rshift.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/fltcode.o fltcode.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/dblcode.o dblcode.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/alloca.o alloca.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Integer'
cd Builtin; gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
Link /home/fernan/tmp/dd/nhc98-1.20/include/haskell2c.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/twopass.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/HsFFI.h already exists.
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primDecodeDouble.o primDecodeDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primEncodeDouble.o primEncodeDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primFloatFromInteger.o primFloatFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primIntegerFromInt.o primIntegerFromInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primDecodeFloat.o primDecodeFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primEncodeFloat.o primEncodeFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primDoubleFromInteger.o primDoubleFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primIntFromInteger.o primIntFromInteger.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primPackString.o primPackString.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/lengthPS.o lengthPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/unpackPS.o unpackPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/indexPS.o indexPS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primComparePS.o primComparePS.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cOpen.o cOpen.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHClose.o cHClose.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHIsEOF.o cHIsEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHFileSize.o cHFileSize.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHFlush.o cHFlush.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHGetPosn.o cHGetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHSetPosn.o cHSetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHSeek.o cHSeek.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHGetBuffering.o cHGetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHSetBuffering.o cHSetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHGetFileName.o cHGetFileName.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHPutGetBuf.o cHPutGetBuf.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primEqHandlePosn.o primEqHandlePosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cGetProgName.o cGetProgName.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cGetEnv.o cGetEnv.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cGetArgs.o cGetArgs.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cProfile.o cProfile.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cExitWith.o cExitWith.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cOpenSocket.o cOpenSocket.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primVector.o primVector.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primIndex.o primIndex.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cBits.o cBits.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cFFI.o cFFI.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cIOExtras.o cIOExtras.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/cHPutStr.o cHPutStr.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primsFloat.o primsFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primsDouble.o primsDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primsInt.o primsInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primsWord.o primsWord.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primIntegerFromInt64.o primIntegerFromInt64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primIntegerToInt64.o primIntegerToInt64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primIntegerFromWord64.o primIntegerFromWord64.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF  -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/primIntegerToWord64.o primIntegerToWord64.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Builtin'
cd Mk;      gmake all
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
Link /home/fernan/tmp/dd/nhc98-1.20/include/mk.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByHand.h already exists.
Link /home/fernan/tmp/dd/nhc98-1.20/include/mkByProg.h already exists.
Link mutlib.h already exists.
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkBlockBuffering.o mkBlockBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkComplex.o mkComplex.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkCons.o mkCons.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkExitFailure.o mkExitFailure.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIO.o mkIO.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorEOF.o mkIOErrorEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorHFileSize.o mkIOErrorHFileSize.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorHFlush.o mkIOErrorHFlush.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorHGetBuffering.o mkIOErrorHGetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorHGetPosn.o mkIOErrorHGetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorHIsEOF.o mkIOErrorHIsEOF.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorHSeek.o mkIOErrorHSeek.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorHSetBuffering.o mkIOErrorHSetBuffering.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorHSetPosn.o mkIOErrorHSetPosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorOpen.o mkIOErrorOpen.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorSystem.o mkIOErrorSystem.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkIOErrorUser.o mkIOErrorUser.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkJust.o mkJust.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkLeft.o mkLeft.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkRight.o mkRight.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkMkArray.o mkMkArray.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkRatio.o mkRatio.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple2.o mkTuple2.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple3.o mkTuple3.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple4.o mkTuple4.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple5.o mkTuple5.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple6.o mkTuple6.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple7.o mkTuple7.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple8.o mkTuple8.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple9.o mkTuple9.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple10.o mkTuple10.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple11.o mkTuple11.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple12.o mkTuple12.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple13.o mkTuple13.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple14.o mkTuple14.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkTuple15.o mkTuple15.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkHandlePosn.o mkHandlePosn.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkSmallIntegerU.o mkSmallIntegerU.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkInt.o mkInt.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkFloat.o mkFloat.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkDouble.o mkDouble.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkPackedString.o mkPackedString.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkForeign.o mkForeign.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkStablePtr.o mkStablePtr.c
gcc -c -I../Kernel -I/home/fernan/tmp/dd/nhc98-1.20/include  -DTPROF -O3 -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/mkCInt.o mkCInt.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime/Mk'
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/Runtime.z.a /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD
ar r /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Runtime.z.a /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Integer/*.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Builtin/*.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Mk/*.o
ranlib /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/Runtime.z.a
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/mutator.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/mutator.z.o
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/mutlib.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/mutlib.z.o
cp /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/runtime/Kernel/main.o /home/fernan/tmp/dd/nhc98-1.20/lib/ix86-OpenBSD/main.z.o
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/runtime'
touch targets/ix86-OpenBSD/timeruntime
cd src/prelude;        gmake CFG=z fromC
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Char || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Ratio || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Numeric || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/ix86-OpenBSD/NHC || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/LowB || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/PreludeList || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/PreludeIO || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/PreludeText || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Prelude || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Ix || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/NonStd || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/List || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Array || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Maybe || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Monad || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/System || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/IO || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/PackedString || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Complex || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Locale || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Time || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Directory || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/CPUTime || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Random || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Bit || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/GreenCard || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/FFI || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/IOExtras || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Vector || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Observe || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Internal || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Binary || /usr/bin/true
mkdir -p /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/DErrNo || /usr/bin/true
cd Char; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Char'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Char  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Char'
cd Ratio; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ratio'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Ratio  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ratio'
cd Numeric; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Numeric'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Numeric  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Numeric'
cd ix86-OpenBSD/NHC; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/DErrNo  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
cd LowB; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/LowB'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/LowB  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/LowB'
cd PreludeList; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeList'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/PreludeList  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeList'
cd PreludeIO; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeIO'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/PreludeIO  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeIO'
cd PreludeText; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeText'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/PreludeText  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PreludeText'
cd Prelude; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Prelude'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Prelude  *.z.c
Bounded_Int.z.c:40: warning: this decimal constant is unsigned only in ISO C90
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Prelude'
cd Ix; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ix'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Ix  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Ix'
cd NonStd; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/NonStd'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/NonStd  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/NonStd'
cd List; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/List'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/List  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/List'
cd Array; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Array'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Array  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Array'
cd Maybe; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Maybe'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Maybe  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Maybe'
cd Monad; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Monad'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Monad  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Monad'
cd System; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/System'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/System  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/System'
cd IO; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IO'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/IO  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IO'
cd PackedString; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PackedString'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/PackedString  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/PackedString'
cd Complex; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Complex'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Complex  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Complex'
cd Locale; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Locale'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Locale  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Locale'
cd Time; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Time'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Time  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Time'
cd Directory; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Directory'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Directory  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Directory'
cd CPUTime; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/CPUTime'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/CPUTime  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/CPUTime'
cd Random; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Random'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Random  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Random'
cd Bit; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Bit'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Bit  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Bit'
cd GreenCard; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/GreenCard'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/GreenCard  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/GreenCard'
cd FFI; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/FFI'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/FFI  *.z.c
Int.z.c:1577: warning: this decimal constant is unsigned only in ISO C90
Int.z.c:2736: warning: this decimal constant is unsigned only in ISO C90
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/FFI'
cd IOExtras; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IOExtras'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/IOExtras  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/IOExtras'
cd Vector; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Vector'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Vector  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Vector'
cd Observe; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Observe'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Observe  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Observe'
cd Internal; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Internal'
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Internal  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Internal'
cd Binary; gmake fromC
gmake[2]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Binary'
gcc -c -I/home/fernan/tmp/dd/nhc98-1.20/include -DLOW_BYTE_FIRST -m32  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Binary/cLowBinary.z.o cLowBinary.c
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c -d /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/Binary  *.z.c
gmake[2]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/Binary'
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
cd src/prelude/ix86-OpenBSD/NHC; gmake CFG=z clean all
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
rm -f *.hi
rm -f /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/DErrNo/*.z.o *.z.o
rm -f 
rm -f 
/home/fernan/tmp/dd/nhc98-1.20/script/nhc98 -z -c +CTS --lib  --redefine -CTS   +RTS -H32M -RTS -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/DErrNo/DErrNo.z.o DErrNo.hs
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude/ix86-OpenBSD/NHC'
cd src/prelude;        gmake CFG=z relink
gmake[1]: Entering directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
echo "int TMIP_1PackedString[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1PackedString.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1System[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1System.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1CString[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1CString.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Driver[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Driver.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1NonStdEval[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1NonStdEval.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1NonStdProfile[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1NonStdProfile.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1NonStdTrace[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1NonStdTrace.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1NonStdUnsafeCoerce[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1NonStdUnsafeCoerce.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1NonStdGetPID[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1NonStdGetPID.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Warning[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Warning.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Prelude[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Prelude.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Array[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Array.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1CPUTime[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1CPUTime.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Char[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Char.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1DErrNo[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1DErrNo.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1FFI[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1FFI.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1IO[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1IO.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1IOExtras[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1IOExtras.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Ix[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Ix.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1List[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1List.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Maybe[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Maybe.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Numeric[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Numeric.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Random[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Random.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Ratio[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Ratio.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Bit[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Bit.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Binary[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Binary.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Locale[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Locale.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Observe[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Observe.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Complex[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Complex.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Directory[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Directory.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1GreenCard[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1GreenCard.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Monad[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Monad.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_1Time[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl1Time.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2PackedString[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2PackedString.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2System[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2System.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2CString[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2CString.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Driver[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Driver.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2NonStdEval[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2NonStdEval.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2NonStdProfile[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2NonStdProfile.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2NonStdTrace[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2NonStdTrace.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2NonStdUnsafeCoerce[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2NonStdUnsafeCoerce.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2NonStdGetPID[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2NonStdGetPID.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Warning[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Warning.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Prelude[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Prelude.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Array[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Array.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2CPUTime[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2CPUTime.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Char[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Char.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2DErrNo[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2DErrNo.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2FFI[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2FFI.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2IO[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2IO.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2IOExtras[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2IOExtras.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Ix[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Ix.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2List[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2List.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Maybe[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Maybe.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Numeric[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Numeric.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Random[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Random.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Ratio[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Ratio.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Bit[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Bit.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Binary[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Binary.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Locale[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Locale.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_2Observe[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl2Observe.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3PackedString[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3PackedString.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3System[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3System.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3CString[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3CString.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Driver[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Driver.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3NonStdEval[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3NonStdEval.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3NonStdProfile[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3NonStdProfile.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3NonStdTrace[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3NonStdTrace.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3NonStdUnsafeCoerce[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3NonStdUnsafeCoerce.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3NonStdGetPID[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3NonStdGetPID.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Warning[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Warning.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Prelude[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Prelude.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Array[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Array.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3CPUTime[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3CPUTime.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Char[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Char.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3DErrNo[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3DErrNo.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3FFI[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3FFI.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3IO[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3IO.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3IOExtras[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3IOExtras.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Ix[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Ix.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3List[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3List.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Maybe[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Maybe.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Numeric[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Numeric.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Random[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Random.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Ratio[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Ratio.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Bit[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Bit.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Binary[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Binary.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Locale[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Locale.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
echo "int TMIP_3Observe[] = {0};" \
	> /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpl3Observe.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
rm /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
/home/fernan/tmp/dd/nhc98-1.20/script/tprofprel 1 \
	PackedString System CString Driver NonStdEval NonStdProfile NonStdTrace NonStdUnsafeCoerce NonStdGetPID Warning  Prelude Array CPUTime Char DErrNo FFI IO IOExtras Ix List Maybe Numeric Random Ratio Bit Binary Locale Observe Complex Directory GreenCard Monad  Time > /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
gcc -c  -o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tprofprel1.z.o /home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c
/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c:7:20: missing terminating " character
/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tpltmp.c:8:1: missing terminating " character
gmake[1]: *** [/home/fernan/tmp/dd/nhc98-1.20/targets/ix86-OpenBSD/objz/prelude/tprofprel1.z.o] Error 1
gmake[1]: Leaving directory `/home/fernan/tmp/dd/nhc98-1.20/src/prelude'
gmake: *** [targets/ix86-OpenBSD/timeprelude-gcc] Error 2
% wintext > compile.z

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.