Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Freebsd configure misses <curses.h> and <term.h>
- X-seq: zsh-workers 19256
- From: Peter Whaite <peta@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Freebsd configure misses <curses.h> and <term.h>
- Date: Tue, 18 Nov 2003 20:30:12 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
For some time now I have been trying to compile CVS zsh on a freebsd
machine. It fails on Src/Modules/terminfo.c
gcc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H
-DMODULE -Wall -Wmissing-prototypes -O2 -fPIC -o terminfo..o terminfo.c
terminfo.c: In function `bin_echoti':
terminfo.c:74: warning: implicit declaration of function `tigetnum'
terminfo.c:79: warning: implicit declaration of function `tigetflag'
terminfo.c:91: warning: implicit declaration of function `tigetstr'
terminfo.c:117: warning: implicit declaration of function `putp'
terminfo.c:119: warning: implicit declaration of function `tparm'
terminfo.c: In function `boot_':
terminfo.c:381: warning: implicit declaration of function `setupterm'
terminfo.c:381: `ERR' undeclared (first use in this function)
terminfo.c:381: (Each undeclared identifier is reported only once
terminfo.c:381: for each function it appears in.)
*** Error code 1
Stop in /usr/home/peta/src/zsh/Src/Modules.
I find config.h has #defined neither HAVE_CURSES_H nor HAVE_TERM_H, but
both these header files are in /usr/include, and both contain the
missing declarations. If I #define HAVE_CURSES_H manually then it
compiles and tests OK.
% uname -a
FreeBSD whaite.com 4.6-RELEASE FreeBSD 4.6-RELEASE #1: Wed Aug 28
15:22:40 EST 2002 root@xxxxxxxxxx:/usr/src/sys/compile/WHAITE i386
config.log attached.
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.53. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = whaite.com
uname -m = i386
uname -r = 2.4.2
uname -s = Linux
uname -v = FreeBSD 4.6-RELEASE #1: Wed Aug 28 15:22:40 EST 2002
root@wh
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: .
PATH: /home/peta/bin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/X11R6/bin
PATH: /usr/compat/linux/usr/bin
PATH: /usr/compat/linux/bin
PATH: /usr/compat/linux/sbin
PATH: /home/peta/usr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1263: checking build system type
configure:1281: result: i386-pc-linux-gnulibc1
configure:1289: checking host system type
configure:1303: result: i386-pc-linux-gnulibc1
configure:1759: checking for gcc
configure:1759: found /usr/bin/gcc
configure:1759: result: gcc
configure:1994: checking for C compiler version
configure:2000: gcc --version </dev/null >&5
2.95.3
configure:2000: $? = 0
configure:2005: gcc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.3 20010315 (release) [FreeBSD]
configure:2005: $? = 0
configure:2010: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2010: $? = 1
configure:2035: checking for C compiler default output
configure:2071: gcc conftest.c >&5
configure:2071: $? = 0
configure:2074: result: a.out
configure:2079: checking whether the C compiler works
configure:2102: ./a.out
configure:2102: $? = 0
configure:2103: result: yes
configure:2110: checking whether we are cross compiling
configure:2112: result: no
configure:2115: checking for suffix of executables
configure:2139: gcc -o conftest conftest.c >&5
configure:2139: $? = 0
configure:2142: result:
configure:2148: checking for suffix of object files
configure:2193: gcc -c conftest.c >&5
configure:2193: $? = 0
configure:2194: result: o
configure:2198: checking whether we are using the GNU C compiler
configure:2245: gcc -c conftest.c >&5
configure:2245: $? = 0
configure:2245: test -s conftest.o
configure:2245: $? = 0
configure:2246: result: yes
configure:2252: checking whether gcc accepts -g
configure:2294: gcc -c -g conftest.c >&5
configure:2294: $? = 0
configure:2294: test -s conftest.o
configure:2294: $? = 0
configure:2295: result: yes
configure:2427: gcc -c conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2427: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2486: checking whether large file support needs explicit enabling
configure:2486: result: yes
configure:2548: checking how to run the C preprocessor
configure:2649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:2649: $? = 0
configure:2649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:2650: ac_nonexistent.h: No such file or directory
configure:2649: $? = 1
configure: failed program was:
#line 2649 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2650: result: gcc -E
configure:2726: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:2726: $? = 0
configure:2726: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:2727: ac_nonexistent.h: No such file or directory
configure:2726: $? = 1
configure: failed program was:
#line 2726 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2786: checking whether gcc needs -traditional
configure:2787: termio.h: No such file or directory
configure:2786: result: no
configure:2787: checking for gcc option to accept ANSI C
configure:2872: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:2872: $? = 0
configure:2872: test -s conftest.o
configure:2872: $? = 0
configure:2882: result: none needed
configure:2884: checking for an ANSI C-conforming const
configure:2972: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:3006: warning: unused variable `s'
configure:3026: warning: unused variable `foo'
configure:2993: warning: unused variable `zero'
configure:2987: warning: unused variable `x'
configure:3005: warning: `t' might be used uninitialized in this function
configure:3023: warning: `b' might be used uninitialized in this function
configure:2972: $? = 0
configure:2972: test -s conftest.o
configure:2972: $? = 0
configure:2973: result: yes
configure:2989: checking for gcc option to accept ANSI C
configure:3052: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:3052: $? = 0
configure:3052: test -s conftest.o
configure:3052: $? = 0
configure:3053: result:
configure:3060: checking whether to use prototypes
configure:3084: result: yes
configure:3089: checking for working alloca.h
configure:3131: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:3132: alloca.h: No such file or directory
configure:3131: $? = 1
configure: failed program was:
#line 3131 "configure"
#include "confdefs.h"
#include <alloca.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
char *p = (char *) alloca (2 * sizeof (int));
;
return 0;
}
configure:3132: result: no
configure:3142: checking for alloca
configure:3204: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:3235: warning: unused variable `p'
configure:3204: $? = 0
configure:3204: test -s conftest
configure:3204: $? = 0
configure:3205: result: yes
configure:3395: checking if the compiler supports union initialisation
configure:3437: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:3437: $? = 0
configure:3437: test -s conftest.o
configure:3437: $? = 0
configure:3438: result: yes
configure:3447: checking if signed to unsigned casting is broken
configure:3481: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:3482: warning: return-type defaults to `int'
configure:3481: $? = 0
configure:3481: ./conftest
configure:3481: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 3481 "configure"
#include "confdefs.h"
main(){return((int)(unsigned char)((char) -1) == 255);}
configure:3482: result: no
configure:3491: checking if the compiler supports variable-length arrays
configure:3533: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:3544: size of array `a' is too large
configure:3544: warning: unused variable `a'
configure:3544: warning: unused variable `i'
configure:3533: $? = 1
configure: failed program was:
#line 3533 "configure"
#include "confdefs.h"
int foo(), n;
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
int i[foo()], a[n+1];
;
return 0;
}
configure:3534: result: no
configure:3543: checking whether make sets ${MAKE}
configure:3570: result: yes
configure:3583: checking for a BSD-compatible install
configure:3637: result: /usr/bin/install -c
configure:3685: checking for gawk
configure:3685: result: no
configure:3685: checking for mawk
configure:3685: result: no
configure:3685: checking for nawk
configure:3685: result: no
configure:3685: checking for awk
configure:3685: found /usr/bin/awk
configure:3685: result: awk
configure:3686: checking whether ln works
configure:3709: result: yes
configure:3748: checking for yodl
configure:3748: found /home/peta/usr/bin/yodl
configure:3748: result: yodl
configure:3789: checking for ansi2knr
configure:3789: result: no
configure:3867: checking for dirent.h that defines DIR
configure:3867: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:3867: $? = 0
configure:3867: test -s conftest.o
configure:3867: $? = 0
configure:3867: result: yes
configure:4087: checking for library containing opendir
configure:4087: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4087: $? = 0
configure:4087: test -s conftest
configure:4087: $? = 0
configure:4087: result: none required
configure:4089: checking for ANSI C header files
configure:4215: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4215: $? = 0
configure:4215: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4215: $? = 0
configure:4215: ./conftest
configure:4215: $? = 0
configure:4216: result: yes
configure:4226: checking whether time.h and sys/time.h may both be included
configure:4272: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4272: $? = 0
configure:4272: test -s conftest.o
configure:4272: $? = 0
configure:4273: result: yes
configure:4283: checking whether stat file-mode macros are broken
configure:4328: result: no
configure:4338: checking for sys/wait.h that is POSIX.1 compatible
configure:4390: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4390: $? = 0
configure:4390: test -s conftest.o
configure:4390: $? = 0
configure:4391: result: yes
configure:4405: checking for pcre-config
configure:4436: result: no
configure:4497: checking for sys/types.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4497: $? = 0
configure:4497: test -s conftest.o
configure:4497: $? = 0
configure:4497: result: yes
configure:4497: checking for sys/stat.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4497: $? = 0
configure:4497: test -s conftest.o
configure:4497: $? = 0
configure:4497: result: yes
configure:4497: checking for stdlib.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4497: $? = 0
configure:4497: test -s conftest.o
configure:4497: $? = 0
configure:4497: result: yes
configure:4497: checking for string.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4497: $? = 0
configure:4497: test -s conftest.o
configure:4497: $? = 0
configure:4497: result: yes
configure:4497: checking for memory.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4497: $? = 0
configure:4497: test -s conftest.o
configure:4497: $? = 0
configure:4497: result: yes
configure:4497: checking for strings.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4497: $? = 0
configure:4497: test -s conftest.o
configure:4497: $? = 0
configure:4497: result: yes
configure:4497: checking for inttypes.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4497: $? = 0
configure:4497: test -s conftest.o
configure:4497: $? = 0
configure:4497: result: yes
configure:4497: checking for stdint.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4533: stdint.h: No such file or directory
configure:4497: $? = 1
configure: failed program was:
#line 4497 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <stdint.h>
configure:4497: result: no
configure:4497: checking for unistd.h
configure:4497: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4497: $? = 0
configure:4497: test -s conftest.o
configure:4497: $? = 0
configure:4497: result: yes
configure:4649: checking sys/time.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking sys/time.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for sys/time.h
configure:4649: result: yes
configure:4649: checking sys/times.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking sys/times.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for sys/times.h
configure:4649: result: yes
configure:4649: checking sys/select.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking sys/select.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for sys/select.h
configure:4649: result: yes
configure:4649: checking termcap.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking termcap.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for termcap.h
configure:4649: result: yes
configure:4649: checking termio.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4684: termio.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "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 <termio.h>
configure:4649: result: no
configure:4649: checking termio.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4650: termio.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "confdefs.h"
#include <termio.h>
configure:4649: result: no
configure:4649: checking for termio.h
configure:4649: result: no
configure:4649: checking termios.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking termios.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for termios.h
configure:4649: result: yes
configure:4649: checking sys/param.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking sys/param.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for sys/param.h
configure:4649: result: yes
configure:4649: checking sys/filio.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking sys/filio.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for sys/filio.h
configure:4649: result: yes
configure:4649: checking for string.h
configure:4649: result: yes
configure:4649: checking for memory.h
configure:4649: result: yes
configure:4649: checking limits.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking limits.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for limits.h
configure:4649: result: yes
configure:4649: checking fcntl.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking fcntl.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for fcntl.h
configure:4649: result: yes
configure:4649: checking libc.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4684: libc.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "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 <libc.h>
configure:4649: result: no
configure:4649: checking libc.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4650: libc.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "confdefs.h"
#include <libc.h>
configure:4649: result: no
configure:4649: checking for libc.h
configure:4649: result: no
configure:4649: checking sys/utsname.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking sys/utsname.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for sys/utsname.h
configure:4649: result: yes
configure:4649: checking sys/resource.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking sys/resource.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for sys/resource.h
configure:4649: result: yes
configure:4649: checking locale.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking locale.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for locale.h
configure:4649: result: yes
configure:4649: checking errno.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking errno.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for errno.h
configure:4649: result: yes
configure:4649: checking stdio.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking stdio.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for stdio.h
configure:4649: result: yes
configure:4649: checking for stdlib.h
configure:4649: result: yes
configure:4649: checking for unistd.h
configure:4649: result: yes
configure:4649: checking sys/capability.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4684: sys/capability.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "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/capability.h>
configure:4649: result: no
configure:4649: checking sys/capability.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4650: sys/capability.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "confdefs.h"
#include <sys/capability.h>
configure:4649: result: no
configure:4649: checking for sys/capability.h
configure:4649: result: no
configure:4649: checking utmp.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking utmp.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for utmp.h
configure:4649: result: yes
configure:4649: checking utmpx.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4684: utmpx.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "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 <utmpx.h>
configure:4649: result: no
configure:4649: checking utmpx.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4650: utmpx.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "confdefs.h"
#include <utmpx.h>
configure:4649: result: no
configure:4649: checking for utmpx.h
configure:4649: result: no
configure:4649: checking for sys/types.h
configure:4649: result: yes
configure:4649: checking pwd.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking pwd.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for pwd.h
configure:4649: result: yes
configure:4649: checking grp.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking grp.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for grp.h
configure:4649: result: yes
configure:4649: checking poll.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking poll.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for poll.h
configure:4649: result: yes
configure:4649: checking sys/mman.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking sys/mman.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for sys/mman.h
configure:4649: result: yes
configure:4649: checking netinet/in_systm.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking netinet/in_systm.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for netinet/in_systm.h
configure:4649: result: yes
configure:4649: checking pcre.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4684: pcre.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "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 <pcre.h>
configure:4649: result: no
configure:4649: checking pcre.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4650: pcre.h: No such file or directory
configure:4649: $? = 1
configure: failed program was:
#line 4649 "configure"
#include "confdefs.h"
#include <pcre.h>
configure:4649: result: no
configure:4649: checking for pcre.h
configure:4649: result: no
configure:4649: checking langinfo.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking langinfo.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for langinfo.h
configure:4649: result: yes
configure:4649: checking wchar.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking wchar.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for wchar.h
configure:4649: result: yes
configure:4649: checking stddef.h usability
configure:4649: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4649: $? = 0
configure:4649: test -s conftest.o
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking stddef.h presence
configure:4649: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4649: $? = 0
configure:4649: result: yes
configure:4649: checking for stddef.h
configure:4649: result: yes
configure:4880: checking dlfcn.h usability
configure:4880: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4880: $? = 0
configure:4880: test -s conftest.o
configure:4880: $? = 0
configure:4880: result: yes
configure:4880: checking dlfcn.h presence
configure:4880: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4880: $? = 0
configure:4880: result: yes
configure:4880: checking for dlfcn.h
configure:4880: result: yes
configure:4880: checking dl.h usability
configure:4880: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4915: dl.h: No such file or directory
configure:4880: $? = 1
configure: failed program was:
#line 4880 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <dl.h>
configure:4880: result: no
configure:4880: checking dl.h presence
configure:4880: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:4881: dl.h: No such file or directory
configure:4880: $? = 1
configure: failed program was:
#line 4880 "configure"
#include "confdefs.h"
#include <dl.h>
configure:4880: result: no
configure:4880: checking for dl.h
configure:4880: result: no
configure:4935: checking for conflicts in sys/time.h and sys/select.h
configure:4935: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:4947: warning: unused variable `i'
configure:4935: $? = 0
configure:4935: test -s conftest.o
configure:4935: $? = 0
configure:4935: result: no
configure:4937: checking POSIX termios
configure:4982: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4982: $? = 0
configure:4982: test -s conftest
configure:4982: $? = 0
configure:4983: result: yes
configure:5035: checking TIOCGWINSZ in termios.h
configure:5035: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:5047: warning: unused variable `x'
configure:5035: $? = 0
configure:5035: test -s conftest
configure:5035: $? = 0
configure:5035: result: yes
configure:5192: checking sys/ptem.h usability
configure:5192: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5227: sys/ptem.h: No such file or directory
configure:5192: $? = 1
configure: failed program was:
#line 5192 "configure"
#include "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/ptem.h>
configure:5192: result: no
configure:5192: checking sys/ptem.h presence
configure:5192: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5193: sys/ptem.h: No such file or directory
configure:5192: $? = 1
configure: failed program was:
#line 5192 "configure"
#include "confdefs.h"
#include <sys/ptem.h>
configure:5192: result: no
configure:5192: checking for sys/ptem.h
configure:5192: result: no
configure:5203: checking for printf in -lc
configure:5255: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lc >&5
configure:5255: $? = 0
configure:5255: test -s conftest
configure:5255: $? = 0
configure:5256: result: yes
configure:5264: checking for pow in -lm
configure:5316: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -lc >&5
configure:5316: $? = 0
configure:5316: test -s conftest
configure:5316: $? = 0
configure:5317: result: yes
configure:5453: checking for library containing tgetent
configure:5553: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -lc >&5
/tmp/ccnnSsSV.o: In function `main':
/tmp/ccnnSsSV.o(.text+0x7): undefined reference to `tgetent'
configure:5553: $? = 1
configure: failed program was:
#line 5553 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char tgetent ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
tgetent ();
;
return 0;
}
configure:5553: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:5553: $? = 0
configure:5553: test -s conftest
configure:5553: $? = 0
configure:5554: result: -ltinfo
configure:6214: checking for library containing yp_all
configure:6314: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:6314: $? = 0
configure:6314: test -s conftest
configure:6314: $? = 0
configure:6315: result: none required
configure:6393: checking for dlopen in -ldl
configure:6393: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -ltinfo -lm -lc >&5
/usr/libexec/elf/ld: cannot find -ldl
configure:6393: $? = 1
configure: failed program was:
#line 6393 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dlopen ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
dlopen ();
;
return 0;
}
configure:6393: result: no
configure:6396: checking for cap_get_proc in -lcap
configure:6448: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcap -ltinfo -lm -lc >&5
/usr/libexec/elf/ld: cannot find -lcap
configure:6448: $? = 1
configure: failed program was:
#line 6448 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char cap_get_proc ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
cap_get_proc ();
;
return 0;
}
configure:6449: result: no
configure:6462: checking for socket in -lsocket
configure:6514: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lsocket -ltinfo -lm -lc >&5
/usr/libexec/elf/ld: cannot find -lsocket
configure:6514: $? = 1
configure: failed program was:
#line 6514 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
socket ();
;
return 0;
}
configure:6515: result: no
configure:6528: checking for iconv in -liconv
configure:6580: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -liconv -ltinfo -lm -lc >&5
/usr/libexec/elf/ld: cannot find -liconv
configure:6580: $? = 1
configure: failed program was:
#line 6580 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char iconv ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
iconv ();
;
return 0;
}
configure:6581: result: no
configure:6593: checking for library containing pcre_compile
configure:6693: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccLJRVbg.o: In function `main':
/tmp/ccLJRVbg.o(.text+0x7): undefined reference to `pcre_compile'
configure:6693: $? = 1
configure: failed program was:
#line 6693 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pcre_compile ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
pcre_compile ();
;
return 0;
}
configure:6693: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lpcre -ltinfo -lm -lc >&5
/usr/libexec/elf/ld: cannot find -lpcre
configure:6693: $? = 1
configure: failed program was:
#line 6693 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pcre_compile ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
pcre_compile ();
;
return 0;
}
configure:6694: result: no
configure:6702: checking if an include file defines ospeed
configure:6750: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:6750: $? = 0
configure:6750: test -s conftest
configure:6750: $? = 0
configure:6751: result: yes
configure:6819: checking return type of signal handlers
configure:6871: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:6892: warning: unused variable `i'
configure:6871: $? = 0
configure:6871: test -s conftest.o
configure:6871: $? = 0
configure:6872: result: void
configure:6880: checking for pid_t
configure:6925: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:6925: $? = 0
configure:6925: test -s conftest.o
configure:6925: $? = 0
configure:6926: result: yes
configure:6938: checking for off_t
configure:6983: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:6983: $? = 0
configure:6983: test -s conftest.o
configure:6983: $? = 0
configure:6984: result: yes
configure:6996: checking for ino_t
configure:7041: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:7041: $? = 0
configure:7041: test -s conftest.o
configure:7041: $? = 0
configure:7042: result: yes
configure:7054: checking for mode_t
configure:7099: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:7099: $? = 0
configure:7099: test -s conftest.o
configure:7099: $? = 0
configure:7100: result: yes
configure:7112: checking for uid_t in sys/types.h
configure:7132: result: yes
configure:7147: checking for size_t
configure:7192: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:7192: $? = 0
configure:7192: test -s conftest.o
configure:7192: $? = 0
configure:7193: result: yes
configure:7206: checking if long is 64 bits
configure:7240: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:7240: $? = 0
configure:7240: ./conftest
configure:7240: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 7240 "configure"
#include "confdefs.h"
int main() { return sizeof(long) < 8; }
configure:7241: result: no
configure:7705: checking if off_t is 64 bit
configure:7705: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:7709: warning: return-type defaults to `int'
configure:7705: $? = 0
configure:7705: ./conftest
configure:7705: $? = 0
configure:7705: result: yes
configure:7705: checking if ino_t is 64 bit
configure:7705: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:7709: warning: return-type defaults to `int'
configure:7705: $? = 0
configure:7705: ./conftest
configure:7705: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 7705 "configure"
#include "confdefs.h"
#include <sys/types.h>
main() { return sizeof(ino_t) < 8; }
configure:7705: result: no
configure:7705: checking if compiler has a 64 bit type
configure:7705: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:7712: warning: return-type defaults to `int'
configure: In function `main':
configure:7714: warning: unused variable `bar'
configure:7705: $? = 0
configure:7705: ./conftest
configure:7705: $? = 0
configure:7705: result: long long
configure:7705: checking for a corresponding unsigned 64 bit type
configure:7705: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:7712: warning: return-type defaults to `int'
configure: In function `main':
configure:7714: warning: unused variable `bar'
configure:7705: $? = 0
configure:7705: ./conftest
configure:7705: $? = 0
configure:7705: result: unsigned long long
configure:7707: checking for sigset_t
configure:7750: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:7762: warning: unused variable `tempsigset'
configure:7750: $? = 0
configure:7750: test -s conftest.o
configure:7750: $? = 0
configure:7751: result: yes
configure:7760: checking for struct timezone
configure:7807: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:7822: warning: unused variable `testvar'
configure:7807: $? = 0
configure:7807: test -s conftest.o
configure:7807: $? = 0
configure:7808: result: yes
configure:7818: checking for struct utmp
configure:7868: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:7886: warning: unused variable `testvar'
configure:7868: $? = 0
configure:7868: test -s conftest.o
configure:7868: $? = 0
configure:7869: result: yes
configure:7878: checking for struct utmpx
configure:7928: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:7946: storage size of `testvar' isn't known
configure:7946: warning: unused variable `testvar'
configure:7928: $? = 1
configure: failed program was:
#line 7928 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_UTMPX_H
# include <utmpx.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
struct utmpx testvar;
;
return 0;
}
configure:7929: result: no
configure:7939: checking for ut_host in struct utmp
configure:7989: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8007: warning: statement with no effect
configure:7989: $? = 0
configure:7989: test -s conftest.o
configure:7989: $? = 0
configure:7990: result: yes
configure:7999: checking for ut_host in struct utmpx
configure:8049: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8067: storage size of `testvar' isn't known
configure:8067: warning: unused variable `testvar'
configure:8049: $? = 1
configure: failed program was:
#line 8049 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_UTMPX_H
# include <utmpx.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
struct utmpx testvar; testvar.ut_host;
;
return 0;
}
configure:8050: result: no
configure:8059: checking for ut_xtime in struct utmpx
configure:8109: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8127: storage size of `testvar' isn't known
configure:8127: warning: unused variable `testvar'
configure:8109: $? = 1
configure: failed program was:
#line 8109 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_UTMPX_H
# include <utmpx.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
struct utmpx testvar; testvar.ut_xtime;
;
return 0;
}
configure:8110: result: no
configure:8119: checking for ut_tv in struct utmpx
configure:8169: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8187: storage size of `testvar' isn't known
configure:8187: warning: unused variable `testvar'
configure:8169: $? = 1
configure: failed program was:
#line 8169 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_UTMPX_H
# include <utmpx.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
struct utmpx testvar; testvar.ut_tv;
;
return 0;
}
configure:8170: result: no
configure:8180: checking for d_ino in struct dirent
configure:8230: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8248: warning: statement with no effect
configure:8230: $? = 0
configure:8230: test -s conftest.o
configure:8230: $? = 0
configure:8231: result: yes
configure:8240: checking for d_stat in struct dirent
configure:8290: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8308: structure has no member named `d_stat'
configure:8290: $? = 1
configure: failed program was:
#line 8290 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
struct dirent testvar; testvar.d_stat;
;
return 0;
}
configure:8291: result: no
configure:8300: checking for d_ino in struct direct
configure:8356: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8380: storage size of `testvar' isn't known
configure:8380: warning: unused variable `testvar'
configure:8356: $? = 1
configure: failed program was:
#line 8356 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_NDIR_H
# include <sys/ndir.h>
#endif
#ifdef HAVE_SYS_DIR_H
# include <sys/dir.h>
#endif
#ifdef HAVE_NDIR_H
# include <ndir.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
struct direct testvar; testvar.d_ino;
;
return 0;
}
configure:8357: result: no
configure:8366: checking for d_stat in struct direct
configure:8422: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8446: storage size of `testvar' isn't known
configure:8446: warning: unused variable `testvar'
configure:8422: $? = 1
configure: failed program was:
#line 8422 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_NDIR_H
# include <sys/ndir.h>
#endif
#ifdef HAVE_SYS_DIR_H
# include <sys/dir.h>
#endif
#ifdef HAVE_NDIR_H
# include <ndir.h>
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
struct direct testvar; testvar.d_stat;
;
return 0;
}
configure:8423: result: no
configure:8433: checking for sin6_scope_id in struct sockaddr_in6
configure:8481: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:8497: warning: statement with no effect
configure:8481: $? = 0
configure:8481: test -s conftest.o
configure:8481: $? = 0
configure:8482: result: yes
configure:8492: checking if we need our own h_errno
configure:8534: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8534: $? = 0
configure:8534: test -s conftest
configure:8534: $? = 0
configure:8535: result: no
configure:8725: checking for strftime
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for difftime
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for gettimeofday
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for select
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for poll
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for readlink
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for faccessx
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/cc1Wii99.o: In function `main':
/tmp/cc1Wii99.o(.text+0x9): undefined reference to `faccessx'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char faccessx (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char faccessx ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_faccessx) || defined (__stub___faccessx)
choke me
#else
f = faccessx;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for fchdir
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for ftruncate
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for fstat
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for lstat
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for lchown
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for fseeko
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for ftello
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for mkfifo
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for _mktemp
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for mkstemp
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for waitpid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for wait3
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for sigaction
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for sigblock
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for sighold
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccpdHMsK.o: In function `main':
/tmp/ccpdHMsK.o(.text+0x9): undefined reference to `sighold'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sighold (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sighold ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_sighold) || defined (__stub___sighold)
choke me
#else
f = sighold;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for sigrelse
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccTJGaqo.o: In function `main':
/tmp/ccTJGaqo.o(.text+0x9): undefined reference to `sigrelse'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigrelse (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sigrelse ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_sigrelse) || defined (__stub___sigrelse)
choke me
#else
f = sigrelse;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for sigsetmask
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for sigprocmask
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for killpg
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for setpgid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for setpgrp
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for tcsetpgrp
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for tcgetattr
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for nice
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for gethostname
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for gethostbyname2
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for getipnodebyname
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for inet_aton
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for inet_pton
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for inet_ntop
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for getlogin
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for getpwent
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for getpwnam
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for getpwuid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for getgrgid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for getgrnam
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for initgroups
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for nis_list
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccsYgESM.o: In function `main':
/tmp/ccsYgESM.o(.text+0x9): undefined reference to `nis_list'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char nis_list (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char nis_list ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_nis_list) || defined (__stub___nis_list)
choke me
#else
f = nis_list;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for setuid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for seteuid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for setreuid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for setresuid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for setsid
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for memcpy
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8735: warning: conflicting types for built-in function `memcpy'
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for memmove
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for strstr
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for strerror
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for cap_get_proc
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccb11OwO.o: In function `main':
/tmp/ccb11OwO.o(.text+0x9): undefined reference to `cap_get_proc'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char cap_get_proc (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char cap_get_proc ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_cap_get_proc) || defined (__stub___cap_get_proc)
choke me
#else
f = cap_get_proc;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for getrlimit
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for setlocale
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for uname
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for signgam
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for putenv
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for getenv
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for brk
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for sbrk
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for pathconf
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for sysconf
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for tgetent
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for tigetflag
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for tigetnum
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for tigetstr
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for setupterm
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for pcre_compile
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccPTpwFH.o: In function `main':
/tmp/ccPTpwFH.o(.text+0x9): undefined reference to `pcre_compile'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pcre_compile (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pcre_compile ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_pcre_compile) || defined (__stub___pcre_compile)
choke me
#else
f = pcre_compile;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for pcre_study
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/cchdQDsX.o: In function `main':
/tmp/cchdQDsX.o(.text+0x9): undefined reference to `pcre_study'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pcre_study (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pcre_study ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_pcre_study) || defined (__stub___pcre_study)
choke me
#else
f = pcre_study;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for pcre_exec
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/cczRVrKb.o: In function `main':
/tmp/cczRVrKb.o(.text+0x9): undefined reference to `pcre_exec'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pcre_exec (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pcre_exec ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_pcre_exec) || defined (__stub___pcre_exec)
choke me
#else
f = pcre_exec;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for nl_langinfo
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for erand48
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for open_memstream
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccFqZGpe.o: In function `main':
/tmp/ccFqZGpe.o(.text+0x9): undefined reference to `open_memstream'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char open_memstream (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char open_memstream ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_open_memstream) || defined (__stub___open_memstream)
choke me
#else
f = open_memstream;
#endif
;
return 0;
}
configure:8725: result: no
configure:8725: checking for wctomb
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8725: $? = 0
configure:8725: test -s conftest
configure:8725: $? = 0
configure:8725: result: yes
configure:8725: checking for iconv
configure:8725: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccp3mq0a.o: In function `main':
/tmp/ccp3mq0a.o(.text+0x9): undefined reference to `iconv'
configure:8725: $? = 1
configure: failed program was:
#line 8725 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char iconv (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char iconv ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_iconv) || defined (__stub___iconv)
choke me
#else
f = iconv;
#endif
;
return 0;
}
configure:8725: result: no
configure:8727: checking for working strcoll
configure:8776: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8776: $? = 0
configure:8776: ./conftest
configure:8776: $? = 0
configure:8777: result: yes
configure:8788: checking if tgetent accepts NULL
configure:8840: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8843: warning: return-type defaults to `int'
configure: In function `main':
configure:8845: warning: implicit declaration of function `tgetent'
configure:8850: warning: implicit declaration of function `tgetstr'
configure:8851: warning: implicit declaration of function `creat'
configure:8840: $? = 0
configure:8840: ./conftest
configure:8840: $? = 0
configure:8841: result: yes
configure:8849: checking if tgetent returns 0 on success
configure:8901: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:8904: warning: return-type defaults to `int'
configure: In function `main':
configure:8906: warning: implicit declaration of function `tgetent'
configure:8911: warning: implicit declaration of function `tgetstr'
configure:8912: warning: implicit declaration of function `creat'
configure:8901: $? = 0
configure:8901: ./conftest
configure:8901: $? = 0
configure:8902: result: no
configure:9029: checking for stdlib.h
configure:9029: result: yes
configure:9029: checking for unistd.h
configure:9029: result: yes
configure:9105: checking for getpagesize
configure:9105: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9105: $? = 0
configure:9105: test -s conftest
configure:9105: $? = 0
configure:9105: result: yes
configure:9107: checking for working mmap
configure:9266: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9266: $? = 0
configure:9266: ./conftest
configure:9266: $? = 0
configure:9267: result: yes
configure:9356: checking for munmap
configure:9356: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9356: $? = 0
configure:9356: test -s conftest
configure:9356: $? = 0
configure:9356: result: yes
configure:9356: checking for msync
configure:9356: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9356: $? = 0
configure:9356: test -s conftest
configure:9356: $? = 0
configure:9356: result: yes
configure:9420: checking whether getpgrp requires zero arguments
configure:9420: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:9464: too many arguments to function `getpgrp'
configure:9420: $? = 1
configure: failed program was:
#line 9420 "configure"
#include "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
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
getpgrp (0);
;
return 0;
}
configure:9420: result: yes
configure:9510: checking for dlopen
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9510: $? = 0
configure:9510: test -s conftest
configure:9510: $? = 0
configure:9510: result: yes
configure:9510: checking for dlerror
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9510: $? = 0
configure:9510: test -s conftest
configure:9510: $? = 0
configure:9510: result: yes
configure:9510: checking for dlsym
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9510: $? = 0
configure:9510: test -s conftest
configure:9510: $? = 0
configure:9510: result: yes
configure:9510: checking for dlclose
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9510: $? = 0
configure:9510: test -s conftest
configure:9510: $? = 0
configure:9510: result: yes
configure:9510: checking for load
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccYorOvk.o: In function `main':
/tmp/ccYorOvk.o(.text+0x9): undefined reference to `load'
configure:9510: $? = 1
configure: failed program was:
#line 9510 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char load (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char load ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_load) || defined (__stub___load)
choke me
#else
f = load;
#endif
;
return 0;
}
configure:9510: result: no
configure:9510: checking for loadquery
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/cc6YKifp.o: In function `main':
/tmp/cc6YKifp.o(.text+0x9): undefined reference to `loadquery'
configure:9510: $? = 1
configure: failed program was:
#line 9510 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char loadquery (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char loadquery ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_loadquery) || defined (__stub___loadquery)
choke me
#else
f = loadquery;
#endif
;
return 0;
}
configure:9510: result: no
configure:9510: checking for loadbind
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/cchkWUCe.o: In function `main':
/tmp/cchkWUCe.o(.text+0x9): undefined reference to `loadbind'
configure:9510: $? = 1
configure: failed program was:
#line 9510 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char loadbind (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char loadbind ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_loadbind) || defined (__stub___loadbind)
choke me
#else
f = loadbind;
#endif
;
return 0;
}
configure:9510: result: no
configure:9510: checking for unload
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccisyjpF.o: In function `main':
/tmp/ccisyjpF.o(.text+0x9): undefined reference to `unload'
configure:9510: $? = 1
configure: failed program was:
#line 9510 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char unload (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char unload ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_unload) || defined (__stub___unload)
choke me
#else
f = unload;
#endif
;
return 0;
}
configure:9510: result: no
configure:9510: checking for shl_load
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/cco9Cvo6.o: In function `main':
/tmp/cco9Cvo6.o(.text+0x9): undefined reference to `shl_load'
configure:9510: $? = 1
configure: failed program was:
#line 9510 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char shl_load ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_shl_load) || defined (__stub___shl_load)
choke me
#else
f = shl_load;
#endif
;
return 0;
}
configure:9510: result: no
configure:9510: checking for shl_unload
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccIi65mr.o: In function `main':
/tmp/ccIi65mr.o(.text+0x9): undefined reference to `shl_unload'
configure:9510: $? = 1
configure: failed program was:
#line 9510 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_unload (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char shl_unload ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_shl_unload) || defined (__stub___shl_unload)
choke me
#else
f = shl_unload;
#endif
;
return 0;
}
configure:9510: result: no
configure:9510: checking for shl_findsym
configure:9510: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/tmp/ccPPRaUd.o: In function `main':
/tmp/ccPPRaUd.o(.text+0x9): undefined reference to `shl_findsym'
configure:9510: $? = 1
configure: failed program was:
#line 9510 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_findsym (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char shl_findsym ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* 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_shl_findsym) || defined (__stub___shl_findsym)
choke me
#else
f = shl_findsym;
#endif
;
return 0;
}
configure:9510: result: no
configure:9513: checking what style of signals to use
configure:9544: result: POSIX_SIGNALS
configure:9547: checking where signal.h is located
configure:9586: result: /usr/include/sys/signal.h
configure:9590: checking where error names are located
configure:9618: result: /usr/include/errno.h
configure:9622: checking where the RLIMIT macros are located
configure:9639: result: /usr/include/sys/resource.h
configure:9647: checking if rlim_t is longer than a long
configure:9686: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9692: warning: return-type defaults to `int'
configure:9686: $? = 0
configure:9686: ./conftest
configure:9686: $? = 0
configure:9687: result: yes
configure:9802: checking if rlim_t is a quad
configure:9802: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:9809: warning: return-type defaults to `int'
configure:9802: $? = 0
configure:9802: ./conftest
configure:9802: $? = 0
configure:9802: result: yes
configure:9804: checking for rlim_t
configure:9851: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:9867: warning: unused variable `l'
configure:9851: $? = 0
configure:9851: test -s conftest.o
configure:9851: $? = 0
configure:9852: result: yes
configure:9863: checking for limit RLIMIT_AIO_MEM
configure:9910: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:9927: `RLIMIT_AIO_MEM' undeclared (first use in this function)
configure:9927: (Each undeclared identifier is reported only once
configure:9927: for each function it appears in.)
configure:9910: $? = 1
configure: failed program was:
#line 9910 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RLIMIT_AIO_MEM
;
return 0;
}
configure:9911: result: no
configure:9920: checking for limit RLIMIT_AIO_OPS
configure:9967: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:9984: `RLIMIT_AIO_OPS' undeclared (first use in this function)
configure:9984: (Each undeclared identifier is reported only once
configure:9984: for each function it appears in.)
configure:9967: $? = 1
configure: failed program was:
#line 9967 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RLIMIT_AIO_OPS
;
return 0;
}
configure:9968: result: no
configure:9977: checking for limit RLIMIT_AS
configure:10024: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10041: `RLIMIT_AS' undeclared (first use in this function)
configure:10041: (Each undeclared identifier is reported only once
configure:10041: for each function it appears in.)
configure:10024: $? = 1
configure: failed program was:
#line 10024 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RLIMIT_AS
;
return 0;
}
configure:10025: result: no
configure:10034: checking for limit RLIMIT_LOCKS
configure:10081: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10098: `RLIMIT_LOCKS' undeclared (first use in this function)
configure:10098: (Each undeclared identifier is reported only once
configure:10098: for each function it appears in.)
configure:10081: $? = 1
configure: failed program was:
#line 10081 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RLIMIT_LOCKS
;
return 0;
}
configure:10082: result: no
configure:10091: checking for limit RLIMIT_MEMLOCK
configure:10138: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10154: warning: statement with no effect
configure:10138: $? = 0
configure:10138: test -s conftest.o
configure:10138: $? = 0
configure:10139: result: yes
configure:10148: checking for limit RLIMIT_NPROC
configure:10195: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10211: warning: statement with no effect
configure:10195: $? = 0
configure:10195: test -s conftest.o
configure:10195: $? = 0
configure:10196: result: yes
configure:10205: checking for limit RLIMIT_NOFILE
configure:10252: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10268: warning: statement with no effect
configure:10252: $? = 0
configure:10252: test -s conftest.o
configure:10252: $? = 0
configure:10253: result: yes
configure:10262: checking for limit RLIMIT_PTHREAD
configure:10309: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10326: `RLIMIT_PTHREAD' undeclared (first use in this function)
configure:10326: (Each undeclared identifier is reported only once
configure:10326: for each function it appears in.)
configure:10309: $? = 1
configure: failed program was:
#line 10309 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RLIMIT_PTHREAD
;
return 0;
}
configure:10310: result: no
configure:10319: checking for limit RLIMIT_RSS
configure:10366: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10382: warning: statement with no effect
configure:10366: $? = 0
configure:10366: test -s conftest.o
configure:10366: $? = 0
configure:10367: result: yes
configure:10376: checking for limit RLIMIT_SBSIZE
configure:10423: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10439: warning: statement with no effect
configure:10423: $? = 0
configure:10423: test -s conftest.o
configure:10423: $? = 0
configure:10424: result: yes
configure:10433: checking for limit RLIMIT_TCACHE
configure:10480: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10497: `RLIMIT_TCACHE' undeclared (first use in this function)
configure:10497: (Each undeclared identifier is reported only once
configure:10497: for each function it appears in.)
configure:10480: $? = 1
configure: failed program was:
#line 10480 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RLIMIT_TCACHE
;
return 0;
}
configure:10481: result: no
configure:10490: checking for limit RLIMIT_VMEM
configure:10537: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:10554: `RLIMIT_VMEM' undeclared (first use in this function)
configure:10554: (Each undeclared identifier is reported only once
configure:10554: for each function it appears in.)
configure:10537: $? = 1
configure: failed program was:
#line 10537 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RLIMIT_VMEM
;
return 0;
}
configure:10538: result: no
configure:10548: checking if RLIMIT_VMEM and RLIMIT_RSS are the same
configure:10595: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:10595: $? = 0
configure:10595: ./conftest
configure:10595: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 10595 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
int main()
{
int ret = 1;
#if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_RSS)
if (RLIMIT_RSS == RLIMIT_VMEM) ret = 0;
#endif
return ret;
}
configure:10596: result: no
configure:10607: checking if RLIMIT_VMEM and RLIMIT_AS are the same
configure:10654: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:10654: $? = 0
configure:10654: ./conftest
configure:10654: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 10654 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/resource.h>
int main()
{
int ret = 1;
#if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_AS)
if (RLIMIT_AS == RLIMIT_VMEM) ret = 0;
#endif
return ret;
}
configure:10655: result: no
configure:10684: checking for /dev/fd filesystem
configure:10693: result: /dev/fd
configure:10702: checking for RFS superroot directory
configure:10709: result: no
configure:10718: checking whether we should use the native getcwd
configure:10728: result: no
configure:10737: checking for NIS
configure:10745: result: no
configure:10754: checking for NIS+
configure:10763: result: no
configure:10772: checking for utmp file
configure:10784: result: /var/run/utmp
configure:10793: checking for wtmp file
configure:10805: result: /var/log/wtmp
configure:10814: checking for utmpx file
configure:10826: result: no
configure:10835: checking for wtmpx file
configure:10847: result: no
configure:10857: checking for brk() prototype in <unistd.h>
configure:10900: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10902: conflicting types for `brk'
/usr/include/unistd.h:120: previous declaration of `brk'
configure: In function `main':
configure:10912: warning: unused variable `i'
configure:10900: $? = 1
configure: failed program was:
#line 10900 "configure"
#include "confdefs.h"
#include <unistd.h>
double brk();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
int i;
;
return 0;
}
configure:10901: result: yes
configure:10910: checking for sbrk() prototype in <unistd.h>
configure:10953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10955: conflicting types for `sbrk'
/usr/include/unistd.h:188: previous declaration of `sbrk'
configure: In function `main':
configure:10965: warning: unused variable `i'
configure:10953: $? = 1
configure: failed program was:
#line 10953 "configure"
#include "confdefs.h"
#include <unistd.h>
double sbrk();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
int i;
;
return 0;
}
configure:10954: result: yes
configure:11069: checking for ioctl prototype in <sys/ioctl.h>
configure:11069: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11071: conflicting types for `ioctl'
/usr/include/sys/ioccom.h:70: previous declaration of `ioctl'
configure: In function `main':
configure:11081: warning: unused variable `i'
configure:11069: $? = 1
configure: failed program was:
#line 11069 "configure"
#include "confdefs.h"
#include <sys/ioctl.h>
int ioctl(double x);
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
int i;
;
return 0;
}
configure:11069: result: yes
configure:11069: checking for mknod prototype in <sys/stat.h>
configure:11069: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure: In function `main':
configure:11081: warning: unused variable `i'
configure:11069: $? = 0
configure:11069: test -s conftest.o
configure:11069: $? = 0
configure:11069: result: no
configure:11125: checking if named FIFOs work
configure:11186: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:11191: warning: return-type defaults to `int'
configure: In function `main':
configure:11195: warning: implicit declaration of function `unlink'
configure:11197: warning: implicit declaration of function `mkfifo'
configure:11202: warning: implicit declaration of function `fork'
configure:11207: warning: implicit declaration of function `read'
configure:11210: warning: implicit declaration of function `write'
configure:11186: $? = 0
configure:11186: ./conftest
configure:11186: $? = 0
configure:11187: result: yes
configure:11195: checking if echo in /bin/sh interprets escape sequences
configure:11206: result: no
configure:11215: checking if link() works
configure:11267: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:11272: warning: return-type defaults to `int'
configure:11267: $? = 0
configure:11267: ./conftest
configure:11267: $? = 0
configure:11268: result: yes
configure:11277: checking if kill(pid, 0) returns ESRCH correctly
configure:11321: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:11327: warning: return-type defaults to `int'
configure:11321: $? = 0
configure:11321: ./conftest
configure:11321: $? = 0
configure:11322: result: yes
configure:11400: checking if POSIX sigsuspend() works
configure:11400: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:11406: warning: no previous prototype for `handler'
configure:11408: warning: return-type defaults to `int'
configure: In function `main':
configure:11425: warning: control reaches end of non-void function
configure:11400: $? = 0
configure:11400: ./conftest
configure:11400: $? = 0
configure:11400: result: yes
configure:11454: checking if tcsetpgrp() actually works
configure:11454: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:11458: warning: return-type defaults to `int'
configure:11454: $? = 0
configure:11454: ./conftest
configure:11454: $? = 0
configure:11454: result: yes
configure:11512: checking if getpwnam() is faked
configure:11512: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:11515: warning: return-type defaults to `int'
configure: In function `main':
configure:11518: warning: implicit declaration of function `sprintf'
configure:11518: warning: implicit declaration of function `getpid'
configure:11518: warning: implicit declaration of function `rand'
configure:11512: $? = 0
configure:11512: ./conftest
configure:11512: $? = 0
configure:11512: result: no
configure:11517: checking base type of the third argument to accept
configure:11568: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11568: $? = 0
configure:11568: test -s conftest.o
configure:11568: $? = 0
configure:11569: result: socklen_t
configure:11916: checking if your system uses ELF binaries
configure:11916: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:11921: warning: return-type defaults to `int'
configure: In function `main':
configure:11928: warning: implicit declaration of function `read'
configure:11916: $? = 0
configure:11916: ./conftest
configure:11916: $? = 0
configure:11916: result: yes
configure:11916: checking if your dlsym() needs a leading underscore
configure:11916: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest.c 1>&5
conftest.c:1: warning: return-type defaults to `int'
conftest.c:1: warning: no previous prototype for `fred'
conftest.c: In function `fred':
conftest.c:1: warning: control reaches end of non-void function
configure:11916: $? = 0
configure:11916: gcc -shared -o conftest.so conftest.o 1>&5
configure:11916: $? = 0
configure:11916: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:11946: warning: return-type defaults to `int'
configure:11916: $? = 0
configure:11916: ./conftest
configure:11916: $? = 0
configure:11916: result: no
configure:12329: checking if environ is available in shared libraries
configure:12329: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest1.c 1>&5
conftest1.c:3: warning: no previous prototype for `zsh_getaddr1'
configure:12329: $? = 0
configure:12329: gcc -o conftest1.so -shared conftest1.o -ltinfo -lm -lc 1>&5
configure:12329: $? = 0
configure:12329: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest2.c 1>&5
conftest2.c:3: warning: no previous prototype for `zsh_getaddr2'
configure:12329: $? = 0
configure:12329: gcc -o conftest2.so -shared conftest2.o -ltinfo -lm -lc 1>&5
configure:12329: $? = 0
configure:12329: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:12359: warning: return-type defaults to `int'
configure:12329: $? = 0
configure:12329: ./conftest
configure:12329: $? = 0
configure:12329: result: yes
configure:12329: checking if tgetent is available in shared libraries
configure:12329: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest1.c 1>&5
conftest1.c:3: warning: no previous prototype for `zsh_getaddr1'
configure:12329: $? = 0
configure:12329: gcc -o conftest1.so -shared conftest1.o -ltinfo -lm -lc 1>&5
configure:12329: $? = 0
configure:12329: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest2.c 1>&5
conftest2.c:3: warning: no previous prototype for `zsh_getaddr2'
configure:12329: $? = 0
configure:12329: gcc -o conftest2.so -shared conftest2.o -ltinfo -lm -lc 1>&5
configure:12329: $? = 0
configure:12329: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:12359: warning: return-type defaults to `int'
configure:12329: $? = 0
configure:12329: ./conftest
configure:12329: $? = 0
configure:12329: result: yes
configure:12329: checking if tigetstr is available in shared libraries
configure:12329: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest1.c 1>&5
conftest1.c:3: warning: no previous prototype for `zsh_getaddr1'
configure:12329: $? = 0
configure:12329: gcc -o conftest1.so -shared conftest1.o -ltinfo -lm -lc 1>&5
configure:12329: $? = 0
configure:12329: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest2.c 1>&5
conftest2.c:3: warning: no previous prototype for `zsh_getaddr2'
configure:12329: $? = 0
configure:12329: gcc -o conftest2.so -shared conftest2.o -ltinfo -lm -lc 1>&5
configure:12329: $? = 0
configure:12329: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:12359: warning: return-type defaults to `int'
configure:12329: $? = 0
configure:12329: ./conftest
configure:12329: $? = 0
configure:12329: result: yes
configure:12897: checking if name clashes in shared objects are OK
configure:12897: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest1.c 1>&5
conftest1.c:1: warning: no previous prototype for `fred'
configure:12897: $? = 0
configure:12897: gcc -o conftest1.so -shared conftest1.o -ltinfo -lm -lc 1>&5
configure:12897: $? = 0
configure:12897: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest2.c 1>&5
conftest2.c:1: warning: no previous prototype for `fred'
configure:12897: $? = 0
configure:12897: gcc -o conftest2.so -shared conftest2.o -ltinfo -lm -lc 1>&5
configure:12897: $? = 0
configure:12897: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:12928: warning: return-type defaults to `int'
configure:12897: $? = 0
configure:12897: ./conftest
configure:12897: $? = 0
configure:12897: result: yes
configure:12897: checking for working RTLD_GLOBAL
configure:12897: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest1.c 1>&5
conftest1.c:1: warning: no previous prototype for `fred'
configure:12897: $? = 0
configure:12897: gcc -o conftest1.so -shared conftest1.o -ltinfo -lm -lc 1>&5
configure:12897: $? = 0
configure:12897: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest2.c 1>&5
conftest2.c:1: warning: no previous prototype for `barney'
configure:12897: $? = 0
configure:12897: gcc -o conftest2.so -shared conftest2.o -ltinfo -lm -lc 1>&5
configure:12897: $? = 0
configure:12897: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
configure:12927: warning: return-type defaults to `int'
configure:12897: $? = 0
configure:12897: ./conftest
configure:12897: $? = 0
configure:12897: result: yes
configure:12897: checking whether symbols in the executable are available
configure:12897: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC conftest1.c 1>&5
conftest1.c:1