Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with the configure script (2.4.2)
- X-seq: zsh-workers 21020
- From: Mike Dowling <ML.Dowling@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Problem with the configure script (2.4.2)
- Date: Tue, 15 Mar 2005 17:38:11 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organisation: Technical University of Braunschweig
- Reply-to: ML.Dowling@xxxxxxxx
Hello,
I cannot get configure to produce a Makefile or a config.h file. I
suspect that the problem lies with me, but I would be very grateful for
any hints as to how I can solve the problem.
#./configure
produces lots of output, as usual, and perminates with
checking for sbrk() prototype in <unistd.h>... yes
checking for ioctl prototype in <sys/ioctl.h>... yes
checking for mknod prototype in <sys/stat.h>... yes
checking if named FIFOs work... yes
checking if echo in /bin/sh interprets escape sequences... yes
checking if link() works... yes
checking if kill(pid, 0) returns ESRCH correctly... yes
checking if POSIX sigsuspend() works... yes
Everything looks fine, until I enter
#make
make: *** No targets specified and no makefile found. Stop.
But there's no Make file. config.log also looks inoccuous enough
(attached).
What could possibly be going wrong?
Cheers,
Mike Dowling
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.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = moocow.localhost
uname -m = i686
uname -r = 2.6.11.2
uname -s = Linux
uname -v = #3 Sun Mar 13 10:32:04 CET 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: //bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/local/bin
PATH: /usr/local/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1374: checking build system type
configure:1392: result: i686-pc-linux-gnu
configure:1400: checking host system type
configure:1414: result: i686-pc-linux-gnu
configure:1885: checking for gcc
configure:1901: found /usr/bin/gcc
configure:1911: result: gcc
configure:2155: checking for C compiler version
configure:2158: gcc --version </dev/null >&5
gcc (GCC) 3.4.1
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2161: $? = 0
configure:2163: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.1/specs
Configured with: ../gcc-3.4.1/configure --prefix=/usr --disable-nls
Thread model: posix
gcc version 3.4.1
configure:2166: $? = 0
configure:2168: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2171: $? = 1
configure:2194: checking for C compiler default output file name
configure:2197: gcc conftest.c >&5
configure:2200: $? = 0
configure:2246: result: a.out
configure:2251: checking whether the C compiler works
configure:2257: ./a.out
configure:2260: $? = 0
configure:2277: result: yes
configure:2284: checking whether we are cross compiling
configure:2286: result: no
configure:2289: checking for suffix of executables
configure:2291: gcc -o conftest conftest.c >&5
configure:2294: $? = 0
configure:2319: result:
configure:2325: checking for suffix of object files
configure:2346: gcc -c conftest.c >&5
configure:2349: $? = 0
configure:2371: result: o
configure:2375: checking whether we are using the GNU C compiler
configure:2399: gcc -c conftest.c >&5
configure:2405: $? = 0
configure:2409: test -z
|| test ! -s conftest.err
configure:2412: $? = 0
configure:2415: test -s conftest.o
configure:2418: $? = 0
configure:2431: result: yes
configure:2437: checking whether gcc accepts -g
configure:2458: gcc -c -g conftest.c >&5
configure:2464: $? = 0
configure:2468: test -z
|| test ! -s conftest.err
configure:2471: $? = 0
configure:2474: test -s conftest.o
configure:2477: $? = 0
configure:2488: result: yes
configure:2505: checking for gcc option to accept ANSI C
configure:2575: gcc -c conftest.c >&5
configure:2581: $? = 0
configure:2585: test -z
|| test ! -s conftest.err
configure:2588: $? = 0
configure:2591: test -s conftest.o
configure:2594: $? = 0
configure:2612: result: none needed
configure:2630: gcc -c conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2636: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2774: checking whether large file support needs explicit enabling
configure:2803: result: yes
configure:2882: checking how to run the C preprocessor
configure:2917: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:2923: $? = 0
configure:2955: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:20:28: ac_nonexistent.h: No such file or directory
configure:2961: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3000: result: gcc -E
configure:3024: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:3030: $? = 0
configure:3062: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:20:28: ac_nonexistent.h: No such file or directory
configure:3068: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3112: checking for egrep
configure:3122: result: grep -E
configure:3128: checking whether gcc needs -traditional
configure:3170: result: no
configure:3176: checking for an ANSI C-conforming const
configure:3243: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:47: warning: unused variable `s'
conftest.c:67: warning: unused variable `foo'
conftest.c:28: warning: unused variable `x'
conftest.c:34: warning: unused variable `zero'
conftest.c:64: warning: 'b' might be used uninitialized in this function
conftest.c:46: warning: 't' might be used uninitialized in this function
configure:3249: $? = 0
configure:3253: test -z
|| test ! -s conftest.err
configure:3256: $? = 0
configure:3259: test -s conftest.o
configure:3262: $? = 0
configure:3273: result: yes
configure:3287: checking for gcc option to accept ANSI C
configure:3327: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:3333: $? = 0
configure:3337: test -z
|| test ! -s conftest.err
configure:3340: $? = 0
configure:3343: test -s conftest.o
configure:3346: $? = 0
configure:3359: result:
configure:3366: checking whether to use prototypes
configure:3385: result: yes
configure:3397: checking for working alloca.h
configure:3418: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:25: warning: unused variable `p'
configure:3424: $? = 0
configure:3428: test -z
|| test ! -s conftest.err
configure:3431: $? = 0
configure:3434: test -s conftest
configure:3437: $? = 0
configure:3449: result: yes
configure:3459: checking for alloca
configure:3500: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:46: warning: unused variable `p'
configure:3506: $? = 0
configure:3510: test -z
|| test ! -s conftest.err
configure:3513: $? = 0
configure:3516: test -s conftest
configure:3519: $? = 0
configure:3531: result: yes
configure:3754: checking if the compiler supports union initialisation
configure:3775: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:3781: $? = 0
configure:3785: test -z
|| test ! -s conftest.err
configure:3788: $? = 0
configure:3791: test -s conftest.o
configure:3794: $? = 0
configure:3805: result: yes
configure:3816: checking if signed to unsigned casting is broken
configure:3833: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:24: warning: return type defaults to `int'
configure:3836: $? = 0
configure:3838: ./conftest
configure:3841: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| /* end confdefs.h. */
| main(){return((int)(unsigned char)((char) -1) == 255);}
configure:3855: result: no
configure:3866: checking if the compiler supports variable-length arrays
configure:3887: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:28: warning: unused variable `i'
conftest.c:28: warning: unused variable `a'
configure:3893: $? = 0
configure:3897: test -z
|| test ! -s conftest.err
configure:3900: $? = 0
configure:3903: test -s conftest.o
configure:3906: $? = 0
configure:3917: result: yes
configure:3928: checking whether make sets $(MAKE)
configure:3948: result: yes
configure:3969: checking for a BSD-compatible install
configure:4024: result: //bin/install -c
configure:4038: checking for gawk
configure:4054: found //bin/gawk
configure:4064: result: gawk
configure:4073: checking whether ln works
configure:4091: result: yes
configure:4101: checking for yodl
configure:4130: result: no
configure:4142: checking for ansi2knr
configure:4171: result: no
configure:4198: checking for dirent.h that defines DIR
configure:4222: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4228: $? = 0
configure:4232: test -z
|| test ! -s conftest.err
configure:4235: $? = 0
configure:4238: test -s conftest.o
configure:4241: $? = 0
configure:4252: result: yes
configure:4265: checking for library containing opendir
configure:4295: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4301: $? = 0
configure:4305: test -z
|| test ! -s conftest.err
configure:4308: $? = 0
configure:4311: test -s conftest
configure:4314: $? = 0
configure:4384: result: none required
configure:4520: checking for ANSI C header files
configure:4545: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4551: $? = 0
configure:4555: test -z
|| test ! -s conftest.err
configure:4558: $? = 0
configure:4561: test -s conftest.o
configure:4564: $? = 0
configure:4653: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:43: warning: implicit declaration of function `exit'
configure:4656: $? = 0
configure:4658: ./conftest
configure:4661: $? = 0
configure:4676: result: yes
configure:4686: checking whether time.h and sys/time.h may both be included
configure:4711: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4717: $? = 0
configure:4721: test -z
|| test ! -s conftest.err
configure:4724: $? = 0
configure:4727: test -s conftest.o
configure:4730: $? = 0
configure:4741: result: yes
configure:4751: checking whether stat file-mode macros are broken
configure:4799: result: no
configure:4809: checking for sys/wait.h that is POSIX.1 compatible
configure:4840: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4846: $? = 0
configure:4850: test -z
|| test ! -s conftest.err
configure:4853: $? = 0
configure:4856: test -s conftest.o
configure:4859: $? = 0
configure:4870: result: yes
configure:4937: checking for sys/types.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:4937: checking for sys/stat.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:4937: checking for stdlib.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:4937: checking for string.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:4937: checking for memory.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:4937: checking for strings.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:4937: checking for inttypes.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:4937: checking for stdint.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:4937: checking for unistd.h
configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:4959: $? = 0
configure:4963: test -z
|| test ! -s conftest.err
configure:4966: $? = 0
configure:4969: test -s conftest.o
configure:4972: $? = 0
configure:4983: result: yes
configure:5049: checking sys/time.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking sys/time.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for sys/time.h
configure:5172: result: yes
configure:5049: checking sys/times.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking sys/times.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for sys/times.h
configure:5172: result: yes
configure:5049: checking sys/select.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking sys/select.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for sys/select.h
configure:5172: result: yes
configure:5049: checking termcap.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking termcap.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for termcap.h
configure:5172: result: yes
configure:5049: checking termio.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking termio.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for termio.h
configure:5172: result: yes
configure:5049: checking termios.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking termios.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for termios.h
configure:5172: result: yes
configure:5049: checking sys/param.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking sys/param.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for sys/param.h
configure:5172: result: yes
configure:5049: checking sys/filio.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:79:23: sys/filio.h: No such file or directory
configure:5067: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filio.h>
configure:5090: result: no
configure:5094: checking sys/filio.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:45:23: sys/filio.h: No such file or directory
configure:5110: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <sys/filio.h>
configure:5130: result: no
configure:5165: checking for sys/filio.h
configure:5172: result: no
configure:5040: checking for string.h
configure:5045: result: yes
configure:5040: checking for memory.h
configure:5045: result: yes
configure:5049: checking limits.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking limits.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for limits.h
configure:5172: result: yes
configure:5049: checking fcntl.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking fcntl.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for fcntl.h
configure:5172: result: yes
configure:5049: checking libc.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:83:18: libc.h: No such file or directory
configure:5067: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libc.h>
configure:5090: result: no
configure:5094: checking libc.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:49:18: libc.h: No such file or directory
configure:5110: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <libc.h>
configure:5130: result: no
configure:5165: checking for libc.h
configure:5172: result: no
configure:5049: checking sys/utsname.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking sys/utsname.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for sys/utsname.h
configure:5172: result: yes
configure:5049: checking sys/resource.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking sys/resource.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for sys/resource.h
configure:5172: result: yes
configure:5049: checking locale.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking locale.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for locale.h
configure:5172: result: yes
configure:5049: checking errno.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking errno.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for errno.h
configure:5172: result: yes
configure:5049: checking stdio.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking stdio.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for stdio.h
configure:5172: result: yes
configure:5040: checking for stdlib.h
configure:5045: result: yes
configure:5040: checking for unistd.h
configure:5045: result: yes
configure:5049: checking sys/capability.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:90:28: sys/capability.h: No such file or directory
configure:5067: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/capability.h>
configure:5090: result: no
configure:5094: checking sys/capability.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:56:28: sys/capability.h: No such file or directory
configure:5110: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/capability.h>
configure:5130: result: no
configure:5165: checking for sys/capability.h
configure:5172: result: no
configure:5049: checking utmp.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking utmp.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for utmp.h
configure:5172: result: yes
configure:5049: checking utmpx.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking utmpx.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for utmpx.h
configure:5172: result: yes
configure:5040: checking for sys/types.h
configure:5045: result: yes
configure:5049: checking pwd.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking pwd.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for pwd.h
configure:5172: result: yes
configure:5049: checking grp.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking grp.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for grp.h
configure:5172: result: yes
configure:5049: checking poll.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking poll.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for poll.h
configure:5172: result: yes
configure:5049: checking sys/mman.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking sys/mman.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for sys/mman.h
configure:5172: result: yes
configure:5049: checking netinet/in_systm.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking netinet/in_systm.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for netinet/in_systm.h
configure:5172: result: yes
configure:5049: checking pcre.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:98:18: pcre.h: No such file or directory
configure:5067: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre.h>
configure:5090: result: no
configure:5094: checking pcre.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:64:18: pcre.h: No such file or directory
configure:5110: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| /* end confdefs.h. */
| #include <pcre.h>
configure:5130: result: no
configure:5165: checking for pcre.h
configure:5172: result: no
configure:5049: checking langinfo.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking langinfo.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for langinfo.h
configure:5172: result: yes
configure:5049: checking wchar.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking wchar.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for wchar.h
configure:5172: result: yes
configure:5049: checking stddef.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking stddef.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for stddef.h
configure:5172: result: yes
configure:5049: checking sys/stropts.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking sys/stropts.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for sys/stropts.h
configure:5172: result: yes
configure:5049: checking iconv.h usability
configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5067: $? = 0
configure:5071: test -z
|| test ! -s conftest.err
configure:5074: $? = 0
configure:5077: test -s conftest.o
configure:5080: $? = 0
configure:5090: result: yes
configure:5094: checking iconv.h presence
configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5110: $? = 0
configure:5130: result: yes
configure:5165: checking for iconv.h
configure:5172: result: yes
configure:5200: checking dlfcn.h usability
configure:5212: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5218: $? = 0
configure:5222: test -z
|| test ! -s conftest.err
configure:5225: $? = 0
configure:5228: test -s conftest.o
configure:5231: $? = 0
configure:5241: result: yes
configure:5245: checking dlfcn.h presence
configure:5255: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:5261: $? = 0
configure:5281: result: yes
configure:5316: checking for dlfcn.h
configure:5323: result: yes
configure:5350: checking dl.h usability
configure:5362: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:104:16: dl.h: No such file or directory
configure:5368: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:5391: result: no
configure:5395: checking dl.h presence
configure:5405: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:70:16: dl.h: No such file or directory
configure:5411: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:5431: result: no
configure:5466: checking for dl.h
configure:5473: result: no
configure:5491: checking for conflicts in sys/time.h and sys/select.h
configure:5513: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:75: warning: unused variable `i'
configure:5519: $? = 0
configure:5523: test -z
|| test ! -s conftest.err
configure:5526: $? = 0
configure:5529: test -s conftest.o
configure:5532: $? = 0
configure:5543: result: no
configure:5553: checking POSIX termios
configure:5577: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:5583: $? = 0
configure:5587: test -z
|| test ! -s conftest.err
configure:5590: $? = 0
configure:5593: test -s conftest
configure:5596: $? = 0
configure:5608: result: yes
configure:5612: checking TIOCGWINSZ in termios.h
configure:5634: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:75: error: `TIOCGWINSZ' undeclared (first use in this function)
conftest.c:75: error: (Each undeclared identifier is reported only once
conftest.c:75: error: for each function it appears in.)
conftest.c:75: warning: unused variable `x'
configure:5640: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <termios.h>
| int
| main ()
| {
| int x = TIOCGWINSZ;
| ;
| return 0;
| }
configure:5665: result: no
configure:5674: checking TIOCGWINSZ in sys/ioctl.h
configure:5696: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:75: warning: unused variable `x'
configure:5702: $? = 0
configure:5706: test -z
|| test ! -s conftest.err
configure:5709: $? = 0
configure:5712: test -s conftest
configure:5715: $? = 0
configure:5727: result: yes
configure:5739: checking for streams headers including struct winsize
configure:5761: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:71:24: sys/stream.h: No such file or directory
conftest.c:72:22: sys/ptem.h: No such file or directory
conftest.c: In function `main':
conftest.c:77: error: storage size of 'wsz' isn't known
conftest.c:77: warning: unused variable `wsz'
configure:5767: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| /* end confdefs.h. */
| #include <sys/stream.h>
| #include <sys/ptem.h>
| int
| main ()
| {
| struct winsize wsz
| ;
| return 0;
| }
configure:5791: result: no
configure:5801: checking for printf in -lc
configure:5831: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lc >&5
conftest.c:78: warning: conflicting types for built-in function 'printf'
configure:5837: $? = 0
configure:5841: test -z
|| test ! -s conftest.err
configure:5844: $? = 0
configure:5847: test -s conftest
configure:5850: $? = 0
configure:5863: result: yes
configure:5871: checking for pow in -lm
configure:5901: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -lc >&5
conftest.c:78: warning: conflicting types for built-in function 'pow'
configure:5907: $? = 0
configure:5911: test -z
|| test ! -s conftest.err
configure:5914: $? = 0
configure:5917: test -s conftest
configure:5920: $? = 0
configure:5933: result: yes
configure:6101: checking for library containing tgetent
configure:6131: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -lc >&5
/tmp/ccSjMa8i.o(.text+0xd): In function `main':
: undefined reference to `tgetent'
collect2: ld returned 1 exit status
configure:6137: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char tgetent ();
| int
| main ()
| {
| tgetent ();
| ;
| return 0;
| }
configure:6186: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ltinfo
collect2: ld returned 1 exit status
configure:6192: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char tgetent ();
| int
| main ()
| {
| tgetent ();
| ;
| return 0;
| }
configure:6186: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltermcap -lm -lc >&5
configure:6192: $? = 0
configure:6196: test -z
|| test ! -s conftest.err
configure:6199: $? = 0
configure:6202: test -s conftest
configure:6205: $? = 0
configure:6220: result: -ltermcap
configure:6227: checking for library containing tigetflag
configure:6257: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltermcap -lm -lc >&5
/tmp/cckhwUaS.o(.text+0xd): In function `main':
: undefined reference to `tigetflag'
collect2: ld returned 1 exit status
configure:6263: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char tigetflag ();
| int
| main ()
| {
| tigetflag ();
| ;
| return 0;
| }
configure:6312: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -ltermcap -lm -lc >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ltinfo
collect2: ld returned 1 exit status
configure:6318: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char tigetflag ();
| int
| main ()
| {
| tigetflag ();
| ;
| return 0;
| }
configure:6312: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltermcap -ltermcap -lm -lc >&5
/tmp/ccE7ognf.o(.text+0xd): In function `main':
: undefined reference to `tigetflag'
collect2: ld returned 1 exit status
configure:6318: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char tigetflag ();
| int
| main ()
| {
| tigetflag ();
| ;
| return 0;
| }
configure:6312: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5
configure:6318: $? = 0
configure:6322: test -z
|| test ! -s conftest.err
configure:6325: $? = 0
configure:6328: test -s conftest
configure:6331: $? = 0
configure:6346: result: -lcurses
configure:6367: checking curses.h usability
configure:6379: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:6385: $? = 0
configure:6389: test -z
|| test ! -s conftest.err
configure:6392: $? = 0
configure:6395: test -s conftest.o
configure:6398: $? = 0
configure:6408: result: yes
configure:6412: checking curses.h presence
configure:6422: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:6428: $? = 0
configure:6448: result: yes
configure:6483: checking for curses.h
configure:6490: result: yes
configure:6579: checking term.h usability
configure:6591: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:6597: $? = 0
configure:6601: test -z
|| test ! -s conftest.err
configure:6604: $? = 0
configure:6607: test -s conftest.o
configure:6610: $? = 0
configure:6620: result: yes
configure:6624: checking term.h presence
configure:6634: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
configure:6640: $? = 0
configure:6660: result: yes
configure:6695: checking for term.h
configure:6702: result: yes
configure:6710: checking if term.h needs curses.h
configure:6728: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:78: warning: initialization discards qualifiers from pointer target type
conftest.c:78: warning: unused variable `test'
configure:6734: $? = 0
configure:6738: test -z
|| test ! -s conftest.err
configure:6741: $? = 0
configure:6744: test -s conftest.o
configure:6747: $? = 0
configure:6774: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:79: warning: initialization discards qualifiers from pointer target type
conftest.c:79: warning: unused variable `test'
configure:6780: $? = 0
configure:6784: test -z
|| test ! -s conftest.err
configure:6787: $? = 0
configure:6790: test -s conftest.o
configure:6793: $? = 0
configure:6812: result: no
configure:6816: checking if boolcodes is available
configure:6837: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5
conftest.c: In function `main':
conftest.c:81: warning: initialization discards qualifiers from pointer target type
conftest.c:81: warning: implicit declaration of function `printf'
configure:6843: $? = 0
configure:6847: test -z
|| test ! -s conftest.err
configure:6850: $? = 0
configure:6853: test -s conftest
configure:6856: $? = 0
configure:6870: result: yes
configure:6872: checking if numcodes is available
configure:6893: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5
conftest.c: In function `main':
conftest.c:82: warning: initialization discards qualifiers from pointer target type
conftest.c:82: warning: implicit declaration of function `printf'
configure:6899: $? = 0
configure:6903: test -z
|| test ! -s conftest.err
configure:6906: $? = 0
configure:6909: test -s conftest
configure:6912: $? = 0
configure:6926: result: yes
configure:6928: checking if strcodes is available
configure:6949: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5
conftest.c: In function `main':
conftest.c:83: warning: initialization discards qualifiers from pointer target type
conftest.c:83: warning: implicit declaration of function `printf'
configure:6955: $? = 0
configure:6959: test -z
|| test ! -s conftest.err
configure:6962: $? = 0
configure:6965: test -s conftest
configure:6968: $? = 0
configure:6982: result: yes
configure:6984: checking if boolnames is available
configure:7003: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5
conftest.c: In function `main':
conftest.c:82: warning: initialization discards qualifiers from pointer target type
configure:7009: $? = 0
configure:7013: test -z
|| test ! -s conftest.err
configure:7016: $? = 0
configure:7019: test -s conftest
configure:7022: $? = 0
configure:7036: result: yes
configure:7038: checking if numnames is available
configure:7057: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5
conftest.c: In function `main':
conftest.c:83: warning: initialization discards qualifiers from pointer target type
configure:7063: $? = 0
configure:7067: test -z
|| test ! -s conftest.err
configure:7070: $? = 0
configure:7073: test -s conftest
configure:7076: $? = 0
configure:7090: result: yes
configure:7092: checking if strnames is available
configure:7111: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5
conftest.c: In function `main':
conftest.c:84: warning: initialization discards qualifiers from pointer target type
configure:7117: $? = 0
configure:7121: test -z
|| test ! -s conftest.err
configure:7124: $? = 0
configure:7127: test -s conftest
configure:7130: $? = 0
configure:7144: result: yes
configure:7153: checking for library containing yp_all
configure:7183: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5
/tmp/ccegdQEX.o(.text+0xd): In function `main':
: undefined reference to `yp_all'
collect2: ld returned 1 exit status
configure:7189: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char yp_all ();
| int
| main ()
| {
| yp_all ();
| ;
| return 0;
| }
configure:7238: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lnsl -lcurses -ltermcap -lm -lc >&5
configure:7244: $? = 0
configure:7248: test -z
|| test ! -s conftest.err
configure:7251: $? = 0
configure:7254: test -s conftest
configure:7257: $? = 0
configure:7272: result: -lnsl
configure:7286: checking for dlopen in -ldl
configure:7316: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:7322: $? = 0
configure:7326: test -z
|| test ! -s conftest.err
configure:7329: $? = 0
configure:7332: test -s conftest
configure:7335: $? = 0
configure:7348: result: yes
configure:7439: checking for socket in -lsocket
configure:7469: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lsocket -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:7475: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char socket ();
| int
| main ()
| {
| socket ();
| ;
| return 0;
| }
configure:7501: result: no
configure:7514: checking for iconv in -liconv
configure:7544: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -liconv -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:7550: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char iconv ();
| int
| main ()
| {
| iconv ();
| ;
| return 0;
| }
configure:7576: result: no
configure:7669: checking if an include file defines ospeed
configure:7696: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:7702: $? = 0
configure:7706: test -z
|| test ! -s conftest.err
configure:7709: $? = 0
configure:7712: test -s conftest
configure:7715: $? = 0
configure:7727: result: yes
configure:7808: checking return type of signal handlers
configure:7839: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:96: warning: unused variable `i'
configure:7845: $? = 0
configure:7849: test -z
|| test ! -s conftest.err
configure:7852: $? = 0
configure:7855: test -s conftest.o
configure:7858: $? = 0
configure:7869: result: void
configure:7877: checking for pid_t
configure:7901: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:7907: $? = 0
configure:7911: test -z
|| test ! -s conftest.err
configure:7914: $? = 0
configure:7917: test -s conftest.o
configure:7920: $? = 0
configure:7931: result: yes
configure:7943: checking for off_t
configure:7967: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:7973: $? = 0
configure:7977: test -z
|| test ! -s conftest.err
configure:7980: $? = 0
configure:7983: test -s conftest.o
configure:7986: $? = 0
configure:7997: result: yes
configure:8009: checking for ino_t
configure:8033: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest.o
configure:8052: $? = 0
configure:8063: result: yes
configure:8075: checking for mode_t
configure:8099: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:8105: $? = 0
configure:8109: test -z
|| test ! -s conftest.err
configure:8112: $? = 0
configure:8115: test -s conftest.o
configure:8118: $? = 0
configure:8129: result: yes
configure:8141: checking for uid_t in sys/types.h
configure:8164: result: yes
configure:8179: checking for size_t
configure:8203: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:8209: $? = 0
configure:8213: test -z
|| test ! -s conftest.err
configure:8216: $? = 0
configure:8219: test -s conftest.o
configure:8222: $? = 0
configure:8233: result: yes
configure:8246: checking if long is 64 bits
configure:8263: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:8266: $? = 0
configure:8268: ./conftest
configure:8271: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| int main() { return sizeof(long) < 8; }
configure:8285: result: no
configure:8306: checking if off_t is 64 bit
configure:8327: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
conftest.c:86: warning: return type defaults to `int'
configure:8330: $? = 0
configure:8332: ./conftest
configure:8335: $? = 0
configure:8349: result: yes
configure:8358: checking if ino_t is 64 bit
configure:8379: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
conftest.c:87: warning: return type defaults to `int'
configure:8382: $? = 0
configure:8384: ./conftest
configure:8387: $? = 0
configure:8401: result: yes
configure:8412: checking if compiler has a 64 bit type
configure:8495: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
conftest.c:91: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:93: warning: unused variable `bar'
configure:8498: $? = 0
configure:8500: ./conftest
configure:8503: $? = 0
configure:8673: result: long long
configure:8681: checking for a corresponding unsigned 64 bit type
configure:8713: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
conftest.c:92: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:94: warning: unused variable `bar'
configure:8716: $? = 0
configure:8718: ./conftest
configure:8721: $? = 0
configure:8787: result: unsigned long long
configure:8799: checking for sigset_t
configure:8821: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:92: warning: unused variable `tempsigset'
configure:8827: $? = 0
configure:8831: test -z
|| test ! -s conftest.err
configure:8834: $? = 0
configure:8837: test -s conftest.o
configure:8840: $? = 0
configure:8851: result: yes
configure:8862: checking for struct timezone
configure:8887: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:95: warning: unused variable `testvar'
configure:8893: $? = 0
configure:8897: test -z
|| test ! -s conftest.err
configure:8900: $? = 0
configure:8903: test -s conftest.o
configure:8906: $? = 0
configure:8918: result: yes
configure:8930: checking for struct utmp
configure:8958: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:99: warning: unused variable `testvar'
configure:8964: $? = 0
configure:8968: test -z
|| test ! -s conftest.err
configure:8971: $? = 0
configure:8974: test -s conftest.o
configure:8977: $? = 0
configure:8989: result: yes
configure:9000: checking for struct utmpx
configure:9028: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:100: warning: unused variable `testvar'
configure:9034: $? = 0
configure:9038: test -z
|| test ! -s conftest.err
configure:9041: $? = 0
configure:9044: test -s conftest.o
configure:9047: $? = 0
configure:9059: result: yes
configure:9071: checking for ut_host in struct utmp
configure:9099: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:101: warning: statement with no effect
configure:9105: $? = 0
configure:9109: test -z
|| test ! -s conftest.err
configure:9112: $? = 0
configure:9115: test -s conftest.o
configure:9118: $? = 0
configure:9130: result: yes
configure:9141: checking for ut_host in struct utmpx
configure:9169: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:102: warning: statement with no effect
configure:9175: $? = 0
configure:9179: test -z
|| test ! -s conftest.err
configure:9182: $? = 0
configure:9185: test -s conftest.o
configure:9188: $? = 0
configure:9200: result: yes
configure:9211: checking for ut_xtime in struct utmpx
configure:9239: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:103: error: structure has no member named `ut_xtime'
configure:9245: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define INO_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_UTMPX_H
| # include <utmpx.h>
| #endif
|
| int
| main ()
| {
| struct utmpx testvar; testvar.ut_xtime;
| ;
| return 0;
| }
configure:9270: result: no
configure:9281: checking for ut_tv in struct utmpx
configure:9309: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:103: warning: statement with no effect
configure:9315: $? = 0
configure:9319: test -z
|| test ! -s conftest.err
configure:9322: $? = 0
configure:9325: test -s conftest.o
configure:9328: $? = 0
configure:9340: result: yes
configure:9352: checking for d_ino in struct dirent
configure:9380: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:104: warning: statement with no effect
configure:9386: $? = 0
configure:9390: test -z
|| test ! -s conftest.err
configure:9393: $? = 0
configure:9396: test -s conftest.o
configure:9399: $? = 0
configure:9411: result: yes
configure:9422: checking for d_stat in struct dirent
configure:9450: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:105: error: structure has no member named `d_stat'
configure:9456: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define INO_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_DIRENT_H
| # include <dirent.h>
| #endif
|
| int
| main ()
| {
| struct dirent testvar; testvar.d_stat;
| ;
| return 0;
| }
configure:9481: result: no
configure:9492: checking for d_ino in struct direct
configure:9526: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:111: error: storage size of 'testvar' isn't known
conftest.c:111: warning: unused variable `testvar'
configure:9532: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define INO_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end 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
|
| int
| main ()
| {
| struct direct testvar; testvar.d_ino;
| ;
| return 0;
| }
configure:9557: result: no
configure:9568: checking for d_stat in struct direct
configure:9602: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:111: error: storage size of 'testvar' isn't known
conftest.c:111: warning: unused variable `testvar'
configure:9608: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define INO_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end 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
|
| int
| main ()
| {
| struct direct testvar; testvar.d_stat;
| ;
| return 0;
| }
configure:9633: result: no
configure:9645: checking for sin6_scope_id in struct sockaddr_in6
configure:9671: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function `main':
conftest.c:103: warning: statement with no effect
configure:9677: $? = 0
configure:9681: test -z
|| test ! -s conftest.err
configure:9684: $? = 0
configure:9687: test -s conftest.o
configure:9690: $? = 0
configure:9702: result: yes
configure:9716: checking if we need our own h_errno
configure:9737: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9743: $? = 0
configure:9747: test -z
|| test ! -s conftest.err
configure:9750: $? = 0
configure:9753: test -s conftest
configure:9756: $? = 0
configure:9768: result: no
configure:9894: checking for strftime
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
conftest.c:119: warning: conflicting types for built-in function 'strftime'
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for difftime
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for gettimeofday
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for select
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for poll
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for readlink
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for faccessx
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
/tmp/cc82KAUV.o(.text+0x14): In function `main':
: undefined reference to `faccessx'
/tmp/cc82KAUV.o(.data+0x0): undefined reference to `faccessx'
collect2: ld returned 1 exit status
configure:9957: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i686"
| #define VENDOR "pc"
| #define OSTYPE "linux-gnu"
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAX_FUNCTION_DEPTH 4096
| #define PROTOTYPES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_DLFCN_H 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_LIBDL 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define INO_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMPX 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_HOST 1
| #define HAVE_STRUCT_UTMPX_UT_TV 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| /* end confdefs.h. */
| /* Define faccessx to an innocuous variant, in case <limits.h> declares faccessx.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define faccessx innocuous_faccessx
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char faccessx (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef faccessx
|
| /* 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 ();
| /* 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
| char (*f) () = faccessx;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != faccessx;
| ;
| return 0;
| }
configure:9982: result: no
configure:9894: checking for fchdir
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for ftruncate
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for fstat
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for lstat
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for lchown
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for fseeko
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest
configure:9970: $? = 0
configure:9982: result: yes
configure:9894: checking for ftello
configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5
configure:9957: $? = 0
configure:9961: test -z
|| test ! -s conftest.err
configure:9964: $? = 0
configure:9967: test -s conftest