sbsv2/raptor/util/build/linux-unknown-libc2_11/make-3.81/config.log
author mikek
Thu, 13 May 2010 08:38:18 +0100
changeset 6 787612182dd0
parent 2 39c28ec933dd
permissions -rw-r--r--
1) Make cross-plat-dev-utils perl scripts independent of the package directory name 2) Fix c++ code to get rid of const_casts

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

It was created by GNU make configure 3.81, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/linux-unknown-libc2_11 --disable-job-server

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

hostname = imk-ubuntu
uname -m = i686
uname -r = 2.6.32-22-generic
uname -s = Linux
uname -v = #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010

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

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

PATH: /home/imk/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


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

configure:1385: checking for a BSD-compatible install
configure:1440: result: /usr/bin/install -c
configure:1451: checking whether build environment is sane
configure:1494: result: yes
configure:1559: checking for gawk
configure:1575: found /usr/bin/gawk
configure:1585: result: gawk
configure:1595: checking whether make sets $(MAKE)
configure:1615: result: yes
configure:1831: checking for gcc
configure:1847: found /usr/bin/gcc
configure:1857: result: gcc
configure:2101: checking for C compiler version
configure:2104: gcc --version </dev/null >&5
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 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:2107: $? = 0
configure:2109: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
configure:2112: $? = 0
configure:2114: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2117: $? = 1
configure:2140: checking for C compiler default output file name
configure:2143: gcc -O2 -mtune=i686   conftest.c  >&5
configure:2146: $? = 0
configure:2192: result: a.out
configure:2197: checking whether the C compiler works
configure:2203: ./a.out
configure:2206: $? = 0
configure:2223: result: yes
configure:2230: checking whether we are cross compiling
configure:2232: result: no
configure:2235: checking for suffix of executables
configure:2237: gcc -o conftest -O2 -mtune=i686   conftest.c  >&5
configure:2240: $? = 0
configure:2265: result: 
configure:2271: checking for suffix of object files
configure:2292: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:2295: $? = 0
configure:2317: result: o
configure:2321: checking whether we are using the GNU C compiler
configure:2345: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:2351: $? = 0
configure:2354: test -z 			 || test ! -s conftest.err
configure:2357: $? = 0
configure:2360: test -s conftest.o
configure:2363: $? = 0
configure:2376: result: yes
configure:2382: checking whether gcc accepts -g
configure:2403: gcc -c -g  conftest.c >&5
configure:2409: $? = 0
configure:2412: test -z 			 || test ! -s conftest.err
configure:2415: $? = 0
configure:2418: test -s conftest.o
configure:2421: $? = 0
configure:2432: result: yes
configure:2449: checking for gcc option to accept ANSI C
configure:2519: gcc  -c -O2 -mtune=i686  conftest.c >&5
configure:2525: $? = 0
configure:2528: test -z 			 || test ! -s conftest.err
configure:2531: $? = 0
configure:2534: test -s conftest.o
configure:2537: $? = 0
configure:2555: result: none needed
configure:2573: gcc -c -O2 -mtune=i686  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2579: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2720: checking for style of include used by make
configure:2748: result: GNU
configure:2776: checking dependency style of gcc
configure:2866: result: gcc3
configure:2896: checking for a BSD-compatible install
configure:2951: result: /usr/bin/install -c
configure:3003: checking for ranlib
configure:3019: found /usr/bin/ranlib
configure:3030: result: ranlib
configure:3047: checking how to run the C preprocessor
configure:3082: gcc -E  conftest.c
configure:3088: $? = 0
configure:3120: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3126: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3165: result: gcc -E
configure:3189: gcc -E  conftest.c
configure:3195: $? = 0
configure:3227: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3233: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3278: checking for ar
configure:3294: found /usr/bin/ar
configure:3305: result: ar
configure:3315: checking for perl
configure:3331: found /usr/bin/perl
configure:3342: result: perl
configure:3357: checking build system type
configure:3375: result: i686-pc-linux-gnu
configure:3383: checking host system type
configure:3397: result: i686-pc-linux-gnu
configure:3407: checking for egrep
configure:3417: result: grep -E
configure:3423: checking for AIX
configure:3445: result: no
configure:3451: checking for library containing strerror
configure:3481: gcc -o conftest -O2 -mtune=i686   conftest.c  >&5
configure:3487: $? = 0
configure:3490: test -z 			 || test ! -s conftest.err
configure:3493: $? = 0
configure:3496: test -s conftest
configure:3499: $? = 0
configure:3568: result: none required
configure:3575: checking for ANSI C header files
configure:3600: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3606: $? = 0
configure:3609: test -z 			 || test ! -s conftest.err
configure:3612: $? = 0
configure:3615: test -s conftest.o
configure:3618: $? = 0
configure:3707: gcc -o conftest -O2 -mtune=i686   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:3710: $? = 0
configure:3712: ./conftest
configure:3715: $? = 0
configure:3730: result: yes
configure:3754: checking for sys/types.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3754: checking for sys/stat.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3754: checking for stdlib.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3754: checking for string.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3754: checking for memory.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3754: checking for strings.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3754: checking for inttypes.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3754: checking for stdint.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3754: checking for unistd.h
configure:3770: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:3776: $? = 0
configure:3779: test -z 			 || test ! -s conftest.err
configure:3782: $? = 0
configure:3785: test -s conftest.o
configure:3788: $? = 0
configure:3799: result: yes
configure:3821: checking minix/config.h usability
configure:3833: gcc -c -O2 -mtune=i686  conftest.c >&5
conftest.c:55:26: error: minix/config.h: No such file or directory
configure:3839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* 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 <minix/config.h>
configure:3861: result: no
configure:3865: checking minix/config.h presence
configure:3875: gcc -E  conftest.c
conftest.c:21:26: error: minix/config.h: No such file or directory
configure:3881: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:3901: result: no
configure:3936: checking for minix/config.h
configure:3943: result: no
configure:3974: checking for function prototypes
configure:3977: result: yes
configure:4007: checking for string.h
configure:4012: result: yes
configure:4170: checking whether NLS is requested
configure:4179: result: yes
configure:4217: checking for msgfmt
configure:4251: result: no
configure:4257: checking for gmsgfmt
configure:4288: result: :
configure:4327: checking for xgettext
configure:4361: result: no
configure:4398: checking for msgmerge
configure:4431: result: no
configure:4503: checking for ld used by GCC
configure:4567: result: /usr/bin/ld
configure:4576: checking if the linker (/usr/bin/ld) is GNU ld
configure:4589: result: yes
configure:4595: checking for shared library run path origin
configure:4608: result: done
configure:5024: checking whether NLS is requested
configure:5033: result: yes
configure:5051: checking for GNU gettext in libc
configure:5075: gcc -o conftest -O2 -mtune=i686   conftest.c  >&5
configure:5081: $? = 0
configure:5084: test -z 			 || test ! -s conftest.err
configure:5087: $? = 0
configure:5090: test -s conftest
configure:5093: $? = 0
configure:5105: result: yes
configure:5800: checking whether to use NLS
configure:5802: result: yes
configure:5805: checking where the gettext function comes from
configure:5816: result: libc
configure:5888: checking for special C compiler options needed for large files
configure:5985: result: no
configure:5991: checking for _FILE_OFFSET_BITS value needed for large files
configure:6022: gcc -c -O2 -mtune=i686  conftest.c >&5
conftest.c:33: warning: left shift count >= width of type
conftest.c:33: warning: left shift count >= width of type
conftest.c:35: error: size of array 'off_t_is_large' is negative
configure:6028: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 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:6074: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:6080: $? = 0
configure:6083: test -z 			 || test ! -s conftest.err
configure:6086: $? = 0
configure:6089: test -s conftest.o
configure:6092: $? = 0
configure:6104: result: 64
configure:6114: checking for _LARGE_FILES value needed for large files
configure:6145: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:6151: $? = 0
configure:6154: test -z 			 || test ! -s conftest.err
configure:6157: $? = 0
configure:6160: test -s conftest.o
configure:6163: $? = 0
configure:6227: result: no
configure:6241: checking for library containing getpwnam
configure:6271: gcc -o conftest -O2 -mtune=i686   conftest.c  >&5
configure:6277: $? = 0
configure:6280: test -z 			 || test ! -s conftest.err
configure:6283: $? = 0
configure:6286: test -s conftest
configure:6289: $? = 0
configure:6358: result: none required
configure:6367: checking for ANSI C header files
configure:6522: result: yes
configure:6540: checking for dirent.h that defines DIR
configure:6564: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:6570: $? = 0
configure:6573: test -z 			 || test ! -s conftest.err
configure:6576: $? = 0
configure:6579: test -s conftest.o
configure:6582: $? = 0
configure:6593: result: yes
configure:6606: checking for library containing opendir
configure:6636: gcc -o conftest -O2 -mtune=i686   conftest.c  >&5
configure:6642: $? = 0
configure:6645: test -z 			 || test ! -s conftest.err
configure:6648: $? = 0
configure:6651: test -s conftest
configure:6654: $? = 0
configure:6723: result: none required
configure:6857: checking whether stat file-mode macros are broken
configure:6905: result: no
configure:6915: checking whether time.h and sys/time.h may both be included
configure:6940: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:6946: $? = 0
configure:6949: test -z 			 || test ! -s conftest.err
configure:6952: $? = 0
configure:6955: test -s conftest.o
configure:6958: $? = 0
configure:6969: result: yes
configure:6995: checking for stdlib.h
configure:7000: result: yes
configure:7004: checking locale.h usability
configure:7016: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7022: $? = 0
configure:7025: test -z 			 || test ! -s conftest.err
configure:7028: $? = 0
configure:7031: test -s conftest.o
configure:7034: $? = 0
configure:7044: result: yes
configure:7048: checking locale.h presence
configure:7058: gcc -E  conftest.c
configure:7064: $? = 0
configure:7084: result: yes
configure:7119: checking for locale.h
configure:7126: result: yes
configure:6995: checking for unistd.h
configure:7000: result: yes
configure:7004: checking limits.h usability
configure:7016: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7022: $? = 0
configure:7025: test -z 			 || test ! -s conftest.err
configure:7028: $? = 0
configure:7031: test -s conftest.o
configure:7034: $? = 0
configure:7044: result: yes
configure:7048: checking limits.h presence
configure:7058: gcc -E  conftest.c
configure:7064: $? = 0
configure:7084: result: yes
configure:7119: checking for limits.h
configure:7126: result: yes
configure:7004: checking fcntl.h usability
configure:7016: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7022: $? = 0
configure:7025: test -z 			 || test ! -s conftest.err
configure:7028: $? = 0
configure:7031: test -s conftest.o
configure:7034: $? = 0
configure:7044: result: yes
configure:7048: checking fcntl.h presence
configure:7058: gcc -E  conftest.c
configure:7064: $? = 0
configure:7084: result: yes
configure:7119: checking for fcntl.h
configure:7126: result: yes
configure:6995: checking for string.h
configure:7000: result: yes
configure:6995: checking for memory.h
configure:7000: result: yes
configure:7004: checking sys/param.h usability
configure:7016: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7022: $? = 0
configure:7025: test -z 			 || test ! -s conftest.err
configure:7028: $? = 0
configure:7031: test -s conftest.o
configure:7034: $? = 0
configure:7044: result: yes
configure:7048: checking sys/param.h presence
configure:7058: gcc -E  conftest.c
configure:7064: $? = 0
configure:7084: result: yes
configure:7119: checking for sys/param.h
configure:7126: result: yes
configure:7004: checking sys/resource.h usability
configure:7016: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7022: $? = 0
configure:7025: test -z 			 || test ! -s conftest.err
configure:7028: $? = 0
configure:7031: test -s conftest.o
configure:7034: $? = 0
configure:7044: result: yes
configure:7048: checking sys/resource.h presence
configure:7058: gcc -E  conftest.c
configure:7064: $? = 0
configure:7084: result: yes
configure:7119: checking for sys/resource.h
configure:7126: result: yes
configure:7004: checking sys/time.h usability
configure:7016: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7022: $? = 0
configure:7025: test -z 			 || test ! -s conftest.err
configure:7028: $? = 0
configure:7031: test -s conftest.o
configure:7034: $? = 0
configure:7044: result: yes
configure:7048: checking sys/time.h presence
configure:7058: gcc -E  conftest.c
configure:7064: $? = 0
configure:7084: result: yes
configure:7119: checking for sys/time.h
configure:7126: result: yes
configure:7004: checking sys/timeb.h usability
configure:7016: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7022: $? = 0
configure:7025: test -z 			 || test ! -s conftest.err
configure:7028: $? = 0
configure:7031: test -s conftest.o
configure:7034: $? = 0
configure:7044: result: yes
configure:7048: checking sys/timeb.h presence
configure:7058: gcc -E  conftest.c
configure:7064: $? = 0
configure:7084: result: yes
configure:7119: checking for sys/timeb.h
configure:7126: result: yes
configure:7166: checking stdarg.h usability
configure:7178: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7184: $? = 0
configure:7187: test -z 			 || test ! -s conftest.err
configure:7190: $? = 0
configure:7193: test -s conftest.o
configure:7196: $? = 0
configure:7206: result: yes
configure:7210: checking stdarg.h presence
configure:7220: gcc -E  conftest.c
configure:7226: $? = 0
configure:7246: result: yes
configure:7281: checking for stdarg.h
configure:7288: result: yes
configure:7303: checking whether gcc and cc understand -c and -o together
configure:7333: gcc -c conftest.c -o conftest.o >&5
configure:7336: $? = 0
configure:7338: gcc -c conftest.c -o conftest.o >&5
configure:7341: $? = 0
configure:7348: cc -c conftest.c >&5
configure:7351: $? = 0
configure:7354: cc -c conftest.c -o conftest.o >&5
configure:7357: $? = 0
configure:7359: cc -c conftest.c -o conftest.o >&5
configure:7362: $? = 0
configure:7380: result: yes
configure:7405: checking for an ANSI C-conforming const
configure:7472: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7478: $? = 0
configure:7481: test -z 			 || test ! -s conftest.err
configure:7484: $? = 0
configure:7487: test -s conftest.o
configure:7490: $? = 0
configure:7501: result: yes
configure:7511: checking return type of signal handlers
configure:7542: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7548: $? = 0
configure:7551: test -z 			 || test ! -s conftest.err
configure:7554: $? = 0
configure:7557: test -s conftest.o
configure:7560: $? = 0
configure:7571: result: void
configure:7579: checking for uid_t in sys/types.h
configure:7602: result: yes
configure:7617: checking for pid_t
configure:7641: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7647: $? = 0
configure:7650: test -z 			 || test ! -s conftest.err
configure:7653: $? = 0
configure:7656: test -s conftest.o
configure:7659: $? = 0
configure:7670: result: yes
configure:7685: checking for uintmax_t
configure:7709: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7715: $? = 0
configure:7718: test -z 			 || test ! -s conftest.err
configure:7721: $? = 0
configure:7724: test -s conftest.o
configure:7727: $? = 0
configure:7738: result: yes
configure:7814: checking for nanoseconds field of struct stat.st_mtim
configure:7846: gcc -c -O2 -mtune=i686  -DST_MTIM_NSEC=tv_nsec conftest.c >&5
configure:7852: $? = 0
configure:7855: test -z 			 || test ! -s conftest.err
configure:7858: $? = 0
configure:7861: test -s conftest.o
configure:7864: $? = 0
configure:7877: result: tv_nsec
configure:7889: checking whether to use high resolution file timestamps
configure:7916: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:7922: $? = 0
configure:7925: test -z 			 || test ! -s conftest.err
configure:7928: $? = 0
configure:7931: test -s conftest.o
configure:7934: $? = 0
configure:7946: result: yes
configure:7962: checking for library containing clock_gettime
configure:7992: gcc -o conftest -O2 -mtune=i686   conftest.c  >&5
/tmp/ccMjIPzI.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:7998: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char clock_gettime ();
| int
| main ()
| {
| clock_gettime ();
|   ;
|   return 0;
| }
configure:8046: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt   >&5
configure:8052: $? = 0
configure:8055: test -z 			 || test ! -s conftest.err
configure:8058: $? = 0
configure:8061: test -s conftest
configure:8064: $? = 0
configure:8079: result: -lrt
configure:8097: checking whether system uses MSDOS-style paths
configure:8111: gcc -c -O2 -mtune=i686  conftest.c >&5
conftest.c:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MSDOS'
configure:8117: $? = 1
configure: failed program was:
| 
| #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __EMX__ && !defined __MSYS__
| neither MSDOS nor Windows nor OS2
| #endif
| 
configure:8141: result: no
configure:8156: checking for standard gettimeofday
configure:8180: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c: In function 'main':
conftest.c:52: warning: incompatible implicit declaration of built-in function 'exit'
configure:8183: $? = 0
configure:8185: ./conftest
configure:8188: $? = 0
configure:8202: result: yes
configure:8247: checking for memcpy
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c:73: warning: conflicting types for built-in function 'memcpy'
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for memmove
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c:74: warning: conflicting types for built-in function 'memmove'
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for strchr
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c:75: warning: conflicting types for built-in function 'strchr'
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for strdup
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c:76: warning: conflicting types for built-in function 'strdup'
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for mkstemp
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for mktemp
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
/tmp/cc3YGxJh.o: In function `main':
conftest.c:(.text+0x8): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for fdopen
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for bsd_signal
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for dup2
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for getcwd
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for realpath
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for sigsetmask
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for sigaction
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for getgroups
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for seteuid
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for setegid
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for setlinebuf
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for setreuid
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for setregid
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for getrlimit
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for setrlimit
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for setvbuf
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for pipe
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for strerror
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for strsignal
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for lstat
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for readlink
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8247: checking for atexit
configure:8304: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8310: $? = 0
configure:8313: test -z 			 || test ! -s conftest.err
configure:8316: $? = 0
configure:8319: test -s conftest
configure:8322: $? = 0
configure:8334: result: yes
configure:8345: checking whether setvbuf arguments are reversed
configure:8370: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c:79: error: conflicting types for 'setvbuf'
/usr/include/stdio.h:313: note: previous declaration of 'setvbuf' was here
configure:8376: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_BSD_SIGNAL 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_REALPATH 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETVBUF 1
| #define HAVE_PIPE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #	  if PROTOTYPES
| 	   int (setvbuf) (FILE *, int, char *, size_t);
| #	  endif
| int
| main ()
| {
| char buf; return setvbuf (stdout, _IOLBF, &buf, 1);
|   ;
|   return 0;
| }
configure:8495: result: no
configure:8507: checking for working strcoll
configure:8533: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8536: $? = 0
configure:8538: ./conftest
configure:8541: $? = 0
configure:8555: result: yes
configure:8568: checking for working alloca.h
configure:8589: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8595: $? = 0
configure:8598: test -z 			 || test ! -s conftest.err
configure:8601: $? = 0
configure:8604: test -s conftest
configure:8607: $? = 0
configure:8619: result: yes
configure:8629: checking for alloca
configure:8670: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:8676: $? = 0
configure:8679: test -z 			 || test ! -s conftest.err
configure:8682: $? = 0
configure:8685: test -s conftest
configure:8688: $? = 0
configure:8700: result: yes
configure:8928: checking for unistd.h
configure:8933: result: yes
configure:8937: checking vfork.h usability
configure:8949: gcc -c -O2 -mtune=i686  conftest.c >&5
conftest.c:115:19: error: vfork.h: No such file or directory
configure:8955: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_BSD_SIGNAL 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_REALPATH 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETVBUF 1
| #define HAVE_PIPE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:8977: result: no
configure:8981: checking vfork.h presence
configure:8991: gcc -E  conftest.c
conftest.c:81:19: error: vfork.h: No such file or directory
configure:8997: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_BSD_SIGNAL 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_REALPATH 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETVBUF 1
| #define HAVE_PIPE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:9017: result: no
configure:9052: checking for vfork.h
configure:9059: result: no
configure:9077: checking for fork
configure:9134: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c:105: warning: conflicting types for built-in function 'fork'
configure:9140: $? = 0
configure:9143: test -z 			 || test ! -s conftest.err
configure:9146: $? = 0
configure:9149: test -s conftest
configure:9152: $? = 0
configure:9164: result: yes
configure:9077: checking for vfork
configure:9134: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:9140: $? = 0
configure:9143: test -z 			 || test ! -s conftest.err
configure:9146: $? = 0
configure:9149: test -s conftest
configure:9152: $? = 0
configure:9164: result: yes
configure:9175: checking for working fork
configure:9204: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:9207: $? = 0
configure:9209: ./conftest
configure:9212: $? = 0
configure:9226: result: yes
configure:9247: checking for working vfork
configure:9380: result: yes
configure:9415: checking for vprintf
configure:9472: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c:109: warning: conflicting types for built-in function 'vprintf'
configure:9478: $? = 0
configure:9481: test -z 			 || test ! -s conftest.err
configure:9484: $? = 0
configure:9487: test -s conftest
configure:9490: $? = 0
configure:9502: result: yes
configure:9509: checking for _doprnt
configure:9566: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
/tmp/ccvTe9y6.o: In function `main':
conftest.c:(.text+0x8): undefined reference to `_doprnt'
/tmp/ccvTe9y6.o:(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:9572: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_BSD_SIGNAL 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_REALPATH 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETVBUF 1
| #define HAVE_PIPE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:9596: result: no
configure:9610: checking whether closedir returns void
configure:9639: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:9642: $? = 0
configure:9644: ./conftest
configure:9647: $? = 0
configure:9661: result: no
configure:9683: checking for getloadavg
configure:9740: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:9746: $? = 0
configure:9749: test -z 			 || test ! -s conftest.err
configure:9752: $? = 0
configure:9755: test -s conftest
configure:9758: $? = 0
configure:9770: result: yes
configure:9784: checking for pstat_getdynamic
configure:9841: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
/tmp/ccyWOwjj.o: In function `main':
conftest.c:(.text+0x8): undefined reference to `pstat_getdynamic'
/tmp/ccyWOwjj.o:(.data+0x0): undefined reference to `pstat_getdynamic'
collect2: ld returned 1 exit status
configure:9847: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_BSD_SIGNAL 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_REALPATH 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETVBUF 1
| #define HAVE_PIPE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define pstat_getdynamic to an innocuous variant, in case <limits.h> declares pstat_getdynamic.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat_getdynamic innocuous_pstat_getdynamic
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat_getdynamic (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pstat_getdynamic
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pstat_getdynamic ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_pstat_getdynamic) || defined (__stub___pstat_getdynamic)
| choke me
| #else
| char (*f) () = pstat_getdynamic;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pstat_getdynamic;
|   ;
|   return 0;
| }
configure:9871: result: no
configure:9884: checking for kstat_open in -lkstat
configure:9914: gcc -o conftest -O2 -mtune=i686   conftest.c -lkstat  -lrt  >&5
/usr/bin/ld: cannot find -lkstat
collect2: ld returned 1 exit status
configure:9920: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_BSD_SIGNAL 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_REALPATH 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETVBUF 1
| #define HAVE_PIPE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char kstat_open ();
| int
| main ()
| {
| kstat_open ();
|   ;
|   return 0;
| }
configure:9945: result: no
configure:10251: checking for getloadavg
configure:10308: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:10314: $? = 0
configure:10317: test -z 			 || test ! -s conftest.err
configure:10320: $? = 0
configure:10323: test -s conftest
configure:10326: $? = 0
configure:10338: result: yes
configure:11554: checking whether getloadavg requires setgid
configure:11579: result: no
configure:11680: checking whether sys_siglist is declared
configure:11711: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:11717: $? = 0
configure:11720: test -z 			 || test ! -s conftest.err
configure:11723: $? = 0
configure:11726: test -s conftest.o
configure:11729: $? = 0
configure:11740: result: yes
configure:11756: checking whether _sys_siglist is declared
configure:11787: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:11793: $? = 0
configure:11796: test -z 			 || test ! -s conftest.err
configure:11799: $? = 0
configure:11802: test -s conftest.o
configure:11805: $? = 0
configure:11816: result: yes
configure:11832: checking whether __sys_siglist is declared
configure:11863: gcc -c -O2 -mtune=i686  conftest.c >&5
conftest.c: In function 'main':
conftest.c:134: error: '__sys_siglist' undeclared (first use in this function)
conftest.c:134: error: (Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.)
configure:11869: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_BSD_SIGNAL 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_REALPATH 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETVBUF 1
| #define HAVE_PIPE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL__SYS_SIGLIST 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 <signal.h>
| /* NetBSD declares sys_siglist in unistd.h.  */
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| 
| int
| main ()
| {
| #ifndef __sys_siglist
|   char *p = (char *) __sys_siglist;
| #endif
| 
|   ;
|   return 0;
| }
configure:11892: result: no
configure:11927: checking sys/wait.h usability
configure:11939: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:11945: $? = 0
configure:11948: test -z 			 || test ! -s conftest.err
configure:11951: $? = 0
configure:11954: test -s conftest.o
configure:11957: $? = 0
configure:11967: result: yes
configure:11971: checking sys/wait.h presence
configure:11981: gcc -E  conftest.c
configure:11987: $? = 0
configure:12007: result: yes
configure:12042: checking for sys/wait.h
configure:12049: result: yes
configure:12067: checking for waitpid
configure:12124: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:12130: $? = 0
configure:12133: test -z 			 || test ! -s conftest.err
configure:12136: $? = 0
configure:12139: test -s conftest
configure:12142: $? = 0
configure:12154: result: yes
configure:12067: checking for wait3
configure:12124: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
configure:12130: $? = 0
configure:12133: test -z 			 || test ! -s conftest.err
configure:12136: $? = 0
configure:12139: test -s conftest
configure:12142: $? = 0
configure:12154: result: yes
configure:12164: checking for union wait
configure:12201: gcc -o conftest -O2 -mtune=i686   conftest.c -lrt  >&5
conftest.c: In function 'main':
conftest.c:106: error: 'blow' undeclared (first use in this function)
conftest.c:106: error: (Each undeclared identifier is reported only once
conftest.c:106: error: for each function it appears in.)
conftest.c:106: error: expected ';' before 'chunks'
configure:12207: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.81"
| #define PACKAGE_STRING "GNU make 3.81"
| #define PACKAGE_BUGREPORT "bug-make@gnu.org"
| #define PACKAGE "make"
| #define VERSION "3.81"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_ANSI_COMPILER 1
| #define HAVE_STDARG_H 1
| #define RETSIGTYPE void
| #define ST_MTIM_NSEC tv_nsec
| #define FILE_TIMESTAMP_HI_RES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_BSD_SIGNAL 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_REALPATH 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETVBUF 1
| #define HAVE_PIPE 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINK 1
| #define HAVE_ATEXIT 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL__SYS_SIGLIST 1
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/wait.h>
| int
| main ()
| {
| union wait status; int pid; pid = wait (&status);
| #ifdef WEXITSTATUS
| /* Some POSIXoid systems have both the new-style macros and the old
|    union wait type, and they do not work together.  If union wait
|    conflicts with WEXITSTATUS et al, we don't want to use it at all.  */
|         if (WEXITSTATUS (status) != 0) pid = -1;
| #ifdef WTERMSIG
|         /* If we have WEXITSTATUS and WTERMSIG, just use them on ints.  */
|         -- blow chunks here --
| #endif
| #endif
| #ifdef HAVE_WAITPID
|         /* Make sure union wait works with waitpid.  */
|         pid = waitpid (-1, &status, 0);
| #endif
| 
|   ;
|   return 0;
| }
configure:12239: result: no
configure:13463: checking for SA_RESTART
configure:13485: gcc -c -O2 -mtune=i686  conftest.c >&5
configure:13491: $? = 0
configure:13494: test -z 			 || test ! -s conftest.err
configure:13497: $? = 0
configure:13500: test -s conftest.o
configure:13503: $? = 0
configure:13514: result: yes
configure:13553: checking for location of SCCS get command
configure:13565: result: get
configure:13605: checking if system libc has GNU glob
configure:13633: result: yes
configure:13716: checking if malloc debugging is wanted
configure:13737: result: no
configure:13931: creating ./config.status

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

This file was extended by GNU make config.status 3.81, which was
generated by GNU Autoconf 2.59.  Invocation command line was

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

on imk-ubuntu

config.status:783: creating Makefile
config.status:783: creating glob/Makefile
config.status:783: creating po/Makefile.in
config.status:783: creating config/Makefile
config.status:783: creating doc/Makefile
config.status:783: creating w32/Makefile
config.status:849: creating config.h
config.status:1323: executing depfiles commands
config.status:1323: executing default-1 commands

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

This file was extended by GNU make config.status 3.81, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file build.sh

on imk-ubuntu

config.status:783: creating build.sh

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_dos_paths=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -mtune=i686'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_bsd_signal=yes
ac_cv_func_closedir_void=no
ac_cv_func_dup2=yes
ac_cv_func_fdopen=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getcwd=yes
ac_cv_func_getgroups=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getloadavg_setgid=no
ac_cv_func_getrlimit=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_lstat=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktemp=yes
ac_cv_func_pipe=yes
ac_cv_func_pstat_getdynamic=no
ac_cv_func_readlink=yes
ac_cv_func_realpath=yes
ac_cv_func_setegid=yes
ac_cv_func_seteuid=yes
ac_cv_func_setlinebuf=yes
ac_cv_func_setregid=yes
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_sigaction=yes
ac_cv_func_sigsetmask=yes
ac_cv_func_strchr=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strsignal=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_func_wait3=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl___sys_siglist=no
ac_cv_have_decl__sys_siglist=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_kstat_kstat_open=no
ac_cv_objext=o
ac_cv_path_GMSGFMT=:
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_PERL=perl
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=-lrt
ac_cv_search_getpwnam='none required'
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_struct_st_mtim_nsec=tv_nsec
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_uid_t=yes
ac_cv_type_uintmax_t=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
gt_cv_func_gnugettext1_libc=yes
make_cv_file_timestamp_hi_res=yes
make_cv_job_server=no
make_cv_path_sccs_get=get
make_cv_sa_restart=yes
make_cv_sys_gnu_glob=yes
make_cv_union_wait=no

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

ACLOCAL='${SHELL} /home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/util/build/linux-unknown-libc2_11/make-3.81/config/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/util/build/linux-unknown-libc2_11/make-3.81/config/missing --run tar'
ANSI2KNR=''
AR='ar'
AUTOCONF='${SHELL} /home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/util/build/linux-unknown-libc2_11/make-3.81/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/util/build/linux-unknown-libc2_11/make-3.81/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/util/build/linux-unknown-libc2_11/make-3.81/config/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -mtune=i686'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GETLOADAVG_LIBS=''
GLOBINC=''
GLOBLIB=''
GMSGFMT=':'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
KMEM_GROUP=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS='-lrt '
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/util/build/linux-unknown-libc2_11/make-3.81/config/missing --run makeinfo'
MAKE_HOST='i686-pc-linux-gnu'
MKINSTALLDIRS='$(top_builddir)/config/mkinstalldirs'
MSGFMT=':'
MSGMERGE=':'
NEED_SETGID='false'
OBJEXT='o'
PACKAGE='make'
PACKAGE_BUGREPORT='bug-make@gnu.org'
PACKAGE_NAME='GNU make'
PACKAGE_STRING='GNU make 3.81'
PACKAGE_TARNAME='make'
PACKAGE_VERSION='3.81'
PATH_SEPARATOR=':'
PERL='perl'
POSUB='po'
RANLIB='ranlib'
REMOTE='stub'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
U=''
USE_CUSTOMS_FALSE=''
USE_CUSTOMS_TRUE='#'
USE_LOCAL_GLOB_FALSE=''
USE_LOCAL_GLOB_TRUE='#'
USE_NLS='yes'
VERSION='3.81'
WINDOWSENV_FALSE=''
WINDOWSENV_TRUE='#'
XGETTEXT=':'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/util/build/linux-unknown-libc2_11/make-3.81/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/home/imk/symbian/epocroot-pdk-3.0.h/linux_build/sbsv2/raptor/linux-unknown-libc2_11'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ------------- ##
## Output files. ##
## ------------- ##

MAINT_MAKEFILE='/dev/null'

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

#define ENABLE_NLS 1
#define FILE_TIMESTAMP_HI_RES 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ANSI_COMPILER 1
#define HAVE_ATEXIT 1
#define HAVE_BSD_SIGNAL 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_DCGETTEXT 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_DECL__SYS_SIGLIST 1
#define HAVE_DECL___SYS_SIGLIST 0
#define HAVE_DIRENT_H 1
#define HAVE_DUP2 1
#define HAVE_FCNTL_H 1
#define HAVE_FDOPEN 1
#define HAVE_FORK 1
#define HAVE_GETCWD 1
#define HAVE_GETGROUPS 1
#define HAVE_GETLOADAVG 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETTEXT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LSTAT 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_PIPE 1
#define HAVE_READLINK 1
#define HAVE_REALPATH 1
#define HAVE_SA_RESTART 1
#define HAVE_SETEGID 1
#define HAVE_SETEUID 1
#define HAVE_SETLINEBUF 1
#define HAVE_SETREGID 1
#define HAVE_SETREUID 1
#define HAVE_SETRLIMIT 1
#define HAVE_SETVBUF 1
#define HAVE_SIGACTION 1
#define HAVE_SIGSETMASK 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRCOLL 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSIGNAL 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VFORK 1
#define HAVE_VPRINTF 1
#define HAVE_WAIT3 1
#define HAVE_WAITPID 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_VFORK 1
#define MAKE_HOST "i686-pc-linux-gnu"
#define MAKE_SYMLINKS 1
#define PACKAGE "make"
#define PACKAGE_BUGREPORT "bug-make@gnu.org"
#define PACKAGE_NAME "GNU make"
#define PACKAGE_STRING "GNU make 3.81"
#define PACKAGE_TARNAME "make"
#define PACKAGE_VERSION "3.81"
#define PROTOTYPES 1
#define RETSIGTYPE void
#define SCCS_GET "get"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define ST_MTIM_NSEC tv_nsec
#define TIME_WITH_SYS_TIME 1
#define VERSION "3.81"
#define _FILE_OFFSET_BITS 64
#define __PROTOTYPES 1

configure: exit 0