public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Problem with proftpd-1.2.9 compiling
@ 2003-10-31 17:40 Michał Letyński
  2003-11-04  0:16 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Michał Letyński @ 2003-10-31 17:40 UTC (permalink / raw)
  To: gcc-bugs

[-- Attachment #1: Type: TEXT/PLAIN, Size: 601 bytes --]

Today i wanted to upgrade proftpd, but i have some problmes with configure

here is my gcc
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/specs
Configured with: ../gcc-3.2.3/configure --prefix=/usr --enable-shared
--enable-t
hreads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld
--verbose --
target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.2.3

i'm using Slackware 9.1

here is the problem
checking size of short... configure: error: cannot compute sizeof (short),
77
See `config.log' for more details.

config.log is in Attchmnt

[-- Attachment #2: Type: TEXT/PLAIN, Size: 88366 bytes --]

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

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

  $ ./configure --prefix=/usr --sysconfdir=/etc --disable-auth-pam --enable-shadow

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

hostname = mikus
uname -m = i586
uname -r = 2.4.22
uname -s = Linux
uname -v = #6 Tue Sep 2 17:43:01 PDT 2003

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

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

PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/lib/java/bin
PATH: /usr/lib/java/jre/bin


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

configure:1395: checking build system type
configure:1413: result: i586-pc-linux-gnu
configure:1421: checking host system type
configure:1435: result: i586-pc-linux-gnu
configure:1443: checking target system type
configure:1457: result: i586-pc-linux-gnu
configure:1536: checking for gcc
configure:1552: found /usr/bin/gcc
configure:1562: result: gcc
configure:1806: checking for C compiler version
configure:1809: gcc --version </dev/null >&5
gcc (GCC) 3.2.3
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1812: $? = 0
configure:1814: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/specs
Configured with: ../gcc-3.2.3/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.2.3
configure:1817: $? = 0
configure:1819: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1822: $? = 1
configure:1846: checking for C compiler default output
configure:1849: gcc    conftest.c  >&5
configure:1852: $? = 0
configure:1898: result: a.out
configure:1903: checking whether the C compiler works
configure:1909: ./a.out
configure:1912: $? = 0
configure:1929: result: yes
configure:1936: checking whether we are cross compiling
configure:1938: result: no
configure:1941: checking for suffix of executables
configure:1943: gcc -o conftest    conftest.c  >&5
configure:1946: $? = 0
configure:1971: result: 
configure:1977: checking for suffix of object files
configure:1999: gcc -c   conftest.c >&5
configure:2002: $? = 0
configure:2024: result: o
configure:2028: checking whether we are using the GNU C compiler
configure:2053: gcc -c   conftest.c >&5
configure:2056: $? = 0
configure:2059: test -s conftest.o
configure:2062: $? = 0
configure:2075: result: yes
configure:2081: checking whether gcc accepts -g
configure:2103: gcc -c -g  conftest.c >&5
configure:2106: $? = 0
configure:2109: test -s conftest.o
configure:2112: $? = 0
configure:2123: result: yes
configure:2140: checking for gcc option to accept ANSI C
configure:2201: gcc  -c -g -O2  conftest.c >&5
configure: In function `e':
configure:2167: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:2204: $? = 1
configure: failed program was:
| #line 2147 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2201: gcc -qlanglvl=ansi -c -g -O2  conftest.c >&5
gcc: unrecognized option `-qlanglvl=ansi'
configure: In function `e':
configure:2167: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:2204: $? = 1
configure: failed program was:
| #line 2147 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2201: gcc -std1 -c -g -O2  conftest.c >&5
cc1: unrecognized option `-std1'
configure:2204: $? = 1
configure: failed program was:
| #line 2147 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2201: gcc -Ae -c -g -O2  conftest.c >&5
<command line>:1:2: missing '(' after predicate
configure: In function `e':
configure:2167: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:2204: $? = 1
configure: failed program was:
| #line 2147 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2201: gcc -Aa -D_HPUX_SOURCE -c -g -O2  conftest.c >&5
<command line>:1:2: missing '(' after predicate
configure: In function `e':
configure:2167: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:2204: $? = 1
configure: failed program was:
| #line 2147 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2201: gcc -Xc -D__EXTENSIONS__ -c -g -O2  conftest.c >&5
gcc: unrecognized option `-Xc'
configure: In function `e':
configure:2167: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:2204: $? = 1
configure: failed program was:
| #line 2147 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdio.h>
| #include <sys/types.h>
| #include <sys/stat.h>
| /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| struct buf { int x; };
| FILE * (*rcsopen) (struct buf *, struct stat *, int);
| static char *e (p, i)
|      char **p;
|      int i;
| {
|   return p[i];
| }
| static char *f (char * (*g) (char **, int), char **p, ...)
| {
|   char *s;
|   va_list v;
|   va_start (v,p);
|   s = g (p, va_arg (v,int));
|   va_end (v);
|   return s;
| }
| int test (int i, double x);
| struct s1 {int (*f) (int a);};
| struct s2 {int (*f) (double a);};
| int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| int argc;
| char **argv;
| int
| main ()
| {
| return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
|   ;
|   return 0;
| }
configure:2228: result: none needed
configure:2246: gcc -c -g -O2  conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2249: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2358: checking whether make sets $(MAKE)
configure:2378: result: yes
configure:2399: checking for a BSD-compatible install
configure:2453: result: /usr/bin/ginstall -c
configure:2505: checking for ranlib
configure:2521: found /usr/bin/ranlib
configure:2532: result: ranlib
configure:2553: checking for special C compiler options needed for large files
configure:2633: result: no
configure:2639: checking for _FILE_OFFSET_BITS value needed for large files
configure:2671: gcc -c -g -O2  conftest.c >&5
configure:2660: warning: left shift count >= width of type
configure:2660: warning: left shift count >= width of type
configure:2662: size of array `off_t_is_large' is negative
configure:2674: $? = 1
configure: failed program was:
| #line 2646 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* 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:2715: gcc -c -g -O2  conftest.c >&5
configure:2718: $? = 0
configure:2721: test -s conftest.o
configure:2724: $? = 0
configure:2736: result: 64
configure:2746: checking for _LARGE_FILES value needed for large files
configure:2778: gcc -c -g -O2  conftest.c >&5
configure:2781: $? = 0
configure:2784: test -s conftest.o
configure:2787: $? = 0
configure:2843: result: no
configure:2916: checking whether the C compiler accepts -Wall
configure:2936: gcc -c -Wall  conftest.c >&5
configure:2939: $? = 0
configure:2942: test -s conftest.o
configure:2945: $? = 0
configure:2947: result: yes
configure:3081: checking for getopt
configure:3131: gcc -o conftest -O2 -Wall  -Llib  conftest.c  >&5
configure: In function `main':
configure:3130: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:3134: $? = 1
configure: failed program was:
| #line 3086 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getopt (); 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
| /* 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 getopt ();
| /* 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_getopt) || defined (__stub___getopt)
| choke me
| #else
| char (*f) () = getopt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getopt;
|   ;
|   return 0;
| }
configure:3151: result: no
configure:3359: checking how to run the C preprocessor
configure:3395: gcc -E  conftest.c
configure:3401: $? = 0
configure:3433: gcc -E  conftest.c
configure:3434:28: ac_nonexistent.h: No such file or directory
configure:3439: $? = 1
configure: failed program was:
| #line 3424 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3477: result: gcc -E
configure:3502: gcc -E  conftest.c
configure:3508: $? = 0
configure:3540: gcc -E  conftest.c
configure:3541:28: ac_nonexistent.h: No such file or directory
configure:3546: $? = 1
configure: failed program was:
| #line 3531 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3589: checking for egrep
configure:3599: result: grep -E
configure:3604: checking for ANSI C header files
configure:3630: gcc -c -O2 -Wall  conftest.c >&5
configure:3633: $? = 0
configure:3636: test -s conftest.o
configure:3639: $? = 0
configure:3728: gcc -o conftest -O2 -Wall  -Llib  conftest.c  >&5
configure: In function `main':
configure:3726: warning: implicit declaration of function `exit'
configure:3728: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:3731: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 3699 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 1
| /* end confdefs.h.  */
| #include <ctype.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c)                    (('a' <= (c) && (c) <= 'i')                      || ('j' <= (c) && (c) <= 'r')                      || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
| 
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
|   int i;
|   for (i = 0; i < 256; i++)
|     if (XOR (islower (i), ISLOWER (i))
|         || toupper (i) != TOUPPER (i))
|       exit(2);
|   exit (0);
| }
configure:3751: result: no
configure:3775: checking for sys/types.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:3775: checking for sys/stat.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:3775: checking for stdlib.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:3775: checking for string.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:3775: checking for memory.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:3775: checking for strings.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:3775: checking for inttypes.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:3775: checking for stdint.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:3775: checking for unistd.h
configure:3792: gcc -c -O2 -Wall  conftest.c >&5
configure:3795: $? = 0
configure:3798: test -s conftest.o
configure:3801: $? = 0
configure:3812: result: yes
configure:4536: checking for standalone crypt
configure:4558: gcc -o conftest -O2 -Wall  -Llib  conftest.c  >&5
configure: In function `main':
configure:4564: warning: implicit declaration of function `crypt'
/tmp/ccIb2NLl.o(.text+0xa): In function `main':
: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure:4561: $? = 1
configure: failed program was:
| #line 4541 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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.  */
| 
| int
| main ()
| {
| crypt();
|   ;
|   return 0;
| }
configure:4578: result: no
configure:4583: checking for crypt in -lcrypt
configure:4614: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt   >&5
configure:4617: $? = 0
configure:4620: test -s conftest
configure:4623: $? = 0
configure:4635: result: yes
configure:4648: checking for standalone gethostbyname
configure:4670: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt  >&5
configure: In function `main':
configure:4677: warning: implicit declaration of function `gethostbyname'
configure:4673: $? = 0
configure:4676: test -s conftest
configure:4679: $? = 0
configure:4690: result: yes
configure:4824: checking for standalone inet_aton
configure:4846: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt  >&5
configure: In function `main':
configure:4853: warning: implicit declaration of function `inet_aton'
configure:4849: $? = 0
configure:4852: test -s conftest
configure:4855: $? = 0
configure:4866: result: yes
configure:4936: checking for standalone nsl functions
configure:4959: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt  >&5
configure: In function `main':
configure:4966: warning: implicit declaration of function `gethostent'
configure:4962: $? = 0
configure:4965: test -s conftest
configure:4968: $? = 0
configure:4979: result: yes
configure:5049: checking for standalone socket functions
configure:5071: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt  >&5
configure: In function `main':
configure:5078: warning: implicit declaration of function `bind'
configure:5074: $? = 0
configure:5077: test -s conftest
configure:5080: $? = 0
configure:5091: result: yes
configure:5161: checking for _pw_stayopen variable
configure:5183: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt  >&5
configure: In function `main':
configure:5193: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:5186: $? = 1
configure: failed program was:
| #line 5166 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| /* end confdefs.h.  */
| extern int _pw_stayopen;
| int
| main ()
| {
| _pw_stayopen = 1;
|   ;
|   return 0;
| }
configure:5203: result: no
configure:5227: checking krb.h usability
configure:5240: gcc -c -O2 -Wall  conftest.c >&5
configure:5283:17: krb.h: No such file or directory
configure:5243: $? = 1
configure: failed program was:
| #line 5229 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 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 <krb.h>
configure:5259: result: no
configure:5263: checking krb.h presence
configure:5274: gcc -E  conftest.c
configure:5285:17: krb.h: No such file or directory
configure:5280: $? = 1
configure: failed program was:
| #line 5265 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| /* end confdefs.h.  */
| #include <krb.h>
configure:5299: result: no
configure:5335: checking for krb.h
configure:5342: result: no
configure:5369: checking prot.h usability
configure:5382: gcc -c -O2 -Wall  conftest.c >&5
configure:5425:18: prot.h: No such file or directory
configure:5385: $? = 1
configure: failed program was:
| #line 5371 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 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 <prot.h>
configure:5401: result: no
configure:5405: checking prot.h presence
configure:5416: gcc -E  conftest.c
configure:5427:18: prot.h: No such file or directory
configure:5422: $? = 1
configure: failed program was:
| #line 5407 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| /* end confdefs.h.  */
| #include <prot.h>
configure:5441: result: no
configure:5477: checking for prot.h
configure:5484: result: no
configure:5512: checking hpsecurity.h usability
configure:5525: gcc -c -O2 -Wall  conftest.c >&5
configure:5568:24: hpsecurity.h: No such file or directory
configure:5528: $? = 1
configure: failed program was:
| #line 5514 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 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 <hpsecurity.h>
configure:5544: result: no
configure:5548: checking hpsecurity.h presence
configure:5559: gcc -E  conftest.c
configure:5570:24: hpsecurity.h: No such file or directory
configure:5565: $? = 1
configure: failed program was:
| #line 5550 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| /* end confdefs.h.  */
| #include <hpsecurity.h>
configure:5584: result: no
configure:5620: checking for hpsecurity.h
configure:5627: result: no
configure:5745: checking for hpsecurity.h workaround
configure:5768: gcc -c -O2 -Wall  conftest.c >&5
configure:5770:24: hpsecurity.h: No such file or directory
configure:5771: $? = 1
configure: failed program was:
| #line 5747 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| /* end confdefs.h.  */
| 
| #include <values.h>
| #undef MAXINT
| #include <hpsecurity.h>
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5898: result: no
configure:5936: checking for dirent.h that defines DIR
configure:5961: gcc -c -O2 -Wall  conftest.c >&5
configure:5964: $? = 0
configure:5967: test -s conftest.o
configure:5970: $? = 0
configure:5981: result: yes
configure:5994: checking for library containing opendir
configure:6025: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt  >&5
configure:6028: $? = 0
configure:6031: test -s conftest
configure:6034: $? = 0
configure:6093: result: none required
configure:6209: checking for ANSI C header files
configure:6356: result: no
configure:6366: checking for sys/wait.h that is POSIX.1 compatible
configure:6398: gcc -c -O2 -Wall  conftest.c >&5
configure: In function `main':
configure:6409: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:6401: $? = 1
configure: failed program was:
| #line 6371 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/wait.h>
| #ifndef WEXITSTATUS
| # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
| #endif
| #ifndef WIFEXITED
| # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
| #endif
| 
| int
| main ()
| {
|   int s;
|   wait (&s);
|   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
|   ;
|   return 0;
| }
configure:6418: result: no
configure:6446: checking fcntl.h usability
configure:6459: gcc -c -O2 -Wall  conftest.c >&5
configure:6462: $? = 0
configure:6465: test -s conftest.o
configure:6468: $? = 0
configure:6478: result: yes
configure:6482: checking fcntl.h presence
configure:6493: gcc -E  conftest.c
configure:6499: $? = 0
configure:6518: result: yes
configure:6554: checking for fcntl.h
configure:6561: result: yes
configure:6446: checking sys/ioctl.h usability
configure:6459: gcc -c -O2 -Wall  conftest.c >&5
configure:6462: $? = 0
configure:6465: test -s conftest.o
configure:6468: $? = 0
configure:6478: result: yes
configure:6482: checking sys/ioctl.h presence
configure:6493: gcc -E  conftest.c
configure:6499: $? = 0
configure:6518: result: yes
configure:6554: checking for sys/ioctl.h
configure:6561: result: yes
configure:6446: checking sys/time.h usability
configure:6459: gcc -c -O2 -Wall  conftest.c >&5
configure:6462: $? = 0
configure:6465: test -s conftest.o
configure:6468: $? = 0
configure:6478: result: yes
configure:6482: checking sys/time.h presence
configure:6493: gcc -E  conftest.c
configure:6499: $? = 0
configure:6518: result: yes
configure:6554: checking for sys/time.h
configure:6561: result: yes
configure:6437: checking for unistd.h
configure:6442: result: yes
configure:6437: checking for memory.h
configure:6442: result: yes
configure:6589: checking shadow.h usability
configure:6602: gcc -c -O2 -Wall  conftest.c >&5
configure:6605: $? = 0
configure:6608: test -s conftest.o
configure:6611: $? = 0
configure:6621: result: yes
configure:6625: checking shadow.h presence
configure:6636: gcc -E  conftest.c
configure:6642: $? = 0
configure:6661: result: yes
configure:6697: checking for shadow.h
configure:6704: result: yes
configure:6718: checking for struct spwd.sp_warn
configure:6743: gcc -c -O2 -Wall  conftest.c >&5
configure:6746: $? = 0
configure:6749: test -s conftest.o
configure:6752: $? = 0
configure:6801: result: yes
configure:6810: checking for struct spwd.sp_inact
configure:6835: gcc -c -O2 -Wall  conftest.c >&5
configure:6838: $? = 0
configure:6841: test -s conftest.o
configure:6844: $? = 0
configure:6893: result: yes
configure:6902: checking for struct spwd.sp_expire
configure:6927: gcc -c -O2 -Wall  conftest.c >&5
configure:6930: $? = 0
configure:6933: test -s conftest.o
configure:6936: $? = 0
configure:6985: result: yes
configure:7298: checking linux/capability.h usability
configure:7311: gcc -c -O2 -Wall  conftest.c >&5
configure:7314: $? = 0
configure:7317: test -s conftest.o
configure:7320: $? = 0
configure:7330: result: yes
configure:7334: checking linux/capability.h presence
configure:7345: gcc -E  conftest.c
configure:7351: $? = 0
configure:7370: result: yes
configure:7406: checking for linux/capability.h
configure:7413: result: yes
configure:7427: checking whether to enable mod_cap
configure:7429: result: yes
configure:7455: checking ctype.h usability
configure:7468: gcc -c -O2 -Wall  conftest.c >&5
configure:7471: $? = 0
configure:7474: test -s conftest.o
configure:7477: $? = 0
configure:7487: result: yes
configure:7491: checking ctype.h presence
configure:7502: gcc -E  conftest.c
configure:7508: $? = 0
configure:7527: result: yes
configure:7563: checking for ctype.h
configure:7570: result: yes
configure:7455: checking getopt.h usability
configure:7468: gcc -c -O2 -Wall  conftest.c >&5
configure:7471: $? = 0
configure:7474: test -s conftest.o
configure:7477: $? = 0
configure:7487: result: yes
configure:7491: checking getopt.h presence
configure:7502: gcc -E  conftest.c
configure:7508: $? = 0
configure:7527: result: yes
configure:7563: checking for getopt.h
configure:7570: result: yes
configure:7455: checking crypt.h usability
configure:7468: gcc -c -O2 -Wall  conftest.c >&5
configure:7471: $? = 0
configure:7474: test -s conftest.o
configure:7477: $? = 0
configure:7487: result: yes
configure:7491: checking crypt.h presence
configure:7502: gcc -E  conftest.c
configure:7508: $? = 0
configure:7527: result: yes
configure:7563: checking for crypt.h
configure:7570: result: yes
configure:7455: checking bstring.h usability
configure:7468: gcc -c -O2 -Wall  conftest.c >&5
configure:7525:21: bstring.h: No such file or directory
configure:7471: $? = 1
configure: failed program was:
| #line 7457 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_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 <bstring.h>
configure:7487: result: no
configure:7491: checking bstring.h presence
configure:7502: gcc -E  conftest.c
configure:7527:21: bstring.h: No such file or directory
configure:7508: $? = 1
configure: failed program was:
| #line 7493 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <bstring.h>
configure:7527: result: no
configure:7563: checking for bstring.h
configure:7570: result: no
configure:7455: checking limits.h usability
configure:7468: gcc -c -O2 -Wall  conftest.c >&5
configure:7471: $? = 0
configure:7474: test -s conftest.o
configure:7477: $? = 0
configure:7487: result: yes
configure:7491: checking limits.h presence
configure:7502: gcc -E  conftest.c
configure:7508: $? = 0
configure:7527: result: yes
configure:7563: checking for limits.h
configure:7570: result: yes
configure:7589: checking for strings.h
configure:7594: result: yes
configure:7598: checking stropts.h usability
configure:7611: gcc -c -O2 -Wall  conftest.c >&5
configure:7614: $? = 0
configure:7617: test -s conftest.o
configure:7620: $? = 0
configure:7630: result: yes
configure:7634: checking stropts.h presence
configure:7645: gcc -E  conftest.c
configure:7651: $? = 0
configure:7670: result: yes
configure:7706: checking for stropts.h
configure:7713: result: yes
configure:7743: checking sys/file.h usability
configure:7756: gcc -c -O2 -Wall  conftest.c >&5
configure:7759: $? = 0
configure:7762: test -s conftest.o
configure:7765: $? = 0
configure:7775: result: yes
configure:7779: checking sys/file.h presence
configure:7790: gcc -E  conftest.c
configure:7796: $? = 0
configure:7815: result: yes
configure:7851: checking for sys/file.h
configure:7858: result: yes
configure:7743: checking sys/mman.h usability
configure:7756: gcc -c -O2 -Wall  conftest.c >&5
configure:7759: $? = 0
configure:7762: test -s conftest.o
configure:7765: $? = 0
configure:7775: result: yes
configure:7779: checking sys/mman.h presence
configure:7790: gcc -E  conftest.c
configure:7796: $? = 0
configure:7815: result: yes
configure:7851: checking for sys/mman.h
configure:7858: result: yes
configure:7734: checking for sys/types.h
configure:7739: result: yes
configure:7743: checking sys/uio.h usability
configure:7756: gcc -c -O2 -Wall  conftest.c >&5
configure:7759: $? = 0
configure:7762: test -s conftest.o
configure:7765: $? = 0
configure:7775: result: yes
configure:7779: checking sys/uio.h presence
configure:7790: gcc -E  conftest.c
configure:7796: $? = 0
configure:7815: result: yes
configure:7851: checking for sys/uio.h
configure:7858: result: yes
configure:7877: checking for sys/param.h
configure:7900: gcc -c -O2 -Wall  conftest.c >&5
configure:7903: $? = 0
configure:7906: test -s conftest.o
configure:7909: $? = 0
configure:7920: result: yes
configure:7877: checking for sys/mount.h
configure:7900: gcc -c -O2 -Wall  conftest.c >&5
configure:7903: $? = 0
configure:7906: test -s conftest.o
configure:7909: $? = 0
configure:7920: result: yes
configure:7947: checking netdb.h usability
configure:7960: gcc -c -O2 -Wall  conftest.c >&5
configure:7963: $? = 0
configure:7966: test -s conftest.o
configure:7969: $? = 0
configure:7979: result: yes
configure:7983: checking netdb.h presence
configure:7994: gcc -E  conftest.c
configure:8000: $? = 0
configure:8019: result: yes
configure:8055: checking for netdb.h
configure:8062: result: yes
configure:7947: checking netinet/in.h usability
configure:7960: gcc -c -O2 -Wall  conftest.c >&5
configure:7963: $? = 0
configure:7966: test -s conftest.o
configure:7969: $? = 0
configure:7979: result: yes
configure:7983: checking netinet/in.h presence
configure:7994: gcc -E  conftest.c
configure:8000: $? = 0
configure:8019: result: yes
configure:8055: checking for netinet/in.h
configure:8062: result: yes
configure:8080: checking for netinet/in_systm.h
configure:8103: gcc -c -O2 -Wall  conftest.c >&5
configure:8106: $? = 0
configure:8109: test -s conftest.o
configure:8112: $? = 0
configure:8123: result: yes
configure:8139: checking for netinet/ip.h
configure:8168: gcc -c -O2 -Wall  conftest.c >&5
configure:8171: $? = 0
configure:8174: test -s conftest.o
configure:8177: $? = 0
configure:8188: result: yes
configure:8215: checking netinet/tcp.h usability
configure:8228: gcc -c -O2 -Wall  conftest.c >&5
configure:8231: $? = 0
configure:8234: test -s conftest.o
configure:8237: $? = 0
configure:8247: result: yes
configure:8251: checking netinet/tcp.h presence
configure:8262: gcc -E  conftest.c
configure:8268: $? = 0
configure:8287: result: yes
configure:8323: checking for netinet/tcp.h
configure:8330: result: yes
configure:8215: checking arpa/inet.h usability
configure:8228: gcc -c -O2 -Wall  conftest.c >&5
configure:8231: $? = 0
configure:8234: test -s conftest.o
configure:8237: $? = 0
configure:8247: result: yes
configure:8251: checking arpa/inet.h presence
configure:8262: gcc -E  conftest.c
configure:8268: $? = 0
configure:8287: result: yes
configure:8323: checking for arpa/inet.h
configure:8330: result: yes
configure:8352: checking for sys/stat.h
configure:8357: result: yes
configure:8361: checking errno.h usability
configure:8374: gcc -c -O2 -Wall  conftest.c >&5
configure:8377: $? = 0
configure:8380: test -s conftest.o
configure:8383: $? = 0
configure:8393: result: yes
configure:8397: checking errno.h presence
configure:8408: gcc -E  conftest.c
configure:8414: $? = 0
configure:8433: result: yes
configure:8469: checking for errno.h
configure:8476: result: yes
configure:8361: checking sys/socket.h usability
configure:8374: gcc -c -O2 -Wall  conftest.c >&5
configure:8377: $? = 0
configure:8380: test -s conftest.o
configure:8383: $? = 0
configure:8393: result: yes
configure:8397: checking sys/socket.h presence
configure:8408: gcc -E  conftest.c
configure:8414: $? = 0
configure:8433: result: yes
configure:8469: checking for sys/socket.h
configure:8476: result: yes
configure:8361: checking sys/termios.h usability
configure:8374: gcc -c -O2 -Wall  conftest.c >&5
configure:8377: $? = 0
configure:8380: test -s conftest.o
configure:8383: $? = 0
configure:8393: result: yes
configure:8397: checking sys/termios.h presence
configure:8408: gcc -E  conftest.c
configure:8414: $? = 0
configure:8433: result: yes
configure:8469: checking for sys/termios.h
configure:8476: result: yes
configure:8361: checking sys/termio.h usability
configure:8374: gcc -c -O2 -Wall  conftest.c >&5
configure:8450:24: sys/termio.h: No such file or directory
configure:8377: $? = 1
configure: failed program was:
| #line 8363 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/termio.h>
configure:8393: result: no
configure:8397: checking sys/termio.h presence
configure:8408: gcc -E  conftest.c
configure:8452:24: sys/termio.h: No such file or directory
configure:8414: $? = 1
configure: failed program was:
| #line 8399 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| /* end confdefs.h.  */
| #include <sys/termio.h>
configure:8433: result: no
configure:8469: checking for sys/termio.h
configure:8476: result: no
configure:8505: checking sys/statvfs.h usability
configure:8518: gcc -c -O2 -Wall  conftest.c >&5
configure:8521: $? = 0
configure:8524: test -s conftest.o
configure:8527: $? = 0
configure:8537: result: yes
configure:8541: checking sys/statvfs.h presence
configure:8552: gcc -E  conftest.c
configure:8558: $? = 0
configure:8577: result: yes
configure:8613: checking for sys/statvfs.h
configure:8620: result: yes
configure:8505: checking sys/vfs.h usability
configure:8518: gcc -c -O2 -Wall  conftest.c >&5
configure:8521: $? = 0
configure:8524: test -s conftest.o
configure:8527: $? = 0
configure:8537: result: yes
configure:8541: checking sys/vfs.h presence
configure:8552: gcc -E  conftest.c
configure:8558: $? = 0
configure:8577: result: yes
configure:8613: checking for sys/vfs.h
configure:8620: result: yes
configure:8505: checking sys/select.h usability
configure:8518: gcc -c -O2 -Wall  conftest.c >&5
configure:8521: $? = 0
configure:8524: test -s conftest.o
configure:8527: $? = 0
configure:8537: result: yes
configure:8541: checking sys/select.h presence
configure:8552: gcc -E  conftest.c
configure:8558: $? = 0
configure:8577: result: yes
configure:8613: checking for sys/select.h
configure:8620: result: yes
configure:8651: checking dirent.h usability
configure:8664: gcc -c -O2 -Wall  conftest.c >&5
configure:8667: $? = 0
configure:8670: test -s conftest.o
configure:8673: $? = 0
configure:8683: result: yes
configure:8687: checking dirent.h presence
configure:8698: gcc -E  conftest.c
configure:8704: $? = 0
configure:8723: result: yes
configure:8759: checking for dirent.h
configure:8766: result: yes
configure:8651: checking ndir.h usability
configure:8664: gcc -c -O2 -Wall  conftest.c >&5
configure:8744:18: ndir.h: No such file or directory
configure:8667: $? = 1
configure: failed program was:
| #line 8653 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_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 <ndir.h>
configure:8683: result: no
configure:8687: checking ndir.h presence
configure:8698: gcc -E  conftest.c
configure:8746:18: ndir.h: No such file or directory
configure:8704: $? = 1
configure: failed program was:
| #line 8689 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <ndir.h>
configure:8723: result: no
configure:8759: checking for ndir.h
configure:8766: result: no
configure:8651: checking sys/ndir.h usability
configure:8664: gcc -c -O2 -Wall  conftest.c >&5
configure:8744:22: sys/ndir.h: No such file or directory
configure:8667: $? = 1
configure: failed program was:
| #line 8653 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ndir.h>
configure:8683: result: no
configure:8687: checking sys/ndir.h presence
configure:8698: gcc -E  conftest.c
configure:8746:22: sys/ndir.h: No such file or directory
configure:8704: $? = 1
configure: failed program was:
| #line 8689 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <sys/ndir.h>
configure:8723: result: no
configure:8759: checking for sys/ndir.h
configure:8766: result: no
configure:8651: checking sys/dir.h usability
configure:8664: gcc -c -O2 -Wall  conftest.c >&5
configure:8667: $? = 0
configure:8670: test -s conftest.o
configure:8673: $? = 0
configure:8683: result: yes
configure:8687: checking sys/dir.h presence
configure:8698: gcc -E  conftest.c
configure:8704: $? = 0
configure:8723: result: yes
configure:8759: checking for sys/dir.h
configure:8766: result: yes
configure:8651: checking vmsdir.h usability
configure:8664: gcc -c -O2 -Wall  conftest.c >&5
configure:8745:20: vmsdir.h: No such file or directory
configure:8667: $? = 1
configure: failed program was:
| #line 8653 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_DIR_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 <vmsdir.h>
configure:8683: result: no
configure:8687: checking vmsdir.h presence
configure:8698: gcc -E  conftest.c
configure:8747:20: vmsdir.h: No such file or directory
configure:8704: $? = 1
configure: failed program was:
| #line 8689 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_DIR_H 1
| /* end confdefs.h.  */
| #include <vmsdir.h>
configure:8723: result: no
configure:8759: checking for vmsdir.h
configure:8766: result: no
configure:8793: checking utmpx.h usability
configure:8806: gcc -c -O2 -Wall  conftest.c >&5
configure:8809: $? = 0
configure:8812: test -s conftest.o
configure:8815: $? = 0
configure:8825: result: yes
configure:8829: checking utmpx.h presence
configure:8840: gcc -E  conftest.c
configure:8846: $? = 0
configure:8865: result: yes
configure:8901: checking for utmpx.h
configure:8908: result: yes
configure:8935: checking regex.h usability
configure:8948: gcc -c -O2 -Wall  conftest.c >&5
configure:8951: $? = 0
configure:8954: test -s conftest.o
configure:8957: $? = 0
configure:8967: result: yes
configure:8971: checking regex.h presence
configure:8982: gcc -E  conftest.c
configure:8988: $? = 0
configure:9007: result: yes
configure:9043: checking for regex.h
configure:9050: result: yes
configure:9073: checking syslog.h usability
configure:9086: gcc -c -O2 -Wall  conftest.c >&5
configure:9089: $? = 0
configure:9092: test -s conftest.o
configure:9095: $? = 0
configure:9105: result: yes
configure:9109: checking syslog.h presence
configure:9120: gcc -E  conftest.c
configure:9126: $? = 0
configure:9145: result: yes
configure:9181: checking for syslog.h
configure:9188: result: yes
configure:9212: checking curses.h usability
configure:9225: gcc -c -O2 -Wall  conftest.c >&5
configure:9228: $? = 0
configure:9231: test -s conftest.o
configure:9234: $? = 0
configure:9244: result: yes
configure:9248: checking curses.h presence
configure:9259: gcc -E  conftest.c
configure:9265: $? = 0
configure:9284: result: yes
configure:9320: checking for curses.h
configure:9327: result: yes
configure:9212: checking ncurses.h usability
configure:9225: gcc -c -O2 -Wall  conftest.c >&5
configure:9228: $? = 0
configure:9231: test -s conftest.o
configure:9234: $? = 0
configure:9244: result: yes
configure:9248: checking ncurses.h presence
configure:9259: gcc -E  conftest.c
configure:9265: $? = 0
configure:9284: result: yes
configure:9320: checking for ncurses.h
configure:9327: result: yes
configure:9341: checking for an ANSI C-conforming const
configure:9409: gcc -c -O2 -Wall  conftest.c >&5
configure: In function `main':
configure:9435: warning: unused variable `s'
configure:9455: warning: unused variable `foo'
configure:9416: warning: unused variable `x'
configure:9422: warning: unused variable `zero'
configure:9434: warning: `t' might be used uninitialized in this function
configure:9452: warning: `b' might be used uninitialized in this function
configure:9461: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:9412: $? = 1
configure: failed program was:
| #line 9346 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_NCURSES_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| /* FIXME: Include the comments suggested by Paul. */
| #ifndef __cplusplus
|   /* Ultrix mips cc rejects this.  */
|   typedef int charset[2];
|   const charset x;
|   /* SunOS 4.1.1 cc rejects this.  */
|   char const *const *ccp;
|   char **p;
|   /* NEC SVR4.0.2 mips cc rejects this.  */
|   struct point {int x, y;};
|   static struct point const zero = {0,0};
|   /* AIX XL C 1.02.0.0 rejects this.
|      It does not let you subtract one const X* pointer from another in
|      an arm of an if-expression whose if-part is not a constant
|      expression */
|   const char *g = "string";
|   ccp = &g + (g ? g-g : 0);
|   /* HPUX 7.0 cc rejects these. */
|   ++ccp;
|   p = (char**) ccp;
|   ccp = (char const *const *) p;
|   { /* SCO 3.2v4 cc rejects this.  */
|     char *t;
|     char const *s = 0 ? (char *) 0 : (char const *) 0;
| 
|     *t++ = 0;
|   }
|   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
|     int x[] = {25, 17};
|     const int *foo = &x[0];
|     ++foo;
|   }
|   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
|     typedef const int *iptr;
|     iptr p = 0;
|     ++p;
|   }
|   { /* AIX XL C 1.02.0.0 rejects this saying
|        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
|     struct s { int j; const int *ap[3]; };
|     struct s *b; b->j = 5;
|   }
|   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
|     const int foo = 10;
|   }
| #endif
| 
|   ;
|   return 0;
| }
configure:9429: result: no
configure:9439: checking for inline
configure:9461: gcc -c -O2 -Wall  conftest.c >&5
configure:9464: $? = 0
configure:9467: test -s conftest.o
configure:9470: $? = 0
configure:9482: result: inline
configure:9497: checking for uid_t in sys/types.h
configure:9521: result: yes
configure:9536: checking for pid_t
configure:9561: gcc -c -O2 -Wall  conftest.c >&5
configure:9564: $? = 0
configure:9567: test -s conftest.o
configure:9570: $? = 0
configure:9581: result: yes
configure:9593: checking for size_t
configure:9618: gcc -c -O2 -Wall  conftest.c >&5
configure:9621: $? = 0
configure:9624: test -s conftest.o
configure:9627: $? = 0
configure:9638: result: yes
configure:9650: checking for mode_t
configure:9675: gcc -c -O2 -Wall  conftest.c >&5
configure:9678: $? = 0
configure:9681: test -s conftest.o
configure:9684: $? = 0
configure:9695: result: yes
configure:9707: checking for off_t
configure:9732: gcc -c -O2 -Wall  conftest.c >&5
configure:9735: $? = 0
configure:9738: test -s conftest.o
configure:9741: $? = 0
configure:9752: result: yes
configure:9764: checking type of array argument to getgroups
configure:9803: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt  >&5
configure: In function `main':
configure:9851: warning: implicit declaration of function `getgroups'
configure:9855: warning: implicit declaration of function `exit'
configure:9856: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:9806: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 9772 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_NCURSES_H 1
| #define const
| /* end confdefs.h.  */
| /* Thanks to Mike Rendell for this test.  */
| #include <sys/types.h>
| #define NGID 256
| #undef MAX
| #define MAX(x, y) ((x) > (y) ? (x) : (y))
| 
| int
| main ()
| {
|   gid_t gidset[NGID];
|   int i, n;
|   union { gid_t gval; long lval; }  val;
| 
|   val.lval = -1;
|   for (i = 0; i < NGID; i++)
|     gidset[i] = val.gval;
|   n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
|                  gidset);
|   /* Exit non-zero if getgroups seems to require an array of ints.  This
|      happens when gid_t is short but getgroups modifies an array of ints.  */
|   exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
| }
configure:9845: result: int
configure:9854: checking for timer_t
configure:9895: result: yes
configure:9905: checking for short
configure:9930: gcc -c -O2 -Wall  conftest.c >&5
configure:9933: $? = 0
configure:9936: test -s conftest.o
configure:9939: $? = 0
configure:9950: result: yes
configure:9953: checking size of short
configure:10228: gcc -o conftest -O2 -Wall  -Llib  conftest.c -lcrypt  >&5
configure: In function `main':
configure:10316: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
configure:10231: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 10188 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define _FILE_OFFSET_BITS 64
| #define USE_SHADOW 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 HAVE_LIBCRYPT 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SHADOW_H 1
| #define USE_SHADOW 1
| #define HAVE_SPWD_SP_WARN 1
| #define HAVE_SPWD_SP_INACT 1
| #define HAVE_SPWD_SP_EXPIRE 1
| #define HAVE_CTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_NCURSES_H 1
| #define const
| #define GETGROUPS_T int
| #define HAVE_TIMER_T 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
| long longval () { return (long) (sizeof (short)); }
| unsigned long ulongval () { return (long) (sizeof (short)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     exit (1);
|   if (((long) (sizeof (short))) < 0)
|     {
|       long i = longval ();
|       if (i != ((long) (sizeof (short))))
| 	exit (1);
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long i = ulongval ();
|       if (i != ((long) (sizeof (short))))
| 	exit (1);
|       fprintf (f, "%lu\n", i);
|     }
|   exit (ferror (f) || fclose (f) != 0);
| 
|   ;
|   return 0;
| }
configure:10246: error: cannot compute sizeof (short), 77
See `config.log' for more details.

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

ac_cv_build=i586-pc-linux-gnu
ac_cv_build_alias=i586-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=no
ac_cv_c_inline=inline
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_exeext=
ac_cv_func_getopt=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_bstring_h=no
ac_cv_header_crypt_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_curses_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_hpsecurity_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_krb_h=no
ac_cv_header_limits_h=yes
ac_cv_header_linux_capability_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_ndir_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_prot_h=no
ac_cv_header_regex_h=yes
ac_cv_header_shadow_h=yes
ac_cv_header_stdc=no
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_stropts_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_ndir_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_termio_h=no
ac_cv_header_sys_termios_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=no
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_vmsdir_h=no
ac_cv_host=i586-pc-linux-gnu
ac_cv_host_alias=i586-pc-linux-gnu
ac_cv_lib_crypt_crypt=yes
ac_cv_member_struct_spwd_sp_expire=yes
ac_cv_member_struct_spwd_sp_inact=yes
ac_cv_member_struct_spwd_sp_warn=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_target=i586-pc-linux-gnu
ac_cv_target_alias=i586-pc-linux-gnu
ac_cv_type_getgroups=int
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
pr_cv_header_timer_t=yes
pr_cv_lib_standalone_aton=yes
pr_cv_lib_standalone_crypt=no
pr_cv_lib_standalone_gethost=yes
pr_cv_lib_standalone_nsl=yes
pr_cv_lib_standalone_sockets=yes
pr_cv_var__pw_stayopen=no

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

ADDL_DIRS=''
ALLOCA=''
BINDIR='/usr/bin'
BUILD_MODULE_OBJS=''
CC='gcc'
CFLAGS='-O2 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CURSES_LIBS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP=''
LDFLAGS='-Llib '
LIBOBJS=''
LIBRARIES=''
LIBS='-lcrypt '
LIB_OBJS='pr_fnmatch.o sstrncpy.o strsep.o vsnprintf.o glibc-glob.o glibc-hstrerror.o glibc-mkstemp.o pr-syslog.o pwgrent.o getopt.o getopt1.o'
LOCALSTATEDIR='/usr/var'
LTLIBOBJS=''
MODULE_OBJS=''
OBJEXT='o'
OSREL='-DLINUX'
OSTYPE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SBINDIR='/usr/sbin'
SET_MAKE=''
SHELL='/bin/sh'
SYSCONFDIR='/etc'
VERSION=''
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='i586-pc-linux-gnu'
build_alias=''
build_cpu='i586'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='/usr'
host='i586-pc-linux-gnu'
host_alias=''
host_cpu='i586'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_group='root'
install_user='root'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target='i586-pc-linux-gnu'
target_alias=''
target_cpu='i586'
target_os='linux-gnu'
target_vendor='pc'

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

#define GETGROUPS_T int
#define HAVE_ARPA_INET_H 1
#define HAVE_CRYPT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_CURSES_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETOPT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCRYPT 1
#define HAVE_LIMITS_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NCURSES_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_NETINET_IP_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_REGEX_H 1
#define HAVE_SHADOW_H 1
#define HAVE_SPWD_SP_EXPIRE 1
#define HAVE_SPWD_SP_INACT 1
#define HAVE_SPWD_SP_WARN 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
#define HAVE_SYS_DIR_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TERMIOS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_TIMER_T 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTMPX_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define USE_SHADOW 1
#define USE_SHADOW 1
#define _FILE_OFFSET_BITS 64
#define const

configure: exit 1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem with proftpd-1.2.9 compiling
  2003-10-31 17:40 Problem with proftpd-1.2.9 compiling Michał Letyński
@ 2003-11-04  0:16 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 2003-11-04  0:16 UTC (permalink / raw)
  To: Micha³ Letyñski; +Cc: gcc-bugs

Micha? Letyn'ski wrote:
> gcc version 3.2.3

We aren't maintaining gcc-3.2 anymore, and hence aren't interested in 
bug reports for it.

There does appear to be something wrong with the gcc on your system.  It 
starts failing pretty early with a segfault during the configure 
process.  A segfault gets interpreted as saying that the tested for 
feature is not usable.  Gcc then continues to segfault for many tests 
until we finally reach one for which "no" is not an acceptable answer, 
and configure itself fails.

You might want to check your system to make sure you have good gcc and 
glibc installs.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-04  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-31 17:40 Problem with proftpd-1.2.9 compiling Michał Letyński
2003-11-04  0:16 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).