Fail to compile ghc-6.2 on a Sun/Sparc

Patrick Scheibe mai99dnn at studserv.uni-leipzig.de
Wed Jan 14 16:38:31 EST 2004


Hi there.
I tried to compile the new ghc with hopengl support on a sun workstation.

uname -a

SunOS userv1 5.8 Generic_108528-27 sun4u sparc SUNW,Ultra-80

The configure script seems to work. My options were:

./configure --prefix=/home/mai99dnn/built --enable-hopengl

But when I did a make following error occured:

make: Fatal error in reader: ./mk/boilerplate.mk, line 22: Unexpected end of 
line seen

I don't know whats wrong. The boilerplate.mk seems to be ok for me.
Any suggestions???

Cheers Patrick

I just attached the config.log:

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

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure 

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

hostname = userv1
uname -m = sun4u
uname -r = 5.8
uname -s = SunOS
uname -v = Generic_108528-27

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = userv1
Release = 5.8
KernelID = Generic_108528-27
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 4

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

PATH: /usr/bin
PATH: /usr/openwin/bin
PATH: /usr/dt/bin
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/ccs/bin
PATH: /usr/local/bin
PATH: /usr/locselb/bin
PATH: /usr/local/X11R6.4/bin
PATH: /usr/local/X11/bin
PATH: /usr/local/teTeX/bin
PATH: /usr/loc_inf/bin5.8
PATH: /usr/local/ssl/bin
PATH: /usr/loc_inf/bin
PATH: /u/mai99dnn/bin
PATH: //u/mai99dnn/build/bin
PATH: /home/joe/built/bin
PATH: /home/joe/built/bin


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

configure:1375: checking build system type
configure:1393: result: sparc-sun-solaris2.8
configure:1401: checking host system type
configure:1415: result: sparc-sun-solaris2.8
configure:1423: checking target system type
configure:1437: result: sparc-sun-solaris2.8
configure:1841: checking for path to top of build tree
configure:1862: result: /u/mai99dnn/tmp/ghc-6.2
configure:1877: checking for ghc
configure:1895: found /home/joe/built/bin/ghc
configure:1907: result: /home/joe/built/bin/ghc
configure:1933: checking version of ghc
/home/joe/built/bin/ghc: /u/joe/built/lib/ghc-5.00.2/ghc-5.00.2: not found
configure:1962: result: unknown
configure:1971: checking for nhc
configure:2004: result: no
configure:1971: checking for nhc98
configure:2004: result: no
configure:2013: checking for hbc
configure:2031: found /home/joe/built/bin/hbc
configure:2043: result: /home/joe/built/bin/hbc
configure:2170: checking whether #! works in shell scripts
configure:2187: result: yes
configure:2238: checking for perl
configure:2256: found /usr/bin/perl
configure:2268: result: /usr/bin/perl
configure:2304: checking if your perl works in shell scripts
configure:2322: result: yes
configure:2327: checking for python
configure:2345: found /usr/local/bin/python
configure:2357: result: /usr/local/bin/python
configure:2411: checking for gcc
configure:2427: found /usr/local/bin/gcc
configure:2437: result: gcc
configure:2681: checking for C compiler version
configure:2684: gcc --version </dev/null >&5
gcc (GCC) 3.2.1
Copyright (C) 2002 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:2687: $? = 0
configure:2689: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.1/specs
Configured with: ../configure --disable-nls --with-as=/usr/ccs/bin/as 
--with-ld=/usr/ccs/bin/ld
Thread model: posix
gcc version 3.2.1
configure:2692: $? = 0
configure:2694: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2697: $? = 1
configure:2721: checking for C compiler default output
configure:2724: gcc    conftest.c  >&5
configure:2727: $? = 0
configure:2773: result: a.out
configure:2778: checking whether the C compiler works
configure:2784: ./a.out
configure:2787: $? = 0
configure:2804: result: yes
configure:2811: checking whether we are cross compiling
configure:2813: result: no
configure:2816: checking for suffix of executables
configure:2818: gcc -o conftest    conftest.c  >&5
configure:2821: $? = 0
configure:2846: result: 
configure:2852: checking for suffix of object files
configure:2874: gcc -c   conftest.c >&5
configure:2877: $? = 0
configure:2899: result: o
configure:2903: checking whether we are using the GNU C compiler
configure:2928: gcc -c   conftest.c >&5
configure:2931: $? = 0
configure:2934: test -s conftest.o
configure:2937: $? = 0
configure:2950: result: yes
configure:2956: checking whether gcc accepts -g
configure:2978: gcc -c -g  conftest.c >&5
configure:2981: $? = 0
configure:2984: test -s conftest.o
configure:2987: $? = 0
configure:2998: result: yes
configure:3015: checking for gcc option to accept ANSI C
configure:3076: gcc  -c -g -O2  conftest.c >&5
configure:3079: $? = 0
configure:3082: test -s conftest.o
configure:3085: $? = 0
configure:3103: result: none needed
configure:3121: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:3124: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3233: checking whether you have an ok gcc
configure:3281: result: yes
configure:3286: checking whether gcc needs -mno-omit-leaf-frame-pointer
configure:3318: result: yes
configure:3333: checking how to run the C preprocessor
configure:3369: gcc -E  conftest.c
configure:3375: $? = 0
configure:3407: gcc -E  conftest.c
configure:3407:28: ac_nonexistent.h: No such file or directory
configure:3413: $? = 1
configure: failed program was:
| #line 3398 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3451: result: gcc -E
configure:3476: gcc -E  conftest.c
configure:3482: $? = 0
configure:3514: gcc -E  conftest.c
configure:3514:28: ac_nonexistent.h: No such file or directory
configure:3520: $? = 1
configure: failed program was:
| #line 3505 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3567: checking whether gcc accepts -mno-cygwin
configure:3601: result: no
configure:3611: checking for a working context diff
configure:3627: result: diff -C 1
configure:3640: checking for find
configure:3658: found /usr/bin/find
configure:3670: result: /usr/bin/find
configure:3754: checking for a BSD-compatible install
configure:3808: result: /usr/local/bin/install -c
configure:3828: checking for ar
configure:3846: found /usr/ccs/bin/ar
configure:3858: result: /usr/ccs/bin/ar
configure:4000: checking whether ln -s works
configure:4004: result: yes
configure:4015: checking for sed
configure:4033: found /usr/bin/sed
configure:4045: result: /usr/bin/sed
configure:4056: checking for time
configure:4074: found /usr/bin/time
configure:4086: result: /usr/bin/time
configure:4098: checking for gtar
configure:4116: found /usr/local/bin/gtar
configure:4128: result: /usr/local/bin/gtar
configure:4144: checking for openjade
configure:4177: result: no
configure:4144: checking for jade
configure:4177: result: no
configure:4185: checking for DocBook CATALOG
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
/etc/sgml/catalog conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
/etc/sgml.catalog conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
/usr/share/sgml/CATALOG.docbkdsl conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
/usr/local/share/sgml/catalog conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
glafp-utils/docbook/CATALOG.FreeBSD conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
glafp-utils/docbook/CATALOG.SuSE_new conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
glafp-utils/docbook/CATALOG.SuSE_old conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
glafp-utils/docbook/CATALOG.cygnus conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
glafp-utils/docbook/CATALOG.generic conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4211: jade -t rtf -d docs/fptools-both.dsl#print -c 
glafp-utils/docbook/CATALOG.windows conftest.sgml
./configure: jade: command not found
configure:4214: $? = 127
configure:4226: result: no
configure:4234: result: Warning: You will not be able to build the 
documentation.
configure:4262: checking for ghc-pkg
configure:4280: found /home/joe/built/bin/ghc-pkg
configure:4292: result: /home/joe/built/bin/ghc-pkg
configure:4412: checking for happy
configure:4430: found /home/joe/built/bin/happy
configure:4443: result: /home/joe/built/bin/happy
configure:4451: checking for version of happy
configure:4466: result: 1.6
configure:4517: checking for haddock
configure:4535: found /home/joe/built/bin/haddock
configure:4548: result: /home/joe/built/bin/haddock
configure:4576: checking for alex
configure:4610: result: no
configure:4615: checking for version of alex
configure:4630: result: 
configure:4667: checking for egrep
configure:4677: result: egrep
configure:4682: checking for ANSI C header files
configure:4708: gcc -c -g -O2  conftest.c >&5
configure:4711: $? = 0
configure:4714: test -s conftest.o
configure:4717: $? = 0
configure:4806: gcc -o conftest -g -O2   conftest.c  >&5
configure:4809: $? = 0
configure:4811: ./conftest
configure:4814: $? = 0
configure:4829: result: yes
configure:4847: checking for special C compiler options needed for large files
configure:4927: result: no
configure:4933: checking for _FILE_OFFSET_BITS value needed for large files
configure:4965: gcc -c -g -O2  conftest.c >&5
configure:4957: warning: left shift count >= width of type
configure:4957: warning: left shift count >= width of type
configure:4959: size of array `off_t_is_large' is negative
configure:4968: $? = 1
configure: failed program was:
| #line 4940 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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:5009: gcc -c -g -O2  conftest.c >&5
configure:5012: $? = 0
configure:5015: test -s conftest.o
configure:5018: $? = 0
configure:5030: result: 64
configure:5040: checking for _LARGE_FILES value needed for large files
configure:5072: gcc -c -g -O2  conftest.c >&5
configure:5075: $? = 0
configure:5078: test -s conftest.o
configure:5081: $? = 0
configure:5137: result: no
configure:5164: checking for sys/types.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5184: $? = 0
configure:5187: test -s conftest.o
configure:5190: $? = 0
configure:5201: result: yes
configure:5164: checking for sys/stat.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5184: $? = 0
configure:5187: test -s conftest.o
configure:5190: $? = 0
configure:5201: result: yes
configure:5164: checking for stdlib.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5184: $? = 0
configure:5187: test -s conftest.o
configure:5190: $? = 0
configure:5201: result: yes
configure:5164: checking for string.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5184: $? = 0
configure:5187: test -s conftest.o
configure:5190: $? = 0
configure:5201: result: yes
configure:5164: checking for memory.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5184: $? = 0
configure:5187: test -s conftest.o
configure:5190: $? = 0
configure:5201: result: yes
configure:5164: checking for strings.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5184: $? = 0
configure:5187: test -s conftest.o
configure:5190: $? = 0
configure:5201: result: yes
configure:5164: checking for inttypes.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5184: $? = 0
configure:5187: test -s conftest.o
configure:5190: $? = 0
configure:5201: result: yes
configure:5164: checking for stdint.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5223:20: stdint.h: No such file or directory
configure:5184: $? = 1
configure: failed program was:
| #line 5169 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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
| /* 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 <stdint.h>
configure:5201: result: no
configure:5164: checking for unistd.h
configure:5181: gcc -c -g -O2  conftest.c >&5
configure:5184: $? = 0
configure:5187: test -s conftest.o
configure:5190: $? = 0
configure:5201: result: yes
configure:5290: checking Files.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5346:19: Files.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_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 <Files.h>
configure:5322: result: no
configure:5326: checking Files.h presence
configure:5337: gcc -E  conftest.c
configure:5348:19: Files.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| /* end confdefs.h.  */
| #include <Files.h>
configure:5362: result: no
configure:5398: checking for Files.h
configure:5405: result: no
configure:5290: checking arpa/inet.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking arpa/inet.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for arpa/inet.h
configure:5405: result: yes
configure:5290: checking assert.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking assert.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for assert.h
configure:5405: result: yes
configure:5290: checking console.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5348:21: console.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_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 <console.h>
configure:5322: result: no
configure:5326: checking console.h presence
configure:5337: gcc -E  conftest.c
configure:5350:21: console.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| /* end confdefs.h.  */
| #include <console.h>
configure:5362: result: no
configure:5398: checking for console.h
configure:5405: result: no
configure:5290: checking ctype.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking ctype.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for ctype.h
configure:5405: result: yes
configure:5290: checking dirent.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking dirent.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for dirent.h
configure:5405: result: yes
configure:5290: checking errno.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking errno.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for errno.h
configure:5405: result: yes
configure:5290: checking fcntl.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking fcntl.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for fcntl.h
configure:5405: result: yes
configure:5290: checking float.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking float.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for float.h
configure:5405: result: yes
configure:5290: checking ftw.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking ftw.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for ftw.h
configure:5405: result: yes
configure:5290: checking grp.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking grp.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for grp.h
configure:5405: result: yes
configure:5290: checking ieee754.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5355:21: ieee754.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_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 <ieee754.h>
configure:5322: result: no
configure:5326: checking ieee754.h presence
configure:5337: gcc -E  conftest.c
configure:5357:21: ieee754.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <ieee754.h>
configure:5362: result: no
configure:5398: checking for ieee754.h
configure:5405: result: no
configure:5281: checking for inttypes.h
configure:5286: result: yes
configure:5290: checking limits.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking limits.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for limits.h
configure:5405: result: yes
configure:5290: checking locale.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking locale.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for locale.h
configure:5405: result: yes
configure:5290: checking malloc.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking malloc.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for malloc.h
configure:5405: result: yes
configure:5281: checking for memory.h
configure:5286: result: yes
configure:5290: checking nlist.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking nlist.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for nlist.h
configure:5405: result: yes
configure:5290: checking pascal.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5361:20: pascal.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_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 <pascal.h>
configure:5322: result: no
configure:5326: checking pascal.h presence
configure:5337: gcc -E  conftest.c
configure:5363:20: pascal.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| /* end confdefs.h.  */
| #include <pascal.h>
configure:5362: result: no
configure:5398: checking for pascal.h
configure:5405: result: no
configure:5290: checking pwd.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking pwd.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for pwd.h
configure:5405: result: yes
configure:5290: checking sgtty.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sgtty.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sgtty.h
configure:5405: result: yes
configure:5290: checking siginfo.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking siginfo.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for siginfo.h
configure:5405: result: yes
configure:5290: checking signal.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking signal.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for signal.h
configure:5405: result: yes
configure:5290: checking stat.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5365:18: stat.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_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 <stat.h>
configure:5322: result: no
configure:5326: checking stat.h presence
configure:5337: gcc -E  conftest.c
configure:5367:18: stat.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <stat.h>
configure:5362: result: no
configure:5398: checking for stat.h
configure:5405: result: no
configure:5281: checking for stdint.h
configure:5286: result: no
configure:5281: checking for stdlib.h
configure:5286: result: yes
configure:5290: checking stddef.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking stddef.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for stddef.h
configure:5405: result: yes
configure:5290: checking stdarg.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking stdarg.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for stdarg.h
configure:5405: result: yes
configure:5281: checking for string.h
configure:5286: result: yes
configure:5290: checking sys/fault.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/fault.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/fault.h
configure:5405: result: yes
configure:5290: checking sys/file.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/file.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/file.h
configure:5405: result: yes
configure:5290: checking sys/ioctl.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/ioctl.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/ioctl.h
configure:5405: result: yes
configure:5290: checking sys/limits.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5372:24: sys/limits.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_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/limits.h>
configure:5322: result: no
configure:5326: checking sys/limits.h presence
configure:5337: gcc -E  conftest.c
configure:5374:24: sys/limits.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <sys/limits.h>
configure:5362: result: no
configure:5398: checking for sys/limits.h
configure:5405: result: no
configure:5290: checking sys/mman.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/mman.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/mman.h
configure:5405: result: yes
configure:5290: checking sys/param.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/param.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/param.h
configure:5405: result: yes
configure:5290: checking sys/procfs.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
In file included from /usr/include/sys/procfs.h:29,
                 from configure:5374:
/usr/include/sys/old_procfs.h:39:2: #error "Cannot use procfs in the large 
file compilation environment"
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_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/procfs.h>
configure:5322: result: no
configure:5326: checking sys/procfs.h presence
configure:5337: gcc -E  conftest.c
In file included from /usr/include/sys/procfs.h:29,
                 from configure:5376:
/usr/include/sys/old_procfs.h:39:2: #error "Cannot use procfs in the large 
file compilation environment"
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/procfs.h>
configure:5362: result: no
configure:5398: checking for sys/procfs.h
configure:5405: result: no
configure:5290: checking sys/resource.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/resource.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/resource.h
configure:5405: result: yes
configure:5290: checking sys/signal.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/signal.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/signal.h
configure:5405: result: yes
configure:5290: checking sys/socket.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/socket.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/socket.h
configure:5405: result: yes
configure:5290: checking netdb.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking netdb.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for netdb.h
configure:5405: result: yes
configure:5290: checking netinet/in.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking netinet/in.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for netinet/in.h
configure:5405: result: yes
configure:5290: checking netinet/tcp.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking netinet/tcp.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for netinet/tcp.h
configure:5405: result: yes
configure:5281: checking for sys/stat.h
configure:5286: result: yes
configure:5290: checking sys/syscall.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/syscall.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/syscall.h
configure:5405: result: yes
configure:5290: checking sys/time.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/time.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/time.h
configure:5405: result: yes
configure:5290: checking sys/timeb.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/timeb.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/timeb.h
configure:5405: result: yes
configure:5290: checking sys/timers.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5384:24: sys/timers.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_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:5322: result: no
configure:5326: checking sys/timers.h presence
configure:5337: gcc -E  conftest.c
configure:5386:24: sys/timers.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h.  */
| #include <sys/timers.h>
configure:5362: result: no
configure:5398: checking for sys/timers.h
configure:5405: result: no
configure:5290: checking sys/times.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/times.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/times.h
configure:5405: result: yes
configure:5281: checking for sys/types.h
configure:5286: result: yes
configure:5290: checking sys/un.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/un.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/un.h
configure:5405: result: yes
configure:5290: checking sys/utsname.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/utsname.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/utsname.h
configure:5405: result: yes
configure:5290: checking sys/vadvise.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5388:25: sys/vadvise.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_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/vadvise.h>
configure:5322: result: no
configure:5326: checking sys/vadvise.h presence
configure:5337: gcc -E  conftest.c
configure:5390:25: sys/vadvise.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| /* end confdefs.h.  */
| #include <sys/vadvise.h>
configure:5362: result: no
configure:5398: checking for sys/vadvise.h
configure:5405: result: no
configure:5290: checking sys/wait.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/wait.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/wait.h
configure:5405: result: yes
configure:5290: checking termio.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking termio.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for termio.h
configure:5405: result: yes
configure:5290: checking termios.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking termios.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for termios.h
configure:5405: result: yes
configure:5290: checking time.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking time.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for time.h
configure:5405: result: yes
configure:5290: checking types.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5392:19: types.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_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 <types.h>
configure:5322: result: no
configure:5326: checking types.h presence
configure:5337: gcc -E  conftest.c
configure:5394:19: types.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| /* end confdefs.h.  */
| #include <types.h>
configure:5362: result: no
configure:5398: checking for types.h
configure:5405: result: no
configure:5281: checking for unistd.h
configure:5286: result: yes
configure:5290: checking utime.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking utime.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for utime.h
configure:5405: result: yes
configure:5290: checking values.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking values.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for values.h
configure:5405: result: yes
configure:5290: checking bfd.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking bfd.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for bfd.h
configure:5405: result: yes
configure:5290: checking winsock.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5396:21: winsock.h: No such file or directory
configure:5306: $? = 1
configure: failed program was:
| #line 5292 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_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:5322: result: no
configure:5326: checking winsock.h presence
configure:5337: gcc -E  conftest.c
configure:5398:21: winsock.h: No such file or directory
configure:5343: $? = 1
configure: failed program was:
| #line 5328 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| /* end confdefs.h.  */
| #include <winsock.h>
configure:5362: result: no
configure:5398: checking for winsock.h
configure:5405: result: no
configure:5290: checking pthread.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking pthread.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for pthread.h
configure:5405: result: yes
configure:5290: checking sys/uio.h usability
configure:5303: gcc -c -g -O2  conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5322: result: yes
configure:5326: checking sys/uio.h presence
configure:5337: gcc -E  conftest.c
configure:5343: $? = 0
configure:5362: result: yes
configure:5398: checking for sys/uio.h
configure:5405: result: yes
configure:5419: checking for unistd.h
configure:5424: result: yes
configure:5552: checking for lchown
configure:5602: gcc -o conftest -g -O2   conftest.c  >&5
configure:5605: $? = 0
configure:5608: test -s conftest
configure:5611: $? = 0
configure:5622: result: yes
configure:5646: checking readline/readline.h usability
configure:5659: gcc -c -g -O2  conftest.c >&5
configure:5662: $? = 0
configure:5665: test -s conftest.o
configure:5668: $? = 0
configure:5678: result: yes
configure:5682: checking readline/readline.h presence
configure:5693: gcc -E  conftest.c
configure:5699: $? = 0
configure:5718: result: yes
configure:5754: checking for readline/readline.h
configure:5761: result: yes
configure:5782: checking readline/history.h usability
configure:5795: gcc -c -g -O2  conftest.c >&5
configure:5798: $? = 0
configure:5801: test -s conftest.o
configure:5804: $? = 0
configure:5814: result: yes
configure:5818: checking readline/history.h presence
configure:5829: gcc -E  conftest.c
configure:5835: $? = 0
configure:5854: result: yes
configure:5890: checking for readline/history.h
configure:5897: result: yes
configure:5943: checking dos.h usability
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:6053:17: dos.h: No such file or directory
configure:5959: $? = 1
configure: failed program was:
| #line 5945 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 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 <dos.h>
configure:5975: result: no
configure:5979: checking dos.h presence
configure:5990: gcc -E  conftest.c
configure:6055:17: dos.h: No such file or directory
configure:5996: $? = 1
configure: failed program was:
| #line 5981 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| /* end confdefs.h.  */
| #include <dos.h>
configure:6015: result: no
configure:6051: checking for dos.h
configure:6058: result: no
configure:5943: checking conio.h usability
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:6053:19: conio.h: No such file or directory
configure:5959: $? = 1
configure: failed program was:
| #line 5945 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 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 <conio.h>
configure:5975: result: no
configure:5979: checking conio.h presence
configure:5990: gcc -E  conftest.c
configure:6055:19: conio.h: No such file or directory
configure:5996: $? = 1
configure: failed program was:
| #line 5981 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| /* end confdefs.h.  */
| #include <conio.h>
configure:6015: result: no
configure:6051: checking for conio.h
configure:6058: result: no
configure:5943: checking io.h usability
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:6053:16: io.h: No such file or directory
configure:5959: $? = 1
configure: failed program was:
| #line 5945 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 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 <io.h>
configure:5975: result: no
configure:5979: checking io.h presence
configure:5990: gcc -E  conftest.c
configure:6055:16: io.h: No such file or directory
configure:5996: $? = 1
configure: failed program was:
| #line 5981 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| /* end confdefs.h.  */
| #include <io.h>
configure:6015: result: no
configure:6051: checking for io.h
configure:6058: result: no
configure:5943: checking std.h usability
configure:5956: gcc -c -g -O2  conftest.c >&5
configure:5959: $? = 0
configure:5962: test -s conftest.o
configure:5965: $? = 0
configure:5975: result: yes
configure:5979: checking std.h presence
configure:5990: gcc -E  conftest.c
configure:5996: $? = 0
configure:6015: result: yes
configure:6051: checking for std.h
configure:6058: result: yes
configure:6086: checking windows.h usability
configure:6099: gcc -c -g -O2  conftest.c >&5
configure:6197:21: windows.h: No such file or directory
configure:6102: $? = 1
configure: failed program was:
| #line 6088 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_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:6118: result: no
configure:6122: checking windows.h presence
configure:6133: gcc -E  conftest.c
configure:6199:21: windows.h: No such file or directory
configure:6139: $? = 1
configure: failed program was:
| #line 6124 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| /* end confdefs.h.  */
| #include <windows.h>
configure:6158: result: no
configure:6194: checking for windows.h
configure:6201: result: no
configure:6375: checking GL/gl.h usability
configure:6388: gcc -c -g -O2   conftest.c >&5
configure:6391: $? = 0
configure:6394: test -s conftest.o
configure:6397: $? = 0
configure:6407: result: yes
configure:6411: checking GL/gl.h presence
configure:6422: gcc -E   conftest.c
configure:6428: $? = 0
configure:6447: result: yes
configure:6483: checking for GL/gl.h
configure:6490: result: yes
configure:6506: checking whether time.h and sys/time.h may both be included
configure:6532: gcc -c -g -O2  conftest.c >&5
configure:6535: $? = 0
configure:6538: test -s conftest.o
configure:6541: $? = 0
configure:6552: result: yes
configure:6578: checking dlfcn.h usability
configure:6591: gcc -c -g -O2  conftest.c >&5
configure:6594: $? = 0
configure:6597: test -s conftest.o
configure:6600: $? = 0
configure:6610: result: yes
configure:6614: checking dlfcn.h presence
configure:6625: gcc -E  conftest.c
configure:6631: $? = 0
configure:6650: result: yes
configure:6686: checking for dlfcn.h
configure:6693: result: yes
configure:6578: checking dl.h usability
configure:6591: gcc -c -g -O2  conftest.c >&5
configure:6692:16: dl.h: No such file or directory
configure:6594: $? = 1
configure: failed program was:
| #line 6580 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_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 <dl.h>
configure:6610: result: no
configure:6614: checking dl.h presence
configure:6625: gcc -E  conftest.c
configure:6694:16: dl.h: No such file or directory
configure:6631: $? = 1
configure: failed program was:
| #line 6616 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <dl.h>
configure:6650: result: no
configure:6686: checking for dl.h
configure:6693: result: no
configure:6717: checking alloc.h usability
configure:6730: gcc -c -g -O2  conftest.c >&5
configure:6831:19: alloc.h: No such file or directory
configure:6733: $? = 1
configure: failed program was:
| #line 6719 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_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 <alloc.h>
configure:6749: result: no
configure:6753: checking alloc.h presence
configure:6764: gcc -E  conftest.c
configure:6833:19: alloc.h: No such file or directory
configure:6770: $? = 1
configure: failed program was:
| #line 6755 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <alloc.h>
configure:6789: result: no
configure:6825: checking for alloc.h
configure:6832: result: no
configure:6926: checking for malloc.h
configure:6931: result: yes
configure:7059: checking for valloc
configure:7109: gcc -o conftest -g -O2   conftest.c  >&5
configure:7112: $? = 0
configure:7115: test -s conftest
configure:7118: $? = 0
configure:7129: result: yes
configure:7158: checking regex.h usability
configure:7171: gcc -c -g -O2  conftest.c >&5
configure:7174: $? = 0
configure:7177: test -s conftest.o
configure:7180: $? = 0
configure:7190: result: yes
configure:7194: checking regex.h presence
configure:7205: gcc -E  conftest.c
configure:7211: $? = 0
configure:7230: result: yes
configure:7266: checking for regex.h
configure:7273: result: yes
configure:7281: checking for regcomp
configure:7331: gcc -o conftest -g -O2   conftest.c  >&5
configure:7334: $? = 0
configure:7337: test -s conftest
configure:7340: $? = 0
configure:7351: result: yes
configure:7363: checking whether struct tm is in sys/time.h or time.h
configure:7387: gcc -c -g -O2  conftest.c >&5
configure:7390: $? = 0
configure:7393: test -s conftest.o
configure:7396: $? = 0
configure:7407: result: time.h
configure:7417: checking for struct tm.tm_zone
configure:7444: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:7510: structure has no member named `tm_zone'
configure:7447: $? = 1
configure: failed program was:
| #line 7422 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_VALLOC 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_zone)
| return 0;
|   ;
|   return 0;
| }
configure:7482: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:7548: structure has no member named `tm_zone'
configure:7485: $? = 1
configure: failed program was:
| #line 7460 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_VALLOC 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_zone)
| return 0;
|   ;
|   return 0;
| }
configure:7504: result: no
configure:7522: checking for tzname
configure:7548: gcc -o conftest -g -O2   conftest.c  >&5
configure:7551: $? = 0
configure:7554: test -s conftest
configure:7557: $? = 0
configure:7568: result: yes
configure:7585: checking for sys/time.h
configure:7590: result: yes
configure:7722: checking whether altzone is declared
configure:7757: gcc -c -g -O2  conftest.c >&5
configure:7760: $? = 0
configure:7763: test -s conftest.o
configure:7766: $? = 0
configure:7777: result: yes
configure:7798: checking for struct stat.st_blksize
configure:7822: gcc -c -g -O2  conftest.c >&5
configure:7825: $? = 0
configure:7828: test -s conftest.o
configure:7831: $? = 0
configure:7879: result: yes
configure:7896: checking for long long
configure:7921: gcc -c -g -O2  conftest.c >&5
configure:7924: $? = 0
configure:7927: test -s conftest.o
configure:7930: $? = 0
configure:7941: result: yes
configure:7960: checking for sys/types.h
configure:7965: result: yes
configure:7960: checking for sys/socket.h
configure:7965: result: yes
configure:7960: checking for sys/uio.h
configure:7965: result: yes
configure:8097: checking for struct msghdr.msg_control
configure:8130: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:8205: structure has no member named `msg_control'
configure:8133: $? = 1
configure: failed program was:
| #line 8102 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_VALLOC 1
| #define HAVE_REGEX_H 1
| #define HAVE_TZNAME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_DECL_ALTZONE 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| #if HAVE_SYS_UIO_H
| # include <sys/uio.h>
| #endif
| 
| int
| main ()
| {
| static struct msghdr ac_aggr;
| if (ac_aggr.msg_control)
| return 0;
|   ;
|   return 0;
| }
configure:8174: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:8249: structure has no member named `msg_control'
configure:8177: $? = 1
configure: failed program was:
| #line 8146 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_VALLOC 1
| #define HAVE_REGEX_H 1
| #define HAVE_TZNAME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_DECL_ALTZONE 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| #if HAVE_SYS_UIO_H
| # include <sys/uio.h>
| #endif
| 
| int
| main ()
| {
| static struct msghdr ac_aggr;
| if (sizeof ac_aggr.msg_control)
| return 0;
|   ;
|   return 0;
| }
configure:8196: result: no
configure:8206: checking for struct msghdr.msg_accrights
configure:8239: gcc -c -g -O2  conftest.c >&5
configure:8242: $? = 0
configure:8245: test -s conftest.o
configure:8248: $? = 0
configure:8305: result: yes
configure:8317: checking for char
configure:8342: gcc -c -g -O2  conftest.c >&5
configure:8345: $? = 0
configure:8348: test -s conftest.o
configure:8351: $? = 0
configure:8362: result: yes
configure:8365: checking size of char
configure:8640: gcc -o conftest -g -O2   conftest.c  >&5
configure:8643: $? = 0
configure:8645: ./conftest
configure:8648: $? = 0
configure:8671: result: 1
configure:8678: checking for double
configure:8703: gcc -c -g -O2  conftest.c >&5
configure:8706: $? = 0
configure:8709: test -s conftest.o
configure:8712: $? = 0
configure:8723: result: yes
configure:8726: checking size of double
configure:9001: gcc -o conftest -g -O2   conftest.c  >&5
configure:9004: $? = 0
configure:9006: ./conftest
configure:9009: $? = 0
configure:9032: result: 8
configure:9039: checking for float
configure:9064: gcc -c -g -O2  conftest.c >&5
configure:9067: $? = 0
configure:9070: test -s conftest.o
configure:9073: $? = 0
configure:9084: result: yes
configure:9087: checking size of float
configure:9362: gcc -o conftest -g -O2   conftest.c  >&5
configure:9365: $? = 0
configure:9367: ./conftest
configure:9370: $? = 0
configure:9393: result: 4
configure:9400: checking for int
configure:9425: gcc -c -g -O2  conftest.c >&5
configure:9428: $? = 0
configure:9431: test -s conftest.o
configure:9434: $? = 0
configure:9445: result: yes
configure:9448: checking size of int
configure:9723: gcc -o conftest -g -O2   conftest.c  >&5
configure:9726: $? = 0
configure:9728: ./conftest
configure:9731: $? = 0
configure:9754: result: 4
configure:9761: checking for long
configure:9786: gcc -c -g -O2  conftest.c >&5
configure:9789: $? = 0
configure:9792: test -s conftest.o
configure:9795: $? = 0
configure:9806: result: yes
configure:9809: checking size of long
configure:10084: gcc -o conftest -g -O2   conftest.c  >&5
configure:10087: $? = 0
configure:10089: ./conftest
configure:10092: $? = 0
configure:10115: result: 4
configure:10123: checking for long long
configure:10168: result: yes
configure:10171: checking size of long long
configure:10446: gcc -o conftest -g -O2   conftest.c  >&5
configure:10449: $? = 0
configure:10451: ./conftest
configure:10454: $? = 0
configure:10477: result: 8
configure:10485: checking for short
configure:10510: gcc -c -g -O2  conftest.c >&5
configure:10513: $? = 0
configure:10516: test -s conftest.o
configure:10519: $? = 0
configure:10530: result: yes
configure:10533: checking size of short
configure:10808: gcc -o conftest -g -O2   conftest.c  >&5
configure:10811: $? = 0
configure:10813: ./conftest
configure:10816: $? = 0
configure:10839: result: 2
configure:10846: checking for unsigned char
configure:10871: gcc -c -g -O2  conftest.c >&5
configure:10874: $? = 0
configure:10877: test -s conftest.o
configure:10880: $? = 0
configure:10891: result: yes
configure:10894: checking size of unsigned char
configure:11169: gcc -o conftest -g -O2   conftest.c  >&5
configure:11172: $? = 0
configure:11174: ./conftest
configure:11177: $? = 0
configure:11200: result: 1
configure:11207: checking for unsigned int
configure:11232: gcc -c -g -O2  conftest.c >&5
configure:11235: $? = 0
configure:11238: test -s conftest.o
configure:11241: $? = 0
configure:11252: result: yes
configure:11255: checking size of unsigned int
configure:11530: gcc -o conftest -g -O2   conftest.c  >&5
configure:11533: $? = 0
configure:11535: ./conftest
configure:11538: $? = 0
configure:11561: result: 4
configure:11568: checking for unsigned long
configure:11593: gcc -c -g -O2  conftest.c >&5
configure:11596: $? = 0
configure:11599: test -s conftest.o
configure:11602: $? = 0
configure:11613: result: yes
configure:11616: checking size of unsigned long
configure:11891: gcc -o conftest -g -O2   conftest.c  >&5
configure:11894: $? = 0
configure:11896: ./conftest
configure:11899: $? = 0
configure:11922: result: 4
configure:11930: checking for unsigned long long
configure:11955: gcc -c -g -O2  conftest.c >&5
configure:11958: $? = 0
configure:11961: test -s conftest.o
configure:11964: $? = 0
configure:11975: result: yes
configure:11978: checking size of unsigned long long
configure:12253: gcc -o conftest -g -O2   conftest.c  >&5
configure:12256: $? = 0
configure:12258: ./conftest
configure:12261: $? = 0
configure:12284: result: 8
configure:12292: checking for unsigned short
configure:12317: gcc -c -g -O2  conftest.c >&5
configure:12320: $? = 0
configure:12323: test -s conftest.o
configure:12326: $? = 0
configure:12337: result: yes
configure:12340: checking size of unsigned short
configure:12615: gcc -o conftest -g -O2   conftest.c  >&5
configure:12618: $? = 0
configure:12620: ./conftest
configure:12623: $? = 0
configure:12646: result: 2
configure:12653: checking for void *
configure:12678: gcc -c -g -O2  conftest.c >&5
configure:12681: $? = 0
configure:12684: test -s conftest.o
configure:12687: $? = 0
configure:12698: result: yes
configure:12701: checking size of void *
configure:12976: gcc -o conftest -g -O2   conftest.c  >&5
configure:12979: $? = 0
configure:12981: ./conftest
configure:12984: $? = 0
configure:13007: result: 4
configure:13015: checking for char
configure:13060: result: yes
configure:13062: checking alignment of char
configure:13333: gcc -o conftest -g -O2   conftest.c  >&5
configure:13336: $? = 0
configure:13338: ./conftest
configure:13341: $? = 0
configure:13364: result: 1
configure:13370: checking for double
configure:13415: result: yes
configure:13417: checking alignment of double
configure:13688: gcc -o conftest -g -O2   conftest.c  >&5
configure:13691: $? = 0
configure:13693: ./conftest
configure:13696: $? = 0
configure:13719: result: 8
configure:13725: checking for float
configure:13770: result: yes
configure:13772: checking alignment of float
configure:14043: gcc -o conftest -g -O2   conftest.c  >&5
configure:14046: $? = 0
configure:14048: ./conftest
configure:14051: $? = 0
configure:14074: result: 4
configure:14080: checking for int
configure:14125: result: yes
configure:14127: checking alignment of int
configure:14398: gcc -o conftest -g -O2   conftest.c  >&5
configure:14401: $? = 0
configure:14403: ./conftest
configure:14406: $? = 0
configure:14429: result: 4
configure:14435: checking for long
configure:14480: result: yes
configure:14482: checking alignment of long
configure:14753: gcc -o conftest -g -O2   conftest.c  >&5
configure:14756: $? = 0
configure:14758: ./conftest
configure:14761: $? = 0
configure:14784: result: 4
configure:14791: checking for long long
configure:14836: result: yes
configure:14838: checking alignment of long long
configure:15109: gcc -o conftest -g -O2   conftest.c  >&5
configure:15112: $? = 0
configure:15114: ./conftest
configure:15117: $? = 0
configure:15140: result: 8
configure:15147: checking for short
configure:15192: result: yes
configure:15194: checking alignment of short
configure:15465: gcc -o conftest -g -O2   conftest.c  >&5
configure:15468: $? = 0
configure:15470: ./conftest
configure:15473: $? = 0
configure:15496: result: 2
configure:15502: checking for unsigned char
configure:15547: result: yes
configure:15549: checking alignment of unsigned char
configure:15820: gcc -o conftest -g -O2   conftest.c  >&5
configure:15823: $? = 0
configure:15825: ./conftest
configure:15828: $? = 0
configure:15851: result: 1
configure:15857: checking for unsigned int
configure:15902: result: yes
configure:15904: checking alignment of unsigned int
configure:16175: gcc -o conftest -g -O2   conftest.c  >&5
configure:16178: $? = 0
configure:16180: ./conftest
configure:16183: $? = 0
configure:16206: result: 4
configure:16212: checking for unsigned long
configure:16257: result: yes
configure:16259: checking alignment of unsigned long
configure:16530: gcc -o conftest -g -O2   conftest.c  >&5
configure:16533: $? = 0
configure:16535: ./conftest
configure:16538: $? = 0
configure:16561: result: 4
configure:16568: checking for unsigned long long
configure:16613: result: yes
configure:16615: checking alignment of unsigned long long
configure:16886: gcc -o conftest -g -O2   conftest.c  >&5
configure:16889: $? = 0
configure:16891: ./conftest
configure:16894: $? = 0
configure:16917: result: 8
configure:16924: checking for unsigned short
configure:16969: result: yes
configure:16971: checking alignment of unsigned short
configure:17242: gcc -o conftest -g -O2   conftest.c  >&5
configure:17245: $? = 0
configure:17247: ./conftest
configure:17250: $? = 0
configure:17273: result: 2
configure:17279: checking for void *
configure:17324: result: yes
configure:17326: checking alignment of void *
configure:17597: gcc -o conftest -g -O2   conftest.c  >&5
configure:17600: $? = 0
configure:17602: ./conftest
configure:17605: $? = 0
configure:17628: result: 4
configure:17635: checking Haskell type for char
configure:17727: gcc -o conftest -g -O2    conftest.c  >&5
configure:17730: $? = 0
configure:17732: ./conftest
configure:17735: $? = 0
configure:17751: result: Int8
configure:17763: checking Haskell type for signed char
configure:17855: gcc -o conftest -g -O2    conftest.c  >&5
configure:17858: $? = 0
configure:17860: ./conftest
configure:17863: $? = 0
configure:17879: result: Int8
configure:17891: checking Haskell type for unsigned char
configure:17983: gcc -o conftest -g -O2    conftest.c  >&5
configure:17986: $? = 0
configure:17988: ./conftest
configure:17991: $? = 0
configure:18007: result: Word8
configure:18019: checking Haskell type for short
configure:18111: gcc -o conftest -g -O2    conftest.c  >&5
configure:18114: $? = 0
configure:18116: ./conftest
configure:18119: $? = 0
configure:18135: result: Int16
configure:18147: checking Haskell type for unsigned short
configure:18239: gcc -o conftest -g -O2    conftest.c  >&5
configure:18242: $? = 0
configure:18244: ./conftest
configure:18247: $? = 0
configure:18263: result: Word16
configure:18275: checking Haskell type for int
configure:18367: gcc -o conftest -g -O2    conftest.c  >&5
configure:18370: $? = 0
configure:18372: ./conftest
configure:18375: $? = 0
configure:18391: result: Int32
configure:18403: checking Haskell type for unsigned int
configure:18495: gcc -o conftest -g -O2    conftest.c  >&5
configure:18498: $? = 0
configure:18500: ./conftest
configure:18503: $? = 0
configure:18519: result: Word32
configure:18531: checking Haskell type for long
configure:18623: gcc -o conftest -g -O2    conftest.c  >&5
configure:18626: $? = 0
configure:18628: ./conftest
configure:18631: $? = 0
configure:18647: result: Int32
configure:18659: checking Haskell type for unsigned long
configure:18751: gcc -o conftest -g -O2    conftest.c  >&5
configure:18754: $? = 0
configure:18756: ./conftest
configure:18759: $? = 0
configure:18775: result: Word32
configure:18788: checking Haskell type for long long
configure:18880: gcc -o conftest -g -O2    conftest.c  >&5
configure:18883: $? = 0
configure:18885: ./conftest
configure:18888: $? = 0
configure:18904: result: Int64
configure:18916: checking Haskell type for unsigned long long
configure:19008: gcc -o conftest -g -O2    conftest.c  >&5
configure:19011: $? = 0
configure:19013: ./conftest
configure:19016: $? = 0
configure:19032: result: Word64
configure:19045: checking Haskell type for float
configure:19137: gcc -o conftest -g -O2    conftest.c  >&5
configure:19140: $? = 0
configure:19142: ./conftest
configure:19145: $? = 0
configure:19161: result: Float
configure:19173: checking Haskell type for double
configure:19265: gcc -o conftest -g -O2    conftest.c  >&5
configure:19268: $? = 0
configure:19270: ./conftest
configure:19273: $? = 0
configure:19289: result: Double
configure:19301: checking Haskell type for ptrdiff_t
configure:19393: gcc -o conftest -g -O2    conftest.c  >&5
configure:19396: $? = 0
configure:19398: ./conftest
configure:19401: $? = 0
configure:19417: result: Int32
configure:19429: checking Haskell type for size_t
configure:19521: gcc -o conftest -g -O2    conftest.c  >&5
configure:19524: $? = 0
configure:19526: ./conftest
configure:19529: $? = 0
configure:19545: result: Word32
configure:19557: checking Haskell type for wchar_t
configure:19649: gcc -o conftest -g -O2    conftest.c  >&5
configure:19652: $? = 0
configure:19654: ./conftest
configure:19657: $? = 0
configure:19673: result: Int32
configure:19685: checking Haskell type for sig_atomic_t
configure:19777: gcc -o conftest -g -O2    conftest.c  >&5
configure:19780: $? = 0
configure:19782: ./conftest
configure:19785: $? = 0
configure:19801: result: Int32
configure:19813: checking Haskell type for clock_t
configure:19905: gcc -o conftest -g -O2    conftest.c  >&5
configure:19908: $? = 0
configure:19910: ./conftest
configure:19913: $? = 0
configure:19929: result: Int32
configure:19941: checking Haskell type for time_t
configure:20033: gcc -o conftest -g -O2    conftest.c  >&5
configure:20036: $? = 0
configure:20038: ./conftest
configure:20041: $? = 0
configure:20057: result: Int32
configure:20069: checking Haskell type for dev_t
configure:20161: gcc -o conftest -g -O2    conftest.c  >&5
configure:20164: $? = 0
configure:20166: ./conftest
configure:20169: $? = 0
configure:20185: result: Word32
configure:20197: checking Haskell type for ino_t
configure:20289: gcc -o conftest -g -O2    conftest.c  >&5
configure:20292: $? = 0
configure:20294: ./conftest
configure:20297: $? = 0
configure:20313: result: Word64
configure:20325: checking Haskell type for mode_t
configure:20417: gcc -o conftest -g -O2    conftest.c  >&5
configure:20420: $? = 0
configure:20422: ./conftest
configure:20425: $? = 0
configure:20441: result: Word32
configure:20453: checking Haskell type for off_t
configure:20545: gcc -o conftest -g -O2    conftest.c  >&5
configure:20548: $? = 0
configure:20550: ./conftest
configure:20553: $? = 0
configure:20569: result: Int64
configure:20581: checking Haskell type for pid_t
configure:20673: gcc -o conftest -g -O2    conftest.c  >&5
configure:20676: $? = 0
configure:20678: ./conftest
configure:20681: $? = 0
configure:20697: result: Int32
configure:20709: checking Haskell type for gid_t
configure:20801: gcc -o conftest -g -O2    conftest.c  >&5
configure:20804: $? = 0
configure:20806: ./conftest
configure:20809: $? = 0
configure:20825: result: Int32
configure:20837: checking Haskell type for uid_t
configure:20929: gcc -o conftest -g -O2    conftest.c  >&5
configure:20932: $? = 0
configure:20934: ./conftest
configure:20937: $? = 0
configure:20953: result: Int32
configure:20965: checking Haskell type for cc_t
configure:21057: gcc -o conftest -g -O2    conftest.c  >&5
configure:21060: $? = 0
configure:21062: ./conftest
configure:21065: $? = 0
configure:21081: result: Word8
configure:21093: checking Haskell type for speed_t
configure:21185: gcc -o conftest -g -O2    conftest.c  >&5
configure:21188: $? = 0
configure:21190: ./conftest
configure:21193: $? = 0
configure:21209: result: Word32
configure:21221: checking Haskell type for tcflag_t
configure:21313: gcc -o conftest -g -O2    conftest.c  >&5
configure:21316: $? = 0
configure:21318: ./conftest
configure:21321: $? = 0
configure:21337: result: Word32
configure:21349: checking Haskell type for blkcnt_t
configure:21441: gcc -o conftest -g -O2    conftest.c  >&5
configure:21444: $? = 0
configure:21446: ./conftest
configure:21449: $? = 0
configure:21465: result: Int64
configure:21477: checking Haskell type for nlink_t
configure:21569: gcc -o conftest -g -O2    conftest.c  >&5
configure:21572: $? = 0
configure:21574: ./conftest
configure:21577: $? = 0
configure:21593: result: Word32
configure:21605: checking Haskell type for ssize_t
configure:21697: gcc -o conftest -g -O2    conftest.c  >&5
configure:21700: $? = 0
configure:21702: ./conftest
configure:21705: $? = 0
configure:21721: result: Int32
configure:21733: checking Haskell type for rlim_t
configure:21825: gcc -o conftest -g -O2    conftest.c  >&5
configure:21828: $? = 0
configure:21830: ./conftest
configure:21833: $? = 0
configure:21849: result: Word64
configure:21861: checking Haskell type for wint_t
configure:21953: gcc -o conftest -g -O2    conftest.c  >&5
configure:22076: parse error before "testing"
configure:22076: warning: data definition has no type or storage class
configure: In function `main':
configure:22081: parse error before numeric constant
configure:22081: called object is not a function
configure:22081: parse error before numeric constant
configure:22083: called object is not a function
configure:22083: parse error before numeric constant
configure:21956: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 21872 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_VALLOC 1
| #define HAVE_REGEX_H 1
| #define HAVE_TZNAME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_DECL_ALTZONE 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 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 8
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 8
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 8
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define HTYPE_CHAR Int8
| #define HTYPE_SIGNED_CHAR Int8
| #define HTYPE_UNSIGNED_CHAR Word8
| #define HTYPE_SHORT Int16
| #define HTYPE_UNSIGNED_SHORT Word16
| #define HTYPE_INT Int32
| #define HTYPE_UNSIGNED_INT Word32
| #define HTYPE_LONG Int32
| #define HTYPE_UNSIGNED_LONG Word32
| #define HTYPE_LONG_LONG Int64
| #define HTYPE_UNSIGNED_LONG_LONG Word64
| #define HTYPE_FLOAT Float
| #define HTYPE_DOUBLE Double
| #define HTYPE_PTRDIFF_T Int32
| #define HTYPE_SIZE_T Word32
| #define HTYPE_WCHAR_T Int32
| #define HTYPE_SIG_ATOMIC_T Int32
| #define HTYPE_CLOCK_T Int32
| #define HTYPE_TIME_T Int32
| #define HTYPE_DEV_T Word32
| #define HTYPE_INO_T Word64
| #define HTYPE_MODE_T Word32
| #define HTYPE_OFF_T Int64
| #define HTYPE_PID_T Int32
| #define HTYPE_GID_T Int32
| #define HTYPE_UID_T Int32
| #define HTYPE_CC_T Word8
| #define HTYPE_SPEED_T Word32
| #define HTYPE_TCFLAG_T Word32
| #define HTYPE_BLKCNT_T Int64
| #define HTYPE_NLINK_T Word32
| #define HTYPE_SSIZE_T Int32
| #define HTYPE_RLIM_T Word64
| /* end confdefs.h.  */
| #include <stdio.h>
| #include <stddef.h>
| 
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| 
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| 
| #if HAVE_FCNTL_H
| # include <fcntl.h>
| #endif
| 
| #if HAVE_SIGNAL_H
| # include <signal.h>
| #endif
| 
| #if HAVE_TIME_H
| # include <time.h>
| #endif
| 
| #if HAVE_TERMIOS_H
| # include <termios.h>
| #endif
| 
| #if HAVE_STRING_H
| # include <string.h>
| #endif
| 
| #if HAVE_CTYPE_H
| # include <ctype.h>
| #endif
| 
| #if defined(HAVE_GL_GL_H)
| # include <GL/gl.h>
| #elif defined(HAVE_OPENGL_GL_H)
| # include <OpenGL/gl.h>
| #endif
| 
| #if defined(HAVE_AL_ALC_H)
| # include <AL/alc.h>
| #elif defined(HAVE_OPENAL_ALC_H)
| # include <OpenAL/alc.h>
| #endif
| 
| #if HAVE_SYS_RESOURCE_H
| # include <sys/resource.h>
| #endif
| 
| typedef wint_t testing;
| 
| main() {
|   FILE *f=fopen("conftestval", "w");
|   if (!f) exit(1);
|   if (((testing)((int)((testing)1.4))) == ((testing)1.4)) {
|     fprintf(f, "%s%d\n",
|            ((testing)(-1) < (testing)0) ? "Int" : "Word",
|            sizeof(testing)*8);
|   } else {
|     fprintf(f,"%s\n",
|            (sizeof(testing) >  sizeof(double)) ? "LDouble" :
|            (sizeof(testing) == sizeof(double)) ? "Double"  : "Float");
|   }
|   fclose(f);
|   exit(0);
| }
configure:21985: result: not supported
configure:23886: checking value of E2BIG
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 7
configure:23886: checking value of EACCES
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 13
configure:23886: checking value of EADDRINUSE
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 125
configure:23886: checking value of EADDRNOTAVAIL
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 126
configure:23886: checking value of EADV
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 68
configure:23886: checking value of EAFNOSUPPORT
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 124
configure:23886: checking value of EAGAIN
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 11
configure:23886: checking value of EALREADY
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 149
configure:23886: checking value of EBADF
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 9
configure:23886: checking value of EBADMSG
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 77
configure:23886: checking value of EBADRPC
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure: In function `longval':
configure:24284: `EBADRPC' undeclared (first use in this function)
configure:24284: (Each undeclared identifier is reported only once
configure:24284: for each function it appears in.)
configure: In function `ulongval':
configure:24285: `EBADRPC' undeclared (first use in this function)
configure: In function `main':
configure:24295: `EBADRPC' undeclared (first use in this function)
configure:24167: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 24122 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GCC_MNO_OMIT_LFPTR 1
| #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_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_FTW_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NLIST_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_SIGINFO_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FAULT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_BFD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_LCHOWN 1
| #define HAVE_READLINE_HEADERS 1
| #define HAVE_STD_H 1
| #define HAVE_GL_GL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_VALLOC 1
| #define HAVE_REGEX_H 1
| #define HAVE_TZNAME 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_DECL_ALTZONE 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 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 8
| #define ALIGNMENT_FLOAT 4
| #define ALIGNMENT_INT 4
| #define ALIGNMENT_LONG 4
| #define ALIGNMENT_LONG_LONG 8
| #define ALIGNMENT_SHORT 2
| #define ALIGNMENT_UNSIGNED_CHAR 1
| #define ALIGNMENT_UNSIGNED_INT 4
| #define ALIGNMENT_UNSIGNED_LONG 4
| #define ALIGNMENT_UNSIGNED_LONG_LONG 8
| #define ALIGNMENT_UNSIGNED_SHORT 2
| #define ALIGNMENT_VOID_P 4
| #define HTYPE_CHAR Int8
| #define HTYPE_SIGNED_CHAR Int8
| #define HTYPE_UNSIGNED_CHAR Word8
| #define HTYPE_SHORT Int16
| #define HTYPE_UNSIGNED_SHORT Word16
| #define HTYPE_INT Int32
| #define HTYPE_UNSIGNED_INT Word32
| #define HTYPE_LONG Int32
| #define HTYPE_UNSIGNED_LONG Word32
| #define HTYPE_LONG_LONG Int64
| #define HTYPE_UNSIGNED_LONG_LONG Word64
| #define HTYPE_FLOAT Float
| #define HTYPE_DOUBLE Double
| #define HTYPE_PTRDIFF_T Int32
| #define HTYPE_SIZE_T Word32
| #define HTYPE_WCHAR_T Int32
| #define HTYPE_SIG_ATOMIC_T Int32
| #define HTYPE_CLOCK_T Int32
| #define HTYPE_TIME_T Int32
| #define HTYPE_DEV_T Word32
| #define HTYPE_INO_T Word64
| #define HTYPE_MODE_T Word32
| #define HTYPE_OFF_T Int64
| #define HTYPE_PID_T Int32
| #define HTYPE_GID_T Int32
| #define HTYPE_UID_T Int32
| #define HTYPE_CC_T Word8
| #define HTYPE_SPEED_T Word32
| #define HTYPE_TCFLAG_T Word32
| #define HTYPE_BLKCNT_T Int64
| #define HTYPE_NLINK_T Word32
| #define HTYPE_SSIZE_T Int32
| #define HTYPE_RLIM_T Word64
| #define CONST_E2BIG 7
| #define CONST_EACCES 13
| #define CONST_EADDRINUSE 125
| #define CONST_EADDRNOTAVAIL 126
| #define CONST_EADV 68
| #define CONST_EAFNOSUPPORT 124
| #define CONST_EAGAIN 11
| #define CONST_EALREADY 149
| #define CONST_EBADF 9
| #define CONST_EBADMSG 77
| /* end confdefs.h.  */
| #include <stdio.h>
| #include <errno.h>
| 
| long longval () { return EBADRPC; }
| unsigned long ulongval () { return EBADRPC; }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     exit (1);
|   if ((EBADRPC) < 0)
|     {
|       long i = longval ();
|       if (i != (EBADRPC))
| 	exit (1);
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long i = ulongval ();
|       if (i != (EBADRPC))
| 	exit (1);
|       fprintf (f, "%lu\n", i);
|     }
|   exit (ferror (f) || fclose (f) != 0);
| 
|   ;
|   return 0;
| }
configure:24189: result: -1
configure:23886: checking value of EBUSY
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 16
configure:23886: checking value of ECHILD
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 10
configure:23886: checking value of ECOMM
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 70
configure:23886: checking value of ECONNABORTED
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 130
configure:23886: checking value of ECONNREFUSED
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 146
configure:23886: checking value of ECONNRESET
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 131
configure:23886: checking value of EDEADLK
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 45
configure:23886: checking value of EDESTADDRREQ
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure:24167: $? = 0
configure:24169: ./conftest
configure:24172: $? = 0
configure:24189: result: 96
configure:23886: checking value of EDIRTY
configure:24164: gcc -o conftest -g -O2   conftest.c  >&5
configure: In function `longval':
configure:24293: `EDIRTY' undeclared (first use in this function)
configure:24293: (Each undeclared identifier is reported only once
configure:24293: for each function it appears in.)
configure: In function `ulongval':
confi


More information about the Glasgow-haskell-users mailing list