Hi,

I have gcc make 2.75 installed with the fresh installation of Ubuntu 14.04.
I am trying to install gcc 3.82. I downloaded the .tar file from
http://ftp.gnu.org/gnu/make/ and followed installation instruction.

But the 'make' fails to complete with following error:








*rmuthoo@rmuthoo-VirtualBox:~/Downloads/make-3.82$ makemake
all-recursivemake[1]: Entering directory
`/home/rmuthoo/Downloads/make-3.82'/bin/bash: -c: line 0: syntax error near
unexpected token `do'/bin/bash: -c: line 0: `fail= failcom='exit 1';  forf
in x $MAKEEFLAGS; do  case f in  *=*  --[!kk]*);; \           *k*)
failcom='fail=yes';;  esac;  doonee; 'make[1]: *** [all-recursive] Error
1make[1]: Leaving directory `/home/rmuthoo/Downloads/make-3.82'make: ***
[all] Error 2*

Please find attached config.log. I have looked online for any help but i am
not able to resolve this. Any pointers are appreciated.

Thanks in advance.

Thanks and Regards,
Rahul Muthoo
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.82, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ./configure 

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

hostname = rmuthoo-VirtualBox
uname -m = x86_64
uname -r = 3.19.0-31-generic
uname -s = Linux
uname -v = #36~14.04.1-Ubuntu SMP Thu Oct 8 10:21:08 UTC 2015

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

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

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


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

configure:2378: checking for a BSD-compatible install
configure:2446: result: /usr/bin/install -c
configure:2457: checking whether build environment is sane
configure:2507: result: yes
configure:2648: checking for a thread-safe mkdir -p
configure:2687: result: /bin/mkdir -p
configure:2700: checking for gawk
configure:2716: found /usr/bin/gawk
configure:2727: result: gawk
configure:2738: checking whether make sets $(MAKE)
configure:2760: result: yes
configure:2890: checking for gcc
configure:2906: found /usr/bin/gcc
configure:2917: result: gcc
configure:3146: checking for C compiler version
configure:3155: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 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:3166: $? = 0
configure:3155: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 
configure:3166: $? = 0
configure:3155: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3166: $? = 4
configure:3155: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3166: $? = 4
configure:3186: checking whether the C compiler works
configure:3208: gcc    conftest.c  >&5
configure:3212: $? = 0
configure:3261: result: yes
configure:3264: checking for C compiler default output file name
configure:3266: result: a.out
configure:3272: checking for suffix of executables
configure:3279: gcc -o conftest    conftest.c  >&5
configure:3283: $? = 0
configure:3305: result: 
configure:3327: checking whether we are cross compiling
configure:3335: gcc -o conftest    conftest.c  >&5
configure:3339: $? = 0
configure:3346: ./conftest
configure:3350: $? = 0
configure:3365: result: no
configure:3370: checking for suffix of object files
configure:3392: gcc -c   conftest.c >&5
configure:3396: $? = 0
configure:3417: result: o
configure:3421: checking whether we are using the GNU C compiler
configure:3440: gcc -c   conftest.c >&5
configure:3440: $? = 0
configure:3449: result: yes
configure:3458: checking whether gcc accepts -g
configure:3478: gcc -c -g  conftest.c >&5
configure:3478: $? = 0
configure:3519: result: yes
configure:3536: checking for gcc option to accept ISO C89
configure:3600: gcc  -c -g -O2  conftest.c >&5
configure:3600: $? = 0
configure:3613: result: none needed
configure:3644: checking for style of include used by make
configure:3672: result: GNU
configure:3697: checking dependency style of gcc
configure:3807: result: gcc3
configure:3866: checking for ranlib
configure:3882: found /usr/bin/ranlib
configure:3893: result: ranlib
configure:3920: checking how to run the C preprocessor
configure:3951: gcc -E  conftest.c
configure:3951: $? = 0
configure:3965: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3990: result: gcc -E
configure:4010: gcc -E  conftest.c
configure:4010: $? = 0
configure:4024: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4054: checking for ar
configure:4070: found /usr/bin/ar
configure:4082: result: ar
configure:4093: checking for perl
configure:4109: found /usr/bin/perl
configure:4121: result: perl
configure:4135: checking build system type
configure:4149: result: x86_64-unknown-linux-gnu
configure:4169: checking host system type
configure:4182: result: x86_64-unknown-linux-gnu
configure:4204: checking for grep that handles long lines and -e
configure:4262: result: /bin/grep
configure:4267: checking for egrep
configure:4329: result: /bin/grep -E
configure:4334: checking for ANSI C header files
configure:4354: gcc -c -g -O2  conftest.c >&5
configure:4354: $? = 0
configure:4427: gcc -o conftest -g -O2   conftest.c  >&5
configure:4427: $? = 0
configure:4427: ./conftest
configure:4427: $? = 0
configure:4438: result: yes
configure:4451: checking for sys/types.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4451: checking for sys/stat.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4451: checking for stdlib.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4451: checking for string.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4451: checking for memory.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4451: checking for strings.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4451: checking for inttypes.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4451: checking for stdint.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4451: checking for unistd.h
configure:4451: gcc -c -g -O2  conftest.c >&5
configure:4451: $? = 0
configure:4451: result: yes
configure:4465: checking minix/config.h usability
configure:4465: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4465: result: no
configure:4465: checking minix/config.h presence
configure:4465: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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:4465: result: no
configure:4465: checking for minix/config.h
configure:4465: result: no
configure:4486: checking whether it is safe to define __EXTENSIONS__
configure:4504: gcc -c -g -O2  conftest.c >&5
configure:4504: $? = 0
configure:4511: result: yes
configure:4527: checking for strerror in -lcposix
configure:4552: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: error: ld returned 1 exit status
configure:4552: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strerror ();
| int
| main ()
| {
| return strerror ();
|   ;
|   return 0;
| }
configure:4561: result: no
configure:4588: checking whether NLS is requested
configure:4597: result: yes
configure:4635: checking for msgfmt
configure:4666: result: /usr/bin/msgfmt
configure:4675: checking for gmsgfmt
configure:4706: result: /usr/bin/msgfmt
configure:4746: checking for xgettext
configure:4777: result: /usr/bin/xgettext
configure:4817: checking for msgmerge
configure:4847: result: /usr/bin/msgmerge
configure:4922: checking for ld used by GCC
configure:4986: result: /usr/bin/ld
configure:4993: checking if the linker (/usr/bin/ld) is GNU ld
configure:5006: result: yes
configure:5012: checking for shared library run path origin
configure:5025: result: done
configure:5441: checking whether NLS is requested
configure:5450: result: yes
configure:5468: checking for GNU gettext in libc
configure:5487: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:33:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
 return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
        ^
configure:5487: $? = 0
configure:5495: result: yes
configure:6075: checking whether to use NLS
configure:6077: result: yes
configure:6080: checking where the gettext function comes from
configure:6091: result: libc
configure:6159: checking for special C compiler options needed for large files
configure:6204: result: no
configure:6210: checking for _FILE_OFFSET_BITS value needed for large files
configure:6235: gcc -c -g -O2  conftest.c >&5
configure:6235: $? = 0
configure:6267: result: no
configure:6352: checking for library containing getpwnam
configure:6383: gcc -o conftest -g -O2   conftest.c  >&5
configure:6383: $? = 0
configure:6400: result: none required
configure:6410: checking for ANSI C header files
configure:6514: result: yes
configure:6525: checking for dirent.h that defines DIR
configure:6544: gcc -c -g -O2  conftest.c >&5
configure:6544: $? = 0
configure:6552: result: yes
configure:6566: checking for library containing opendir
configure:6597: gcc -o conftest -g -O2   conftest.c  >&5
configure:6597: $? = 0
configure:6614: result: none required
configure:6681: checking whether stat file-mode macros are broken
configure:6708: gcc -c -g -O2  conftest.c >&5
configure:6708: $? = 0
configure:6715: result: no
configure:6723: checking whether time.h and sys/time.h may both be included
configure:6743: gcc -c -g -O2  conftest.c >&5
configure:6743: $? = 0
configure:6750: result: yes
configure:6762: checking for stdlib.h
configure:6762: result: yes
configure:6762: checking locale.h usability
configure:6762: gcc -c -g -O2  conftest.c >&5
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking locale.h presence
configure:6762: gcc -E  conftest.c
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking for locale.h
configure:6762: result: yes
configure:6762: checking for unistd.h
configure:6762: result: yes
configure:6762: checking limits.h usability
configure:6762: gcc -c -g -O2  conftest.c >&5
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking limits.h presence
configure:6762: gcc -E  conftest.c
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking for limits.h
configure:6762: result: yes
configure:6762: checking fcntl.h usability
configure:6762: gcc -c -g -O2  conftest.c >&5
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking fcntl.h presence
configure:6762: gcc -E  conftest.c
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking for fcntl.h
configure:6762: result: yes
configure:6762: checking for string.h
configure:6762: result: yes
configure:6762: checking for memory.h
configure:6762: result: yes
configure:6762: checking sys/param.h usability
configure:6762: gcc -c -g -O2  conftest.c >&5
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking sys/param.h presence
configure:6762: gcc -E  conftest.c
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking for sys/param.h
configure:6762: result: yes
configure:6762: checking sys/resource.h usability
configure:6762: gcc -c -g -O2  conftest.c >&5
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking sys/resource.h presence
configure:6762: gcc -E  conftest.c
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking for sys/resource.h
configure:6762: result: yes
configure:6762: checking sys/time.h usability
configure:6762: gcc -c -g -O2  conftest.c >&5
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking sys/time.h presence
configure:6762: gcc -E  conftest.c
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking for sys/time.h
configure:6762: result: yes
configure:6762: checking sys/timeb.h usability
configure:6762: gcc -c -g -O2  conftest.c >&5
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking sys/timeb.h presence
configure:6762: gcc -E  conftest.c
configure:6762: $? = 0
configure:6762: result: yes
configure:6762: checking for sys/timeb.h
configure:6762: result: yes
configure:6786: checking stdarg.h usability
configure:6786: gcc -c -g -O2  conftest.c >&5
configure:6786: $? = 0
configure:6786: result: yes
configure:6786: checking stdarg.h presence
configure:6786: gcc -E  conftest.c
configure:6786: $? = 0
configure:6786: result: yes
configure:6786: checking for stdarg.h
configure:6786: result: yes
configure:6799: checking whether gcc and cc understand -c and -o together
configure:6830: gcc -c conftest.c -o conftest2.o >&5
configure:6834: $? = 0
configure:6840: gcc -c conftest.c -o conftest2.o >&5
configure:6844: $? = 0
configure:6855: cc -c conftest.c >&5
configure:6859: $? = 0
configure:6867: cc -c conftest.c -o conftest2.o >&5
configure:6871: $? = 0
configure:6877: cc -c conftest.c -o conftest2.o >&5
configure:6881: $? = 0
configure:6899: result: yes
configure:6924: checking for an ANSI C-conforming const
configure:6989: gcc -c -g -O2  conftest.c >&5
configure:6989: $? = 0
configure:6996: result: yes
configure:7004: checking return type of signal handlers
configure:7022: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:51:1: error: void value not ignored as it ought to be
 return *(signal (0, 0)) (0) == 1;
 ^
configure:7022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:7029: result: void
configure:7037: checking for uid_t in sys/types.h
configure:7056: result: yes
configure:7067: checking for pid_t
configure:7067: gcc -c -g -O2  conftest.c >&5
configure:7067: $? = 0
configure:7067: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:7067: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:7067: result: yes
configure:7081: checking for uintmax_t
configure:7081: gcc -c -g -O2  conftest.c >&5
configure:7081: $? = 0
configure:7081: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:24: error: expected expression before ')' token
 if (sizeof ((uintmax_t)))
                        ^
configure:7081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintmax_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:7081: result: yes
configure:7102: checking for nanoseconds field of struct stat.st_mtim
configure:7129: gcc -c -g -O2  -DST_MTIM_NSEC=tv_nsec conftest.c >&5
configure:7129: $? = 0
configure:7137: result: tv_nsec
configure:7149: checking whether to use high resolution file timestamps
configure:7171: gcc -c -g -O2  conftest.c >&5
configure:7171: $? = 0
configure:7178: result: yes
configure:7194: checking for library containing clock_gettime
configure:7225: gcc -o conftest -g -O2   conftest.c  >&5
configure:7225: $? = 0
configure:7242: result: none required
configure:7259: checking whether system uses MSDOS-style paths
configure:7273: gcc -c -g -O2  conftest.c >&5
conftest.c:51:1: error: unknown type name 'neither'
 neither MSDOS nor Windows nor OS2
 ^
conftest.c:51:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'nor'
 neither MSDOS nor Windows nor OS2
               ^
conftest.c:51:15: error: unknown type name 'nor'
configure:7273: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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
| /* end confdefs.h.  */
| 
| #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __EMX__ && !defined __MSYS__ && !defined __CYGWIN__
| neither MSDOS nor Windows nor OS2
| #endif
| 
configure:7281: result: no
configure:7296: checking for standard gettimeofday
configure:7315: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:53:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
       exit (gettimeofday (&t, 0) != 0
       ^
configure:7315: $? = 0
configure:7315: ./conftest
configure:7315: $? = 0
configure:7325: result: yes
configure:7340: checking for strdup
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:73:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
 char strdup ();
      ^
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for strndup
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:74:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
 char strndup ();
      ^
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for mkstemp
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for mktemp
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccEBqWl7.o: In function `main':
/home/rmuthoo/Downloads/make-3.82/conftest.c:87: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for fdopen
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for fileno
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for dup2
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for getcwd
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for realpath
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for sigsetmask
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for sigaction
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for getgroups
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for seteuid
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for setegid
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for setlinebuf
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for setreuid
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for setregid
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for getrlimit
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for setrlimit
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for setvbuf
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for pipe
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for strerror
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for strsignal
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for lstat
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for readlink
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7340: checking for atexit
configure:7340: gcc -o conftest -g -O2   conftest.c  >&5
configure:7340: $? = 0
configure:7340: result: yes
configure:7354: checking whether bsd_signal is declared
configure:7354: gcc -c -g -O2  conftest.c >&5
configure:7354: $? = 0
configure:7354: result: yes
configure:7381: checking for strcasecmp
configure:7381: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:100:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
 char strcasecmp ();
      ^
configure:7381: $? = 0
configure:7381: result: yes
configure:7381: checking for strncasecmp
configure:7381: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:101:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
 char strncasecmp ();
      ^
configure:7381: $? = 0
configure:7381: result: yes
configure:7381: checking for strcmpi
configure:7381: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccQ3jDPX.o: In function `main':
/home/rmuthoo/Downloads/make-3.82/conftest.c:113: undefined reference to `strcmpi'
collect2: error: ld returned 1 exit status
configure:7381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| /* Define strcmpi to an innocuous variant, in case <limits.h> declares strcmpi.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strcmpi innocuous_strcmpi
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strcmpi (); 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 strcmpi
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strcmpi ();
| /* 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_strcmpi || defined __stub___strcmpi
| choke me
| #endif
| 
| int
| main ()
| {
| return strcmpi ();
|   ;
|   return 0;
| }
configure:7381: result: no
configure:7381: checking for strncmpi
configure:7381: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cci97tH2.o: In function `main':
/home/rmuthoo/Downloads/make-3.82/conftest.c:113: undefined reference to `strncmpi'
collect2: error: ld returned 1 exit status
configure:7381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| /* Define strncmpi to an innocuous variant, in case <limits.h> declares strncmpi.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strncmpi innocuous_strncmpi
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strncmpi (); 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 strncmpi
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strncmpi ();
| /* 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_strncmpi || defined __stub___strncmpi
| choke me
| #endif
| 
| int
| main ()
| {
| return strncmpi ();
|   ;
|   return 0;
| }
configure:7381: result: no
configure:7381: checking for stricmp
configure:7381: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccZhgLtb.o: In function `main':
/home/rmuthoo/Downloads/make-3.82/conftest.c:113: undefined reference to `stricmp'
collect2: error: ld returned 1 exit status
configure:7381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define stricmp innocuous_stricmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stricmp (); 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 stricmp
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char stricmp ();
| /* 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_stricmp || defined __stub___stricmp
| choke me
| #endif
| 
| int
| main ()
| {
| return stricmp ();
|   ;
|   return 0;
| }
configure:7381: result: no
configure:7381: checking for strnicmp
configure:7381: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccBeGPOd.o: In function `main':
/home/rmuthoo/Downloads/make-3.82/conftest.c:113: undefined reference to `strnicmp'
collect2: error: ld returned 1 exit status
configure:7381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strnicmp innocuous_strnicmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strnicmp (); 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 strnicmp
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strnicmp ();
| /* 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_strnicmp || defined __stub___strnicmp
| choke me
| #endif
| 
| int
| main ()
| {
| return strnicmp ();
|   ;
|   return 0;
| }
configure:7381: result: no
configure:7393: checking for working strcoll
configure:7414: gcc -o conftest -g -O2   conftest.c  >&5
configure:7414: $? = 0
configure:7414: ./conftest
configure:7414: $? = 0
configure:7424: result: yes
configure:7435: checking for working alloca.h
configure:7452: gcc -o conftest -g -O2   conftest.c  >&5
configure:7452: $? = 0
configure:7460: result: yes
configure:7468: checking for alloca
configure:7505: gcc -o conftest -g -O2   conftest.c  >&5
configure:7505: $? = 0
configure:7513: result: yes
configure:7625: checking vfork.h usability
configure:7625: gcc -c -g -O2  conftest.c >&5
conftest.c:115:19: fatal error: vfork.h: No such file or directory
 #include <vfork.h>
                   ^
compilation terminated.
configure:7625: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:7625: result: no
configure:7625: checking vfork.h presence
configure:7625: gcc -E  conftest.c
conftest.c:82:19: fatal error: vfork.h: No such file or directory
 #include <vfork.h>
                   ^
compilation terminated.
configure:7625: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:7625: result: no
configure:7625: checking for vfork.h
configure:7625: result: no
configure:7638: checking for fork
configure:7638: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:105:6: warning: conflicting types for built-in function 'fork' [enabled by default]
 char fork ();
      ^
configure:7638: $? = 0
configure:7638: result: yes
configure:7638: checking for vfork
configure:7638: gcc -o conftest -g -O2   conftest.c  >&5
configure:7638: $? = 0
configure:7638: result: yes
configure:7649: checking for working fork
configure:7671: gcc -o conftest -g -O2   conftest.c  >&5
configure:7671: $? = 0
configure:7671: ./conftest
configure:7671: $? = 0
configure:7681: result: yes
configure:7702: checking for working vfork
configure:7812: result: yes
configure:7839: checking for vprintf
configure:7839: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:109:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
 char vprintf ();
      ^
configure:7839: $? = 0
configure:7839: result: yes
configure:7845: checking for _doprnt
configure:7845: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cclGnUTV.o: In function `main':
/home/rmuthoo/Downloads/make-3.82/conftest.c:121: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:7845: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 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 GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| 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
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:7845: result: no
configure:7856: checking whether closedir returns void
configure:7880: gcc -o conftest -g -O2   conftest.c  >&5
configure:7880: $? = 0
configure:7880: ./conftest
configure:7880: $? = 0
configure:7890: result: no
configure:7908: checking for getloadavg
configure:7908: gcc -o conftest -g -O2   conftest.c  >&5
configure:7908: $? = 0
configure:7908: result: yes
configure:7919: checking for pstat_getdynamic
configure:7919: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc2MBhSe.o: In function `main':
/home/rmuthoo/Downloads/make-3.82/conftest.c:121: undefined reference to `pstat_getdynamic'
collect2: error: ld returned 1 exit status
configure:7919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 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 GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| 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
| #endif
| 
| int
| main ()
| {
| return pstat_getdynamic ();
|   ;
|   return 0;
| }
configure:7919: result: no
configure:7930: checking for kstat_open in -lkstat
configure:7955: gcc -o conftest -g -O2   conftest.c -lkstat   >&5
/usr/bin/ld: cannot find -lkstat
collect2: error: ld returned 1 exit status
configure:7955: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 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 GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char kstat_open ();
| int
| main ()
| {
| return kstat_open ();
|   ;
|   return 0;
| }
configure:7964: result: no
configure:8160: checking for getloadavg
configure:8160: gcc -o conftest -g -O2   conftest.c  >&5
configure:8160: $? = 0
configure:8160: result: yes
configure:8331: checking whether getloadavg requires setgid
configure:8352: result: no
configure:8422: checking whether sys_siglist is declared
configure:8422: gcc -c -g -O2  conftest.c >&5
configure:8422: $? = 0
configure:8422: result: yes
configure:8439: checking whether _sys_siglist is declared
configure:8439: gcc -c -g -O2  conftest.c >&5
configure:8439: $? = 0
configure:8439: result: yes
configure:8456: checking whether __sys_siglist is declared
configure:8456: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:134:10: error: '__sys_siglist' undeclared (first use in this function)
   (void) __sys_siglist;
          ^
conftest.c:134:10: note: each undeclared identifier is reported only once for each function it appears in
configure:8456: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef 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
|   (void) __sys_siglist;
| #endif
| 
|   ;
|   return 0;
| }
configure:8456: result: no
configure:8479: checking for sys/wait.h
configure:8479: gcc -c -g -O2  conftest.c >&5
configure:8479: $? = 0
configure:8479: result: yes
configure:8493: checking for waitpid
configure:8493: gcc -o conftest -g -O2   conftest.c  >&5
configure:8493: $? = 0
configure:8493: result: yes
configure:8493: checking for wait3
configure:8493: gcc -o conftest -g -O2   conftest.c  >&5
configure:8493: $? = 0
configure:8493: result: yes
configure:8503: checking for union wait
configure:8535: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:107:12: error: 'blow' undeclared (first use in this function)
         -- blow chunks here --
            ^
conftest.c:107:12: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:107:17: error: expected ';' before 'chunks'
         -- blow chunks here --
                 ^
configure:8535: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU make"
| #define PACKAGE_TARNAME "make"
| #define PACKAGE_VERSION "3.82"
| #define PACKAGE_STRING "GNU make 3.82"
| #define PACKAGE_BUGREPORT "bug-m...@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/make/";
| #define PACKAGE "make"
| #define VERSION "3.82"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #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_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_FDOPEN 1
| #define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 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:8549: result: no
configure:9011: checking for SA_RESTART
configure:9028: gcc -c -g -O2  conftest.c >&5
configure:9028: $? = 0
configure:9035: result: yes
configure:9068: checking for location of SCCS get command
configure:9080: result: get
configure:9117: checking if system libc has GNU glob
configure:9141: result: yes
configure:9225: checking if malloc debugging is wanted
configure:9243: result: no
configure:9435: creating ./config.status

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

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

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

on rmuthoo-VirtualBox

config.status:1007: creating Makefile
config.status:1007: creating glob/Makefile
config.status:1007: creating po/Makefile.in
config.status:1115: WARNING:  'po/Makefile.in.in' seems to ignore the --datarootdir setting
config.status:1007: creating config/Makefile
config.status:1007: creating doc/Makefile
config.status:1007: creating w32/Makefile
config.status:1007: creating config.h
config.status:1232: executing depfiles commands
config.status:1232: executing default-1 commands

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

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

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

on rmuthoo-VirtualBox

config.status:1007: creating build.sh

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

ac_cv_build=x86_64-unknown-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=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_closedir_void=no
ac_cv_func_dup2=yes
ac_cv_func_fdopen=yes
ac_cv_func_fileno=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_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_strcasecmp=yes
ac_cv_func_strcmpi=no
ac_cv_func_strcoll_works=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_stricmp=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmpi=no
ac_cv_func_strndup=yes
ac_cv_func_strnicmp=no
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_bsd_signal=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=x86_64-unknown-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_kstat_kstat_open=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
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_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime='none required'
ac_cv_search_getpwnam='none required'
ac_cv_search_opendir='none required'
ac_cv_struct_st_mtim_nsec=tv_nsec
ac_cv_sys_file_offset_bits=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=yes
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/rmuthoo/Downloads/make-3.82/config/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/rmuthoo/Downloads/make-3.82/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/rmuthoo/Downloads/make-3.82/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/rmuthoo/Downloads/make-3.82/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/rmuthoo/Downloads/make-3.82/config/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GETLOADAVG_LIBS=''
GLOBINC=''
GLOBLIB=''
GMSGFMT='/usr/bin/msgfmt'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
KMEM_GROUP=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/rmuthoo/Downloads/make-3.82/config/missing --run makeinfo'
MAKE_HOST='x86_64-unknown-linux-gnu'
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS='$(top_builddir)/config/mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NEED_SETGID='false'
OBJEXT='o'
PACKAGE='make'
PACKAGE_BUGREPORT='bug-m...@gnu.org'
PACKAGE_NAME='GNU make'
PACKAGE_STRING='GNU make 3.82'
PACKAGE_TARNAME='make'
PACKAGE_URL='http://www.gnu.org/software/make/'
PACKAGE_VERSION='3.82'
PATH_SEPARATOR=':'
PERL='perl'
POSUB='po'
RANLIB='ranlib'
REMOTE='stub'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_CUSTOMS_FALSE=''
USE_CUSTOMS_TRUE='#'
USE_LOCAL_GLOB_FALSE=''
USE_LOCAL_GLOB_TRUE='#'
USE_NLS='yes'
VERSION='3.82'
WINDOWSENV_FALSE=''
WINDOWSENV_TRUE='#'
XGETTEXT='/usr/bin/xgettext'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/rmuthoo/Downloads/make-3.82/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ------------------- ##
## File substitutions. ##
## ------------------- ##

MAINT_MAKEFILE='/dev/null'

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

/* confdefs.h */
#define PACKAGE_NAME "GNU make"
#define PACKAGE_TARNAME "make"
#define PACKAGE_VERSION "3.82"
#define PACKAGE_STRING "GNU make 3.82"
#define PACKAGE_BUGREPORT "bug-m...@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/make/";
#define PACKAGE "make"
#define VERSION "3.82"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#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_STRDUP 1
#define HAVE_STRNDUP 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_FDOPEN 1
#define HAVE_FILENO 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_DECL_BSD_SIGNAL 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRCOLL 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 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
#define HAVE_SA_RESTART 1
#define MAKE_JOBSERVER 1
#define MAKE_SYMLINKS 1
#define SCCS_GET "get"
#define MAKE_HOST "x86_64-unknown-linux-gnu"
#define PATH_SEPARATOR_CHAR ':'

configure: exit 0
_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to