ANNOUNCE: GHC version 6.8.1

Philip K.F. Hölzenspies p.k.f.holzenspies at utwente.nl
Mon Nov 5 03:58:40 EST 2007


Dear Ian, all,

Even in the current release, I'm still having trouble building GHC on my
linux machine. The error is still about DerivedConstants.h. I'm sorry for
not following up on my last report, but I'll try and make things right with
this one.

curl http://www.haskell.org/ghc/dist/6.8.1/ghc-6.8.1-src.tar.bz2 | tar -xj
curl http://www.haskell.org/ghc/dist/6.8.1/ghc-6.8.1-src.tar.bz2 | tar -xj
cd ghc-6.8.1
sh boot
./configure &> configure.output
make &> make.output

The outputs are attached to this e-mail. I just wanted to note some of the
highlights:

The boot script still warns about underquoting (and I still don't know
whether this is relevant at all):

Booting .
Booting libraries/base
Booting libraries/directory
/usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted definition of AC_CHECK_LIBREISERFS
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Booting libraries/old-time
Booting libraries/process
Booting libraries/readline
Booting libraries/unix

The make still fails on the absence of (a rule for) DerivedConstants.h:

/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes
-istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename
-istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise
-istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn
-istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling
-istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface
-istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing
-fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing
-I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M
'-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal
-c codeGen/CgPrimOp.hs -o stage1/codeGen/CgPrimOp.o  -ohi
stage1/codeGen/CgPrimOp.hi
make[1]: *** No rule to make target `../includes/DerivedConstants.h',
needed by `stage1/codeGen/CgProf.o'.  Stop.
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/compiler'
make: *** [stage1] Error 1

Somewhere near the beginning of make's output, where the output for "make
boot" is logged, it does seem to have created DerivedConstants.h:

../utils/mkdependC/mkdependC -f .depend     -- -O -DTABLES_NEXT_TO_CODE -I.
-I../rts    -- mkDerivedConstants.c
rm -f mkDerivedConstants.o
gcc -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -c mkDerivedConstants.c -o
mkDerivedConstants.o
gcc -o mkDerivedConstantsHdr -O -DTABLES_NEXT_TO_CODE -I. -I../rts
mkDerivedConstants.o
./mkDerivedConstantsHdr >DerivedConstants.h
gcc -o mkGHCConstants.o -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -c
mkDerivedConstants.c  -DGEN_HASKELL
gcc -o mkGHCConstants -O -DTABLES_NEXT_TO_CODE -I. -I../rts
mkGHCConstants.o
./mkGHCConstants >GHCConstants.h

Later in the "make all" phase, there is another mention of
DerivedConstants:

rm -f mkDerivedConstants.o
gcc -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -c mkDerivedConstants.c -o
mkDerivedConstants.o
gcc -o mkDerivedConstantsHdr -O -DTABLES_NEXT_TO_CODE -I. -I../rts
mkDerivedConstants.o
./mkDerivedConstantsHdr >DerivedConstants.h
gcc -o mkGHCConstants.o -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -c
mkDerivedConstants.c  -DGEN_HASKELL
gcc -o mkGHCConstants -O -DTABLES_NEXT_TO_CODE -I. -I../rts
mkGHCConstants.o
./mkGHCConstants >GHCConstants.h

I don't see the header file being removed anywhere, but it does indeed not
show up in the includes directory. When I cheat and, after this failed
build, do the following:

cd includes
make
cd ..
make

the build runs until [42 of 42] and fails, saying:

Configuring base-3.0.0.0...
Setup: Cannot find ghc at ../../compiler/stage1/ghc-inplace or on the path
rm -f base/GNUmakefile
cp Makefile.local base
if ifBuildable/ifBuildable base; then \
   cd base && setup/Setup makefile -f GNUmakefile; \
fi
Setup: error reading dist/setup-config; run "setup configure" command?

This is where I currently am with trying to build GHC. I hope this serves
as a decent bug report.

Regards,
Philip
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by The Glorious Glasgow Haskell Compilation System configure 6.8.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = ewi1043
uname -m = i686
uname -r = 2.6.13-15.16-smp
uname -s = Linux
uname -v = #1 SMP Fri Jun 8 15:35:39 UTC 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/intel/cc/10.0.023/bin
PATH: /opt/cosy/product/bin
PATH: /opt/cosy/cadese/bin
PATH: /opt/cosy/sccs/bin
PATH: /home/aid/holzensp/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: /usr/local/eclipse
PATH: /opt/cosy
PATH: /home/aid/holzensp/bin
PATH: /Appl/TeX/bin/i386-linux


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1502: checking build system type
configure:1520: result: i686-pc-linux-gnu
configure:1528: checking host system type
configure:1542: result: i686-pc-linux-gnu
configure:1550: checking target system type
configure:1564: result: i686-pc-linux-gnu
configure:2121: checking for ghc
configure:2139: found /usr/local/bin/ghc
configure:2151: result: /usr/local/bin/ghc
configure:2164: checking for path to top of build tree
configure:2189: result: /local/holzensp/src/ghc-6.8.1
configure:2217: checking version of ghc
The Glorious Glasgow Haskell Compilation System, version 6.6.1
configure:2246: result: 6.6.1
configure:2259: checking for ghc-pkg matching /usr/local/bin/ghc
configure:2271: result: /usr/local/bin/ghc-pkg
configure:2317: checking whether ghc has readline package
configure:2328: result: yes
configure:2338: checking for nhc
configure:2371: result: no
configure:2338: checking for nhc98
configure:2371: result: no
configure:2380: checking for hbc
configure:2413: result: no
configure:2550: checking for ld
configure:2568: found /usr/bin/ld
configure:2580: result: /usr/bin/ld
configure:2727: checking whether #! works in shell scripts
configure:2744: result: yes
configure:2795: checking for perl
configure:2813: found /usr/bin/perl
configure:2825: result: /usr/bin/perl
configure:2851: checking if your perl works in shell scripts
configure:2869: result: yes
configure:2874: checking for python
configure:2892: found /usr/bin/python
configure:2904: result: /usr/bin/python
configure:2958: checking for gcc
configure:2974: found /usr/local/bin/gcc
configure:2984: result: gcc
configure:3228: checking for C compiler version
configure:3231: gcc --version </dev/null >&5
gcc (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3234: $? = 0
configure:3236: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ./configure 
Thread model: posix
gcc version 4.2.1
configure:3239: $? = 0
configure:3241: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3244: $? = 1
configure:3267: checking for C compiler default output file name
configure:3270: gcc    conftest.c  >&5
configure:3273: $? = 0
configure:3319: result: a.out
configure:3324: checking whether the C compiler works
configure:3330: ./a.out
configure:3333: $? = 0
configure:3350: result: yes
configure:3357: checking whether we are cross compiling
configure:3359: result: no
configure:3362: checking for suffix of executables
configure:3364: gcc -o conftest    conftest.c  >&5
configure:3367: $? = 0
configure:3392: result: 
configure:3398: checking for suffix of object files
configure:3419: gcc -c   conftest.c >&5
configure:3422: $? = 0
configure:3444: result: o
configure:3448: checking whether we are using the GNU C compiler
configure:3472: gcc -c   conftest.c >&5
configure:3478: $? = 0
configure:3482: test -z 
			 || test ! -s conftest.err
configure:3485: $? = 0
configure:3488: test -s conftest.o
configure:3491: $? = 0
configure:3504: result: yes
configure:3510: checking whether gcc accepts -g
configure:3531: gcc -c -g  conftest.c >&5
configure:3537: $? = 0
configure:3541: test -z 
			 || test ! -s conftest.err
configure:3544: $? = 0
configure:3547: test -s conftest.o
configure:3550: $? = 0
configure:3561: result: yes
configure:3578: checking for gcc option to accept ANSI C
configure:3648: gcc  -c -g -O2  conftest.c >&5
configure:3654: $? = 0
configure:3658: test -z 
			 || test ! -s conftest.err
configure:3661: $? = 0
configure:3664: test -s conftest.o
configure:3667: $? = 0
configure:3685: result: none needed
configure:3703: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3709: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3853: checking version of gcc
configure:3891: result: 4.2.1
configure:3916: checking for extra options to pass gcc when compiling via C
configure:4026: result:  -fwrapv -mno-omit-leaf-frame-pointer -fno-toplevel-reorder
configure:4037: checking how to run the C preprocessor
configure:4072: gcc -E  conftest.c
configure:4078: $? = 0
configure:4110: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4116: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4155: result: gcc -E
configure:4179: gcc -E  conftest.c
configure:4185: $? = 0
configure:4217: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4223: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4271: checking whether gcc accepts -mno-cygwin
configure:4304: result: no
configure:4314: checking for a working context diff
configure:4330: result: diff -C 1
configure:4343: checking for find
configure:4361: found /usr/bin/find
configure:4373: result: /usr/bin/find
configure:4457: checking for sort
configure:4475: found /usr/bin/sort
configure:4487: result: /usr/bin/sort
configure:4572: checking for a BSD-compatible install
configure:4627: result: /usr/bin/install -c
configure:4648: checking for ar
configure:4666: found /usr/bin/ar
configure:4678: result: /usr/bin/ar
configure:4701: checking whether /usr/bin/ar is GNU ar
configure:4712: result: yes
configure:4717: checking for ar arguments
configure:4745: result: q
configure:4755: checking whether ranlib is needed
configure:4772: result: no
configure:4862: checking whether /usr/bin/ar supports -input
configure:4881: result: no
configure:4891: checking whether ln -s works
configure:4895: result: yes
configure:4906: checking for sed
configure:4924: found /usr/bin/sed
configure:4936: result: /usr/bin/sed
configure:4947: checking for time
configure:4965: found /usr/bin/time
configure:4977: result: /usr/bin/time
configure:4989: checking for gtar
configure:5022: result: no
configure:4989: checking for tar
configure:5007: found /bin/tar
configure:5019: result: /bin/tar
configure:5033: checking for xmllint
configure:5051: found /usr/bin/xmllint
configure:5063: result: /usr/bin/xmllint
configure:5076: checking for DocBook DTD
configure:5097: result: ok
configure:5112: checking for xsltproc
configure:5130: found /usr/bin/xsltproc
configure:5142: result: /usr/bin/xsltproc
configure:5155: checking for DocBook XSL stylesheet directory
configure:5187: result: /opt/kde3/share/apps/ksgmltools2/docbook/xsl
configure:5203: checking for fop
configure:5236: result: no
configure:5203: checking for fop.sh
configure:5236: result: no
configure:5286: checking for fop.sh
configure:5319: result: no
configure:5333: checking for xmltex
configure:5351: found /Appl/TeX/bin/i386-linux/xmltex
configure:5363: result: /Appl/TeX/bin/i386-linux/xmltex
configure:5372: checking for dvips
configure:5390: found /usr/bin/dvips
configure:5402: result: /usr/bin/dvips
configure:5421: checking for pdfxmltex
configure:5439: found /Appl/TeX/bin/i386-linux/pdfxmltex
configure:5451: result: /Appl/TeX/bin/i386-linux/pdfxmltex
configure:5468: checking for ghc-pkg matching /usr/local/bin/ghc
configure:5480: result: /usr/local/bin/ghc-pkg
configure:5622: checking for happy
configure:5640: found /usr/local/bin/happy
configure:5652: result: /usr/local/bin/happy
configure:5659: checking for version of happy
configure:5672: result: 1.16
configure:5709: checking for haddock
configure:5727: found /usr/local/bin/haddock
configure:5739: result: /usr/local/bin/haddock
configure:5752: checking for alex
configure:5770: found /usr/local/bin/alex
configure:5782: result: /usr/local/bin/alex
configure:5789: checking for version of alex
configure:5802: result: 2.1.0
configure:5840: checking for egrep
configure:5850: result: grep -E
configure:5855: checking for ANSI C header files
configure:5880: gcc -c -g -O2  conftest.c >&5
configure:5886: $? = 0
configure:5890: test -z 
			 || test ! -s conftest.err
configure:5893: $? = 0
configure:5896: test -s conftest.o
configure:5899: $? = 0
configure:5988: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:27: warning: incompatible implicit declaration of built-in function 'exit'
configure:5991: $? = 0
configure:5993: ./conftest
configure:5996: $? = 0
configure:6011: result: yes
configure:6029: checking for special C compiler options needed for large files
configure:6128: result: no
configure:6134: checking for _FILE_OFFSET_BITS value needed for large files
configure:6165: gcc -c -g -O2  conftest.c >&5
conftest.c:17: warning: left shift count >= width of type
conftest.c:17: warning: left shift count >= width of type
conftest.c:19: error: size of array 'off_t_is_large' is negative
configure:6171: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6218: gcc -c -g -O2  conftest.c >&5
configure:6224: $? = 0
configure:6228: test -z 
			 || test ! -s conftest.err
configure:6231: $? = 0
configure:6234: test -s conftest.o
configure:6237: $? = 0
configure:6249: result: 64
configure:6259: checking for _LARGE_FILES value needed for large files
configure:6290: gcc -c -g -O2  conftest.c >&5
configure:6296: $? = 0
configure:6300: test -z 
			 || test ! -s conftest.err
configure:6303: $? = 0
configure:6306: test -s conftest.o
configure:6309: $? = 0
configure:6374: result: no
configure:6401: checking for sys/types.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6401: checking for sys/stat.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6401: checking for stdlib.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6401: checking for string.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6401: checking for memory.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6401: checking for strings.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6401: checking for inttypes.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6401: checking for stdint.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6401: checking for unistd.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z 
			 || test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest.o
configure:6436: $? = 0
configure:6447: result: yes
configure:6498: checking bfd.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking bfd.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for bfd.h
configure:6621: result: yes
configure:6498: checking ctype.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking ctype.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for ctype.h
configure:6621: result: yes
configure:6498: checking dirent.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking dirent.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for dirent.h
configure:6621: result: yes
configure:6498: checking dlfcn.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking dlfcn.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for dlfcn.h
configure:6621: result: yes
configure:6498: checking errno.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking errno.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for errno.h
configure:6621: result: yes
configure:6498: checking fcntl.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking fcntl.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for fcntl.h
configure:6621: result: yes
configure:6498: checking grp.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking grp.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for grp.h
configure:6621: result: yes
configure:6498: checking limits.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking limits.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for limits.h
configure:6621: result: yes
configure:6498: checking locale.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking locale.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for locale.h
configure:6621: result: yes
configure:6498: checking nlist.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
conftest.c:64:19: error: nlist.h: No such file or directory
configure:6516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nlist.h>
configure:6539: result: no
configure:6543: checking nlist.h presence
configure:6553: gcc -E  conftest.c
conftest.c:30:19: error: nlist.h: No such file or directory
configure:6559: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <nlist.h>
configure:6579: result: no
configure:6614: checking for nlist.h
configure:6621: result: no
configure:6498: checking pthread.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking pthread.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for pthread.h
configure:6621: result: yes
configure:6498: checking pwd.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking pwd.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for pwd.h
configure:6621: result: yes
configure:6498: checking signal.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking signal.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for signal.h
configure:6621: result: yes
configure:6498: checking sys/mman.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking sys/mman.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for sys/mman.h
configure:6621: result: yes
configure:6498: checking sys/resource.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking sys/resource.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for sys/resource.h
configure:6621: result: yes
configure:6498: checking sys/time.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking sys/time.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for sys/time.h
configure:6621: result: yes
configure:6498: checking sys/timeb.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking sys/timeb.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for sys/timeb.h
configure:6621: result: yes
configure:6498: checking sys/timers.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
conftest.c:71:24: error: sys/timers.h: No such file or directory
configure:6516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/timers.h>
configure:6539: result: no
configure:6543: checking sys/timers.h presence
configure:6553: gcc -E  conftest.c
conftest.c:37:24: error: sys/timers.h: No such file or directory
configure:6559: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h.  */
| #include <sys/timers.h>
configure:6579: result: no
configure:6614: checking for sys/timers.h
configure:6621: result: no
configure:6498: checking sys/times.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking sys/times.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for sys/times.h
configure:6621: result: yes
configure:6498: checking sys/utsname.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking sys/utsname.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for sys/utsname.h
configure:6621: result: yes
configure:6498: checking sys/wait.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking sys/wait.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for sys/wait.h
configure:6621: result: yes
configure:6498: checking termios.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking termios.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for termios.h
configure:6621: result: yes
configure:6498: checking time.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking time.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for time.h
configure:6621: result: yes
configure:6498: checking utime.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
configure:6516: $? = 0
configure:6520: test -z 
			 || test ! -s conftest.err
configure:6523: $? = 0
configure:6526: test -s conftest.o
configure:6529: $? = 0
configure:6539: result: yes
configure:6543: checking utime.h presence
configure:6553: gcc -E  conftest.c
configure:6559: $? = 0
configure:6579: result: yes
configure:6614: checking for utime.h
configure:6621: result: yes
configure:6498: checking windows.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
conftest.c:77:21: error: windows.h: No such file or directory
configure:6516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:6539: result: no
configure:6543: checking windows.h presence
configure:6553: gcc -E  conftest.c
conftest.c:43:21: error: windows.h: No such file or directory
configure:6559: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <windows.h>
configure:6579: result: no
configure:6614: checking for windows.h
configure:6621: result: no
configure:6498: checking winsock.h usability
configure:6510: gcc -c -g -O2  conftest.c >&5
conftest.c:77:21: error: winsock.h: No such file or directory
configure:6516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <winsock.h>
configure:6539: result: no
configure:6543: checking winsock.h presence
configure:6553: gcc -E  conftest.c
conftest.c:43:21: error: winsock.h: No such file or directory
configure:6559: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <winsock.h>
configure:6579: result: no
configure:6614: checking for winsock.h
configure:6621: result: no
configure:6645: checking readline/readline.h usability
configure:6657: gcc -c -g -O2  conftest.c >&5
configure:6663: $? = 0
configure:6667: test -z 
			 || test ! -s conftest.err
configure:6670: $? = 0
configure:6673: test -s conftest.o
configure:6676: $? = 0
configure:6686: result: yes
configure:6690: checking readline/readline.h presence
configure:6700: gcc -E  conftest.c
configure:6706: $? = 0
configure:6726: result: yes
configure:6761: checking for readline/readline.h
configure:6768: result: yes
configure:6789: checking readline/history.h usability
configure:6801: gcc -c -g -O2  conftest.c >&5
configure:6807: $? = 0
configure:6811: test -z 
			 || test ! -s conftest.err
configure:6814: $? = 0
configure:6817: test -s conftest.o
configure:6820: $? = 0
configure:6830: result: yes
configure:6834: checking readline/history.h presence
configure:6844: gcc -E  conftest.c
configure:6850: $? = 0
configure:6870: result: yes
configure:6905: checking for readline/history.h
configure:6912: result: yes
configure:6941: checking whether time.h and sys/time.h may both be included
configure:6966: gcc -c -g -O2  conftest.c >&5
configure:6972: $? = 0
configure:6976: test -z 
			 || test ! -s conftest.err
configure:6979: $? = 0
configure:6982: test -s conftest.o
configure:6985: $? = 0
configure:6996: result: yes
configure:7007: checking for long long
configure:7031: gcc -c -g -O2  conftest.c >&5
configure:7037: $? = 0
configure:7041: test -z 
			 || test ! -s conftest.err
configure:7044: $? = 0
configure:7047: test -s conftest.o
configure:7050: $? = 0
configure:7061: result: yes
configure:7073: checking for char
configure:7097: gcc -c -g -O2  conftest.c >&5
configure:7103: $? = 0
configure:7107: test -z 
			 || test ! -s conftest.err
configure:7110: $? = 0
configure:7113: test -s conftest.o
configure:7116: $? = 0
configure:7127: result: yes
configure:7130: checking size of char
configure:7449: gcc -o conftest -g -O2   conftest.c  >&5
configure:7452: $? = 0
configure:7454: ./conftest
configure:7457: $? = 0
configure:7480: result: 1
configure:7487: checking for double
configure:7511: gcc -c -g -O2  conftest.c >&5
configure:7517: $? = 0
configure:7521: test -z 
			 || test ! -s conftest.err
configure:7524: $? = 0
configure:7527: test -s conftest.o
configure:7530: $? = 0
configure:7541: result: yes
configure:7544: checking size of double
configure:7863: gcc -o conftest -g -O2   conftest.c  >&5
configure:7866: $? = 0
configure:7868: ./conftest
configure:7871: $? = 0
configure:7894: result: 8
configure:7901: checking for float
configure:7925: gcc -c -g -O2  conftest.c >&5
configure:7931: $? = 0
configure:7935: test -z 
			 || test ! -s conftest.err
configure:7938: $? = 0
configure:7941: test -s conftest.o
configure:7944: $? = 0
configure:7955: result: yes
configure:7958: checking size of float
configure:8277: gcc -o conftest -g -O2   conftest.c  >&5
configure:8280: $? = 0
configure:8282: ./conftest
configure:8285: $? = 0
configure:8308: result: 4
configure:8315: checking for int
configure:8339: gcc -c -g -O2  conftest.c >&5
configure:8345: $? = 0
configure:8349: test -z 
			 || test ! -s conftest.err
configure:8352: $? = 0
configure:8355: test -s conftest.o
configure:8358: $? = 0
configure:8369: result: yes
configure:8372: checking size of int
configure:8691: gcc -o conftest -g -O2   conftest.c  >&5
configure:8694: $? = 0
configure:8696: ./conftest
configure:8699: $? = 0
configure:8722: result: 4
configure:8729: checking for long
configure:8753: gcc -c -g -O2  conftest.c >&5
configure:8759: $? = 0
configure:8763: test -z 
			 || test ! -s conftest.err
configure:8766: $? = 0
configure:8769: test -s conftest.o
configure:8772: $? = 0
configure:8783: result: yes
configure:8786: checking size of long
configure:9105: gcc -o conftest -g -O2   conftest.c  >&5
configure:9108: $? = 0
configure:9110: ./conftest
configure:9113: $? = 0
configure:9136: result: 4
configure:9144: checking for long long
configure:9198: result: yes
configure:9201: checking size of long long
configure:9520: gcc -o conftest -g -O2   conftest.c  >&5
configure:9523: $? = 0
configure:9525: ./conftest
configure:9528: $? = 0
configure:9551: result: 8
configure:9559: checking for short
configure:9583: gcc -c -g -O2  conftest.c >&5
configure:9589: $? = 0
configure:9593: test -z 
			 || test ! -s conftest.err
configure:9596: $? = 0
configure:9599: test -s conftest.o
configure:9602: $? = 0
configure:9613: result: yes
configure:9616: checking size of short
configure:9935: gcc -o conftest -g -O2   conftest.c  >&5
configure:9938: $? = 0
configure:9940: ./conftest
configure:9943: $? = 0
configure:9966: result: 2
configure:9973: checking for unsigned char
configure:9997: gcc -c -g -O2  conftest.c >&5
configure:10003: $? = 0
configure:10007: test -z 
			 || test ! -s conftest.err
configure:10010: $? = 0
configure:10013: test -s conftest.o
configure:10016: $? = 0
configure:10027: result: yes
configure:10030: checking size of unsigned char
configure:10349: gcc -o conftest -g -O2   conftest.c  >&5
configure:10352: $? = 0
configure:10354: ./conftest
configure:10357: $? = 0
configure:10380: result: 1
configure:10387: checking for unsigned int
configure:10411: gcc -c -g -O2  conftest.c >&5
configure:10417: $? = 0
configure:10421: test -z 
			 || test ! -s conftest.err
configure:10424: $? = 0
configure:10427: test -s conftest.o
configure:10430: $? = 0
configure:10441: result: yes
configure:10444: checking size of unsigned int
configure:10763: gcc -o conftest -g -O2   conftest.c  >&5
configure:10766: $? = 0
configure:10768: ./conftest
configure:10771: $? = 0
configure:10794: result: 4
configure:10801: checking for unsigned long
configure:10825: gcc -c -g -O2  conftest.c >&5
configure:10831: $? = 0
configure:10835: test -z 
			 || test ! -s conftest.err
configure:10838: $? = 0
configure:10841: test -s conftest.o
configure:10844: $? = 0
configure:10855: result: yes
configure:10858: checking size of unsigned long
configure:11177: gcc -o conftest -g -O2   conftest.c  >&5
configure:11180: $? = 0
configure:11182: ./conftest
configure:11185: $? = 0
configure:11208: result: 4
configure:11216: checking for unsigned long long
configure:11240: gcc -c -g -O2  conftest.c >&5
configure:11246: $? = 0
configure:11250: test -z 
			 || test ! -s conftest.err
configure:11253: $? = 0
configure:11256: test -s conftest.o
configure:11259: $? = 0
configure:11270: result: yes
configure:11273: checking size of unsigned long long
configure:11592: gcc -o conftest -g -O2   conftest.c  >&5
configure:11595: $? = 0
configure:11597: ./conftest
configure:11600: $? = 0
configure:11623: result: 8
configure:11631: checking for unsigned short
configure:11655: gcc -c -g -O2  conftest.c >&5
configure:11661: $? = 0
configure:11665: test -z 
			 || test ! -s conftest.err
configure:11668: $? = 0
configure:11671: test -s conftest.o
configure:11674: $? = 0
configure:11685: result: yes
configure:11688: checking size of unsigned short
configure:12007: gcc -o conftest -g -O2   conftest.c  >&5
configure:12010: $? = 0
configure:12012: ./conftest
configure:12015: $? = 0
configure:12038: result: 2
configure:12045: checking for void *
configure:12069: gcc -c -g -O2  conftest.c >&5
configure:12075: $? = 0
configure:12079: test -z 
			 || test ! -s conftest.err
configure:12082: $? = 0
configure:12085: test -s conftest.o
configure:12088: $? = 0
configure:12099: result: yes
configure:12102: checking size of void *
configure:12421: gcc -o conftest -g -O2   conftest.c  >&5
configure:12424: $? = 0
configure:12426: ./conftest
configure:12429: $? = 0
configure:12452: result: 4
configure:12460: checking for char
configure:12514: result: yes
configure:12516: checking alignment of char
configure:12831: gcc -o conftest -g -O2   conftest.c  >&5
configure:12834: $? = 0
configure:12836: ./conftest
configure:12839: $? = 0
configure:12862: result: 1
configure:12868: checking for double
configure:12922: result: yes
configure:12924: checking alignment of double
configure:13239: gcc -o conftest -g -O2   conftest.c  >&5
configure:13242: $? = 0
configure:13244: ./conftest
configure:13247: $? = 0
configure:13270: result: 4
configure:13276: checking for float
configure:13330: result: yes
configure:13332: checking alignment of float
configure:13647: gcc -o conftest -g -O2   conftest.c  >&5
configure:13650: $? = 0
configure:13652: ./conftest
configure:13655: $? = 0
configure:13678: result: 4
configure:13684: checking for int
configure:13738: result: yes
configure:13740: checking alignment of int
configure:14055: gcc -o conftest -g -O2   conftest.c  >&5
configure:14058: $? = 0
configure:14060: ./conftest
configure:14063: $? = 0
configure:14086: result: 4
configure:14092: checking for long
configure:14146: result: yes
configure:14148: checking alignment of long
configure:14463: gcc -o conftest -g -O2   conftest.c  >&5
configure:14466: $? = 0
configure:14468: ./conftest
configure:14471: $? = 0
configure:14494: result: 4
configure:14501: checking for long long
configure:14555: result: yes
configure:14557: checking alignment of long long
configure:14872: gcc -o conftest -g -O2   conftest.c  >&5
configure:14875: $? = 0
configure:14877: ./conftest
configure:14880: $? = 0
configure:14903: result: 4
configure:14910: checking for short
configure:14964: result: yes
configure:14966: checking alignment of short
configure:15281: gcc -o conftest -g -O2   conftest.c  >&5
configure:15284: $? = 0
configure:15286: ./conftest
configure:15289: $? = 0
configure:15312: result: 2
configure:15318: checking for unsigned char
configure:15372: result: yes
configure:15374: checking alignment of unsigned char
configure:15689: gcc -o conftest -g -O2   conftest.c  >&5
configure:15692: $? = 0
configure:15694: ./conftest
configure:15697: $? = 0
configure:15720: result: 1
configure:15726: checking for unsigned int
configure:15780: result: yes
configure:15782: checking alignment of unsigned int
configure:16097: gcc -o conftest -g -O2   conftest.c  >&5
configure:16100: $? = 0
configure:16102: ./conftest
configure:16105: $? = 0
configure:16128: result: 4
configure:16134: checking for unsigned long
configure:16188: result: yes
configure:16190: checking alignment of unsigned long
configure:16505: gcc -o conftest -g -O2   conftest.c  >&5
configure:16508: $? = 0
configure:16510: ./conftest
configure:16513: $? = 0
configure:16536: result: 4
configure:16543: checking for unsigned long long
configure:16597: result: yes
configure:16599: checking alignment of unsigned long long
configure:16914: gcc -o conftest -g -O2   conftest.c  >&5
configure:16917: $? = 0
configure:16919: ./conftest
configure:16922: $? = 0
configure:16945: result: 4
configure:16952: checking for unsigned short
configure:17006: result: yes
configure:17008: checking alignment of unsigned short
configure:17323: gcc -o conftest -g -O2   conftest.c  >&5
configure:17326: $? = 0
configure:17328: ./conftest
configure:17331: $? = 0
configure:17354: result: 2
configure:17360: checking for void *
configure:17414: result: yes
configure:17416: checking alignment of void *
configure:17731: gcc -o conftest -g -O2   conftest.c  >&5
configure:17734: $? = 0
configure:17736: ./conftest
configure:17739: $? = 0
configure:17762: result: 4
configure:17769: checking for WinExec
configure:17790: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:72:21: error: windows.h: No such file or directory
configure:17796: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| /* end confdefs.h.  */
| #include <windows.h>
| int
| main ()
| {
| WinExec("",0)
|   ;
|   return 0;
| }
configure:17821: result: no
configure:17832: checking for GetModuleFileName
configure:17853: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:72:21: error: windows.h: No such file or directory
conftest.c: In function 'main':
conftest.c:76: error: 'HMODULE' undeclared (first use in this function)
conftest.c:76: error: (Each undeclared identifier is reported only once
conftest.c:76: error: for each function it appears in.)
conftest.c:76: error: expected ')' before numeric constant
configure:17859: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| /* end confdefs.h.  */
| #include <windows.h>
| int
| main ()
| {
| GetModuleFileName((HMODULE)0,(LPTSTR)0,0)
|   ;
|   return 0;
| }
configure:17884: result: no
configure:17896: checking return type of signal handlers
configure:17927: gcc -c -g -O2  conftest.c >&5
configure:17933: $? = 0
configure:17937: test -z 
			 || test ! -s conftest.err
configure:17940: $? = 0
configure:17943: test -s conftest.o
configure:17946: $? = 0
configure:17957: result: void
configure:17984: checking for getclock
configure:18041: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccmDhoXh.o: In function `main':
/home/aid/holzensp/local/src/ghc-6.8.1/conftest.c:113: undefined reference to `getclock'
/tmp/ccmDhoXh.o:(.data+0x0): undefined reference to `getclock'
collect2: ld returned 1 exit status
configure:18047: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| /* end confdefs.h.  */
| /* Define getclock to an innocuous variant, in case <limits.h> declares getclock.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getclock innocuous_getclock
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getclock (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getclock
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getclock ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getclock) || defined (__stub___getclock)
| choke me
| #else
| char (*f) () = getclock;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getclock;
|   ;
|   return 0;
| }
configure:18072: result: no
configure:17984: checking for getrusage
configure:18041: gcc -o conftest -g -O2   conftest.c  >&5
configure:18047: $? = 0
configure:18051: test -z 
			 || test ! -s conftest.err
configure:18054: $? = 0
configure:18057: test -s conftest
configure:18060: $? = 0
configure:18072: result: yes
configure:17984: checking for gettimeofday
configure:18041: gcc -o conftest -g -O2   conftest.c  >&5
configure:18047: $? = 0
configure:18051: test -z 
			 || test ! -s conftest.err
configure:18054: $? = 0
configure:18057: test -s conftest
configure:18060: $? = 0
configure:18072: result: yes
configure:17984: checking for setitimer
configure:18041: gcc -o conftest -g -O2   conftest.c  >&5
configure:18047: $? = 0
configure:18051: test -z 
			 || test ! -s conftest.err
configure:18054: $? = 0
configure:18057: test -s conftest
configure:18060: $? = 0
configure:18072: result: yes
configure:17984: checking for siginterrupt
configure:18041: gcc -o conftest -g -O2   conftest.c  >&5
configure:18047: $? = 0
configure:18051: test -z 
			 || test ! -s conftest.err
configure:18054: $? = 0
configure:18057: test -s conftest
configure:18060: $? = 0
configure:18072: result: yes
configure:17984: checking for sysconf
configure:18041: gcc -o conftest -g -O2   conftest.c  >&5
configure:18047: $? = 0
configure:18051: test -z 
			 || test ! -s conftest.err
configure:18054: $? = 0
configure:18057: test -s conftest
configure:18060: $? = 0
configure:18072: result: yes
configure:17984: checking for times
configure:18041: gcc -o conftest -g -O2   conftest.c  >&5
configure:18047: $? = 0
configure:18051: test -z 
			 || test ! -s conftest.err
configure:18054: $? = 0
configure:18057: test -s conftest
configure:18060: $? = 0
configure:18072: result: yes
configure:17984: checking for ctime_r
configure:18041: gcc -o conftest -g -O2   conftest.c  >&5
configure:18047: $? = 0
configure:18051: test -z 
			 || test ! -s conftest.err
configure:18054: $? = 0
configure:18057: test -s conftest
configure:18060: $? = 0
configure:18072: result: yes
configure:18082: checking whether ctime_r is declared
configure:18109: gcc -c -g -O2  conftest.c >&5
configure:18115: $? = 0
configure:18119: test -z 
			 || test ! -s conftest.err
configure:18122: $? = 0
configure:18125: test -s conftest.o
configure:18128: $? = 0
configure:18139: result: yes
configure:18162: checking for getpagesize
configure:18219: gcc -o conftest -g -O2   conftest.c  >&5
configure:18225: $? = 0
configure:18229: test -z 
			 || test ! -s conftest.err
configure:18232: $? = 0
configure:18235: test -s conftest
configure:18238: $? = 0
configure:18250: result: yes
configure:18261: checking for __gmpz_fdiv_qr in -lgmp
configure:18291: gcc -o conftest -g -O2   conftest.c -lgmp   >&5
configure:18297: $? = 0
configure:18301: test -z 
			 || test ! -s conftest.err
configure:18304: $? = 0
configure:18307: test -s conftest
configure:18310: $? = 0
configure:18323: result: yes
configure:18483: checking for closedir in -lmingwex
configure:18513: gcc -o conftest -g -O2   conftest.c -lmingwex   >&5
/usr/bin/ld: cannot find -lmingwex
collect2: ld returned 1 exit status
configure:18519: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char closedir ();
| int
| main ()
| {
| closedir ();
|   ;
|   return 0;
| }
configure:18545: result: no
configure:18572: checking for xmalloc in -liberty
configure:18602: gcc -o conftest -g -O2   conftest.c -liberty   >&5
configure:18608: $? = 0
configure:18612: test -z 
			 || test ! -s conftest.err
configure:18615: $? = 0
configure:18618: test -s conftest
configure:18621: $? = 0
configure:18634: result: yes
configure:18646: checking for bfd_init in -lbfd
configure:18676: gcc -o conftest -g -O2   conftest.c -lbfd  -liberty  >&5
configure:18682: $? = 0
configure:18686: test -z 
			 || test ! -s conftest.err
configure:18689: $? = 0
configure:18692: test -s conftest
configure:18695: $? = 0
configure:18708: result: yes
configure:18720: checking for atan
configure:18777: gcc -o conftest -g -O2   conftest.c -lbfd -liberty  >&5
conftest.c:110: warning: conflicting types for built-in function 'atan'
/tmp/ccOfQ1j3.o: In function `main':
/home/aid/holzensp/local/src/ghc-6.8.1/conftest.c:125: undefined reference to `atan'
/tmp/ccOfQ1j3.o:(.data+0x0): undefined reference to `atan'
collect2: ld returned 1 exit status
configure:18783: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| /* end confdefs.h.  */
| /* Define atan to an innocuous variant, in case <limits.h> declares atan.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define atan innocuous_atan
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char atan (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef atan
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char atan ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_atan) || defined (__stub___atan)
| choke me
| #else
| char (*f) () = atan;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != atan;
|   ;
|   return 0;
| }
configure:18808: result: no
configure:18817: checking for atan in -lm
configure:18847: gcc -o conftest -g -O2   conftest.c -lm  -lbfd -liberty  >&5
conftest.c:93: warning: conflicting types for built-in function 'atan'
configure:18853: $? = 0
configure:18857: test -z 
			 || test ! -s conftest.err
configure:18860: $? = 0
configure:18863: test -s conftest
configure:18866: $? = 0
configure:18879: result: yes
configure:18892: checking for dlopen in -ldl
configure:18922: gcc -o conftest -g -O2   conftest.c -ldl  -lm -lbfd -liberty  >&5
configure:18928: $? = 0
configure:18932: test -z 
			 || test ! -s conftest.err
configure:18935: $? = 0
configure:18938: test -s conftest
configure:18941: $? = 0
configure:18954: result: yes
configure:18973: checking for working alloca.h
configure:18994: gcc -o conftest -g -O2   conftest.c -lm -lbfd -liberty  -ldl >&5
configure:19000: $? = 0
configure:19004: test -z 
			 || test ! -s conftest.err
configure:19007: $? = 0
configure:19010: test -s conftest
configure:19013: $? = 0
configure:19025: result: yes
configure:19035: checking for alloca
configure:19076: gcc -o conftest -g -O2   conftest.c -lm -lbfd -liberty  -ldl >&5
configure:19082: $? = 0
configure:19086: test -z 
			 || test ! -s conftest.err
configure:19089: $? = 0
configure:19092: test -s conftest
configure:19095: $? = 0
configure:19107: result: yes
configure:19331: checking for pid_t
configure:19355: gcc -c -g -O2  conftest.c >&5
configure:19361: $? = 0
configure:19365: test -z 
			 || test ! -s conftest.err
configure:19368: $? = 0
configure:19371: test -s conftest.o
configure:19374: $? = 0
configure:19385: result: yes
configure:19403: checking for unistd.h
configure:19408: result: yes
configure:19412: checking vfork.h usability
configure:19424: gcc -c -g -O2  conftest.c >&5
conftest.c:124:19: error: vfork.h: No such file or directory
configure:19430: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:19453: result: no
configure:19457: checking vfork.h presence
configure:19467: gcc -E  conftest.c
conftest.c:90:19: error: vfork.h: No such file or directory
configure:19473: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:19493: result: no
configure:19528: checking for vfork.h
configure:19535: result: no
configure:19553: checking for fork
configure:19610: gcc -o conftest -g -O2   conftest.c -lm -lbfd -liberty  -ldl >&5
conftest.c:114: warning: conflicting types for built-in function 'fork'
configure:19616: $? = 0
configure:19620: test -z 
			 || test ! -s conftest.err
configure:19623: $? = 0
configure:19626: test -s conftest
configure:19629: $? = 0
configure:19641: result: yes
configure:19553: checking for vfork
configure:19610: gcc -o conftest -g -O2   conftest.c -lm -lbfd -liberty  -ldl >&5
configure:19616: $? = 0
configure:19620: test -z 
			 || test ! -s conftest.err
configure:19623: $? = 0
configure:19626: test -s conftest
configure:19629: $? = 0
configure:19641: result: yes
configure:19652: checking for working fork
configure:19675: gcc -o conftest -g -O2   conftest.c -lm -lbfd -liberty  -ldl >&5
conftest.c: In function 'main':
conftest.c:10: warning: incompatible implicit declaration of built-in function 'exit'
configure:19678: $? = 0
configure:19680: ./conftest
configure:19683: $? = 0
configure:19697: result: yes
configure:19718: checking for working vfork
configure:19851: result: yes
configure:19883: checking for an ANSI C-conforming const
configure:19950: gcc -c -g -O2  conftest.c >&5
configure:19956: $? = 0
configure:19960: test -z 
			 || test ! -s conftest.err
configure:19963: $? = 0
configure:19966: test -s conftest.o
configure:19969: $? = 0
configure:19980: result: yes
configure:19991: checking whether byte ordering is bigendian
configure:20018: gcc -c -g -O2  conftest.c >&5
configure:20024: $? = 0
configure:20028: test -z 
			 || test ! -s conftest.err
configure:20031: $? = 0
configure:20034: test -s conftest.o
configure:20037: $? = 0
configure:20061: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:101: error: 'not' undeclared (first use in this function)
conftest.c:101: error: (Each undeclared identifier is reported only once
conftest.c:101: error: for each function it appears in.)
conftest.c:101: error: expected ';' before 'big'
configure:20067: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:20202: result: no
configure:20221: checking whether float word order is big endian
configure:20247: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:101: error: 'not' undeclared (first use in this function)
conftest.c:101: error: (Each undeclared identifier is reported only once
conftest.c:101: error: for each function it appears in.)
conftest.c:101: error: expected ';' before 'float'
configure:20253: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| #include <endian.h>
| int
| main ()
| {
| #if defined(__FLOAT_WORD_ORDER) && __FLOAT_WORD_ORDER == BIG_ENDIAN
|              return 0;
|          #else
|              not float word order big endian
|          #endif
| 
|   ;
|   return 0;
| }
configure:20278: result: no
configure:20290: checking for nlist in -lelf
configure:20320: gcc -o conftest -g -O2   conftest.c -lelf  -lm -lbfd -liberty  -ldl >&5
/usr/bin/ld: cannot find -lelf
collect2: ld returned 1 exit status
configure:20326: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char nlist ();
| int
| main ()
| {
| nlist ();
|   ;
|   return 0;
| }
configure:20352: result: no
configure:20358: checking leading underscore in symbol names
configure:20411: gcc -o conftest -g -O2   conftest.c -lm -lbfd -liberty  -ldl >&5
conftest.c: In function 'main':
conftest.c:110: warning: incompatible implicit declaration of built-in function 'exit'
configure:20414: $? = 0
configure:20416: ./conftest
configure:20419: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| #ifdef HAVE_NLIST_H
| #include <nlist.h>
| struct nlist xYzzY1[] = {{"xYzzY1", 0},{0}};
| struct nlist xYzzY2[] = {{"_xYzzY2", 0},{0}};
| #endif
| 
| int main(argc, argv)
| int argc;
| char **argv;
| {
| #ifdef HAVE_NLIST_H
|     if(nlist(argv[0], xYzzY1) == 0 && xYzzY1[0].n_value != 0)
|         exit(1);
|     if(nlist(argv[0], xYzzY2) == 0 && xYzzY2[0].n_value != 0)
|         exit(0);
| #endif
|     exit(1);
| }
configure:20435: result: no
configure:20448: checking whether ld understands -x
configure:20462: result: yes
configure:20472: checking whether ld is GNU ld
configure:20483: result: yes
configure:20491: checking for .subsections_via_symbols
configure:20509: gcc -c -g -O2  conftest.c >&5
/tmp/ccxTuIMC.s: Assembler messages:
/tmp/ccxTuIMC.s:30: Error: unknown pseudo-op: `.subsections_via_symbols'
configure:20515: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| __asm__ (".subsections_via_symbols");
|   ;
|   return 0;
| }
configure:20542: result: no
configure:20548: checking for GNU non-executable stack support
configure:20566: gcc -c -g -O2  conftest.c >&5
/tmp/cckf1FDF.s: Assembler messages:
/tmp/cckf1FDF.s:98: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:99: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:103: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:104: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:107: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:108: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:112: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:113: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:117: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
/tmp/cckf1FDF.s:118: Error: can't resolve `.note.GNU-stack' {.note.GNU-stack section} - `.Ltext0' {.text section}
configure:20572: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h.  */
| __asm__ (".section .note.GNU-stack,\"\", at progbits");
| int
| main ()
| {
| 0
|   ;
|   return 0;
| }
configure:20599: result: no
configure:20605: checking for clock_gettime in -lrt
configure:20635: gcc -o conftest -g -O2   conftest.c -lrt  -lm -lbfd -liberty  -ldl >&5
configure:20641: $? = 0
configure:20645: test -z 
			 || test ! -s conftest.err
configure:20648: $? = 0
configure:20651: test -s conftest
configure:20654: $? = 0
configure:20667: result: yes
configure:20684: checking for clock_gettime
configure:20741: gcc -o conftest -g -O2   conftest.c -lrt -lm -lbfd -liberty  -ldl >&5
configure:20747: $? = 0
configure:20751: test -z 
			 || test ! -s conftest.err
configure:20754: $? = 0
configure:20757: test -s conftest
configure:20760: $? = 0
configure:20772: result: yes
configure:20684: checking for timer_create
configure:20741: gcc -o conftest -g -O2   conftest.c -lrt -lm -lbfd -liberty  -ldl >&5
configure:20747: $? = 0
configure:20751: test -z 
			 || test ! -s conftest.err
configure:20754: $? = 0
configure:20757: test -s conftest
configure:20760: $? = 0
configure:20772: result: yes
configure:20684: checking for timer_settime
configure:20741: gcc -o conftest -g -O2   conftest.c -lrt -lm -lbfd -liberty  -ldl >&5
configure:20747: $? = 0
configure:20751: test -z 
			 || test ! -s conftest.err
configure:20754: $? = 0
configure:20757: test -s conftest
configure:20760: $? = 0
configure:20772: result: yes
configure:20782: checking for a working timer_create(CLOCK_REALTIME)
configure:20828: gcc -o conftest -g -O2   conftest.c -lrt -lm -lbfd -liberty  -ldl >&5
conftest.c: In function 'main':
conftest.c:116: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:121: warning: incompatible implicit declaration of built-in function 'exit'
configure:20831: $? = 0
configure:20833: ./conftest
configure:20836: $? = 0
configure:20851: result: yes
configure:20862: checking for printf$LDBLStub
configure:20887: gcc -o conftest -g -O2   conftest.c -lrt -lm -lbfd -liberty  -ldl >&5
/tmp/ccANNAec.o: In function `main':
/home/aid/holzensp/local/src/ghc-6.8.1/conftest.c:110: undefined reference to `printf$LDBLStub'
collect2: ld returned 1 exit status
configure:20893: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_TIMER_CREATE 1
| #define HAVE_TIMER_SETTIME 1
| #define USE_TIMER_CREATE 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char printf$LDBLStub ();
| int
| main ()
| {
| printf$LDBLStub ();
|   ;
|   return 0;
| }
configure:20922: result: no
configure:20939: checking for pkg-config
configure:20957: found /usr/bin/pkg-config
configure:20969: result: /usr/bin/pkg-config
configure:20991: checking for PAPI_library_init in -lpapi
configure:21021: gcc -o conftest -g -O2   conftest.c -lpapi  -lrt -lm -lbfd -liberty  -ldl >&5
/usr/bin/ld: cannot find -lpapi
collect2: ld returned 1 exit status
configure:21027: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_TIMER_CREATE 1
| #define HAVE_TIMER_SETTIME 1
| #define USE_TIMER_CREATE 1
| #define HAVE_PRINTF_LDBLSTUB 0
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char PAPI_library_init ();
| int
| main ()
| {
| PAPI_library_init ();
|   ;
|   return 0;
| }
configure:21053: result: no
configure:21071: checking papi.h usability
configure:21083: gcc -c -g -O2  conftest.c >&5
conftest.c:134:18: error: papi.h: No such file or directory
configure:21089: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_TIMER_CREATE 1
| #define HAVE_TIMER_SETTIME 1
| #define USE_TIMER_CREATE 1
| #define HAVE_PRINTF_LDBLSTUB 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <papi.h>
configure:21112: result: no
configure:21116: checking papi.h presence
configure:21126: gcc -E  conftest.c
conftest.c:100:18: error: papi.h: No such file or directory
configure:21132: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
| #define PACKAGE_TARNAME "ghc"
| #define PACKAGE_VERSION "6.8.1"
| #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
| #define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
| #define HAVE_BIN_SH 1
| #define STDC_HEADERS 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BFD_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_READLINE_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_VOID_P 4
| #define ALIGNMENT_CHAR 1
| #define ALIGNMENT_DOUBLE 4
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 4
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 4
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define RETSIGTYPE void
| #define VOID_INT_SIGNALS 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETITIMER 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_CTIME_R 1
| #define HAVE_DECL_CTIME_R 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIB_GMP 1
| #define HAVE_LIBIBERTY 1
| #define HAVE_LIBBFD 1
| #define HAVE_LIBDL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_TIMER_CREATE 1
| #define HAVE_TIMER_SETTIME 1
| #define USE_TIMER_CREATE 1
| #define HAVE_PRINTF_LDBLSTUB 0
| /* end confdefs.h.  */
| #include <papi.h>
configure:21152: result: no
configure:21187: checking for papi.h
configure:21194: result: no
configure:21314: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by The Glorious Glasgow Haskell Compilation System config.status 6.8.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ewi1043

config.status:772: creating mk/config.mk
config.status:772: creating ghc.spec
config.status:772: creating extra-gcc-opts
config.status:772: creating docs/users_guide/ug-book.xml
config.status:876: creating mk/config.h
config.status:1334: executing mk/stamp-h commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_alloca_works=yes
ac_cv_func_atan=no
ac_cv_func_clock_gettime=yes
ac_cv_func_ctime_r=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getclock=no
ac_cv_func_getpagesize=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_setitimer=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sysconf=yes
ac_cv_func_timer_create=yes
ac_cv_func_timer_settime=yes
ac_cv_func_times=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl_ctime_r=yes
ac_cv_header_bfd_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nlist_h=no
ac_cv_header_papi_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_readline_history_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_timers_h=no
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_windows_h=no
ac_cv_header_winsock_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_bfd_bfd_init=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_elf_nlist=no
ac_cv_lib_gmp___gmpz_fdiv_qr=yes
ac_cv_lib_iberty_xmalloc=yes
ac_cv_lib_m_atan=yes
ac_cv_lib_mingwex_closedir=no
ac_cv_lib_papi_PAPI_library_init=no
ac_cv_lib_rt_clock_gettime=yes
ac_cv_objext=o
ac_cv_path_AlexCmd=/usr/local/bin/alex
ac_cv_path_DvipsCmd=/usr/bin/dvips
ac_cv_path_GHC=/usr/local/bin/ghc
ac_cv_path_GTK_CONFIG=/usr/bin/pkg-config
ac_cv_path_HaddockCmd=/usr/local/bin/haddock
ac_cv_path_HappyCmd=/usr/local/bin/happy
ac_cv_path_PdfxmltexCmd=/Appl/TeX/bin/i386-linux/pdfxmltex
ac_cv_path_PerlCmd=/usr/bin/perl
ac_cv_path_PythonCmd=/usr/bin/python
ac_cv_path_SedCmd=/usr/bin/sed
ac_cv_path_TarCmd=/bin/tar
ac_cv_path_TimeCmd=/usr/bin/time
ac_cv_path_XmllintCmd=/usr/bin/xmllint
ac_cv_path_XmltexCmd=/Appl/TeX/bin/i386-linux/xmltex
ac_cv_path_XsltprocCmd=/usr/bin/xsltproc
ac_cv_path_fp_prog_ar_raw=/usr/bin/ar
ac_cv_path_fp_prog_find=/usr/bin/find
ac_cv_path_fp_prog_ld_raw=/usr/bin/ld
ac_cv_path_fp_prog_sort=/usr/bin/sort
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4
ac_cv_sys_file_offset_bits=64
ac_cv_sys_interpreter=yes
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_char=yes
ac_cv_type_double=yes
ac_cv_type_float=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_pid_t=yes
ac_cv_type_short=yes
ac_cv_type_signal=void
ac_cv_type_unsigned_char=yes
ac_cv_type_unsigned_int=yes
ac_cv_type_unsigned_long=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_type_unsigned_short=yes
ac_cv_type_void_p=yes
ac_cv_working_alloca_h=yes
fp_cv_CFLAGS_mno_cygwin=no
fp_cv_alignment_char=1
fp_cv_alignment_double=4
fp_cv_alignment_float=4
fp_cv_alignment_int=4
fp_cv_alignment_long=4
fp_cv_alignment_long_long=4
fp_cv_alignment_short=2
fp_cv_alignment_unsigned_char=1
fp_cv_alignment_unsigned_int=4
fp_cv_alignment_unsigned_long=4
fp_cv_alignment_unsigned_long_long=4
fp_cv_alignment_unsigned_short=2
fp_cv_alignment_void_p=4
fp_cv_context_diff='diff -C 1'
fp_cv_dir_docbook_xsl=/opt/kde3/share/apps/ksgmltools2/docbook/xsl
fp_cv_func_GetModuleFileName=no
fp_cv_func_WinExec=no
fp_cv_gcc_extra_opts=' -fwrapv -mno-omit-leaf-frame-pointer -fno-toplevel-reorder'
fp_cv_ghc_has_readline=yes
fp_cv_gnu_ld=yes
fp_cv_ld_x=yes
fp_cv_matching_ghc_pkg=/usr/local/bin/ghc-pkg
fp_cv_prog_ar_args=q
fp_cv_prog_ar_is_gnu=yes
fp_cv_prog_ar_needs_ranlib=no
fp_cv_prog_ar_supports_input=no
fptools_cv_alex_version=2.1.0
fptools_cv_float_word_order_bigendian=no
fptools_cv_happy_version=1.16
fptools_cv_leading_underscore=no
fptools_cv_shebang_perl=yes
fptools_cv_timer_create_works=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOCA=''
AlexCmd='/usr/local/bin/alex'
AlexVersion='2.1.0'
ArCmd='/usr/bin/ar q'
ArSupportsInput=''
BootingFromHc='NO'
BootingFromUnregisterisedHc='NO'
BuildArch_CPP='i386'
BuildOS_CPP='linux'
BuildPlatform='i386-unknown-linux'
BuildPlatform_CPP='i386_unknown_linux'
BuildVendor_CPP='unknown'
CC='gcc'
CFLAGS='-g -O2'
CONFIGURE_ARGS=''
CPP='gcc -E'
CPPFLAGS=''
ContextDiffCmd='diff -C 1'
DEFS='-DHAVE_CONFIG_H'
DIR_DOCBOOK_XSL='/opt/kde3/share/apps/ksgmltools2/docbook/xsl'
DotnetSupport='NO'
DvipsCmd='/usr/bin/dvips'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FindCmd='/usr/bin/find'
FopCmd1=''
FopCmd2=''
FopCmd=''
GHC='/usr/local/bin/ghc'
GMP_INCLUDE_DIRS=''
GMP_LIB_DIRS=''
GTK_CONFIG='/usr/bin/pkg-config gtk+-2.0'
GccExtraViaCOpts=' -fwrapv -mno-omit-leaf-frame-pointer -fno-toplevel-reorder'
GccVersion='4.2.1'
GhcHasReadline='YES'
GhcLibsWithObjectIO='NO'
GhcLibsWithReadline='YES'
GhcLibsWithUnix='YES'
GhcMajVersion='6'
GhcMinVersion='6'
GhcPatchLevel='1'
GhcPkgCmd='/usr/local/bin/ghc-pkg'
GhcVersion='6.6.1'
GreenCardCmd=''
GreenCardVersion=''
HBC=''
HaddockCmd='/usr/local/bin/haddock'
HappyCmd='/usr/local/bin/happy'
HappyVersion='1.16'
HaveFrameworkGMP='NO'
HaveGcc='YES'
HaveLibDL='YES'
HaveLibGmp='YES'
HaveLibMingwEx='NO'
HavePapi='NO'
HavePapiHeader='NO'
HavePapiLib='NO'
HostArch_CPP='i386'
HostOS_CPP='linux'
HostOS_Full='linux-gnu'
HostPlatform='i386-unknown-linux'
HostPlatform_CPP='i386_unknown_linux'
HostVendor_CPP='unknown'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBM='-lm'
LIBOBJS=''
LIBS='-lrt -lm -lbfd -liberty  -ldl'
LN_S='ln -s'
LTLIBOBJS=''
LdCmd='/usr/bin/ld'
LdIsGNULd='YES'
LdXFlag='-x'
LeadingUnderscore='NO'
LibGmp='gmp'
NHC=''
OBJEXT='o'
PACKAGE_BUGREPORT='glasgow-haskell-bugs at haskell.org'
PACKAGE_NAME='The Glorious Glasgow Haskell Compilation System'
PACKAGE_STRING='The Glorious Glasgow Haskell Compilation System 6.8.1'
PACKAGE_TARNAME='ghc'
PACKAGE_VERSION='6.8.1'
PATH_SEPARATOR=':'
PdfxmltexCmd='/Appl/TeX/bin/i386-linux/pdfxmltex'
PerlCmd='/usr/bin/perl'
ProjectName='The Glorious Glasgow Haskell Compilation System'
ProjectPatchLevel='1'
ProjectVersion='6.8.1'
ProjectVersionInt='608'
PythonCmd='/usr/bin/python'
RANLIB=':'
SHELL='/bin/sh'
SRC_CC_OPTS='-O'
SedCmd='/usr/bin/sed'
SortCmd='/usr/bin/sort'
TarCmd='/bin/tar'
TargetArch_CPP='i386'
TargetOS_CPP='linux'
TargetPlatform='i386-unknown-linux'
TargetPlatform_CPP='i386_unknown_linux'
TargetVendor_CPP='unknown'
TimeCmd='/usr/bin/time'
WhatGccIsCalled='gcc'
WithGhc='/usr/local/bin/ghc'
WithHc='/usr/local/bin/ghc'
XmllintCmd='/usr/bin/xmllint'
XmltexCmd='/Appl/TeX/bin/i386-linux/xmltex'
XsltprocCmd='/usr/bin/xsltproc'
ac_ct_CC='gcc'
ac_ct_RANLIB=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
exeext=''
fp_prog_ar_raw='/usr/bin/ar'
fp_prog_find='/usr/bin/find'
fp_prog_ld_raw='/usr/bin/ld'
fp_prog_sort='/usr/bin/sort'
ghc_ge_601='YES'
ghc_ge_602='YES'
ghc_ge_603='YES'
ghc_ge_605='YES'
ghc_ge_607='NO'
hardtop='/local/holzensp/src/ghc-6.8.1'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
release='1'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
soext='.so'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define ALIGNMENT_CHAR 1
#define ALIGNMENT_DOUBLE 4
#define ALIGNMENT_FLOAT 4
#define ALIGNMENT_INT 4
#define ALIGNMENT_LONG 4
#define ALIGNMENT_LONG_LONG 4
#define ALIGNMENT_SHORT 2
#define ALIGNMENT_UNSIGNED_CHAR 1
#define ALIGNMENT_UNSIGNED_INT 4
#define ALIGNMENT_UNSIGNED_LONG 4
#define ALIGNMENT_UNSIGNED_LONG_LONG 4
#define ALIGNMENT_UNSIGNED_SHORT 2
#define ALIGNMENT_VOID_P 4
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_BFD_H 1
#define HAVE_BIN_SH 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CTIME_R 1
#define HAVE_CTYPE_H 1
#define HAVE_DECL_CTIME_R 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FORK 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GRP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBBFD 1
#define HAVE_LIBDL 1
#define HAVE_LIBIBERTY 1
#define HAVE_LIBRT 1
#define HAVE_LIB_GMP 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LONG_LONG 1
#define HAVE_MEMORY_H 1
#define HAVE_PRINTF_LDBLSTUB 0
#define HAVE_PTHREAD_H 1
#define HAVE_PWD_H 1
#define HAVE_READLINE_HEADERS 1
#define HAVE_SETITIMER 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYSCONF 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TIMER_CREATE 1
#define HAVE_TIMER_SETTIME 1
#define HAVE_TIMES 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_VFORK 1
#define PACKAGE_BUGREPORT "glasgow-haskell-bugs at haskell.org"
#define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
#define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 6.8.1"
#define PACKAGE_TARNAME "ghc"
#define PACKAGE_VERSION "6.8.1"
#define RETSIGTYPE void
#define SIZEOF_CHAR 1
#define SIZEOF_DOUBLE 8
#define SIZEOF_FLOAT 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_VOID_P 4
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define USE_TIMER_CREATE 1
#define VOID_INT_SIGNALS 1
#define _FILE_OFFSET_BITS 64

configure: exit 0
-------------- next part --------------
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Canonicalised to: i386-unknown-linux
checking for ghc... /usr/local/bin/ghc
checking for path to top of build tree... /local/holzensp/src/ghc-6.8.1
checking version of ghc... 6.6.1
checking for ghc-pkg matching /usr/local/bin/ghc... /usr/local/bin/ghc-pkg
checking whether ghc has readline package... yes
checking for nhc... no
checking for nhc98... no
checking for hbc... no
checking for ld... /usr/bin/ld
checking whether #! works in shell scripts... yes
checking for perl... /usr/bin/perl
checking if your perl works in shell scripts... yes
checking for python... /usr/bin/python
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking version of gcc... 4.2.1
checking for extra options to pass gcc when compiling via C...  -fwrapv -mno-omit-leaf-frame-pointer -fno-toplevel-reorder
checking how to run the C preprocessor... gcc -E
checking whether gcc accepts -mno-cygwin... no
checking for a working context diff... diff -C 1
checking for find... /usr/bin/find
checking for sort... /usr/bin/sort
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... /usr/bin/ar
checking whether /usr/bin/ar is GNU ar... yes
checking for ar arguments... q
checking whether ranlib is needed... no
checking whether /usr/bin/ar supports -input... no
checking whether ln -s works... yes
checking for sed... /usr/bin/sed
checking for time... /usr/bin/time
checking for gtar... no
checking for tar... /bin/tar
checking for xmllint... /usr/bin/xmllint
checking for DocBook DTD... ok
checking for xsltproc... /usr/bin/xsltproc
checking for DocBook XSL stylesheet directory... /opt/kde3/share/apps/ksgmltools2/docbook/xsl
checking for fop... no
checking for fop.sh... no
checking for fop.sh... no
checking for xmltex... /Appl/TeX/bin/i386-linux/xmltex
checking for dvips... /usr/bin/dvips
checking for pdfxmltex... /Appl/TeX/bin/i386-linux/pdfxmltex
checking for ghc-pkg matching /usr/local/bin/ghc... (cached) /usr/local/bin/ghc-pkg
checking for happy... /usr/local/bin/happy
checking for version of happy... 1.16
checking for haddock... /usr/local/bin/haddock
checking for alex... /usr/local/bin/alex
checking for version of alex... 2.1.0
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking bfd.h usability... yes
checking bfd.h presence... yes
checking for bfd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nlist.h usability... no
checking nlist.h presence... no
checking for nlist.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/timers.h usability... no
checking sys/timers.h presence... no
checking for sys/timers.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long long... yes
checking for char... yes
checking size of char... 1
checking for double... yes
checking size of double... 8
checking for float... yes
checking size of float... 4
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... (cached) yes
checking size of long long... 8
checking for short... yes
checking size of short... 2
checking for unsigned char... yes
checking size of unsigned char... 1
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for unsigned short... yes
checking size of unsigned short... 2
checking for void *... yes
checking size of void *... 4
checking for char... (cached) yes
checking alignment of char... 1
checking for double... (cached) yes
checking alignment of double... 4
checking for float... (cached) yes
checking alignment of float... 4
checking for int... (cached) yes
checking alignment of int... 4
checking for long... (cached) yes
checking alignment of long... 4
checking for long long... (cached) yes
checking alignment of long long... 4
checking for short... (cached) yes
checking alignment of short... 2
checking for unsigned char... (cached) yes
checking alignment of unsigned char... 1
checking for unsigned int... (cached) yes
checking alignment of unsigned int... 4
checking for unsigned long... (cached) yes
checking alignment of unsigned long... 4
checking for unsigned long long... (cached) yes
checking alignment of unsigned long long... 4
checking for unsigned short... (cached) yes
checking alignment of unsigned short... 2
checking for void *... (cached) yes
checking alignment of void *... 4
checking for WinExec... no
checking for GetModuleFileName... no
checking return type of signal handlers... void
checking for getclock... no
checking for getrusage... yes
checking for gettimeofday... yes
checking for setitimer... yes
checking for siginterrupt... yes
checking for sysconf... yes
checking for times... yes
checking for ctime_r... yes
checking whether ctime_r is declared... yes
checking for getpagesize... yes
checking for __gmpz_fdiv_qr in -lgmp... yes
checking for closedir in -lmingwex... no
checking for xmalloc in -liberty... yes
checking for bfd_init in -lbfd... yes
checking for atan... no
checking for atan in -lm... yes
checking for dlopen in -ldl... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking whether float word order is big endian... no
checking for nlist in -lelf... no
checking leading underscore in symbol names... no
checking whether ld understands -x... yes
checking whether ld is GNU ld... yes
checking for .subsections_via_symbols... no
checking for GNU non-executable stack support... no
checking for clock_gettime in -lrt... yes
checking for clock_gettime... yes
checking for timer_create... yes
checking for timer_settime... yes
checking for a working timer_create(CLOCK_REALTIME)... yes
checking for printf$LDBLStub... no
checking for pkg-config... /usr/bin/pkg-config
checking for PAPI_library_init in -lpapi... no
checking papi.h usability... no
checking papi.h presence... no
checking for papi.h... no
configure: creating ./config.status
config.status: creating mk/config.mk
config.status: creating ghc.spec
config.status: creating extra-gcc-opts
config.status: creating docs/users_guide/ug-book.xml
config.status: creating mk/config.h
config.status: executing mk/stamp-h commands
-------------- next part --------------
make -C utils/mkdependC boot
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/mkdependC'
rm -f -f mkdependC
echo '#!/usr/bin/perl'                               >> mkdependC
echo '$DEFAULT_TMPDIR = "/tmp";' >> mkdependC
echo '$CPP            = "gcc -E ";'            >> mkdependC
echo '$BUILDPLATFORM  = "i386-unknown-linux";'  >> mkdependC
cat mkdependC.prl                                >> mkdependC
chmod +x mkdependC
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/mkdependC'
------------------------------------------------------------------------
== make boot -r;
 in /local/holzensp/src/ghc-6.8.1/gmp
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/gmp'
rm -f .depend
touch .depend
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/gmp'
------------------------------------------------------------------------
== make boot -r;
 in /local/holzensp/src/ghc-6.8.1/includes
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/includes'
echo "Creating ghcautoconf.h..."
echo "#ifndef __GHCAUTOCONF_H__"  >ghcautoconf.h
echo "#define __GHCAUTOCONF_H__" >>ghcautoconf.h
sed 's,^\([	 ]*\)#[	 ]*define[	 ][	 ]*\(PACKAGE_[A-Z]*\)[	 ][ 	]*".*".*$,\1/* #undef \2 */,' ../mk/config.h >> ghcautoconf.h
echo "#endif /* __GHCAUTOCONF_H__ */"          >> ghcautoconf.h
echo "Done."
echo "Creating ghcplatform.h..."
rm -f ghcplatform.h
echo "#ifndef __GHCPLATFORM_H__"  >ghcplatform.h
echo "#define __GHCPLATFORM_H__" >>ghcplatform.h
echo >> ghcplatform.h
echo "#define BuildPlatform_TYPE  i386_unknown_linux" >> ghcplatform.h
echo "#define HostPlatform_TYPE   i386_unknown_linux" >> ghcplatform.h
echo >> ghcplatform.h
echo "#define i386_unknown_linux_BUILD  1" >> ghcplatform.h
echo "#define i386_unknown_linux_HOST  1" >> ghcplatform.h
echo >> ghcplatform.h
echo "#define i386_BUILD_ARCH  1" >> ghcplatform.h
echo "#define i386_HOST_ARCH  1" >> ghcplatform.h
echo "#define BUILD_ARCH  \"i386\"" >> ghcplatform.h
echo "#define HOST_ARCH  \"i386\"" >> ghcplatform.h
echo >> ghcplatform.h
echo "#define linux_BUILD_OS  1" >> ghcplatform.h
echo "#define linux_HOST_OS  1" >> ghcplatform.h
echo "#define BUILD_OS  \"linux\"" >> ghcplatform.h
echo "#define HOST_OS  \"linux\"" >> ghcplatform.h
echo >> ghcplatform.h
echo "#define unknown_BUILD_VENDOR  1" >> ghcplatform.h
echo "#define unknown_HOST_VENDOR  1" >> ghcplatform.h
echo "#define BUILD_VENDOR  \"unknown\"" >> ghcplatform.h
echo "#define HOST_VENDOR  \"unknown\"" >> ghcplatform.h
echo >> ghcplatform.h
echo "/* These TARGET macros are for backwards compatibily... DO NOT USE! */" >> ghcplatform.h
echo "#define TargetPlatform_TYPE i386_unknown_linux" >> ghcplatform.h
echo "#define i386_unknown_linux_TARGET  1" >> ghcplatform.h
echo "#define i386_TARGET_ARCH  1" >> ghcplatform.h
echo "#define TARGET_ARCH  \"i386\"" >> ghcplatform.h
echo "#define linux_TARGET_OS  1" >> ghcplatform.h  
echo "#define TARGET_OS  \"linux\"" >> ghcplatform.h
echo "#define unknown_TARGET_VENDOR  1" >> ghcplatform.h
echo >> ghcplatform.h
echo "#endif /* __GHCPLATFORM_H__ */"          >> ghcplatform.h
echo "Done."
rm -f .depend
touch .depend
../utils/mkdependC/mkdependC -f .depend     -- -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -- mkDerivedConstants.c 
rm -f mkDerivedConstants.o
gcc -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -c mkDerivedConstants.c -o mkDerivedConstants.o
gcc -o mkDerivedConstantsHdr -O -DTABLES_NEXT_TO_CODE -I. -I../rts       mkDerivedConstants.o
./mkDerivedConstantsHdr >DerivedConstants.h
gcc -o mkGHCConstants.o -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -c mkDerivedConstants.c  -DGEN_HASKELL
gcc -o mkGHCConstants -O -DTABLES_NEXT_TO_CODE -I. -I../rts       mkGHCConstants.o
./mkGHCConstants >GHCConstants.h
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/includes'
------------------------------------------------------------------------
== make boot -r;
 in /local/holzensp/src/ghc-6.8.1/compat
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/compat'
rm -f .depend
touch .depend
../utils/mkdependC/mkdependC -f .depend    -I. -Iinclude -I../includes  -- -O -I. -Iinclude -D__GHC_PATCHLEVEL__=1 -I../libraries/base/cbits -I../libraries/base/include    -- cbits/directory.c cbits/rawSystem.c cbits/unicode.c 
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o    -H16m -O -w -I. -Iinclude -Rghc-timing -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp Compat/Directory.hs Compat/RawSystem.hs Compat/Unicode.hs Distribution/Compat/Directory.hs Distribution/Compat/Exception.hs Distribution/Compat/Map.hs Distribution/Compat/RawSystem.hs Distribution/Compat/ReadP.hs Distribution/Compat/TempFile.hs Distribution/Compiler.hs Distribution/GetOpt.hs Distribution/InstalledPackageInfo.hs Distribution/License.hs Distribution/Package.hs Distribution/ParseUtils.hs Distribution/Simple/Program.hs Distribution/Simple/Utils.hs Distribution/System.hs Distribution/Verbosity.hs Distribution/Version.hs Language/Haskell/Extension.hs System/FilePath.hs System/FilePath/Posix.hs System/FilePath/Windows.hs Trace/Hpc/Mix.hs Trace/Hpc/Tix.hs Trace/Hpc/Util.hs
make all
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/compat'
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Compat/Directory.hs -o Compat/Directory.o  -ohi Compat/Directory.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Compat/RawSystem.hs -o Compat/RawSystem.o  -ohi Compat/RawSystem.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Compat/Unicode.hs -o Compat/Unicode.o  -ohi Compat/Unicode.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/Directory.hs -o Distribution/Compat/Directory.o  -ohi Distribution/Compat/Directory.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/Exception.hs -o Distribution/Compat/Exception.o  -ohi Distribution/Compat/Exception.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/Map.hs -o Distribution/Compat/Map.o  -ohi Distribution/Compat/Map.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/RawSystem.hs -o Distribution/Compat/RawSystem.o  -ohi Distribution/Compat/RawSystem.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/ReadP.hs -o Distribution/Compat/ReadP.o  -ohi Distribution/Compat/ReadP.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/TempFile.hs -o Distribution/Compat/TempFile.o  -ohi Distribution/Compat/TempFile.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compiler.hs -o Distribution/Compiler.o  -ohi Distribution/Compiler.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/GetOpt.hs -o Distribution/GetOpt.o  -ohi Distribution/GetOpt.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/InstalledPackageInfo.hs -o Distribution/InstalledPackageInfo.o  -ohi Distribution/InstalledPackageInfo.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/License.hs -o Distribution/License.o  -ohi Distribution/License.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Package.hs -o Distribution/Package.o  -ohi Distribution/Package.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/ParseUtils.hs -o Distribution/ParseUtils.o  -ohi Distribution/ParseUtils.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Simple/Program.hs -o Distribution/Simple/Program.o  -ohi Distribution/Simple/Program.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Simple/Utils.hs -o Distribution/Simple/Utils.o  -ohi Distribution/Simple/Utils.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/System.hs -o Distribution/System.o  -ohi Distribution/System.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Verbosity.hs -o Distribution/Verbosity.o  -ohi Distribution/Verbosity.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Version.hs -o Distribution/Version.o  -ohi Distribution/Version.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Language/Haskell/Extension.hs -o Language/Haskell/Extension.o  -ohi Language/Haskell/Extension.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c System/FilePath.hs -o System/FilePath.o  -ohi System/FilePath.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c System/FilePath/Posix.hs -o System/FilePath/Posix.o  -ohi System/FilePath/Posix.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c System/FilePath/Windows.hs -o System/FilePath/Windows.o  -ohi System/FilePath/Windows.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Trace/Hpc/Mix.hs -o Trace/Hpc/Mix.o  -ohi Trace/Hpc/Mix.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Trace/Hpc/Tix.hs -o Trace/Hpc/Tix.o  -ohi Trace/Hpc/Tix.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Trace/Hpc/Util.hs -o Trace/Hpc/Util.o  -ohi Trace/Hpc/Util.hi
rm -f cbits/directory.o
/usr/local/bin/ghc -optc-O -optc-I. -optc-Iinclude -optc-D__GHC_PATCHLEVEL__=1 -optc-I../libraries/base/cbits -optc-I../libraries/base/include -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c cbits/directory.c -o cbits/directory.o
rm -f cbits/rawSystem.o
/usr/local/bin/ghc -optc-O -optc-I. -optc-Iinclude -optc-D__GHC_PATCHLEVEL__=1 -optc-I../libraries/base/cbits -optc-I../libraries/base/include -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c cbits/rawSystem.c -o cbits/rawSystem.o
rm -f cbits/unicode.o
/usr/local/bin/ghc -optc-O -optc-I. -optc-Iinclude -optc-D__GHC_PATCHLEVEL__=1 -optc-I../libraries/base/cbits -optc-I../libraries/base/include -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c cbits/unicode.c -o cbits/unicode.o
rm -f libghccompat.a
/usr/bin/ar q    libghccompat.a  Compat/Directory.o Compat/RawSystem.o Compat/Unicode.o Distribution/Compat/Directory.o Distribution/Compat/Exception.o Distribution/Compat/Map.o Distribution/Compat/RawSystem.o Distribution/Compat/ReadP.o Distribution/Compat/TempFile.o Distribution/Compiler.o Distribution/GetOpt.o Distribution/InstalledPackageInfo.o Distribution/License.o Distribution/Package.o Distribution/ParseUtils.o Distribution/Simple/Program.o Distribution/Simple/Utils.o Distribution/System.o Distribution/Verbosity.o Distribution/Version.o Language/Haskell/Extension.o System/FilePath.o System/FilePath/Posix.o System/FilePath/Windows.o Trace/Hpc/Mix.o Trace/Hpc/Tix.o Trace/Hpc/Util.o cbits/directory.o cbits/rawSystem.o cbits/unicode.o  
: libghccompat.a
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/compat'
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/compat'
------------------------------------------------------------------------
== make boot -r;
 in /local/holzensp/src/ghc-6.8.1/utils
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils'
rm -f .depend
touch .depend
echo "------------------------------------------------------------------------"
echo "== Recursively making \`boot' in mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs parallel prof unlit genprimopcode genapply runghc hpc pwd lndir ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/utils"
echo "------------------------------------------------------------------------"
case '-wrn' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
if [ $x_on_err -eq 0 ]; \
    then echo "Won't exit on error due to MFLAGS: -wrn"; \
fi; \
for i in mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs parallel prof unlit genprimopcode genapply runghc hpc pwd lndir; do \
  echo "------------------------------------------------------------------------"; \
  echo "== make boot -wrn;"; \
  echo " in /local/holzensp/src/ghc-6.8.1/utils/$i"; \
  echo "------------------------------------------------------------------------"; \
  make --no-print-directory -C $i -wrn boot; \
  if [ $? -eq 0 -o $x_on_err -eq 0 ]; \
      then echo "Finished making boot in $i": $?; \
      else echo "Failed making boot in $i": $?; exit 1; \
  fi; \
done
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/mkdependC
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/mkdependC'
rm -f -f mkdependC
echo '#!/usr/bin/perl'                               >> mkdependC
echo '$DEFAULT_TMPDIR = "/tmp";' >> mkdependC
echo '$CPP            = "gcc -E ";'            >> mkdependC
echo '$BUILDPLATFORM  = "i386-unknown-linux";'  >> mkdependC
cat mkdependC.prl                                >> mkdependC
chmod +x mkdependC
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/mkdependC'
Finished making boot in mkdependC: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/mkdirhier
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/mkdirhier'
rm -f -f mkdirhier
echo '#!/bin/sh'                              >> mkdirhier
cat mkdirhier.sh                                 >> mkdirhier
chmod +x mkdirhier
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/mkdirhier'
Finished making boot in mkdirhier: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/runstdtest
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/runstdtest'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/runstdtest'
Finished making boot in runstdtest: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/ghc-pkg
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/ghc-pkg'
rm -f -f Version.hs
echo "Creating Version.hs ... "
echo "module Version where" >>Version.hs
echo "version, targetOS, targetARCH :: String" >>Version.hs
echo "version    = \"6.8.1\"" >> Version.hs
echo "targetOS   = \"linux\"" >> Version.hs
echo "targetARCH = \"i386\"" >> Version.hs
rm -f .depend
touch .depend
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o -optdep--exclude-module=Compat.RawSystem -optdep--exclude-module=Compat.Directory -optdep--exclude-module=Compat.Unicode -optdep--exclude-module=Distribution.Compat.FilePath -optdep--exclude-module=Distribution.Compat.ReadP -optdep--exclude-module=Distribution.Extension -optdep--exclude-module=Distribution.GetOpt -optdep--exclude-module=Distribution.InstalledPackageInfo -optdep--exclude-module=Distribution.License -optdep--exclude-module=Distribution.Package -optdep--exclude-module=Distribution.ParseUtils -optdep--exclude-module=Distribution.Compiler -optdep--exclude-module=Distribution.Version -optdep--exclude-module=System.FilePath -optdep--exclude-module=System.FilePath.Posix -optdep--exclude-module=System.FilePath.Windows -optdep--exclude-module=System.Directory.Internals -optdep--exclude-module=Trace.Hpc.Mix -optdep--exclude-module=Trace.Hpc.Tix -optdep--exclude-module=Trace.Hpc.Util   -H16m -O -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -DUSING_COMPAT -i../../compat -ignore-package Cabal -Rghc-timing Main.hs Version.hs
make all
make[3]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/ghc-pkg'
echo "import System.Cmd; import System.Environment; import System.Exit" > ghc-pkg-inplace.hs
echo "main = do args <- getArgs; rawSystem \"/local/holzensp/src/ghc-6.8.1/utils/ghc-pkg/ghc-pkg.bin\" (\"--global-conf\":\"/local/holzensp/src/ghc-6.8.1/driver/package.conf.inplace\":args) >>= exitWith" >> ghc-pkg-inplace.hs
/usr/local/bin/ghc --make ghc-pkg-inplace.hs -o ghc-pkg-inplace
/usr/local/bin/ghc -H16m -O -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -DUSING_COMPAT -i../../compat -ignore-package Cabal  -Rghc-timing     -c Main.hs -o Main.o  -ohi Main.hi
rm -f -f Version.hs
echo "Creating Version.hs ... "
echo "module Version where" >>Version.hs
echo "version, targetOS, targetARCH :: String" >>Version.hs
echo "version    = \"6.8.1\"" >> Version.hs
echo "targetOS   = \"linux\"" >> Version.hs
echo "targetARCH = \"i386\"" >> Version.hs
/usr/local/bin/ghc -H16m -O -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -DUSING_COMPAT -i../../compat -ignore-package Cabal  -Rghc-timing     -c Version.hs -o Version.o  -ohi Version.hi
/usr/local/bin/ghc -o ghc-pkg.bin -H16m -O -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -DUSING_COMPAT -i../../compat -ignore-package Cabal  -Rghc-timing     -L../../compat -lghccompat   Main.o Version.o   
make[3]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/ghc-pkg'
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/ghc-pkg'
Finished making boot in ghc-pkg: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/hasktags
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/hasktags'
rm -f .depend
touch .depend
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o    -H16m -O HaskTags.hs
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/hasktags'
Finished making boot in hasktags: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/hp2ps
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/hp2ps'
rm -f .depend
touch .depend
../../utils/mkdependC/mkdependC -f .depend     -- -O -I../../includes -Wall    -- AreaBelow.c AuxFile.c Axes.c Curves.c Deviation.c Dimensions.c Error.c HpFile.c Key.c Main.c Marks.c PsFile.c Reorder.c Scale.c Shade.c TopTwenty.c TraceElement.c Utilities.c 
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/hp2ps'
Finished making boot in hp2ps: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/hsc2hs
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/hsc2hs'
rm -f .depend
touch .depend
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o -optdep--exclude-module=Compat.RawSystem -optdep--exclude-module=Compat.Directory -optdep--exclude-module=Compat.Unicode -optdep--exclude-module=Distribution.Compat.FilePath -optdep--exclude-module=Distribution.Compat.ReadP -optdep--exclude-module=Distribution.Extension -optdep--exclude-module=Distribution.GetOpt -optdep--exclude-module=Distribution.InstalledPackageInfo -optdep--exclude-module=Distribution.License -optdep--exclude-module=Distribution.Package -optdep--exclude-module=Distribution.ParseUtils -optdep--exclude-module=Distribution.Compiler -optdep--exclude-module=Distribution.Version -optdep--exclude-module=System.FilePath -optdep--exclude-module=System.FilePath.Posix -optdep--exclude-module=System.FilePath.Windows -optdep--exclude-module=System.Directory.Internals -optdep--exclude-module=Trace.Hpc.Mix -optdep--exclude-module=Trace.Hpc.Tix -optdep--exclude-module=Trace.Hpc.Util   -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal -Rghc-timing -Wall Main.hs
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/hsc2hs'
Finished making boot in hsc2hs: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/parallel
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/parallel'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/parallel'
Finished making boot in parallel: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/prof
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/prof'
rm -f .depend
touch .depend
echo "------------------------------------------------------------------------"
echo "== Recursively making \`boot' in cgprof icons ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/utils/prof"
echo "------------------------------------------------------------------------"
case '-wrn' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
if [ $x_on_err -eq 0 ]; \
    then echo "Won't exit on error due to MFLAGS: -wrn"; \
fi; \
for i in cgprof icons; do \
  echo "------------------------------------------------------------------------"; \
  echo "== make boot -wrn;"; \
  echo " in /local/holzensp/src/ghc-6.8.1/utils/prof/$i"; \
  echo "------------------------------------------------------------------------"; \
  make --no-print-directory -C $i -wrn boot; \
  if [ $? -eq 0 -o $x_on_err -eq 0 ]; \
      then echo "Finished making boot in $i": $?; \
      else echo "Failed making boot in $i": $?; exit 1; \
  fi; \
done
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/prof/cgprof
------------------------------------------------------------------------
make[3]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/prof/cgprof'
rm -f .depend
touch .depend
../../../utils/mkdependC/mkdependC -f .depend     -- -O -Wall -I../../../includes    -- cgprof.c daVinci.c main.c matrix.c symbol.c 
make[3]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/prof/cgprof'
Finished making boot in cgprof: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/prof/icons
------------------------------------------------------------------------
make[3]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/prof/icons'
rm -f .depend
touch .depend
make[3]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/prof/icons'
Finished making boot in icons: 0
echo "------------------------------------------------------------------------"
echo "== Finished making \`boot' in cgprof icons ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/utils/prof"
echo "------------------------------------------------------------------------"
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/prof'
Finished making boot in prof: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/unlit
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/unlit'
rm -f unlit.o
gcc -O -O    -c unlit.c -o unlit.o
gcc -o unlit -O -O       unlit.o 
rm -f .depend
touch .depend
../../utils/mkdependC/mkdependC -f .depend     -- -O -O    -- unlit.c 
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/unlit'
Finished making boot in unlit: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/genprimopcode
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/genprimopcode'
rm -f .depend
touch .depend
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o    -H16m -O Lexer.hs Main.hs Parser.hs ParserM.hs Syntax.hs
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/genprimopcode'
Finished making boot in genprimopcode: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/genapply
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/genapply'
/usr/local/bin/ghc -H16m -O -no-recomp    -c GenApply.hs -o GenApply.o  -ohi GenApply.hi
/usr/local/bin/ghc -o genapply -H16m -O -no-recomp       GenApply.o   
rm -f .depend
touch .depend
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o    -H16m -O -no-recomp GenApply.hs
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/genapply'
Finished making boot in genapply: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/runghc
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/runghc'
rm -f .depend
touch .depend
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o -optdep--exclude-module=Compat.RawSystem -optdep--exclude-module=Compat.Directory -optdep--exclude-module=Compat.Unicode -optdep--exclude-module=Distribution.Compat.FilePath -optdep--exclude-module=Distribution.Compat.ReadP -optdep--exclude-module=Distribution.Extension -optdep--exclude-module=Distribution.GetOpt -optdep--exclude-module=Distribution.InstalledPackageInfo -optdep--exclude-module=Distribution.License -optdep--exclude-module=Distribution.Package -optdep--exclude-module=Distribution.ParseUtils -optdep--exclude-module=Distribution.Compiler -optdep--exclude-module=Distribution.Version -optdep--exclude-module=System.FilePath -optdep--exclude-module=System.FilePath.Posix -optdep--exclude-module=System.FilePath.Windows -optdep--exclude-module=System.Directory.Internals -optdep--exclude-module=Trace.Hpc.Mix -optdep--exclude-module=Trace.Hpc.Tix -optdep--exclude-module=Trace.Hpc.Util   -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal -Rghc-timing -Wall runghc.hs
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/runghc'
Finished making boot in runghc: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/hpc
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/hpc'
rm -f .depend
touch .depend
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o -optdep--exclude-module=Compat.RawSystem -optdep--exclude-module=Compat.Directory -optdep--exclude-module=Compat.Unicode -optdep--exclude-module=Distribution.Compat.FilePath -optdep--exclude-module=Distribution.Compat.ReadP -optdep--exclude-module=Distribution.Extension -optdep--exclude-module=Distribution.GetOpt -optdep--exclude-module=Distribution.InstalledPackageInfo -optdep--exclude-module=Distribution.License -optdep--exclude-module=Distribution.Package -optdep--exclude-module=Distribution.ParseUtils -optdep--exclude-module=Distribution.Compiler -optdep--exclude-module=Distribution.Version -optdep--exclude-module=System.FilePath -optdep--exclude-module=System.FilePath.Posix -optdep--exclude-module=System.FilePath.Windows -optdep--exclude-module=System.Directory.Internals -optdep--exclude-module=Trace.Hpc.Mix -optdep--exclude-module=Trace.Hpc.Tix -optdep--exclude-module=Trace.Hpc.Util   -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal -cpp Hpc.hs HpcCombine.hs HpcDraft.hs HpcFlags.hs HpcLexer.hs HpcMap.hs HpcMarkup.hs HpcOverlay.hs HpcParser.hs HpcReport.hs HpcSet.hs HpcShowTix.hs HpcUtils.hs
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/hpc'
Finished making boot in hpc: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/pwd
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/pwd'
rm -f .depend
touch .depend
/usr/local/bin/ghc -M -optdep-f -optdep.depend  -osuf o    -H16m -O pwd.hs
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/pwd'
Finished making boot in pwd: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/lndir
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/lndir'
rm -f .depend
touch .depend
../../utils/mkdependC/mkdependC -f .depend     -- -O -- lndir.c 
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/lndir'
Finished making boot in lndir: 0
echo "------------------------------------------------------------------------"
echo "== Finished making \`boot' in mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs parallel prof unlit genprimopcode genapply runghc hpc pwd lndir ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/utils"
echo "------------------------------------------------------------------------"
make -C genprimopcode
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/genprimopcode'
/usr/local/bin/ghc -H16m -O    -c Lexer.hs -o Lexer.o  -ohi Lexer.hi
/usr/local/bin/ghc -H16m -O    -c Main.hs -o Main.o  -ohi Main.hi
/usr/local/bin/ghc -H16m -O    -c Parser.hs -o Parser.o  -ohi Parser.hi
/usr/local/bin/ghc -H16m -O    -c ParserM.hs -o ParserM.o  -ohi ParserM.hi
/usr/local/bin/ghc -H16m -O    -c Syntax.hs -o Syntax.o  -ohi Syntax.hi
/usr/local/bin/ghc -o genprimopcode -H16m -O       Lexer.o Main.o Parser.o ParserM.o Syntax.o   
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/genprimopcode'
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils'
------------------------------------------------------------------------
== make boot -r;
 in /local/holzensp/src/ghc-6.8.1/driver
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver'
echo "[]" > package.conf.inplace
echo "[]" > package.conf
rm -f .depend
touch .depend
echo "------------------------------------------------------------------------"
echo "== Recursively making \`boot' in mangler split ghc ghci ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/driver"
echo "------------------------------------------------------------------------"
case '-wrn' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
if [ $x_on_err -eq 0 ]; \
    then echo "Won't exit on error due to MFLAGS: -wrn"; \
fi; \
for i in mangler split ghc ghci; do \
  echo "------------------------------------------------------------------------"; \
  echo "== make boot -wrn;"; \
  echo " in /local/holzensp/src/ghc-6.8.1/driver/$i"; \
  echo "------------------------------------------------------------------------"; \
  make --no-print-directory -C $i -wrn boot; \
  if [ $? -eq 0 -o $x_on_err -eq 0 ]; \
      then echo "Finished making boot in $i": $?; \
      else echo "Failed making boot in $i": $?; exit 1; \
  fi; \
done
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/driver/mangler
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver/mangler'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver/mangler'
Finished making boot in mangler: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/driver/split
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver/split'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver/split'
Finished making boot in split: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/driver/ghc
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver/ghc'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver/ghc'
Finished making boot in ghc: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/driver/ghci
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver/ghci'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver/ghci'
Finished making boot in ghci: 0
echo "------------------------------------------------------------------------"
echo "== Finished making \`boot' in mangler split ghc ghci ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/driver"
echo "------------------------------------------------------------------------"
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver'
------------------------------------------------------------------------
== make boot -r;
 in /local/holzensp/src/ghc-6.8.1/docs
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs'
rm -f .depend
touch .depend
echo "------------------------------------------------------------------------"
echo "== Recursively making \`boot' in man docbook-cheat-sheet users_guide ext-core storage-mgt ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/docs"
echo "------------------------------------------------------------------------"
case '-wrn' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
if [ $x_on_err -eq 0 ]; \
    then echo "Won't exit on error due to MFLAGS: -wrn"; \
fi; \
for i in man docbook-cheat-sheet users_guide ext-core storage-mgt; do \
  echo "------------------------------------------------------------------------"; \
  echo "== make boot -wrn;"; \
  echo " in /local/holzensp/src/ghc-6.8.1/docs/$i"; \
  echo "------------------------------------------------------------------------"; \
  make --no-print-directory -C $i -wrn boot; \
  if [ $? -eq 0 -o $x_on_err -eq 0 ]; \
      then echo "Finished making boot in $i": $?; \
      else echo "Failed making boot in $i": $?; exit 1; \
  fi; \
done
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/man
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/man'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/man'
Finished making boot in man: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/docbook-cheat-sheet
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/docbook-cheat-sheet'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/docbook-cheat-sheet'
Finished making boot in docbook-cheat-sheet: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/users_guide
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/users_guide'
rm -f .depend
touch .depend
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/users_guide'
Finished making boot in users_guide: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/ext-core
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/ext-core'
make[2]: Nothing to be done for `boot'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/ext-core'
Finished making boot in ext-core: 0
------------------------------------------------------------------------
== make boot -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/storage-mgt
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/storage-mgt'
make[2]: Nothing to be done for `boot'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/storage-mgt'
Finished making boot in storage-mgt: 0
echo "------------------------------------------------------------------------"
echo "== Finished making \`boot' in man docbook-cheat-sheet users_guide ext-core storage-mgt ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/docs"
echo "------------------------------------------------------------------------"
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs'
------------------------------------------------------------------------
== make boot -r;
 in /local/holzensp/src/ghc-6.8.1/compiler
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/compiler'
../utils/mkdirhier/mkdirhier stage1
for i in utils basicTypes types hsSyn prelude rename typecheck deSugar coreSyn vectorise specialise simplCore stranal stgSyn simplStg codeGen main profiling parser cprAnalysis ndpFlatten iface cmm nativeGen; do \
    ../utils/mkdirhier/mkdirhier stage1/$i; \
done
rm -f -f main/Config.hs
echo "Creating main/Config.hs ... "
echo "{-# OPTIONS -w #-}" >>main/Config.hs
echo "module Config where" >>main/Config.hs
echo "cProjectName          = \"The Glorious Glasgow Haskell Compilation System\"" >> main/Config.hs
echo "cProjectVersion       = \"6.8.1\"" >> main/Config.hs
echo "cProjectVersionInt    = \"608\"" >> main/Config.hs
echo "cProjectPatchLevel    = \"1\"" >> main/Config.hs
echo "cBooterVersion        = \"6.6.1\"" >> main/Config.hs
echo "cStage                = STAGE" >> main/Config.hs
echo "cHscIfaceFileVersion  = \"6\"" >> main/Config.hs
echo "cSplitObjs            = \"YES\"" >> main/Config.hs
echo "cGhcWithInterpreter   = \"YES\"" >> main/Config.hs
echo "cGhcWithNativeCodeGen = \"YES\"" >> main/Config.hs
echo "cGhcWithSMP           = \"YES\"" >> main/Config.hs
echo "cGhcRTSWays           = \" debug  thr thr_p thr_debug\"" >> main/Config.hs
echo "cGhcUnregisterised    = \"NO\"" >> main/Config.hs
echo "cGhcEnableTablesNextToCode = \"YES\"" >> main/Config.hs
echo "cLeadingUnderscore    = \"NO\"" >> main/Config.hs
echo "cRAWCPP_FLAGS         = \"-undef -traditional\"" >> main/Config.hs
echo "cGCC                  = \"gcc\"" >> main/Config.hs
echo "cMKDLL                = \"dllwrap\"" >> main/Config.hs
echo "cLdIsGNULd            = \"YES\"" >> main/Config.hs
echo "cLD_X		     = \"-x\"" >> main/Config.hs
echo "cPROJECT_DIR          = \"\"" >> main/Config.hs
echo "cGHC_DRIVER_DIR_REL   = \"driver\"" >> main/Config.hs
echo "cGHC_TOUCHY_PGM       = \"touchy\"" >> main/Config.hs
echo "cGHC_TOUCHY_DIR_REL   = \"utils/touchy\"" >> main/Config.hs
echo "cGHC_UNLIT_PGM        = \"unlit\"" >> main/Config.hs
echo "cGHC_UNLIT_DIR_REL    = \"utils/unlit\"" >> main/Config.hs
echo "cGHC_MANGLER_PGM      = \"ghc-asm\"" >> main/Config.hs
echo "cGHC_MANGLER_DIR_REL  = \"driver/mangler\"" >> main/Config.hs
echo "cGHC_SPLIT_PGM        = \"ghc-split\"" >> main/Config.hs
echo "cGHC_SPLIT_DIR_REL    = \"driver/split\"" >> main/Config.hs
echo "cGHC_SYSMAN_PGM       = \"\"" >> main/Config.hs
echo "cGHC_SYSMAN_DIR_REL   = \"../rts/parallel\"" >> main/Config.hs
echo "cGHC_CP               = \"cp\"" >> main/Config.hs
echo "cGHC_PERL             = \"/usr/bin/perl\"" >> main/Config.hs
echo "cEnableWin32DLLs      = \"\"" >> main/Config.hs
echo "cCONTEXT_DIFF         = \"diff -C 1\"" >> main/Config.hs
echo "cUSER_WAY_NAMES       = \"\"" >> main/Config.hs
echo "cUSER_WAY_OPTS        = \"\"" >> main/Config.hs
echo "cDEFAULT_TMPDIR       = \"/tmp\"" >> main/Config.hs
echo "cDocDir               = \"/usr/local/share/doc/ghc\""         >> main/Config.hs
echo "cRelocatableBuild     = False"                 >> main/Config.hs
echo done.
echo "Creating stage1/ghc_boot_platform.h..."
rm -f stage1/ghc_boot_platform.h
echo "#ifndef __PLATFORM_H__"  >stage1/ghc_boot_platform.h
echo "#define __PLATFORM_H__" >>stage1/ghc_boot_platform.h
echo >> stage1/ghc_boot_platform.h
echo "#define BuildPlatform_NAME  \"i386-unknown-linux\"" >> stage1/ghc_boot_platform.h
echo "#define HostPlatform_NAME   \"i386-unknown-linux\"" >> stage1/ghc_boot_platform.h
echo "#define TargetPlatform_NAME \"i386-unknown-linux\"" >> stage1/ghc_boot_platform.h
echo >> stage1/ghc_boot_platform.h
echo "#define i386_unknown_linux_BUILD  	1" >> stage1/ghc_boot_platform.h
echo "#define i386_unknown_linux_HOST		1" >> stage1/ghc_boot_platform.h
echo "#define i386_unknown_linux_TARGET	1" >> stage1/ghc_boot_platform.h
echo >> stage1/ghc_boot_platform.h
echo "#define i386_BUILD_ARCH  	1" >> stage1/ghc_boot_platform.h
echo "#define i386_HOST_ARCH	1" >> stage1/ghc_boot_platform.h
echo "#define i386_TARGET_ARCH	1" >> stage1/ghc_boot_platform.h
echo "#define BUILD_ARCH \"i386\"" >> stage1/ghc_boot_platform.h
echo "#define HOST_ARCH \"i386\"" >> stage1/ghc_boot_platform.h
echo "#define TARGET_ARCH \"i386\"" >> stage1/ghc_boot_platform.h
echo >> stage1/ghc_boot_platform.h
echo "#define linux_BUILD_OS 		1" >> stage1/ghc_boot_platform.h
echo "#define linux_HOST_OS		1" >> stage1/ghc_boot_platform.h
echo "#define linux_TARGET_OS	1" >> stage1/ghc_boot_platform.h  
echo "#define BUILD_OS \"linux\"" >> stage1/ghc_boot_platform.h
echo "#define HOST_OS \"linux\"" >> stage1/ghc_boot_platform.h
echo "#define TARGET_OS \"linux\"" >> stage1/ghc_boot_platform.h
echo >> stage1/ghc_boot_platform.h
echo "#define unknown_BUILD_VENDOR 	1" >> stage1/ghc_boot_platform.h
echo "#define unknown_HOST_VENDOR	1" >> stage1/ghc_boot_platform.h
echo "#define unknown_TARGET_VENDOR  1" >> stage1/ghc_boot_platform.h
echo "#define BUILD_VENDOR \"unknown\"" >> stage1/ghc_boot_platform.h
echo "#define HOST_VENDOR \"unknown\"" >> stage1/ghc_boot_platform.h
echo "#define TARGET_VENDOR \"unknown\"" >> stage1/ghc_boot_platform.h
echo >> stage1/ghc_boot_platform.h
echo "#endif /* __PLATFORM_H__ */"          >> stage1/ghc_boot_platform.h
echo "Done."
rm -f prelude/primops.txt
gcc -E  -undef -traditional -P -I../includes    -x c prelude/primops.txt.pp | \
grep -v '^#pragma GCC' > prelude/primops.txt
../utils/genprimopcode/genprimopcode --data-decl          < prelude/primops.txt > primop-data-decl.hs-incl
../utils/genprimopcode/genprimopcode --primop-tag         < prelude/primops.txt > primop-tag.hs-incl
../utils/genprimopcode/genprimopcode --primop-list        < prelude/primops.txt > primop-list.hs-incl
../utils/genprimopcode/genprimopcode --has-side-effects   < prelude/primops.txt > primop-has-side-effects.hs-incl
../utils/genprimopcode/genprimopcode --out-of-line        < prelude/primops.txt > primop-out-of-line.hs-incl
../utils/genprimopcode/genprimopcode --commutable         < prelude/primops.txt > primop-commutable.hs-incl
../utils/genprimopcode/genprimopcode --needs-wrapper      < prelude/primops.txt > primop-needs-wrapper.hs-incl
../utils/genprimopcode/genprimopcode --can-fail           < prelude/primops.txt > primop-can-fail.hs-incl
../utils/genprimopcode/genprimopcode --strictness         < prelude/primops.txt > primop-strictness.hs-incl
../utils/genprimopcode/genprimopcode --primop-primop-info < prelude/primops.txt > primop-primop-info.hs-incl
rm -f .depend
touch .depend
touch .depend-BASE
/usr/local/bin/ghc -M -optdep-f -optdep.depend-BASE  -osuf o -I../includes -optdep--exclude-module=Compat.RawSystem -optdep--exclude-module=Compat.Directory -optdep--exclude-module=Compat.Unicode -optdep--exclude-module=Distribution.Compat.FilePath -optdep--exclude-module=Distribution.Compat.ReadP -optdep--exclude-module=Distribution.Extension -optdep--exclude-module=Distribution.GetOpt -optdep--exclude-module=Distribution.InstalledPackageInfo -optdep--exclude-module=Distribution.License -optdep--exclude-module=Distribution.Package -optdep--exclude-module=Distribution.ParseUtils -optdep--exclude-module=Distribution.Compiler -optdep--exclude-module=Distribution.Version -optdep--exclude-module=System.FilePath -optdep--exclude-module=System.FilePath.Posix -optdep--exclude-module=System.FilePath.Windows -optdep--exclude-module=System.Directory.Internals -optdep--exclude-module=Trace.Hpc.Mix -optdep--exclude-module=Trace.Hpc.Tix -optdep--exclude-module=Trace.Hpc.Util   -H16m -O -iutils -ibasicTypes -itypes -ihsSyn -iprelude -irename -itypecheck -ideSugar -icoreSyn -ivectorise -ispecialise -isimplCore -istranal -istgSyn -isimplStg -icodeGen -imain -iprofiling -iparser -icprAnalysis -indpFlatten -iiface -icmm -inativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal basicTypes/BasicTypes.lhs basicTypes/DataCon.lhs basicTypes/Demand.lhs basicTypes/Id.lhs basicTypes/IdInfo.lhs basicTypes/Literal.lhs basicTypes/MkId.lhs basicTypes/Module.lhs basicTypes/Name.lhs basicTypes/NameEnv.lhs basicTypes/NameSet.lhs basicTypes/NewDemand.lhs basicTypes/OccName.lhs basicTypes/RdrName.lhs basicTypes/SrcLoc.lhs basicTypes/UniqSupply.lhs basicTypes/Unique.lhs basicTypes/Var.lhs basicTypes/VarEnv.lhs basicTypes/VarSet.lhs cmm/CLabel.hs cmm/Cmm.hs cmm/CmmBrokenBlock.hs cmm/CmmCPS.hs cmm/CmmCPSGen.hs cmm/CmmCallConv.hs cmm/CmmInfo.hs cmm/CmmLex.hs cmm/CmmLint.hs cmm/CmmLive.hs cmm/CmmOpt.hs cmm/CmmParse.hs cmm/CmmProcPoint.hs cmm/CmmUtils.hs cmm/Dataflow.hs cmm/MachOp.hs cmm/PprC.hs cmm/PprCmm.hs codeGen/Bitmap.hs codeGen/CgBindery.lhs codeGen/CgCallConv.hs codeGen/CgCase.lhs codeGen/CgClosure.lhs codeGen/CgCon.lhs codeGen/CgExpr.lhs codeGen/CgForeignCall.hs codeGen/CgHeapery.lhs codeGen/CgHpc.hs codeGen/CgInfoTbls.hs codeGen/CgLetNoEscape.lhs codeGen/CgMonad.lhs codeGen/CgParallel.hs codeGen/CgPrimOp.hs codeGen/CgProf.hs codeGen/CgStackery.lhs codeGen/CgTailCall.lhs codeGen/CgTicky.hs codeGen/CgUtils.hs codeGen/ClosureInfo.lhs codeGen/CodeGen.lhs codeGen/SMRep.lhs coreSyn/CoreFVs.lhs coreSyn/CoreLint.lhs coreSyn/CorePrep.lhs coreSyn/CoreSubst.lhs coreSyn/CoreSyn.lhs coreSyn/CoreTidy.lhs coreSyn/CoreUnfold.lhs coreSyn/CoreUtils.lhs coreSyn/ExternalCore.lhs coreSyn/MkExternalCore.lhs coreSyn/PprCore.lhs coreSyn/PprExternalCore.lhs cprAnalysis/CprAnalyse.lhs deSugar/Check.lhs deSugar/Coverage.lhs deSugar/Desugar.lhs deSugar/DsArrows.lhs deSugar/DsBinds.lhs deSugar/DsCCall.lhs deSugar/DsExpr.lhs deSugar/DsForeign.lhs deSugar/DsGRHSs.lhs deSugar/DsListComp.lhs deSugar/DsMonad.lhs deSugar/DsUtils.lhs deSugar/Match.lhs deSugar/MatchCon.lhs deSugar/MatchLit.lhs hsSyn/HsBinds.lhs hsSyn/HsDecls.lhs hsSyn/HsDoc.hs hsSyn/HsExpr.lhs hsSyn/HsImpExp.lhs hsSyn/HsLit.lhs hsSyn/HsPat.lhs hsSyn/HsSyn.lhs hsSyn/HsTypes.lhs hsSyn/HsUtils.lhs iface/BinIface.hs iface/BuildTyCl.lhs iface/IfaceEnv.lhs iface/IfaceSyn.lhs iface/IfaceType.lhs iface/LoadIface.lhs iface/MkIface.lhs iface/TcIface.lhs main/BreakArray.hs main/CmdLineParser.hs main/CodeOutput.lhs main/Config.hs main/Constants.lhs main/DriverMkDepend.hs main/DriverPhases.hs main/DriverPipeline.hs main/DynFlags.hs main/ErrUtils.lhs main/Finder.lhs main/GHC.hs main/HeaderInfo.hs main/HscMain.lhs main/HscStats.lhs main/HscTypes.lhs main/InteractiveEval.hs main/Main.hs main/PackageConfig.hs main/Packages.lhs main/ParsePkgConf.hs main/PprTyThing.hs main/StaticFlags.hs main/SysTools.lhs main/TidyPgm.lhs nativeGen/AsmCodeGen.lhs nativeGen/GraphBase.hs nativeGen/GraphColor.hs nativeGen/GraphOps.hs nativeGen/GraphPpr.hs nativeGen/MachCodeGen.hs nativeGen/MachInstrs.hs nativeGen/MachRegs.lhs nativeGen/NCGMonad.hs nativeGen/PositionIndependentCode.hs nativeGen/PprMach.hs nativeGen/RegAllocColor.hs nativeGen/RegAllocInfo.hs nativeGen/RegAllocLinear.hs nativeGen/RegAllocStats.hs nativeGen/RegArchBase.hs nativeGen/RegArchX86.hs nativeGen/RegCoalesce.hs nativeGen/RegLiveness.hs nativeGen/RegSpill.hs nativeGen/RegSpillClean.hs nativeGen/RegSpillCost.hs ndpFlatten/FlattenInfo.hs ndpFlatten/FlattenMonad.hs ndpFlatten/Flattening.hs ndpFlatten/NDPCoreUtils.hs ndpFlatten/PArrAnal.hs parser/Ctype.lhs parser/HaddockLex.hs parser/HaddockParse.hs parser/HaddockUtils.hs parser/LexCore.hs parser/Lexer.hs parser/Parser.hs parser/ParserCore.hs parser/ParserCoreUtils.hs parser/RdrHsSyn.lhs prelude/ForeignCall.lhs prelude/PrelInfo.lhs prelude/PrelNames.lhs prelude/PrelRules.lhs prelude/PrimOp.lhs prelude/TysPrim.lhs prelude/TysWiredIn.lhs profiling/CostCentre.lhs profiling/SCCfinal.lhs rename/RnBinds.lhs rename/RnEnv.lhs rename/RnExpr.lhs rename/RnHsDoc.hs rename/RnHsSyn.lhs rename/RnNames.lhs rename/RnSource.lhs rename/RnTypes.lhs simplCore/CSE.lhs simplCore/FloatIn.lhs simplCore/FloatOut.lhs simplCore/LiberateCase.lhs simplCore/OccurAnal.lhs simplCore/SAT.lhs simplCore/SATMonad.lhs simplCore/SetLevels.lhs simplCore/SimplCore.lhs simplCore/SimplEnv.lhs simplCore/SimplMonad.lhs simplCore/SimplUtils.lhs simplCore/Simplify.lhs simplStg/SRT.lhs simplStg/SimplStg.lhs simplStg/StgStats.lhs specialise/Rules.lhs specialise/SpecConstr.lhs specialise/Specialise.lhs stgSyn/CoreToStg.lhs stgSyn/StgLint.lhs stgSyn/StgSyn.lhs stranal/DmdAnal.lhs stranal/SaAbsInt.lhs stranal/SaLib.lhs stranal/StrictAnal.lhs stranal/WorkWrap.lhs stranal/WwLib.lhs typecheck/FamInst.lhs typecheck/Inst.lhs typecheck/TcArrows.lhs typecheck/TcBinds.lhs typecheck/TcClassDcl.lhs typecheck/TcDefaults.lhs typecheck/TcDeriv.lhs typecheck/TcEnv.lhs typecheck/TcExpr.lhs typecheck/TcForeign.lhs typecheck/TcGadt.lhs typecheck/TcGenDeriv.lhs typecheck/TcHsSyn.lhs typecheck/TcHsType.lhs typecheck/TcInstDcls.lhs typecheck/TcMType.lhs typecheck/TcMatches.lhs typecheck/TcPat.lhs typecheck/TcRnDriver.lhs typecheck/TcRnMonad.lhs typecheck/TcRnTypes.lhs typecheck/TcRules.lhs typecheck/TcSimplify.lhs typecheck/TcTyClsDecls.lhs typecheck/TcTyDecls.lhs typecheck/TcTyFuns.lhs typecheck/TcType.lhs typecheck/TcUnify.lhs types/Class.lhs types/Coercion.lhs types/FamInstEnv.lhs types/FunDeps.lhs types/Generics.lhs types/InstEnv.lhs types/TyCon.lhs types/Type.lhs types/TypeRep.lhs types/Unify.lhs utils/Bag.lhs utils/Binary.hs utils/BufWrite.hs utils/Digraph.lhs utils/Encoding.hs utils/FastMutInt.lhs utils/FastString.lhs utils/FastTypes.lhs utils/FiniteMap.lhs utils/IOEnv.hs utils/ListSetOps.lhs utils/Maybes.lhs utils/OrdList.lhs utils/Outputable.lhs utils/Panic.lhs utils/Pretty.lhs utils/State.hs utils/StringBuffer.lhs utils/UniqFM.lhs utils/UniqSet.lhs utils/Util.lhs vectorise/VectBuiltIn.hs vectorise/VectCore.hs vectorise/VectMonad.hs vectorise/VectType.hs vectorise/VectUtils.hs vectorise/Vectorise.hs
../utils/mkdependC/mkdependC -f .depend-BASE -D__GLASGOW_HASKELL__=608 -I../includes    -- -O -Iparser -I. -O    -- parser/cutils.c parser/hschooks.c 
/usr/bin/perl -pe 'binmode(stdin); binmode(stdout); s@(\S*[._]o)@stage1/$1 at g; s@(\S*[._]hi)@stage1/$1 at g; s@^.*/compat.*$@@g;' <.depend-BASE >.depend-1
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/compiler'
------------------------------------------------------------------------
== make boot -r;
 in /local/holzensp/src/ghc-6.8.1/rts
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/rts'
gcc -E  -undef -traditional -P \
-DIMPORT_DIR='"/local/holzensp/src/ghc-6.8.1/libraries/rts"' \
-DLIB_DIR='"/local/holzensp/src/ghc-6.8.1/libraries/rts"' \
-DINCLUDE_DIR='"/local/holzensp/src/ghc-6.8.1/libraries/rts/include"' \
-DDATA_DIR='"/local/holzensp/src/ghc-6.8.1/libraries/rts"' \
-DHTML_DIR='"/local/holzensp/src/ghc-6.8.1/libraries/rts/html"' \
-DHADDOCK_IFACE='"/local/holzensp/src/ghc-6.8.1/libraries/rts/html/rts.haddock"' \
-DFPTOOLS_TOP_ABS='"/local/holzensp/src/ghc-6.8.1"' \
-x c -DGMP_INCLUDE_DIRS='' -DGMP_LIB_DIRS='' -I../includes -Iinclude -DPACKAGE=rts -DVERSION= -DPKG_LIBDIR='"/usr/local/lib/ghc-6.8.1"' -DPKG_DATADIR='"/usr/local/share/ghc-6.8.1"' package.conf.in | \
grep -v '^#pragma GCC' | \
sed -e 's/""//g' -e 's/:[ 	]*,/: /g' >package.conf.inplace
../utils/ghc-pkg/ghc-pkg-inplace update - --force-files <package.conf.inplace
touch ../driver/stamp-pkg-conf-rts
rm -f .depend
touch .depend
../utils/mkdependC/mkdependC -f .depend -I. -I../includes -DPROFILING -DTHREADED_RTS -DDEBUG -Ihooks -Iparallel -Ism -Iposix -I../includes   -s p -s debug -s thr -s thr_p -s thr_debug -- -O -Wall -W -Wstrict-prototypes  -Wmissing-prototypes  -Wmissing-declarations -Winline -Waggregate-return -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS -fomit-frame-pointer -I../gmp/gmpbuild -fno-strict-aliasing    -- Adjustor.c Arena.c Capability.c ClosureFlags.c Disassembler.c FrontPanel.c Hash.c Hpc.c HsFFI.c Interpreter.c LdvProfile.c Linker.c Main.c Papi.c Printer.c ProfHeap.c Profiling.c Proftimer.c RaiseAsync.c RetainerProfile.c RetainerSet.c RtsAPI.c RtsFlags.c RtsMessages.c RtsStartup.c RtsUtils.c STM.c Sanity.c Schedule.c Sparks.c Stable.c Stats.c StgCRun.c StgPrimFloat.c Task.c ThreadLabels.c ThreadPaused.c Threads.c Ticky.c Timer.c Trace.c Typeable.c Weak.c hooks/FlagDefaults.c hooks/InitEachPE.c hooks/MallocFail.c hooks/OnExit.c hooks/OutOfHeap.c hooks/RtsOpts.c hooks/ShutdownEachPEHook.c hooks/StackOverflow.c parallel/0Hash.c parallel/0Unpack.c parallel/Dist.c parallel/Global.c parallel/GranSim.c parallel/HLComms.c parallel/LLComms.c parallel/Pack.c parallel/ParInit.c parallel/ParTicky.c parallel/Parallel.c parallel/ParallelDebug.c parallel/RBH.c posix/GetTime.c posix/Itimer.c posix/OSMem.c posix/OSThreads.c posix/Select.c posix/Signals.c sm/BlockAlloc.c sm/Compact.c sm/Evac.c sm/GC.c sm/GCUtils.c sm/MBlock.c sm/MarkWeak.c sm/Scav.c sm/Storage.c 
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/rts'
------------------------------------------------------------------------
== make all -r;
 in /local/holzensp/src/ghc-6.8.1/gmp
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/gmp'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/gmp'
------------------------------------------------------------------------
== make all -r;
 in /local/holzensp/src/ghc-6.8.1/includes
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/includes'
echo "Creating ghcautoconf.h..."
echo "#ifndef __GHCAUTOCONF_H__"  >ghcautoconf.h
echo "#define __GHCAUTOCONF_H__" >>ghcautoconf.h
sed 's,^\([	 ]*\)#[	 ]*define[	 ][	 ]*\(PACKAGE_[A-Z]*\)[	 ][ 	]*".*".*$,\1/* #undef \2 */,' ../mk/config.h >> ghcautoconf.h
echo "#endif /* __GHCAUTOCONF_H__ */"          >> ghcautoconf.h
echo "Done."
echo "Creating ghcplatform.h..."
rm -f ghcplatform.h
echo "#ifndef __GHCPLATFORM_H__"  >ghcplatform.h
echo "#define __GHCPLATFORM_H__" >>ghcplatform.h
echo >> ghcplatform.h
echo "#define BuildPlatform_TYPE  i386_unknown_linux" >> ghcplatform.h
echo "#define HostPlatform_TYPE   i386_unknown_linux" >> ghcplatform.h
echo >> ghcplatform.h
echo "#define i386_unknown_linux_BUILD  1" >> ghcplatform.h
echo "#define i386_unknown_linux_HOST  1" >> ghcplatform.h
echo >> ghcplatform.h
echo "#define i386_BUILD_ARCH  1" >> ghcplatform.h
echo "#define i386_HOST_ARCH  1" >> ghcplatform.h
echo "#define BUILD_ARCH  \"i386\"" >> ghcplatform.h
echo "#define HOST_ARCH  \"i386\"" >> ghcplatform.h
echo >> ghcplatform.h
echo "#define linux_BUILD_OS  1" >> ghcplatform.h
echo "#define linux_HOST_OS  1" >> ghcplatform.h
echo "#define BUILD_OS  \"linux\"" >> ghcplatform.h
echo "#define HOST_OS  \"linux\"" >> ghcplatform.h
echo >> ghcplatform.h
echo "#define unknown_BUILD_VENDOR  1" >> ghcplatform.h
echo "#define unknown_HOST_VENDOR  1" >> ghcplatform.h
echo "#define BUILD_VENDOR  \"unknown\"" >> ghcplatform.h
echo "#define HOST_VENDOR  \"unknown\"" >> ghcplatform.h
echo >> ghcplatform.h
echo "/* These TARGET macros are for backwards compatibily... DO NOT USE! */" >> ghcplatform.h
echo "#define TargetPlatform_TYPE i386_unknown_linux" >> ghcplatform.h
echo "#define i386_unknown_linux_TARGET  1" >> ghcplatform.h
echo "#define i386_TARGET_ARCH  1" >> ghcplatform.h
echo "#define TARGET_ARCH  \"i386\"" >> ghcplatform.h
echo "#define linux_TARGET_OS  1" >> ghcplatform.h  
echo "#define TARGET_OS  \"linux\"" >> ghcplatform.h
echo "#define unknown_TARGET_VENDOR  1" >> ghcplatform.h
echo >> ghcplatform.h
echo "#endif /* __GHCPLATFORM_H__ */"          >> ghcplatform.h
echo "Done."
rm -f mkDerivedConstants.o
gcc -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -c mkDerivedConstants.c -o mkDerivedConstants.o
gcc -o mkDerivedConstantsHdr -O -DTABLES_NEXT_TO_CODE -I. -I../rts       mkDerivedConstants.o
./mkDerivedConstantsHdr >DerivedConstants.h
gcc -o mkGHCConstants.o -O -DTABLES_NEXT_TO_CODE -I. -I../rts    -c mkDerivedConstants.c  -DGEN_HASKELL
gcc -o mkGHCConstants -O -DTABLES_NEXT_TO_CODE -I. -I../rts       mkGHCConstants.o
./mkGHCConstants >GHCConstants.h
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/includes'
------------------------------------------------------------------------
== make all -r;
 in /local/holzensp/src/ghc-6.8.1/compat
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/compat'
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Compat/Directory.hs -o Compat/Directory.o  -ohi Compat/Directory.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Compat/RawSystem.hs -o Compat/RawSystem.o  -ohi Compat/RawSystem.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Compat/Unicode.hs -o Compat/Unicode.o  -ohi Compat/Unicode.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/Directory.hs -o Distribution/Compat/Directory.o  -ohi Distribution/Compat/Directory.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/Exception.hs -o Distribution/Compat/Exception.o  -ohi Distribution/Compat/Exception.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/Map.hs -o Distribution/Compat/Map.o  -ohi Distribution/Compat/Map.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/RawSystem.hs -o Distribution/Compat/RawSystem.o  -ohi Distribution/Compat/RawSystem.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/ReadP.hs -o Distribution/Compat/ReadP.o  -ohi Distribution/Compat/ReadP.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compat/TempFile.hs -o Distribution/Compat/TempFile.o  -ohi Distribution/Compat/TempFile.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Compiler.hs -o Distribution/Compiler.o  -ohi Distribution/Compiler.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/GetOpt.hs -o Distribution/GetOpt.o  -ohi Distribution/GetOpt.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/InstalledPackageInfo.hs -o Distribution/InstalledPackageInfo.o  -ohi Distribution/InstalledPackageInfo.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/License.hs -o Distribution/License.o  -ohi Distribution/License.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Package.hs -o Distribution/Package.o  -ohi Distribution/Package.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/ParseUtils.hs -o Distribution/ParseUtils.o  -ohi Distribution/ParseUtils.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Simple/Program.hs -o Distribution/Simple/Program.o  -ohi Distribution/Simple/Program.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Simple/Utils.hs -o Distribution/Simple/Utils.o  -ohi Distribution/Simple/Utils.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/System.hs -o Distribution/System.o  -ohi Distribution/System.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Verbosity.hs -o Distribution/Verbosity.o  -ohi Distribution/Verbosity.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Distribution/Version.hs -o Distribution/Version.o  -ohi Distribution/Version.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Language/Haskell/Extension.hs -o Language/Haskell/Extension.o  -ohi Language/Haskell/Extension.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c System/FilePath.hs -o System/FilePath.o  -ohi System/FilePath.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c System/FilePath/Posix.hs -o System/FilePath/Posix.o  -ohi System/FilePath/Posix.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c System/FilePath/Windows.hs -o System/FilePath/Windows.o  -ohi System/FilePath/Windows.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Trace/Hpc/Mix.hs -o Trace/Hpc/Mix.o  -ohi Trace/Hpc/Mix.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Trace/Hpc/Tix.hs -o Trace/Hpc/Tix.o  -ohi Trace/Hpc/Tix.hi
/usr/local/bin/ghc -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c Trace/Hpc/Util.hs -o Trace/Hpc/Util.o  -ohi Trace/Hpc/Util.hi
rm -f cbits/directory.o
/usr/local/bin/ghc -optc-O -optc-I. -optc-Iinclude -optc-D__GHC_PATCHLEVEL__=1 -optc-I../libraries/base/cbits -optc-I../libraries/base/include -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c cbits/directory.c -o cbits/directory.o
rm -f cbits/rawSystem.o
/usr/local/bin/ghc -optc-O -optc-I. -optc-Iinclude -optc-D__GHC_PATCHLEVEL__=1 -optc-I../libraries/base/cbits -optc-I../libraries/base/include -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c cbits/rawSystem.c -o cbits/rawSystem.o
rm -f cbits/unicode.o
/usr/local/bin/ghc -optc-O -optc-I. -optc-Iinclude -optc-D__GHC_PATCHLEVEL__=1 -optc-I../libraries/base/cbits -optc-I../libraries/base/include -H16m -O -w -I. -Iinclude -Rghc-timing  -ignore-package Cabal -ignore-package filepath -I../libraries -fglasgow-exts -no-recomp    -c cbits/unicode.c -o cbits/unicode.o
rm -f libghccompat.a
/usr/bin/ar q    libghccompat.a  Compat/Directory.o Compat/RawSystem.o Compat/Unicode.o Distribution/Compat/Directory.o Distribution/Compat/Exception.o Distribution/Compat/Map.o Distribution/Compat/RawSystem.o Distribution/Compat/ReadP.o Distribution/Compat/TempFile.o Distribution/Compiler.o Distribution/GetOpt.o Distribution/InstalledPackageInfo.o Distribution/License.o Distribution/Package.o Distribution/ParseUtils.o Distribution/Simple/Program.o Distribution/Simple/Utils.o Distribution/System.o Distribution/Verbosity.o Distribution/Version.o Language/Haskell/Extension.o System/FilePath.o System/FilePath/Posix.o System/FilePath/Windows.o Trace/Hpc/Mix.o Trace/Hpc/Tix.o Trace/Hpc/Util.o cbits/directory.o cbits/rawSystem.o cbits/unicode.o  
: libghccompat.a
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/compat'
------------------------------------------------------------------------
== make all -r;
 in /local/holzensp/src/ghc-6.8.1/utils
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils'
echo "------------------------------------------------------------------------"
echo "== Recursively making \`all' in mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs parallel prof unlit genprimopcode genapply runghc hpc pwd lndir ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/utils"
echo "------------------------------------------------------------------------"
case '-wrn' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
if [ $x_on_err -eq 0 ]; \
    then echo "Won't exit on error due to MFLAGS: -wrn"; \
fi; \
for i in mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs parallel prof unlit genprimopcode genapply runghc hpc pwd lndir; do \
  echo "------------------------------------------------------------------------"; \
  echo "== make all -wrn;"; \
  echo " in /local/holzensp/src/ghc-6.8.1/utils/$i"; \
  echo "------------------------------------------------------------------------"; \
  make --no-print-directory -C $i -wrn all; \
  if [ $? -eq 0 -o $x_on_err -eq 0 ]; \
      then echo "Finished making all in $i": $?; \
      else echo "Failed making all in $i": $?; exit 1; \
  fi; \
done
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/mkdependC
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/mkdependC'
rm -f -f mkdependC
echo '#!/usr/bin/perl'                               >> mkdependC
echo '$DEFAULT_TMPDIR = "/tmp";' >> mkdependC
echo '$CPP            = "gcc -E ";'            >> mkdependC
echo '$BUILDPLATFORM  = "i386-unknown-linux";'  >> mkdependC
cat mkdependC.prl                                >> mkdependC
chmod +x mkdependC
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/mkdependC'
Finished making all in mkdependC: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/mkdirhier
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/mkdirhier'
rm -f -f mkdirhier
echo '#!/bin/sh'                              >> mkdirhier
cat mkdirhier.sh                                 >> mkdirhier
chmod +x mkdirhier
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/mkdirhier'
Finished making all in mkdirhier: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/runstdtest
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/runstdtest'
rm -f -f runstdtest
echo '#!/usr/bin/perl'                               >> runstdtest
echo '$RM             = "rm -f";'             >> runstdtest
echo '$DEFAULT_TMPDIR = "/tmp";' >> runstdtest
echo '$CONTEXT_DIFF   = "diff -C 1";'   >> runstdtest
cat runstdtest.prl                                >> runstdtest
chmod +x runstdtest
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/runstdtest'
Finished making all in runstdtest: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/ghc-pkg
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/ghc-pkg'
echo "import System.Cmd; import System.Environment; import System.Exit" > ghc-pkg-inplace.hs
echo "main = do args <- getArgs; rawSystem \"/local/holzensp/src/ghc-6.8.1/utils/ghc-pkg/ghc-pkg.bin\" (\"--global-conf\":\"/local/holzensp/src/ghc-6.8.1/driver/package.conf.inplace\":args) >>= exitWith" >> ghc-pkg-inplace.hs
/usr/local/bin/ghc --make ghc-pkg-inplace.hs -o ghc-pkg-inplace
/usr/local/bin/ghc -H16m -O -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -DUSING_COMPAT -i../../compat -ignore-package Cabal  -Rghc-timing     -c Main.hs -o Main.o  -ohi Main.hi
rm -f -f Version.hs
echo "Creating Version.hs ... "
echo "module Version where" >>Version.hs
echo "version, targetOS, targetARCH :: String" >>Version.hs
echo "version    = \"6.8.1\"" >> Version.hs
echo "targetOS   = \"linux\"" >> Version.hs
echo "targetARCH = \"i386\"" >> Version.hs
/usr/local/bin/ghc -H16m -O -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -DUSING_COMPAT -i../../compat -ignore-package Cabal  -Rghc-timing     -c Version.hs -o Version.o  -ohi Version.hi
/usr/local/bin/ghc -o ghc-pkg.bin -H16m -O -cpp -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -DUSING_COMPAT -i../../compat -ignore-package Cabal  -Rghc-timing     -L../../compat -lghccompat   Main.o Version.o   
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/ghc-pkg'
Finished making all in ghc-pkg: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/hasktags
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/hasktags'
/usr/local/bin/ghc -H16m -O    -c HaskTags.hs -o HaskTags.o  -ohi HaskTags.hi
/usr/local/bin/ghc -o hasktags -H16m -O       HaskTags.o   
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/hasktags'
Finished making all in hasktags: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/hp2ps
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/hp2ps'
rm -f AreaBelow.o
gcc -O -I../../includes -Wall    -c AreaBelow.c -o AreaBelow.o
rm -f AuxFile.o
gcc -O -I../../includes -Wall    -c AuxFile.c -o AuxFile.o
rm -f Axes.o
gcc -O -I../../includes -Wall    -c Axes.c -o Axes.o
rm -f Curves.o
gcc -O -I../../includes -Wall    -c Curves.c -o Curves.o
rm -f Deviation.o
gcc -O -I../../includes -Wall    -c Deviation.c -o Deviation.o
rm -f Dimensions.o
gcc -O -I../../includes -Wall    -c Dimensions.c -o Dimensions.o
rm -f Error.o
gcc -O -I../../includes -Wall    -c Error.c -o Error.o
rm -f HpFile.o
gcc -O -I../../includes -Wall    -c HpFile.c -o HpFile.o
rm -f Key.o
gcc -O -I../../includes -Wall    -c Key.c -o Key.o
rm -f Main.o
gcc -O -I../../includes -Wall    -c Main.c -o Main.o
rm -f Marks.o
gcc -O -I../../includes -Wall    -c Marks.c -o Marks.o
rm -f PsFile.o
gcc -O -I../../includes -Wall    -c PsFile.c -o PsFile.o
rm -f Reorder.o
gcc -O -I../../includes -Wall    -c Reorder.c -o Reorder.o
rm -f Scale.o
gcc -O -I../../includes -Wall    -c Scale.c -o Scale.o
rm -f Shade.o
gcc -O -I../../includes -Wall    -c Shade.c -o Shade.o
rm -f TopTwenty.o
gcc -O -I../../includes -Wall    -c TopTwenty.c -o TopTwenty.o
rm -f TraceElement.o
gcc -O -I../../includes -Wall    -c TraceElement.c -o TraceElement.o
rm -f Utilities.o
gcc -O -I../../includes -Wall    -c Utilities.c -o Utilities.o
gcc -o hp2ps -O -I../../includes -Wall       AreaBelow.o AuxFile.o Axes.o Curves.o Deviation.o Dimensions.o Error.o HpFile.o Key.o Main.o Marks.o PsFile.o Reorder.o Scale.o Shade.o TopTwenty.o TraceElement.o Utilities.o -lm
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/hp2ps'
Finished making all in hp2ps: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/hsc2hs
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/hsc2hs'
echo "import System.Cmd; import System.Environment; import System.Exit" > hsc2hs-inplace.hs
echo "main = do args <- getArgs; rawSystem \"/local/holzensp/src/ghc-6.8.1/utils/hsc2hs/hsc2hs-bin\" (\"--template=/local/holzensp/src/ghc-6.8.1/utils/hsc2hs/template-hsc.h\":\"--cc=gcc\":\"--ld=gcc\":\"--cflag=-D__GLASGOW_HASKELL__=608\":\"-I/local/holzensp/src/ghc-6.8.1/includes\":\"-I/local/holzensp/src/ghc-6.8.1/gmp/gmpbuild\":args) >>= exitWith" >> hsc2hs-inplace.hs
/usr/local/bin/ghc --make hsc2hs-inplace.hs -o hsc2hs-inplace
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal -Rghc-timing  -Wall    -c Main.hs -o Main.o  -ohi Main.hi
/usr/local/bin/ghc -o hsc2hs-bin -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal -Rghc-timing  -Wall    -L../../compat -lghccompat   Main.o   
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/hsc2hs'
Finished making all in hsc2hs: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/parallel
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/parallel'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/parallel'
Finished making all in parallel: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/prof
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/prof'
rm -f -f ghcprof-inplace
echo '#!/usr/bin/perl'                                                              >> ghcprof-inplace
echo '$DEFAULT_TMPDIR = "/tmp";'                                >> ghcprof-inplace
echo '$TARGETPLATFORM = "i386-unknown-linux";'                                >> ghcprof-inplace
echo '$icondir = "/local/holzensp/src/ghc-6.8.1/ghc/utils/prof/icons";'                 >> ghcprof-inplace
echo '$xmlparser = "/local/holzensp/src/ghc-6.8.1/ghc/utils/prof/xmlparser/xmlparser";' >> ghcprof-inplace
echo '$cgprof_dir = "/local/holzensp/src/ghc-6.8.1/ghc/utils/prof/cgprof";'             >> ghcprof-inplace
cat ghcprof.prl                                                               >> ghcprof-inplace
chmod +x ghcprof-inplace
echo "------------------------------------------------------------------------"
echo "== Recursively making \`all' in cgprof icons ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/utils/prof"
echo "------------------------------------------------------------------------"
case '-wrn' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
if [ $x_on_err -eq 0 ]; \
    then echo "Won't exit on error due to MFLAGS: -wrn"; \
fi; \
for i in cgprof icons; do \
  echo "------------------------------------------------------------------------"; \
  echo "== make all -wrn;"; \
  echo " in /local/holzensp/src/ghc-6.8.1/utils/prof/$i"; \
  echo "------------------------------------------------------------------------"; \
  make --no-print-directory -C $i -wrn all; \
  if [ $? -eq 0 -o $x_on_err -eq 0 ]; \
      then echo "Finished making all in $i": $?; \
      else echo "Failed making all in $i": $?; exit 1; \
  fi; \
done
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/prof/cgprof
------------------------------------------------------------------------
make[3]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/prof/cgprof'
rm -f cgprof.o
gcc -O -Wall -I../../../includes    -c cgprof.c -o cgprof.o
rm -f daVinci.o
gcc -O -Wall -I../../../includes    -c daVinci.c -o daVinci.o
rm -f main.o
gcc -O -Wall -I../../../includes    -c main.c -o main.o
rm -f matrix.o
gcc -O -Wall -I../../../includes    -c matrix.c -o matrix.o
rm -f symbol.o
gcc -O -Wall -I../../../includes    -c symbol.c -o symbol.o
gcc -o cgprof -O -Wall -I../../../includes       cgprof.o daVinci.o main.o matrix.o symbol.o 
make[3]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/prof/cgprof'
Finished making all in cgprof: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/prof/icons
------------------------------------------------------------------------
make[3]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/prof/icons'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/prof/icons'
Finished making all in icons: 0
echo "------------------------------------------------------------------------"
echo "== Finished making \`all' in cgprof icons ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/utils/prof"
echo "------------------------------------------------------------------------"
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/prof'
Finished making all in prof: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/unlit
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/unlit'
rm -f unlit.o
gcc -O -O    -c unlit.c -o unlit.o
gcc -o unlit -O -O       unlit.o 
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/unlit'
Finished making all in unlit: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/genprimopcode
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/genprimopcode'
/usr/local/bin/ghc -H16m -O    -c Lexer.hs -o Lexer.o  -ohi Lexer.hi
/usr/local/bin/ghc -H16m -O    -c Main.hs -o Main.o  -ohi Main.hi
/usr/local/bin/ghc -H16m -O    -c Parser.hs -o Parser.o  -ohi Parser.hi
/usr/local/bin/ghc -H16m -O    -c ParserM.hs -o ParserM.o  -ohi ParserM.hi
/usr/local/bin/ghc -H16m -O    -c Syntax.hs -o Syntax.o  -ohi Syntax.hi
/usr/local/bin/ghc -o genprimopcode -H16m -O       Lexer.o Main.o Parser.o ParserM.o Syntax.o   
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/genprimopcode'
Finished making all in genprimopcode: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/genapply
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/genapply'
/usr/local/bin/ghc -H16m -O -no-recomp    -c GenApply.hs -o GenApply.o  -ohi GenApply.hi
/usr/local/bin/ghc -o genapply -H16m -O -no-recomp       GenApply.o   
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/genapply'
Finished making all in genapply: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/runghc
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/runghc'
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal -Rghc-timing  -Wall    -c runghc.hs -o runghc.o  -ohi runghc.hi
/usr/local/bin/ghc -o runghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal -Rghc-timing  -Wall    -L../../compat -lghccompat   runghc.o   
cp runghc runhaskell
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/runghc'
Finished making all in runghc: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/hpc
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/hpc'
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c Hpc.hs -o Hpc.o  -ohi Hpc.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcCombine.hs -o HpcCombine.o  -ohi HpcCombine.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcDraft.hs -o HpcDraft.o  -ohi HpcDraft.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcFlags.hs -o HpcFlags.o  -ohi HpcFlags.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcLexer.hs -o HpcLexer.o  -ohi HpcLexer.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcMap.hs -o HpcMap.o  -ohi HpcMap.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcMarkup.hs -o HpcMarkup.o  -ohi HpcMarkup.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcOverlay.hs -o HpcOverlay.o  -ohi HpcOverlay.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcParser.hs -o HpcParser.o  -ohi HpcParser.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcReport.hs -o HpcReport.o  -ohi HpcReport.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcSet.hs -o HpcSet.o  -ohi HpcSet.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcShowTix.hs -o HpcShowTix.o  -ohi HpcShowTix.hi
/usr/local/bin/ghc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -c HpcUtils.hs -o HpcUtils.o  -ohi HpcUtils.hi
/usr/local/bin/ghc -o hpc -H16m -O -DUSING_COMPAT -i../../compat -ignore-package Cabal  -cpp     -L../../compat -lghccompat   Hpc.o HpcCombine.o HpcDraft.o HpcFlags.o HpcLexer.o HpcMap.o HpcMarkup.o HpcOverlay.o HpcParser.o HpcReport.o HpcSet.o HpcShowTix.o HpcUtils.o   
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/hpc'
Finished making all in hpc: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/pwd
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/pwd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/pwd'
Finished making all in pwd: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/utils/lndir
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/utils/lndir'
rm -f lndir.o
gcc -O -c lndir.c -o lndir.o
gcc -o lndir -O    lndir.o 
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils/lndir'
Finished making all in lndir: 0
echo "------------------------------------------------------------------------"
echo "== Finished making \`all' in mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs parallel prof unlit genprimopcode genapply runghc hpc pwd lndir ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/utils"
echo "------------------------------------------------------------------------"
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/utils'
------------------------------------------------------------------------
== make all -r;
 in /local/holzensp/src/ghc-6.8.1/driver
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver'
echo "[]" > package.conf.inplace
echo "[]" > package.conf
echo "------------------------------------------------------------------------"
echo "== Recursively making \`all' in mangler split ghc ghci ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/driver"
echo "------------------------------------------------------------------------"
case '-wrn' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
if [ $x_on_err -eq 0 ]; \
    then echo "Won't exit on error due to MFLAGS: -wrn"; \
fi; \
for i in mangler split ghc ghci; do \
  echo "------------------------------------------------------------------------"; \
  echo "== make all -wrn;"; \
  echo " in /local/holzensp/src/ghc-6.8.1/driver/$i"; \
  echo "------------------------------------------------------------------------"; \
  make --no-print-directory -C $i -wrn all; \
  if [ $? -eq 0 -o $x_on_err -eq 0 ]; \
      then echo "Finished making all in $i": $?; \
      else echo "Failed making all in $i": $?; exit 1; \
  fi; \
done
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/driver/mangler
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver/mangler'
rm -f ghc-asm.prl
/local/holzensp/src/ghc-6.8.1/utils/unlit/unlit    ghc-asm.lprl ghc-asm.prl
chmod a-w ghc-asm.prl
rm -f -f ghc-asm
echo '#!/usr/bin/perl'                                >> ghc-asm
echo '$TARGETPLATFORM  = "i386-unknown-linux";' >> ghc-asm
cat ghc-asm.prl                                          >> ghc-asm
chmod +x ghc-asm
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver/mangler'
Finished making all in mangler: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/driver/split
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver/split'
rm -f ghc-split.prl
/local/holzensp/src/ghc-6.8.1/utils/unlit/unlit    ghc-split.lprl ghc-split.prl
chmod a-w ghc-split.prl
rm -f -f ghc-split
echo '#!/usr/bin/perl'                                >> ghc-split
echo '$TARGETPLATFORM  = "i386-unknown-linux";' >> ghc-split
cat ghc-split.prl                                          >> ghc-split
chmod +x ghc-split
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver/split'
Finished making all in split: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/driver/ghc
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver/ghc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver/ghc'
Finished making all in ghc: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/driver/ghci
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/driver/ghci'
rm -f -f ghci-inplace
echo "#!/bin/sh"                                                              >> ghci-inplace
echo "GHCBIN=/local/holzensp/src/ghc-6.8.1/compiler/ghc-6.8.1" >> ghci-inplace
echo "TOPDIROPT=/local/holzensp/src/ghc-6.8.1"                                            >> ghci-inplace
echo 'exec $GHCPKGBIN --global-conf $PKGCONF ${1+"$@"}'                    >> ghci-inplace
chmod +x ghci-inplace
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver/ghci'
Finished making all in ghci: 0
echo "------------------------------------------------------------------------"
echo "== Finished making \`all' in mangler split ghc ghci ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/driver"
echo "------------------------------------------------------------------------"
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/driver'
------------------------------------------------------------------------
== make all -r;
 in /local/holzensp/src/ghc-6.8.1/docs
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs'
echo "------------------------------------------------------------------------"
echo "== Recursively making \`all' in man docbook-cheat-sheet users_guide ext-core storage-mgt ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/docs"
echo "------------------------------------------------------------------------"
case '-wrn' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
if [ $x_on_err -eq 0 ]; \
    then echo "Won't exit on error due to MFLAGS: -wrn"; \
fi; \
for i in man docbook-cheat-sheet users_guide ext-core storage-mgt; do \
  echo "------------------------------------------------------------------------"; \
  echo "== make all -wrn;"; \
  echo " in /local/holzensp/src/ghc-6.8.1/docs/$i"; \
  echo "------------------------------------------------------------------------"; \
  make --no-print-directory -C $i -wrn all; \
  if [ $? -eq 0 -o $x_on_err -eq 0 ]; \
      then echo "Finished making all in $i": $?; \
      else echo "Failed making all in $i": $?; exit 1; \
  fi; \
done
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/man
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/man'
perl gen_flags.xsl.pl "ghc ghci" "/usr/local/lib/ghc-6.8.1" > flags.xsl
rm -f flags.xml
head -n 1 ../users_guide/flags.xml >> flags.xml
echo "<!DOCTYPE sect1 [<!ENTITY ndash  \"-\"> \
                       <!ENTITY ldquo  \"\`\"> \
                       <!ENTITY rdquo  \"'\">]>" >> flags.xml
# "sed 1d" == "tail -n +2", but Solaris apparently rejects the latter
sed 1d ../users_guide/flags.xml >> flags.xml
/usr/bin/xsltproc   flags.xsl flags.xml > ghc.1
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/man'
Finished making all in man: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/docbook-cheat-sheet
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/docbook-cheat-sheet'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/docbook-cheat-sheet'
Finished making all in docbook-cheat-sheet: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/users_guide
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/users_guide'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/users_guide'
Finished making all in users_guide: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/ext-core
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/ext-core'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/ext-core'
Finished making all in ext-core: 0
------------------------------------------------------------------------
== make all -wrn;
 in /local/holzensp/src/ghc-6.8.1/docs/storage-mgt
------------------------------------------------------------------------
make[2]: Entering directory `/local/holzensp/src/ghc-6.8.1/docs/storage-mgt'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs/storage-mgt'
Finished making all in storage-mgt: 0
echo "------------------------------------------------------------------------"
echo "== Finished making \`all' in man docbook-cheat-sheet users_guide ext-core storage-mgt ..."
echo "PWD = /local/holzensp/src/ghc-6.8.1/docs"
echo "------------------------------------------------------------------------"
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/docs'
------------------------------------------------------------------------
== make all -r;
 in /local/holzensp/src/ghc-6.8.1/compiler
------------------------------------------------------------------------
make[1]: Entering directory `/local/holzensp/src/ghc-6.8.1/compiler'
/usr/bin/sed -e "s at GHC_PATH@/local/holzensp/src/ghc-6.8.1/compiler/stage1/ghc-6.8.1 at g" -e "s at TOP_ABS@/local/holzensp/src/ghc-6.8.1 at g" < ghc-inplace.c > stage1/ghc-inplace.c
/usr/local/bin/ghc -cpp  stage1/ghc-inplace.c -o stage1/ghc-inplace
rm -f -f ghc-inplace && ln -s stage1/ghc-inplace ghc-inplace
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/BasicTypes.lhs -o stage1/basicTypes/BasicTypes.o  -ohi stage1/basicTypes/BasicTypes.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/DataCon.lhs -o stage1/basicTypes/DataCon.o  -ohi stage1/basicTypes/DataCon.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/Demand.lhs -o stage1/basicTypes/Demand.o  -ohi stage1/basicTypes/Demand.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/Id.lhs -o stage1/basicTypes/Id.o  -ohi stage1/basicTypes/Id.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/IdInfo.lhs -o stage1/basicTypes/IdInfo.o  -ohi stage1/basicTypes/IdInfo.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/Literal.lhs -o stage1/basicTypes/Literal.o  -ohi stage1/basicTypes/Literal.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/MkId.lhs -o stage1/basicTypes/MkId.o  -ohi stage1/basicTypes/MkId.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/Module.lhs -o stage1/basicTypes/Module.o  -ohi stage1/basicTypes/Module.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/Name.lhs -o stage1/basicTypes/Name.o  -ohi stage1/basicTypes/Name.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/NameEnv.lhs -o stage1/basicTypes/NameEnv.o  -ohi stage1/basicTypes/NameEnv.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/NameSet.lhs -o stage1/basicTypes/NameSet.o  -ohi stage1/basicTypes/NameSet.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/NewDemand.lhs -o stage1/basicTypes/NewDemand.o  -ohi stage1/basicTypes/NewDemand.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/OccName.lhs -o stage1/basicTypes/OccName.o  -ohi stage1/basicTypes/OccName.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/RdrName.lhs -o stage1/basicTypes/RdrName.o  -ohi stage1/basicTypes/RdrName.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal  -funbox-strict-fields  -c basicTypes/SrcLoc.lhs -o stage1/basicTypes/SrcLoc.o  -ohi stage1/basicTypes/SrcLoc.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/UniqSupply.lhs -o stage1/basicTypes/UniqSupply.o  -ohi stage1/basicTypes/UniqSupply.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/Unique.lhs -o stage1/basicTypes/Unique.o  -ohi stage1/basicTypes/Unique.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/Var.lhs -o stage1/basicTypes/Var.o  -ohi stage1/basicTypes/Var.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/VarEnv.lhs -o stage1/basicTypes/VarEnv.o  -ohi stage1/basicTypes/VarEnv.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c basicTypes/VarSet.lhs -o stage1/basicTypes/VarSet.o  -ohi stage1/basicTypes/VarSet.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CLabel.hs -o stage1/cmm/CLabel.o  -ohi stage1/cmm/CLabel.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/Cmm.hs -o stage1/cmm/Cmm.o  -ohi stage1/cmm/Cmm.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmBrokenBlock.hs -o stage1/cmm/CmmBrokenBlock.o  -ohi stage1/cmm/CmmBrokenBlock.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmCPS.hs -o stage1/cmm/CmmCPS.o  -ohi stage1/cmm/CmmCPS.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmCPSGen.hs -o stage1/cmm/CmmCPSGen.o  -ohi stage1/cmm/CmmCPSGen.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmCallConv.hs -o stage1/cmm/CmmCallConv.o  -ohi stage1/cmm/CmmCallConv.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmInfo.hs -o stage1/cmm/CmmInfo.o  -ohi stage1/cmm/CmmInfo.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmLex.hs -o stage1/cmm/CmmLex.o  -ohi stage1/cmm/CmmLex.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmLint.hs -o stage1/cmm/CmmLint.o  -ohi stage1/cmm/CmmLint.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmLive.hs -o stage1/cmm/CmmLive.o  -ohi stage1/cmm/CmmLive.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmOpt.hs -o stage1/cmm/CmmOpt.o  -ohi stage1/cmm/CmmOpt.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmParse.hs -o stage1/cmm/CmmParse.o  -ohi stage1/cmm/CmmParse.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmProcPoint.hs -o stage1/cmm/CmmProcPoint.o  -ohi stage1/cmm/CmmProcPoint.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/CmmUtils.hs -o stage1/cmm/CmmUtils.o  -ohi stage1/cmm/CmmUtils.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/Dataflow.hs -o stage1/cmm/Dataflow.o  -ohi stage1/cmm/Dataflow.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/MachOp.hs -o stage1/cmm/MachOp.o  -ohi stage1/cmm/MachOp.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/PprC.hs -o stage1/cmm/PprC.o  -ohi stage1/cmm/PprC.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c cmm/PprCmm.hs -o stage1/cmm/PprCmm.o  -ohi stage1/cmm/PprCmm.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/Bitmap.hs -o stage1/codeGen/Bitmap.o  -ohi stage1/codeGen/Bitmap.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgBindery.lhs -o stage1/codeGen/CgBindery.o  -ohi stage1/codeGen/CgBindery.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgCallConv.hs -o stage1/codeGen/CgCallConv.o  -ohi stage1/codeGen/CgCallConv.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgCase.lhs -o stage1/codeGen/CgCase.o  -ohi stage1/codeGen/CgCase.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgClosure.lhs -o stage1/codeGen/CgClosure.o  -ohi stage1/codeGen/CgClosure.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgCon.lhs -o stage1/codeGen/CgCon.o  -ohi stage1/codeGen/CgCon.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgExpr.lhs -o stage1/codeGen/CgExpr.o  -ohi stage1/codeGen/CgExpr.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgForeignCall.hs -o stage1/codeGen/CgForeignCall.o  -ohi stage1/codeGen/CgForeignCall.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgHeapery.lhs -o stage1/codeGen/CgHeapery.o  -ohi stage1/codeGen/CgHeapery.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgHpc.hs -o stage1/codeGen/CgHpc.o  -ohi stage1/codeGen/CgHpc.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgInfoTbls.hs -o stage1/codeGen/CgInfoTbls.o  -ohi stage1/codeGen/CgInfoTbls.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgLetNoEscape.lhs -o stage1/codeGen/CgLetNoEscape.o  -ohi stage1/codeGen/CgLetNoEscape.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgMonad.lhs -o stage1/codeGen/CgMonad.o  -ohi stage1/codeGen/CgMonad.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgParallel.hs -o stage1/codeGen/CgParallel.o  -ohi stage1/codeGen/CgParallel.hi
/usr/local/bin/ghc -H16m -O  -istage1/utils  -istage1/basicTypes  -istage1/types  -istage1/hsSyn  -istage1/prelude  -istage1/rename  -istage1/typecheck  -istage1/deSugar  -istage1/coreSyn  -istage1/vectorise  -istage1/specialise  -istage1/simplCore  -istage1/stranal  -istage1/stgSyn  -istage1/simplStg  -istage1/codeGen  -istage1/main  -istage1/profiling  -istage1/parser  -istage1/cprAnalysis  -istage1/ndpFlatten  -istage1/iface  -istage1/cmm  -istage1/nativeGen -Wall -fno-warn-name-shadowing -fno-warn-orphans -Istage1 -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser -package unix -ignore-package lang -recomp -Rghc-timing  -H16M '-#include "cutils.h"' -DUSING_COMPAT -i../compat -ignore-package Cabal    -c codeGen/CgPrimOp.hs -o stage1/codeGen/CgPrimOp.o  -ohi stage1/codeGen/CgPrimOp.hi
make[1]: *** No rule to make target `../includes/DerivedConstants.h', needed by `stage1/codeGen/CgProf.o'.  Stop.
make[1]: Leaving directory `/local/holzensp/src/ghc-6.8.1/compiler'
make: *** [stage1] Error 1


More information about the Glasgow-haskell-users mailing list