--------------030208060401080405050304
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Solaris 10
gcc 3.4.4
Here is one of the more ominous warnings coming from 1.8.3:
>make test
make: Warning: Illegal dependency list for target `.DEFAULT'
Attached is the config log. Should I worry?
Regards,
Dan
--------------030208060401080405050304
Content-Type: text/plain;
name
onfig.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename
onfig.log"
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 --prefix pt/local --disable-largefile
## --------- ##
## Platform. ##
## --------- ##
hostname twsp193910wss
uname -m un4u
uname -r .10
uname -s unOS
uname -v eneric_118822-08
/usr/bin/uname -p parc
/bin/uname -X ystem unOS
Node twsp193910wss
Release .10
KernelID eneric_118822-08
Machine un4u
BusType unknown>
Serial unknown>
Users unknown>
OEM#
Origin#
NumCPU
/bin/arch un4
/usr/bin/arch -k un4u
/usr/convex/getsysinfo nknown
hostinfo nknown
/bin/machine nknown
/usr/bin/oslevel nknown
/bin/universe nknown
PATH: /opt/csw/gcc3/bin
PATH: /usr/sfw/bin
PATH: /opt/csw/apache/bin
PATH: /opt/csw/bin
PATH: /opt/csw/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/ccs/bin
PATH: /usr/dt/bin
PATH: /usr/openwin/bin
PATH: /usr/local/bin
PATH: /opt/oracle/bin
PATH: /usr/local/qt/bin
PATH: /opt/csw/bdb4/bin
PATH: /usr/tibco/tibrv/bin
PATH: /usr/local/pgsql/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1402: checking build system type
configure:1420: result: sparc-sun-solaris2.10
configure:1428: checking host system type
configure:1442: result: sparc-sun-solaris2.10
configure:1450: checking target system type
configure:1464: result: sparc-sun-solaris2.10
configure:1691: checking for gcc
configure:1717: result: gcc -Wall
configure:1961: checking for C compiler version
configure:1964: gcc -Wall --version </dev/null >&5
gcc (GCC) 3.4.4
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:1967: $?
configure:1969: gcc -Wall -v </dev/null >&5
Reading specs from /opt/csw/gcc3/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
Configured with: ../sources/gcc-3.4.4/configure --prefix pt/csw/gcc3 --with-local-prefix pt/csw --without-gnu-as --with-as sr/ccs/bin/as --without-gnu-ld --with-ld sr/ccs/bin/ld --enable-threads six --enable-shared --enable-multilib --enable-nls --with-included-gettext --with-libiconv-prefix pt/csw --with-x --enable-java-awt ib --enable-languages 阬
Thread model: posix
gcc version 3.4.4
configure:1972: $?
configure:1974: gcc -Wall -V </dev/null >&5
gcc: `-V' must come at the start of the command line
configure:1977: $?
configure:2000: checking for C compiler default output file name
configure:2003: gcc -Wall conftest.c >&5
configure:2006: $?
configure:2052: result: a.out
configure:2057: checking whether the C compiler works
configure:2063: ./a.out
configure:2066: $?
configure:2083: result: yes
configure:2090: checking whether we are cross compiling
configure:2092: result: no
configure:2095: checking for suffix of executables
configure:2097: gcc -Wall -o conftest conftest.c >&5
configure:2100: $?
configure:2125: result:
configure:2131: checking for suffix of object files
configure:2152: gcc -Wall -c conftest.c >&5
configure:2155: $?
configure:2177: result: o
configure:2181: checking whether we are using the GNU C compiler
configure:2205: gcc -Wall -c conftest.c >&5
configure:2211: $?
configure:2214: test -z || test ! -s conftest.err
configure:2217: $?
configure:2220: test -s conftest.o
configure:2223: $?
configure:2236: result: yes
configure:2242: checking whether gcc -Wall accepts -g
configure:2263: gcc -Wall -c -g conftest.c >&5
configure:2269: $?
configure:2272: test -z || test ! -s conftest.err
configure:2275: $?
configure:2278: test -s conftest.o
configure:2281: $?
configure:2292: result: yes
configure:2309: checking for gcc -Wall option to accept ANSI C
configure:2379: gcc -Wall -c -g -O2 conftest.c >&5
configure:2385: $?
configure:2388: test -z || test ! -s conftest.err
configure:2391: $?
configure:2394: test -s conftest.o
configure:2397: $?
configure:2415: result: none needed
configure:2433: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2439: $?
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2575: checking how to run the C preprocessor
configure:2610: gcc -Wall -E conftest.c
configure:2616: $?
configure:2648: gcc -Wall -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2654: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2693: result: gcc -Wall -E
configure:2717: gcc -Wall -E conftest.c
configure:2723: $?
configure:2755: gcc -Wall -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2761: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2805: checking for egrep
configure:2815: result: egrep
configure:2821: checking whether gcc -Wall needs -traditional
configure:2863: result: no
configure:2871: checking whether the linker is GNU ld
configure:2883: result: no
configure:2887: checking whether gcc -Wall -E accepts -o
configure:2902: gcc -Wall -E -o conftest.i conftest.c
configure:2908: $?
configure:2931: result: yes
configure:3002: checking for bison
configure:3018: found /usr/sfw/bin/bison
configure:3028: result: bison -y
configure:3087: checking for ranlib
configure:3103: found /usr/ccs/bin/ranlib
configure:3114: result: ranlib
configure:3167: checking for ar
configure:3183: found /usr/ccs/bin/ar
configure:3193: result: ar
configure:3726: checking whether ln -s works
configure:3730: result: yes
configure:3737: checking whether make sets $(MAKE)
configure:3757: result: yes
configure:3779: checking for a BSD-compatible install
configure:3834: result: /usr/sbin/install
configure:3848: checking for AIX
configure:3870: result: no
configure:3876: checking for ANSI C header files
configure:3901: gcc -Wall -c -g -O2 conftest.c >&5
configure:3907: $?
configure:3910: test -z || test ! -s conftest.err
configure:3913: $?
configure:3916: test -s conftest.o
configure:3919: $?
configure:4008: gcc -Wall -o conftest -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:26: warning: implicit declaration of function `exit'
configure:4011: $?
configure:4013: ./conftest
configure:4016: $?
configure:4031: result: yes
configure:4055: checking for sys/types.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4055: checking for sys/stat.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4055: checking for stdlib.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4055: checking for string.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4055: checking for memory.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4055: checking for strings.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4055: checking for inttypes.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4055: checking for stdint.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4055: checking for unistd.h
configure:4071: gcc -Wall -c -g -O2 conftest.c >&5
configure:4077: $?
configure:4080: test -z || test ! -s conftest.err
configure:4083: $?
configure:4086: test -s conftest.o
configure:4089: $?
configure:4100: result: yes
configure:4122: checking minix/config.h usability
configure:4134: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c:53:26: minix/config.h: No such file or directory
configure:4140: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4162: result: no
configure:4166: checking minix/config.h presence
configure:4176: gcc -Wall -E conftest.c
conftest.c:19:26: minix/config.h: No such file or directory
configure:4182: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4202: result: no
configure:4237: checking for minix/config.h
configure:4244: result: no
configure:4645: checking for long long
configure:4669: gcc -Wall -c -g -O2 conftest.c >&5
configure:4675: $?
configure:4678: test -z || test ! -s conftest.err
configure:4681: $?
configure:4684: test -s conftest.o
configure:4687: $?
configure:4698: result: yes
configure:4708: checking for off_t
configure:4732: gcc -Wall -c -g -O2 conftest.c >&5
configure:4738: $?
configure:4741: test -z || test ! -s conftest.err
configure:4744: $?
configure:4747: test -s conftest.o
configure:4750: $?
configure:4761: result: yes
configure:4773: checking for int
configure:4797: gcc -Wall -c -g -O2 conftest.c >&5
configure:4803: $?
configure:4806: test -z || test ! -s conftest.err
configure:4809: $?
configure:4812: test -s conftest.o
configure:4815: $?
configure:4826: result: yes
configure:4829: checking size of int
configure:5141: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:5144: $?
configure:5146: ./conftest
configure:5149: $?
configure:5172: result: 4
configure:5179: checking for short
configure:5203: gcc -Wall -c -g -O2 conftest.c >&5
configure:5209: $?
configure:5212: test -z || test ! -s conftest.err
configure:5215: $?
configure:5218: test -s conftest.o
configure:5221: $?
configure:5232: result: yes
configure:5235: checking size of short
configure:5547: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:5550: $?
configure:5552: ./conftest
configure:5555: $?
configure:5578: result: 2
configure:5585: checking for long
configure:5609: gcc -Wall -c -g -O2 conftest.c >&5
configure:5615: $?
configure:5618: test -z || test ! -s conftest.err
configure:5621: $?
configure:5624: test -s conftest.o
configure:5627: $?
configure:5638: result: yes
configure:5641: checking size of long
configure:5953: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:5956: $?
configure:5958: ./conftest
configure:5961: $?
configure:5984: result: 4
configure:5991: checking for long long
configure:6044: result: yes
configure:6047: checking size of long long
configure:6359: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:6362: $?
configure:6364: ./conftest
configure:6367: $?
configure:6390: result: 8
configure:6397: checking for __int64
configure:6421: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:62: error: `__int64' undeclared (first use in this function)
conftest.c:62: error: (Each undeclared identifier is reported only once
conftest.c:62: error: for each function it appears in.)
conftest.c:62: error: parse error before ')' token
configure:6427: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| /* 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
| int
| main ()
| {
| if ((__int64 *) 0)
| return 0;
| if (sizeof (__int64))
| return 0;
| ;
| return 0;
| }
configure:6450: result: no
configure:6453: checking size of __int64
configure:6796: result: 0
configure:6803: checking for off_t
configure:6856: result: yes
configure:6859: checking size of off_t
configure:7171: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:7174: $?
configure:7176: ./conftest
configure:7179: $?
configure:7202: result: 4
configure:7209: checking for void*
configure:7233: gcc -Wall -c -g -O2 conftest.c >&5
configure:7239: $?
configure:7242: test -z || test ! -s conftest.err
configure:7245: $?
configure:7248: test -s conftest.o
configure:7251: $?
configure:7262: result: yes
configure:7265: checking size of void*
configure:7577: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:7580: $?
configure:7582: ./conftest
configure:7585: $?
configure:7608: result: 4
configure:7615: checking for float
configure:7639: gcc -Wall -c -g -O2 conftest.c >&5
configure:7645: $?
configure:7648: test -z || test ! -s conftest.err
configure:7651: $?
configure:7654: test -s conftest.o
configure:7657: $?
configure:7668: result: yes
configure:7671: checking size of float
configure:7983: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:7986: $?
configure:7988: ./conftest
configure:7991: $?
configure:8014: result: 4
configure:8021: checking for double
configure:8045: gcc -Wall -c -g -O2 conftest.c >&5
configure:8051: $?
configure:8054: test -z || test ! -s conftest.err
configure:8057: $?
configure:8060: test -s conftest.o
configure:8063: $?
configure:8074: result: yes
configure:8077: checking size of double
configure:8389: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:8392: $?
configure:8394: ./conftest
configure:8397: $?
configure:8420: result: 8
configure:8427: checking for time_t
configure:8451: gcc -Wall -c -g -O2 conftest.c >&5
configure:8457: $?
configure:8460: test -z || test ! -s conftest.err
configure:8463: $?
configure:8466: test -s conftest.o
configure:8469: $?
configure:8480: result: yes
configure:8483: checking size of time_t
configure:8795: gcc -Wall -o conftest -g -O2 conftest.c >&5
configure:8798: $?
configure:8800: ./conftest
configure:8803: $?
configure:8826: result: 4
configure:8836: checking for pid_t
configure:8860: gcc -Wall -c -g -O2 conftest.c >&5
configure:8866: $?
configure:8869: test -z || test ! -s conftest.err
configure:8872: $?
configure:8875: test -s conftest.o
configure:8878: $?
configure:8889: result: yes
configure:8836: checking for gid_t
configure:8860: gcc -Wall -c -g -O2 conftest.c >&5
configure:8866: $?
configure:8869: test -z || test ! -s conftest.err
configure:8872: $?
configure:8875: test -s conftest.o
configure:8878: $?
configure:8889: result: yes
configure:8836: checking for uid_t
configure:8860: gcc -Wall -c -g -O2 conftest.c >&5
configure:8866: $?
configure:8869: test -z || test ! -s conftest.err
configure:8872: $?
configure:8875: test -s conftest.o
configure:8878: $?
configure:8889: result: yes
configure:8903: checking for prototypes
configure:8924: gcc -Wall -c -g -O2 conftest.c >&5
configure:8930: $?
configure:8933: test -z || test ! -s conftest.err
configure:8936: $?
configure:8939: test -s conftest.o
configure:8942: $?
configure:8953: result: yes
configure:8962: checking token paste string
configure:8983: gcc -Wall -c -g -O2 conftest.c >&5
configure:8989: $?
configure:8992: test -z || test ! -s conftest.err
configure:8995: $?
configure:8998: test -s conftest.o
configure:9001: $?
configure:9012: result: ansi
configure:9026: checking for variable length prototypes and stdarg.h
configure:9057: gcc -Wall -c -g -O2 conftest.c >&5
configure:9063: $?
configure:9066: test -z || test ! -s conftest.err
configure:9069: $?
configure:9072: test -s conftest.o
configure:9075: $?
configure:9086: result: yes
configure:9095: checking for noreturn
configure:9119: gcc -Wall -c -g -O2 conftest.c >&5
configure:9125: $?
configure:9128: test -z || test ! -s conftest.err
configure:9131: $?
configure:9134: test -s conftest.o
configure:9137: $?
configure:9148: result: x __attribute__ ((noreturn))
configure:9155: checking whether sys_nerr is declared
configure:9181: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:78: error: `sys_nerr' undeclared (first use in this function)
conftest.c:78: error: (Each undeclared identifier is reported only once
conftest.c:78: error: for each function it appears in.)
conftest.c:78: warning: unused variable `p'
configure:9187: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| /* 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 <errno.h>
|
| int
| main ()
| {
| #ifndef sys_nerr
| char *p char *) sys_nerr;
| #endif
|
| ;
| return 0;
| }
configure:9210: result: no
configure:9484: checking for crypt in -lcrypt
configure:9514: gcc -Wall -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:9520: $?
configure:9523: test -z || test ! -s conftest.err
configure:9526: $?
configure:9529: test -s conftest
configure:9532: $?
configure:9545: result: yes
configure:9557: checking for dlopen in -ldl
configure:9587: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:9593: $?
configure:9596: test -z || test ! -s conftest.err
configure:9599: $?
configure:9602: test -s conftest
configure:9605: $?
configure:9618: result: yes
configure:9630: checking for shl_load in -ldld
configure:9660: gcc -Wall -o conftest -g -O2 conftest.c -ldld -ldl -lcrypt -lm >&5
ld: fatal: library -ldld: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:9666: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 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 shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:9691: result: no
configure:9718: checking for dirent.h that defines DIR
configure:9742: gcc -Wall -c -g -O2 conftest.c >&5
configure:9748: $?
configure:9751: test -z || test ! -s conftest.err
configure:9754: $?
configure:9757: test -s conftest.o
configure:9760: $?
configure:9771: result: yes
configure:9784: checking for library containing opendir
configure:9814: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:9820: $?
configure:9823: test -z || test ! -s conftest.err
configure:9826: $?
configure:9829: test -s conftest
configure:9832: $?
configure:9901: result: none required
configure:10035: checking for ANSI C header files
configure:10190: result: yes
configure:10200: checking for sys/wait.h that is POSIX.1 compatible
configure:10231: gcc -Wall -c -g -O2 conftest.c >&5
configure:10237: $?
configure:10240: test -z || test ! -s conftest.err
configure:10243: $?
configure:10246: test -s conftest.o
configure:10249: $?
configure:10260: result: yes
configure:10306: checking for stdlib.h
configure:10311: result: yes
configure:10306: checking for string.h
configure:10311: result: yes
configure:10306: checking for unistd.h
configure:10311: result: yes
configure:10315: checking limits.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking limits.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for limits.h
configure:10437: result: yes
configure:10315: checking sys/file.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/file.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/file.h
configure:10437: result: yes
configure:10315: checking sys/ioctl.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/ioctl.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/ioctl.h
configure:10437: result: yes
configure:10315: checking fcntl.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking fcntl.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for fcntl.h
configure:10437: result: yes
configure:10315: checking sys/fcntl.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/fcntl.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/fcntl.h
configure:10437: result: yes
configure:10315: checking sys/select.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/select.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/select.h
configure:10437: result: yes
configure:10315: checking sys/time.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/time.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/time.h
configure:10437: result: yes
configure:10315: checking sys/times.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/times.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/times.h
configure:10437: result: yes
configure:10315: checking sys/param.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/param.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/param.h
configure:10437: result: yes
configure:10315: checking syscall.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c:90:21: syscall.h: No such file or directory
configure:10333: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_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 <syscall.h>
configure:10355: result: no
configure:10359: checking syscall.h presence
configure:10369: gcc -Wall -E conftest.c
conftest.c:56:21: syscall.h: No such file or directory
configure:10375: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <syscall.h>
configure:10395: result: no
configure:10430: checking for syscall.h
configure:10437: result: no
configure:10315: checking pwd.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking pwd.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for pwd.h
configure:10437: result: yes
configure:10315: checking grp.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking grp.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for grp.h
configure:10437: result: yes
configure:10315: checking a.out.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c:92:19: a.out.h: No such file or directory
configure:10333: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_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 <a.out.h>
configure:10355: result: no
configure:10359: checking a.out.h presence
configure:10369: gcc -Wall -E conftest.c
conftest.c:58:19: a.out.h: No such file or directory
configure:10375: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h. */
| #include <a.out.h>
configure:10395: result: no
configure:10430: checking for a.out.h
configure:10437: result: no
configure:10315: checking utime.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking utime.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for utime.h
configure:10437: result: yes
configure:10306: checking for memory.h
configure:10311: result: yes
configure:10315: checking direct.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c:94:20: direct.h: No such file or directory
configure:10333: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_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 <direct.h>
configure:10355: result: no
configure:10359: checking direct.h presence
configure:10369: gcc -Wall -E conftest.c
conftest.c:60:20: direct.h: No such file or directory
configure:10375: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| /* end confdefs.h. */
| #include <direct.h>
configure:10395: result: no
configure:10430: checking for direct.h
configure:10437: result: no
configure:10315: checking sys/resource.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/resource.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/resource.h
configure:10437: result: yes
configure:10315: checking sys/mkdev.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/mkdev.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/mkdev.h
configure:10437: result: yes
configure:10315: checking sys/utime.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking sys/utime.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for sys/utime.h
configure:10437: result: yes
configure:10315: checking netinet/in_systm.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking netinet/in_systm.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for netinet/in_systm.h
configure:10437: result: yes
configure:10315: checking float.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking float.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for float.h
configure:10437: result: yes
configure:10315: checking ieeefp.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking ieeefp.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for ieeefp.h
configure:10437: result: yes
configure:10315: checking pthread.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking pthread.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for pthread.h
configure:10437: result: yes
configure:10315: checking ucontext.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
configure:10333: $?
configure:10336: test -z || test ! -s conftest.err
configure:10339: $?
configure:10342: test -s conftest.o
configure:10345: $?
configure:10355: result: yes
configure:10359: checking ucontext.h presence
configure:10369: gcc -Wall -E conftest.c
configure:10375: $?
configure:10395: result: yes
configure:10430: checking for ucontext.h
configure:10437: result: yes
configure:10315: checking intrinsics.h usability
configure:10327: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c:102:24: intrinsics.h: No such file or directory
configure:10333: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_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 <intrinsics.h>
configure:10355: result: no
configure:10359: checking intrinsics.h presence
configure:10369: gcc -Wall -E conftest.c
conftest.c:68:24: intrinsics.h: No such file or directory
configure:10375: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| /* end confdefs.h. */
| #include <intrinsics.h>
configure:10395: result: no
configure:10430: checking for intrinsics.h
configure:10437: result: no
configure:10451: checking for size_t
configure:10475: gcc -Wall -c -g -O2 conftest.c >&5
configure:10481: $?
configure:10484: test -z || test ! -s conftest.err
configure:10487: $?
configure:10490: test -s conftest.o
configure:10493: $?
configure:10504: result: yes
configure:10517: checking for struct stat.st_blksize
configure:10540: gcc -Wall -c -g -O2 conftest.c >&5
configure:10546: $?
configure:10549: test -z || test ! -s conftest.err
configure:10552: $?
configure:10555: test -s conftest.o
configure:10558: $?
configure:10614: result: yes
configure:10630: checking for struct stat.st_blocks
configure:10653: gcc -Wall -c -g -O2 conftest.c >&5
configure:10659: $?
configure:10662: test -z || test ! -s conftest.err
configure:10665: $?
configure:10668: test -s conftest.o
configure:10671: $?
configure:10727: result: yes
configure:10753: checking for struct stat.st_rdev
configure:10776: gcc -Wall -c -g -O2 conftest.c >&5
configure:10782: $?
configure:10785: test -z || test ! -s conftest.err
configure:10788: $?
configure:10791: test -s conftest.o
configure:10794: $?
configure:10850: result: yes
configure:10867: checking for uid_t in sys/types.h
configure:10890: result: yes
configure:10905: checking type of array argument to getgroups
configure:10943: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:90: warning: implicit declaration of function `getgroups'
conftest.c:94: warning: implicit declaration of function `exit'
configure:10946: $?
configure:10948: ./conftest
configure:10951: $?
configure:10984: result: gid_t
configure:10992: checking return type of signal handlers
configure:11023: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:89: warning: unused variable `i'
configure:11029: $?
configure:11032: test -z || test ! -s conftest.err
configure:11035: $?
configure:11038: test -s conftest.o
configure:11041: $?
configure:11052: result: void
configure:11062: checking for working alloca.h
configure:11083: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:80: warning: unused variable `p'
configure:11089: $?
configure:11092: test -z || test ! -s conftest.err
configure:11095: $?
configure:11098: test -s conftest
configure:11101: $?
configure:11113: result: yes
configure:11123: checking for alloca
configure:11164: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:101: warning: unused variable `p'
configure:11170: $?
configure:11173: test -z || test ! -s conftest.err
configure:11176: $?
configure:11179: test -s conftest
configure:11182: $?
configure:11194: result: yes
configure:11416: checking for working memcmp
configure:11464: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11467: $?
configure:11469: ./conftest
configure:11472: $?
configure:11486: result: yes
configure:11497: checking for _LARGEFILE_SOURCE value needed for large files
configure:11520: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: warning: the address of `fseeko', will always evaluate as `true'
configure:11526: $?
configure:11529: test -z || test ! -s conftest.err
configure:11532: $?
configure:11535: test -s conftest.o
configure:11538: $?
configure:11594: result: no
configure:11608: checking for fseeko
configure:11629: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:82: warning: the address of `fseeko', will always evaluate as `true'
configure:11635: $?
configure:11638: test -z || test ! -s conftest.err
configure:11641: $?
configure:11644: test -s conftest
configure:11647: $?
configure:11659: result: yes
configure:11673: checking for ftello
configure:11730: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11736: $?
configure:11739: test -z || test ! -s conftest.err
configure:11742: $?
configure:11745: test -s conftest
configure:11748: $?
configure:11760: result: yes
configure:11793: checking for dup2
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for memmove
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:105: warning: conflicting types for built-in function 'memmove'
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for strcasecmp
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for strncasecmp
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for strerror
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for strftime
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:109: warning: conflicting types for built-in function 'strftime'
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for strchr
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:110: warning: conflicting types for built-in function 'strchr'
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for strstr
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:111: warning: conflicting types for built-in function 'strstr'
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for strtoul
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for crypt
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for flock
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
flock /var/tmp//ccZDACRc.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:11856: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| /* end confdefs.h. */
| /* Define flock to an innocuous variant, in case <limits.h> declares flock.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define flock innocuous_flock
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char flock (); 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 flock
|
| /* 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 flock ();
| /* 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_flock) || defined (__stub___flock)
| choke me
| #else
| char (*f) () lock;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! lock;
| ;
| return 0;
| }
configure:11880: result: no
configure:11793: checking for vsnprintf
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:114: warning: conflicting types for built-in function 'vsnprintf'
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for isnan
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for finite
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for isinf
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
isinf /var/tmp//cc0vApmK.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:11856: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define isinf to an innocuous variant, in case <limits.h> declares isinf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define isinf innocuous_isinf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char isinf (); 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 isinf
|
| /* 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 isinf ();
| /* 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_isinf) || defined (__stub___isinf)
| choke me
| #else
| char (*f) () sinf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! sinf;
| ;
| return 0;
| }
configure:11880: result: no
configure:11793: checking for hypot
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:117: warning: conflicting types for built-in function 'hypot'
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for acosh
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:118: warning: conflicting types for built-in function 'acosh'
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11793: checking for erf
configure:11850: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:119: warning: conflicting types for built-in function 'erf'
configure:11856: $?
configure:11859: test -z || test ! -s conftest.err
configure:11862: $?
configure:11865: test -s conftest
configure:11868: $?
configure:11880: result: yes
configure:11965: checking for fmod
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:120: warning: conflicting types for built-in function 'fmod'
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for killpg
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for wait4
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for waitpid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for syscall
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for chroot
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for fsync
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for getcwd
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for truncate
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for chsize
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
chsize /var/tmp//ccalOQnF.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12028: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| /* end confdefs.h. */
| /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define chsize innocuous_chsize
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char chsize (); 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 chsize
|
| /* 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 chsize ();
| /* 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_chsize) || defined (__stub___chsize)
| choke me
| #else
| char (*f) () hsize;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! hsize;
| ;
| return 0;
| }
configure:12052: result: no
configure:11965: checking for times
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for utimes
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for fcntl
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for lockf
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for lstat
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for symlink
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for readlink
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setitimer
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setruid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
setruid /var/tmp//ccci3Jv5.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12028: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| /* end confdefs.h. */
| /* Define setruid to an innocuous variant, in case <limits.h> declares setruid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setruid innocuous_setruid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setruid (); 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 setruid
|
| /* 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 setruid ();
| /* 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_setruid) || defined (__stub___setruid)
| choke me
| #else
| char (*f) () etruid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! etruid;
| ;
| return 0;
| }
configure:12052: result: no
configure:11965: checking for seteuid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setreuid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setresuid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
setresuid /var/tmp//ccK5YxRa.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12028: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| /* end confdefs.h. */
| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setresuid innocuous_setresuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setresuid (); 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 setresuid
|
| /* 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 setresuid ();
| /* 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_setresuid) || defined (__stub___setresuid)
| choke me
| #else
| char (*f) () etresuid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! etresuid;
| ;
| return 0;
| }
configure:12052: result: no
configure:11965: checking for setproctitle
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
setproctitle /var/tmp//ccGXpDhe.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12028: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| /* end confdefs.h. */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setproctitle innocuous_setproctitle
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setproctitle (); 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 setproctitle
|
| /* 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 setproctitle ();
| /* 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_setproctitle) || defined (__stub___setproctitle)
| choke me
| #else
| char (*f) () etproctitle;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! etproctitle;
| ;
| return 0;
| }
configure:12052: result: no
configure:11965: checking for setrgid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
setrgid /var/tmp//ccyiTXAU.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12028: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| /* end confdefs.h. */
| /* Define setrgid to an innocuous variant, in case <limits.h> declares setrgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setrgid innocuous_setrgid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setrgid (); 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 setrgid
|
| /* 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 setrgid ();
| /* 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_setrgid) || defined (__stub___setrgid)
| choke me
| #else
| char (*f) () etrgid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! etrgid;
| ;
| return 0;
| }
configure:12052: result: no
configure:11965: checking for setegid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setregid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setresgid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
setresgid /var/tmp//ccGjG09f.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12028: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| /* end confdefs.h. */
| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setresgid innocuous_setresgid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setresgid (); 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 setresgid
|
| /* 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 setresgid ();
| /* 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_setresgid) || defined (__stub___setresgid)
| choke me
| #else
| char (*f) () etresgid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! etresgid;
| ;
| return 0;
| }
configure:12052: result: no
configure:11965: checking for issetugid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for pause
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for lchown
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for lchmod
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
lchmod /var/tmp//ccwJKnUi.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12028: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| /* end confdefs.h. */
| /* Define lchmod to an innocuous variant, in case <limits.h> declares lchmod.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define lchmod innocuous_lchmod
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char lchmod (); 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 lchmod
|
| /* 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 lchmod ();
| /* 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_lchmod) || defined (__stub___lchmod)
| choke me
| #else
| char (*f) () chmod;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! chmod;
| ;
| return 0;
| }
configure:12052: result: no
configure:11965: checking for getpgrp
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setpgrp
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for getpgid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setpgid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for initgroups
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for getgroups
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setgroups
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for getpriority
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for getrlimit
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for dlopen
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for sigprocmask
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for sigaction
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for _setjmp
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setsid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for telldir
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for seekdir
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for fchmod
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for mktime
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for timegm
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
Undefined first referenced
symbol in file
timegm /var/tmp//ccg9OUfW.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:12028: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| /* end confdefs.h. */
| /* Define timegm to an innocuous variant, in case <limits.h> declares timegm.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define timegm innocuous_timegm
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char timegm (); 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 timegm
|
| /* 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 timegm ();
| /* 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_timegm) || defined (__stub___timegm)
| choke me
| #else
| char (*f) () imegm;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f ! imegm;
| ;
| return 0;
| }
configure:12052: result: no
configure:11965: checking for cosh
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:162: warning: conflicting types for built-in function 'cosh'
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for sinh
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:163: warning: conflicting types for built-in function 'sinh'
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for tanh
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:164: warning: conflicting types for built-in function 'tanh'
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setuid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:11965: checking for setgid
configure:12022: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12028: $?
configure:12031: test -z || test ! -s conftest.err
configure:12034: $?
configure:12037: test -s conftest
configure:12040: $?
configure:12052: result: yes
configure:12077: checking whether struct tm is in sys/time.h or time.h
configure:12100: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:149: warning: statement with no effect
configure:12106: $?
configure:12109: test -z || test ! -s conftest.err
configure:12112: $?
configure:12115: test -s conftest.o
configure:12118: $?
configure:12129: result: time.h
configure:12139: checking for struct tm.tm_zone
configure:12165: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:151: error: structure has no member named `tm_zone'
configure:12171: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <time.h>
|
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_zone)
| return 0;
| ;
| return 0;
| }
configure:12211: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:151: error: structure has no member named `tm_zone'
configure:12217: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <time.h>
|
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_zone)
| return 0;
| ;
| return 0;
| }
configure:12242: result: no
configure:12260: checking for tzname
configure:12285: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:151: warning: implicit declaration of function `atoi'
configure:12291: $?
configure:12294: test -z || test ! -s conftest.err
configure:12297: $?
configure:12300: test -s conftest
configure:12303: $?
configure:12315: result: yes
configure:12326: checking for struct tm.tm_gmtoff
configure:12347: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:148: error: structure has no member named `tm_gmtoff'
configure:12353: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| #define HAVE_TZNAME 1
| /* end confdefs.h. */
| #include <time.h>
| int
| main ()
| {
| struct tm t; t.tm_gmtoff 600;
| ;
| return 0;
| }
configure:12376: result: no
configure:12384: checking for external int daylight
configure:12406: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:12412: $?
configure:12415: test -z || test ! -s conftest.err
configure:12418: $?
configure:12421: test -s conftest
configure:12424: $?
configure:12436: result: yes
configure:12444: checking for negative time_t for gmtime(3)
configure:12490: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `check':
conftest.c:159: warning: implicit declaration of function `exit'
conftest.c: In function `main':
conftest.c:167: warning: unused variable `tm'
configure:12493: $?
configure:12495: ./conftest
configure:12498: $?
configure:12512: result: yes
configure:12594: checking whether getpgrp requires zero arguments
configure:12616: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:184: error: too many arguments to function `getpgrp'
configure:12622: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| #define HAVE_TZNAME 1
| #define HAVE_DAYLIGHT 1
| #define NEGATIVE_TIME_T 1
| #define POSIX_SIGNAL 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
| int
| main ()
| {
| getpgrp (0);
| ;
| return 0;
| }
configure:12646: result: yes
configure:12656: checking whether setpgrp takes no argument
configure:12688: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:158: warning: implicit declaration of function `exit'
conftest.c:158: error: too many arguments to function `setpgrp'
configure:12691: $?
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 STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| #define HAVE_TZNAME 1
| #define HAVE_DAYLIGHT 1
| #define NEGATIVE_TIME_T 1
| #define POSIX_SIGNAL 1
| #define GETPGRP_VOID 1
| /* end confdefs.h. */
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| int
| main ()
| {
| /* If this system has a BSD-style setpgrp which takes arguments,
| setpgrp(1, 1) will fail with ESRCH and return -1, in that case
| exit successfully. */
| exit (setpgrp (1,1) -1 ? 0 : 1);
| ;
| return 0;
| }
configure:12710: result: yes
configure:12721: checking whether byte ordering is bigendian
configure:12748: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:156: error: `bogus' undeclared (first use in this function)
conftest.c:156: error: (Each undeclared identifier is reported only once
conftest.c:156: error: for each function it appears in.)
conftest.c:156: error: parse error before "endian"
configure:12754: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| #define HAVE_TZNAME 1
| #define HAVE_DAYLIGHT 1
| #define NEGATIVE_TIME_T 1
| #define POSIX_SIGNAL 1
| #define GETPGRP_VOID 1
| #define SETPGRP_VOID 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
| bogus endian macros
| #endif
|
| ;
| return 0;
| }
configure:12905: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:159: warning: implicit declaration of function `exit'
configure:12908: $?
configure:12910: ./conftest
configure:12913: $?
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 STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| #define HAVE_TZNAME 1
| #define HAVE_DAYLIGHT 1
| #define NEGATIVE_TIME_T 1
| #define POSIX_SIGNAL 1
| #define GETPGRP_VOID 1
| #define SETPGRP_VOID 1
| /* end confdefs.h. */
| int
| main ()
| {
| /* Are we little or big endian? From Harbison&Steele. */
| union
| {
| long l;
| char c[sizeof (long)];
| } u;
| u.l ;
| exit (u.c[sizeof (long) - 1] 1);
| }
configure:12929: result: yes
configure:12948: checking for an ANSI C-conforming const
configure:13015: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:177: warning: unused variable `s'
conftest.c:197: warning: unused variable `foo'
conftest.c:158: warning: unused variable `x'
conftest.c:164: warning: unused variable `zero'
conftest.c:194: warning: 'b' might be used uninitialized in this function
conftest.c:176: warning: 't' might be used uninitialized in this function
configure:13021: $?
configure:13024: test -z || test ! -s conftest.err
configure:13027: $?
configure:13030: test -s conftest.o
configure:13033: $?
configure:13044: result: yes
configure:13055: checking whether char is unsigned
configure:13078: gcc -Wall -c -g -O2 conftest.c >&5
configure:13084: $?
configure:13087: test -z || test ! -s conftest.err
configure:13090: $?
configure:13093: test -s conftest.o
configure:13096: $?
configure:13107: result: no
configure:13116: checking for inline
configure:13137: gcc -Wall -c -g -O2 conftest.c >&5
configure:13143: $?
configure:13146: test -z || test ! -s conftest.err
configure:13149: $?
configure:13152: test -s conftest.o
configure:13155: $?
configure:13167: result: inline
configure:13186: checking for working volatile
configure:13209: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:155: warning: unused variable `x'
conftest.c:156: warning: unused variable `y'
configure:13215: $?
configure:13218: test -z || test ! -s conftest.err
configure:13221: $?
configure:13224: test -s conftest.o
configure:13227: $?
configure:13238: result: yes
configure:13249: checking whether right shift preserve sign bit
configure:13274: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
configure:13277: $?
configure:13279: ./conftest
configure:13282: $?
configure:13296: result: yes
configure:13310: checking read count field in FILE structures
configure:13333: gcc -Wall -c -g -O2 conftest.c >&5
configure:13339: $?
configure:13342: test -z || test ! -s conftest.err
configure:13345: $?
configure:13348: test -s conftest.o
configure:13351: $?
configure:13368: result: _cnt
configure:13376: checking read buffer ptr field in FILE structures
configure:13399: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:157: error: structure has no member named `_IO_read_ptr'
configure:13405: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| #define HAVE_TZNAME 1
| #define HAVE_DAYLIGHT 1
| #define NEGATIVE_TIME_T 1
| #define POSIX_SIGNAL 1
| #define GETPGRP_VOID 1
| #define SETPGRP_VOID 1
| #define WORDS_BIGENDIAN 1
| #define RSHIFT(x,y) ((x)>>(int)y)
| #define FILE_COUNT _cnt
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main ()
| {
| FILE *f tdin; char buf[256]; f->_IO_read_ptr uf;
| ;
| return 0;
| }
configure:13399: gcc -Wall -c -g -O2 conftest.c >&5
configure:13405: $?
configure:13408: test -z || test ! -s conftest.err
configure:13411: $?
configure:13414: test -s conftest.o
configure:13417: $?
configure:13434: result: _ptr
configure:13511: checking whether need to seek between R/W
configure:13579: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:179: warning: implicit declaration of function `strcmp'
conftest.c:180: warning: left-hand operand of comma expression has no effect
conftest.c:189: warning: left-hand operand of comma expression has no effect
conftest.c:191: warning: left-hand operand of comma expression has no effect
conftest.c:201: warning: implicit declaration of function `unlink'
conftest.c:180: warning: statement with no effect
conftest.c:189: warning: statement with no effect
conftest.c:191: warning: statement with no effect
configure:13582: $?
configure:13584: ./conftest
configure:13587: $?
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 STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| #define HAVE_TZNAME 1
| #define HAVE_DAYLIGHT 1
| #define NEGATIVE_TIME_T 1
| #define POSIX_SIGNAL 1
| #define GETPGRP_VOID 1
| #define SETPGRP_VOID 1
| #define WORDS_BIGENDIAN 1
| #define RSHIFT(x,y) ((x)>>(int)y)
| #define FILE_COUNT _cnt
| #define FILE_READPTR _ptr
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifndef SEEK_SET
| #define SEEK_SET 0
| #endif
| #ifndef SEEK_CUR
| #define SEEK_CUR 1
| #endif
| #define before_seek(f) fflush(f)
| #define reset_rw(f) (f,0)
| #define do_seek(f, w) (before_seek(f), fseek(f,0,w))
|
| char *fn conftest.dat";
| char *wombat wombat\n";
| char *koara koara\n";
| char *kangaroo kangaroo\n";
|
| int main()
| {
| char buf[BUFSIZ];
| FILE *f;
| int r ;
|
| if (!(f open(fn, "w+"))) return 1;
| fputs(wombat, f);
| do_seek(f, SEEK_SET);
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, wombat)) goto fail;
| reset_rw(f);
| fputs(koara, f);
| fputs(kangaroo, f);
| do_seek(f, SEEK_SET);
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, wombat)) goto fail;
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, koara)) goto fail;
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, kangaroo)) goto fail;
| do_seek(f, SEEK_SET);
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, wombat)) goto fail;
| reset_rw(f);
| fputc('X', f);
| reset_rw(f);
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, koara+1)) goto fail;
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, kangaroo)) goto fail;
| do_seek(f, SEEK_SET);
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, wombat)) goto fail;
| if (!fgets(buf, BUFSIZ, f) || buf[0] ! X' || strcmp(buf+1, koara+1)) goto fail;
| if (!fgets(buf, BUFSIZ, f) || strcmp(buf, kangaroo)) goto fail;
| r ;
| fail:
| fclose(f);
| unlink(fn);
| return r;
| }
|
configure:13601: result: yes
configure:13610: checking whether st_ino is huge
configure:13636: gcc -Wall -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:161: error: size of array `test_array' is negative
configure:13642: $?
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_OFF_T 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_OFF_T 4
| #define SIZEOF_VOIDP 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_TIME_T 4
| #define rb_pid_t pid_t
| #define rb_gid_t gid_t
| #define rb_uid_t uid_t
| #define HAVE_PROTOTYPES 1
| #define TOKEN_PASTE(x,y) x##y
| #define HAVE_STDARG_PROTOTYPES 1
| #define NORETURN(x) x __attribute__ ((noreturn))
| #define HAVE_DECL_SYS_NERR 0
| #define HAVE_LIBCRYPT 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_UTIME_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_DUP2 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOUL 1
| #define HAVE_CRYPT 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_ISNAN 1
| #define HAVE_FINITE 1
| #define HAVE_HYPOT 1
| #define HAVE_ACOSH 1
| #define HAVE_ERF 1
| #define HAVE_FMOD 1
| #define HAVE_KILLPG 1
| #define HAVE_WAIT4 1
| #define HAVE_WAITPID 1
| #define HAVE_SYSCALL 1
| #define HAVE_CHROOT 1
| #define HAVE_FSYNC 1
| #define HAVE_GETCWD 1
| #define HAVE_TRUNCATE 1
| #define HAVE_TIMES 1
| #define HAVE_UTIMES 1
| #define HAVE_FCNTL 1
| #define HAVE_LOCKF 1
| #define HAVE_LSTAT 1
| #define HAVE_SYMLINK 1
| #define HAVE_READLINK 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETREGID 1
| #define HAVE_ISSETUGID 1
| #define HAVE_PAUSE 1
| #define HAVE_LCHOWN 1
| #define HAVE_GETPGRP 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETPGID 1
| #define HAVE_SETPGID 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_DLOPEN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SIGACTION 1
| #define HAVE__SETJMP 1
| #define HAVE_SETSID 1
| #define HAVE_TELLDIR 1
| #define HAVE_SEEKDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKTIME 1
| #define HAVE_COSH 1
| #define HAVE_SINH 1
| #define HAVE_TANH 1
| #define HAVE_SETUID 1
| #define HAVE_SETGID 1
| #define HAVE_TZNAME 1
| #define HAVE_DAYLIGHT 1
| #define NEGATIVE_TIME_T 1
| #define POSIX_SIGNAL 1
| #define GETPGRP_VOID 1
| #define SETPGRP_VOID 1
| #define WORDS_BIGENDIAN 1
| #define RSHIFT(x,y) ((x)>>(int)y)
| #define FILE_COUNT _cnt
| #define FILE_READPTR _ptr
| #define NEED_IO_SEEK_BETWEEN_RW 1
| /* end confdefs.h. */
|
| #include <sys/stat.h>
| struct stat test_stat;
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(sizeof(test_stat.st_ino)>sizeof(long))];
| test_array [0]
|
| ;
| return 0;
| }
configure:13666: result: no
configure:13679: checking stack growing direction
configure:13735: result: -1
configure:14166: checking whether ELF binaries are produced
configure:14199: gcc -Wall -o conftest -g -O2 conftest.c -ldl -lcrypt -lm >&5
conftest.c:160: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:165: warning: implicit declaration of function `read'
configure:14202: $?
configure:14204: ./conftest
configure:14207: $?
configure:14221: result: yes
configure:14249: checking whether OS depend dynamic link works
configure:14381: result: yes
configure:15391: checking for nroff
configure:15410: found /usr/bin/nroff
configure:15422: result: /usr/bin/nroff
configure:15579: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES CONFIG_HEADERS CONFIG_LINKS CONFIG_COMMANDS $ ./config.status
on itwsp193910wss
config.status:777: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build arc-sun-solaris2.10
ac_cv_build_alias arc-sun-solaris2.10
ac_cv_c_bigendian
′′′′
′′′′
′′′
′′′
′′′
′′′氾氾′
′′′氾氾′ 亙仿央
′′′氾瓦白民甘乒′′′′氾瓦白民甘乒′′′′氾立立瓦白民甘乒′′′′氾立立瓦白民甘乒′′′′氾立立′′′′氾立立′′′′白玄瓦白民甘乒′′′′白玄瓦白民甘乒′′′′′′′′′′′′′′′′′′′′′′′′′′′′′′′′′′′′′
′′′
′′′′
′′′
′′′
′′′
′′′
′′′
′′′奶
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′
′′′巨
′′′
′′′′′
′′′′′
′′′′
′′′′′
′′′′
′′′′
′′′′
′′′′
′′′′
′′′′
′′′′
′′′′
′′′′′
′′′′′′
′′′′
′′′′
′′′
′′′′
′′′′
′′′′
′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′′
′′′′
′′′′
′′′′
′′′′
′′ 亙亙奶亦失□
′′′ 亙亙奶亦失□
′′′′
′′′′
′′′′′
′′′′′′
′′′′′′
′′′′′′
′′′′′′
′′ ′′′石丟穴瓦瓦 永永
′′′氾立立 亙仿 亙瓜央
′′′伙民氾氾 亙央
′′′′′民丟′′′′′氾氾 亙仿央
′′′′′丟民石白用汁
′′′′
′′′′′′′葯
′′′′
′′′′′
′′′ 央
′′′′′市巨 ′′′′′′正′′′正′′′正′′′′′′′′正′′′ ′′′′正′′′正′′′ 亦
′′′′
′′ 亙亙奶亦失□
′′′ 亙亙奶亦失□
′′′′′市巨
′′′
′′′
′′′ ′
′′′′
′′′
′′′
′′′′
′′′′
′′′′
′′′
′′′
′′′′
′′′′
′′′′
′′′
′′′
′′′′
′′′
′′
′′
′′
′′
′′′
′′′
′′′′
′′′′′′
′′′′′′
′′′′
′′ ′′′′ 奴奴孕孕央
′′′′
′′′
′′′′
′′
′′
== 亙亙亙亙亙亙亙亙亙亙亙亙亙亙亙亙亙 ==
== 穴 亦 ==
== 亙亙亙亙亙亙亙亙亙亙亙亙亙亙亙亙亙 ==
民白白穴氾民
民丟
央
民丟氾生瓦用白瓜
民丟氾生′瓦白民甘
氾氾 亙仿央
氾氾玄白瓦白民甘乒 亙立用氾央
氾瓦白民甘乒 亙穴奶央
氾穴目目穴禾生瓜民玄瓜丟乒
氾穴目目穴禾白用汁乒
氾穴目目穴禾目民氾丟穴乒
氾立
央
氾立立 亙仿 亙瓜央
氾立立瓦白民甘乒
氾立立穴交乩瓦用白瓜 亦央
玄瓜瓦乒
玄白玄瓦白民甘乒
玄白玄白用汁乒 亙央
玄白瓜伉乩奶
玄白瓜伉乩 央
玄白白仿丟民立
瓜氾生穴′氾
瓜氾生穴′石 央
瓜氾生穴′乩
瓜甘丟瓜立央
瓜石民汁白瓜′乒生民丟瓜玄 央
瓜伉瓜瓜伉乩
瓜伉立穴丟乩′立丟瓜瓦用伉
瓜伉乩穴交乩 央
瓜伉乩乒乩民乩用氾
甘石交′白玄 央
用石乒乩民白皿玄民乩民 用石乒乩民白白 亙 市巨巨央
用石乒乩民白皿立丟穴甘丟民目 用石乒乩民白白央
用石乒乩民白皿乒氾丟用立乩 用石乒乩民白白央
白玄瓦白民甘乒
白玄乒生民丟瓜玄 奴氾氾孕 亙仿乓亙甘央
白用汁瓜伉乩
央
白用汁穴汁甩乒 ﹜交亦 ﹜交亦央
白用汁立民乩生瓜石亥 玄′白用汁丟民丟伙′立民乩生央
白用汁立民乩生瓦白民甘 亙白央’失﹜亙央央
白用汁丟交汁伙 奴白用汁丟交汁伙′民孕央
白用汁丟交汁伙民丟甘 奴白用汁丟交汁伙民丟甘′乒乩民乩用氾孕央
白用汁丟交汁伙民丟甘′乒生民丟瓜玄 仿乓亙丟 亙仿乓﹜奴孕 亙白﹜奴孕 亙白亦 央
白用汁丟交汁伙民丟甘′乒乩民乩用氾 ﹜奴丟交汁伙′乒穴′石民目瓜孕亙央
白用汁丟交汁伙′民 ﹜奴丟交汁伙′乒穴′石民目瓜孕亙亦央
白用汁丟交汁伙′民白用民乒瓜乒 ﹜奴丟交汁伙′乒穴′石民目瓜孕亦央
白用汁丟交汁伙′玄白玄瓦白民甘乒
白用汁丟交汁伙′白玄乒生民丟瓜玄 奴氾氾孕 亙仿乓亙甘央
白用汁丟交汁伙′乒穴 ﹜奴丟交汁伙′乒穴′石民目瓜孕亦亦﹜奴目民甩穴丟孕亦﹜奴目用石穴丟孕亦﹜奴乩瓜瓜石伙孕央
白用汁乒 亙 亙 央
白用石疋乒穴
白禾乒 亙央
白乩白用汁穴汁甩乒 ﹜交亦 ﹜交亦央
目民用石白用汁乒
目民甩穴丟央
目民甲瓜玄用丟乒 亙央
目民甲瓜瓦用白瓜乒 央
目民石乩伙立瓜 央
目用石用穴汁甩乒
目用石用丟交汁伙 永﹜奴瓜伉瓜瓜伉乩孕央
目用石穴丟央
石目
石丟穴瓦瓦 永永央
穴汁甩玄交目立
穴汁甩瓜伉乩 央
穴交乩瓦白民甘 央
立民氾甲民甘瓜′汁交甘丟瓜立穴丟乩
立民氾甲民甘瓜′石民目瓜
立民氾甲民甘瓜′乒乩丟用石甘
立民氾甲民甘瓜′乩民丟石民目瓜
立民氾甲民甘瓜′亥瓜丟乒用穴石
立民乩生′乒瓜立民丟民乩穴丟 央
立丟瓜立 ﹜奴瓜伉瓜瓜伉乩孕央
丟民石白用汁 央
丟玄穴氾乩民丟甘瓜乩
丟目 亙央
丟立民乩生瓦白民甘 亙仿乓亙丟央’失﹜亙央央
丟交汁伙仿′用石乒乩民白皿石民目瓜
丟交汁伙′用石乒乩民白皿石民目瓜 央
丟交汁伙′乒穴′石民目瓜 奴丟交汁伙′用石乒乩民白皿石民目瓜孕央
丟交石丟交汁伙 奴目用石用丟交汁伙孕 ﹜奴孕永亦 亙亙 瓜伉乩穴交乩孕 亙亙央
乒瓜乩′目民甲瓜
乒生瓜白白 永央
乒穴白用汁乒
乒乩民乩用氾
乒乩丟用立 央
乩瓜瓜石伙央
乩丟伙′白用石甲
仿用石玄丟瓜乒
伉氾瓦白民甘乒
伉白玄瓦白民甘乒 亙白亦央
伙民氾氾 亙央
′′民丟
央
′′氾氾 亙仿央
′′玄白白仿丟民立
′′石目
′′穴汁甩玄交目立
′′丟民石白用汁 央
′′仿用石玄丟瓜乒
亙奶亦失□央
′永央
亙亙奶亦失□央
′
′ 央
′ 奶亦失□央
′ 央
′ 亙亙 永央 央亙亙亙央 央氾氾
亙仿央央
永央
′ 央
亙亙奶亦失□央
′
′ 央
′ 奶亦失□央
′ 央
永央
永央
′永央
′永央
永央
永央
永央
永央
′′ 乓‵乓乓央
′′
′永央
央
永央
亙奶亦失□央
永永永′央
永央
亙亙奶亦失□央
′
′ 央
′ 奶亦失□央
′ 央
戊 □
亙亙亙亙亙亙亙亙亙亙亙亙亙亙□它□奶□弁□市□巨□失□弁□巨□左□左□它□巨亙亙