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.64. Invocation command line was $ /home/regress/tbox/svn-gcc/libiberty/configure --cache-file=../config.cache --prefix=/home/regress/tbox/objs --enable-languages=c,c++,fortran,java,lto,objc --program-transform-name=s,y,y, --disable-option-checking --with-build-subdir=build-i686-pc-linux-gnu --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --srcdir=/home/regress/tbox/svn-gcc/libiberty ## --------- ## ## Platform. ## ## --------- ## hostname = glutton.geoffk.org uname -m = i686 uname -r = 2.6.18-194.11.1.el5 uname -s = Linux uname -v = #1 SMP Tue Aug 10 19:09:06 EDT 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/regress/tbox/objs/bin PATH: /bin PATH: /usr/bin PATH: /usr/sbin PATH: /home/regress/tbox/boot/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2215: loading cache ../config.cache configure:2374: checking whether to enable maintainer-specific portions of Makefiles configure:2384: result: no configure:2399: checking for makeinfo configure:2426: result: makeinfo --split-size=5000000 --split-size=5000000 configure:2466: checking for perl configure:2482: found /usr/bin/perl configure:2493: result: perl configure:2512: checking build system type configure:2526: result: i686-pc-linux-gnu configure:2546: checking host system type configure:2559: result: i686-pc-linux-gnu configure:2584: checking for i686-pc-linux-gnu-ar configure:2611: result: ar configure:2676: checking for i686-pc-linux-gnu-ranlib configure:2703: result: ranlib configure:2796: checking for i686-pc-linux-gnu-gcc configure:2823: result: gcc configure:3092: checking for C compiler version configure:3101: gcc --version >&5 gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48) Copyright (C) 2006 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:3112: $? = 0 configure:3101: gcc -v >&5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-48) configure:3112: $? = 0 configure:3101: gcc -V >&5 gcc: '-V' option must have argument configure:3112: $? = 1 configure:3101: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3112: $? = 1 configure:3128: gcc -o conftest -g -O2 conftest.c >&5 configure:3131: $? = 0 configure:3160: checking for C compiler default output file name configure:3182: gcc -g -O2 conftest.c >&5 configure:3186: $? = 0 configure:3223: result: a.out configure:3239: checking whether the C compiler works configure:3248: ./a.out configure:3252: $? = 0 configure:3267: result: yes configure:3274: checking whether we are cross compiling configure:3276: result: no configure:3279: checking for suffix of executables configure:3286: gcc -o conftest -g -O2 conftest.c >&5 configure:3290: $? = 0 configure:3312: result: configure:3319: checking for suffix of object files configure:3341: gcc -c -g -O2 conftest.c >&5 configure:3345: $? = 0 configure:3366: result: o configure:3370: checking whether we are using the GNU C compiler configure:3389: gcc -c -g -O2 conftest.c >&5 configure:3389: $? = 0 configure:3398: result: yes configure:3407: checking whether gcc accepts -g configure:3427: gcc -c -g conftest.c >&5 configure:3427: $? = 0 configure:3468: result: yes configure:3485: checking for gcc option to accept ISO C89 configure:3549: gcc -c -g -O2 conftest.c >&5 configure:3549: $? = 0 configure:3562: result: none needed configure:3590: checking for special C compiler options needed for large files configure:3635: result: no configure:3641: checking for _FILE_OFFSET_BITS value needed for large files configure:3666: gcc -c -g -O2 conftest.c >&5 conftest.c:15: warning: left shift count >= width of type conftest.c:15: warning: left shift count >= width of type conftest.c:17: error: size of array 'off_t_is_large' is negative configure:3666: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:3690: gcc -c -g -O2 conftest.c >&5 configure:3690: $? = 0 configure:3698: result: 64 configure:3786: checking how to run the C preprocessor configure:3817: gcc -E conftest.c configure:3817: $? = 0 configure:3831: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3831: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:3856: result: gcc -E configure:3876: gcc -E conftest.c configure:3876: $? = 0 configure:3890: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3890: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:3927: checking whether gcc supports -W configure:3944: gcc -c -W conftest.c >&5 configure:3944: $? = 0 configure:3953: result: yes configure:3927: checking whether gcc supports -Wall configure:3944: gcc -c -Wall conftest.c >&5 configure:3944: $? = 0 configure:3953: result: yes configure:3927: checking whether gcc supports -Wwrite-strings configure:3944: gcc -c -Wwrite-strings conftest.c >&5 configure:3944: $? = 0 configure:3953: result: yes configure:3927: checking whether gcc supports -Wc++-compat configure:3944: gcc -c -Wc++-compat conftest.c >&5 configure:3944: $? = 0 configure:3953: result: yes configure:3927: checking whether gcc supports -Wstrict-prototypes configure:3944: gcc -c -Wstrict-prototypes conftest.c >&5 conftest.c:13: warning: function declaration isn't a prototype configure:3944: $? = 0 configure:3953: result: yes configure:3962: checking whether gcc supports -pedantic configure:3980: gcc -c -pedantic conftest.c >&5 configure:3980: $? = 0 configure:3988: result: yes configure:3998: checking whether gcc and cc understand -c and -o together configure:4029: gcc -c conftest.c -o conftest2.o >&5 configure:4033: $? = 0 configure:4039: gcc -c conftest.c -o conftest2.o >&5 configure:4043: $? = 0 configure:4054: cc -c conftest.c >&5 configure:4058: $? = 0 configure:4066: cc -c conftest.c -o conftest2.o >&5 configure:4070: $? = 0 configure:4076: cc -c conftest.c -o conftest2.o >&5 configure:4080: $? = 0 configure:4098: result: yes configure:4117: checking for an ANSI C-conforming const configure:4182: gcc -c -g -O2 conftest.c >&5 configure:4182: $? = 0 configure:4189: result: yes configure:4197: checking for inline configure:4213: gcc -c -g -O2 conftest.c >&5 configure:4213: $? = 0 configure:4221: result: inline configure:4240: checking for grep that handles long lines and -e configure:4298: result: /bin/grep configure:4303: checking for egrep configure:4365: result: /bin/grep -E configure:4370: checking for ANSI C header files configure:4390: gcc -c -g -O2 conftest.c >&5 configure:4390: $? = 0 configure:4463: gcc -o conftest -g -O2 conftest.c >&5 configure:4463: $? = 0 configure:4463: ./conftest configure:4463: $? = 0 configure:4474: result: yes configure:4487: checking for sys/types.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4487: checking for sys/stat.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4487: checking for stdlib.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4487: checking for string.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4487: checking for memory.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4487: checking for strings.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4487: checking for inttypes.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4487: checking for stdint.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4487: checking for unistd.h configure:4487: gcc -E conftest.c configure:4487: $? = 0 configure:4487: result: yes configure:4498: checking whether byte ordering is bigendian configure:4513: gcc -c -g -O2 conftest.c >&5 conftest.c:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:4513: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:4558: gcc -c -g -O2 conftest.c >&5 configure:4558: $? = 0 configure:4576: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:27: error: 'not' undeclared (first use in this function) conftest.c:27: error: (Each undeclared identifier is reported only once conftest.c:27: error: for each function it appears in.) conftest.c:27: error: expected ';' before 'big' configure:4576: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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 | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4704: result: no configure:4743: checking for a BSD-compatible install configure:4811: result: /usr/bin/install -c configure:4901: checking for sys/file.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for sys/param.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for limits.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for stdlib.h configure:4901: result: yes configure:4901: checking for malloc.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for string.h configure:4901: result: yes configure:4901: checking for unistd.h configure:4901: result: yes configure:4901: checking for strings.h configure:4901: result: yes configure:4901: checking for sys/time.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for time.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for sys/resource.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for sys/stat.h configure:4901: result: yes configure:4901: checking for sys/mman.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for fcntl.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for alloca.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for sys/pstat.h configure:4901: gcc -E conftest.c conftest.c:35:23: error: sys/pstat.h: No such file or directory configure:4901: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | /* end confdefs.h. */ | #include configure:4901: result: no configure:4901: checking for sys/sysmp.h configure:4901: gcc -E conftest.c conftest.c:35:23: error: sys/sysmp.h: No such file or directory configure:4901: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | /* end confdefs.h. */ | #include configure:4901: result: no configure:4901: checking for sys/sysinfo.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for machine/hal_sysinfo.h configure:4901: gcc -E conftest.c conftest.c:36:33: error: machine/hal_sysinfo.h: No such file or directory configure:4901: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | /* end confdefs.h. */ | #include configure:4901: result: no configure:4901: checking for sys/table.h configure:4901: gcc -E conftest.c conftest.c:36:23: error: sys/table.h: No such file or directory configure:4901: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | /* end confdefs.h. */ | #include configure:4901: result: no configure:4901: checking for sys/sysctl.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4901: checking for sys/systemcfg.h configure:4901: gcc -E conftest.c conftest.c:37:27: error: sys/systemcfg.h: No such file or directory configure:4901: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | #include configure:4901: result: no configure:4901: checking for stdint.h configure:4901: result: yes configure:4901: checking for stdio_ext.h configure:4901: gcc -E conftest.c configure:4901: $? = 0 configure:4901: result: yes configure:4911: checking for sys/wait.h that is POSIX.1 compatible configure:4937: gcc -c -g -O2 conftest.c >&5 configure:4937: $? = 0 configure:4944: result: yes configure:4952: checking whether time.h and sys/time.h may both be included configure:4972: gcc -c -g -O2 conftest.c >&5 configure:4972: $? = 0 configure:4979: result: yes configure:4988: checking whether errno must be declared configure:5004: gcc -c -g -O2 conftest.c >&5 configure:5004: $? = 0 configure:5011: result: no configure:5025: checking size of int configure:5030: gcc -o conftest -g -O2 conftest.c >&5 configure:5030: $? = 0 configure:5030: ./conftest configure:5030: $? = 0 configure:5045: result: 4 configure:5057: checking for a 64-bit type configure:5075: gcc -c -g -O2 conftest.c >&5 configure:5075: $? = 0 configure:5125: result: uint64_t configure:5136: checking for intptr_t configure:5136: gcc -c -g -O2 conftest.c >&5 configure:5136: $? = 0 configure:5136: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:79: error: expected expression before ')' token configure:5136: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((intptr_t))) | return 0; | ; | return 0; | } configure:5136: result: yes configure:5171: checking for uintptr_t configure:5171: gcc -c -g -O2 conftest.c >&5 configure:5171: $? = 0 configure:5171: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:80: error: expected expression before ')' token configure:5171: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((uintptr_t))) | return 0; | ; | return 0; | } configure:5171: result: yes configure:5214: checking for pid_t configure:5214: gcc -c -g -O2 conftest.c >&5 configure:5214: $? = 0 configure:5214: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:82: error: expected expression before ')' token configure:5214: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:5214: result: yes configure:5851: checking for library containing strerror configure:5885: gcc -o conftest -g -O2 conftest.c >&5 configure:5885: $? = 0 configure:5902: result: none required configure:5913: checking for asprintf configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for atexit configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for basename configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for bcmp configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:67: warning: conflicting types for built-in function 'bcmp' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for bcopy configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:68: warning: conflicting types for built-in function 'bcopy' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for bsearch configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for bzero configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:70: warning: conflicting types for built-in function 'bzero' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for calloc configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:71: warning: conflicting types for built-in function 'calloc' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for clock configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for ffs configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:73: warning: conflicting types for built-in function 'ffs' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for getcwd configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for getpagesize configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for gettimeofday configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for index configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:77: warning: conflicting types for built-in function 'index' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for insque configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for memchr configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for memcmp configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:80: warning: conflicting types for built-in function 'memcmp' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for memcpy configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:81: warning: conflicting types for built-in function 'memcpy' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for memmem configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for memmove configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:83: warning: conflicting types for built-in function 'memmove' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for mempcpy configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:84: warning: conflicting types for built-in function 'mempcpy' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for memset configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:85: warning: conflicting types for built-in function 'memset' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for mkstemps configure:5913: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccqKWlB7.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:101: undefined reference to `mkstemps' /tmp/ccqKWlB7.o:(.data+0x0): undefined reference to `mkstemps' collect2: ld returned 1 exit status configure:5913: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mkstemps (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. Under hpux, | including includes and causes problems | checking for functions defined therein. */ | #if defined (__STDC__) && !defined (_HPUX_SOURCE) | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char mkstemps (); | /* 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_mkstemps) || defined (__stub___mkstemps) | choke me | #else | char (*f) () = mkstemps; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != mkstemps; | ; | return 0; | } configure:5913: result: no configure:5913: checking for putenv configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for random configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for rename configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for rindex configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:89: warning: conflicting types for built-in function 'rindex' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for setenv configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for snprintf configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:91: warning: conflicting types for built-in function 'snprintf' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for sigsetmask configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for stpcpy configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:93: warning: conflicting types for built-in function 'stpcpy' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for stpncpy configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:94: warning: conflicting types for built-in function 'stpncpy' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strcasecmp configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:95: warning: conflicting types for built-in function 'strcasecmp' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strchr configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:96: warning: conflicting types for built-in function 'strchr' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strdup configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:97: warning: conflicting types for built-in function 'strdup' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strncasecmp configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:98: warning: conflicting types for built-in function 'strncasecmp' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strndup configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:99: warning: conflicting types for built-in function 'strndup' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strrchr configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:100: warning: conflicting types for built-in function 'strrchr' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strstr configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:101: warning: conflicting types for built-in function 'strstr' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strtod configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strtol configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strtoul configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for strverscmp configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for tmpnam configure:5913: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccay7Pcg.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:121: warning: the use of `tmpnam' is dangerous, better use `mkstemp' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for vasprintf configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for vfprintf configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:108: warning: conflicting types for built-in function 'vfprintf' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for vprintf configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:109: warning: conflicting types for built-in function 'vprintf' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for vsnprintf configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:110: warning: conflicting types for built-in function 'vsnprintf' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for vsprintf configure:5913: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:111: warning: conflicting types for built-in function 'vsprintf' configure:5913: $? = 0 configure:5913: result: yes configure:5913: checking for waitpid configure:5913: gcc -o conftest -g -O2 conftest.c >&5 configure:5913: $? = 0 configure:5913: result: yes configure:5931: checking whether alloca needs Cray hooks configure:5954: result: no configure:5972: checking stack direction for C alloca configure:5999: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:109: warning: incompatible implicit declaration of built-in function 'exit' configure:5999: $? = 0 configure:5999: ./conftest configure:5999: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | /* end confdefs.h. */ | find_stack_direction () | { | static char *addr = 0; | auto char dummy; | if (addr == 0) | { | addr = &dummy; | return find_stack_direction (); | } | else | return (&dummy > addr) ? 1 : -1; | } | main () | { | exit (find_stack_direction() < 0); | } configure:6009: result: -1 configure:6019: checking for vfork.h configure:6019: gcc -E conftest.c conftest.c:96:19: error: vfork.h: No such file or directory configure:6019: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #include configure:6019: result: no configure:6031: checking for fork configure:6031: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:114: warning: conflicting types for built-in function 'fork' configure:6031: $? = 0 configure:6031: result: yes configure:6031: checking for vfork configure:6031: gcc -o conftest -g -O2 conftest.c >&5 configure:6031: $? = 0 configure:6031: result: yes configure:6042: checking for working fork configure:6064: gcc -o conftest -g -O2 conftest.c >&5 configure:6064: $? = 0 configure:6064: ./conftest configure:6064: $? = 0 configure:6074: result: yes configure:6095: checking for working vfork configure:6205: result: yes configure:6264: checking for _doprnt configure:6264: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccskACgi.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:133: undefined reference to `_doprnt' /tmp/ccskACgi.o:(.data+0x0): undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:6264: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. Under hpux, | including includes and causes problems | checking for functions defined therein. */ | #if defined (__STDC__) && !defined (_HPUX_SOURCE) | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:6264: result: no configure:6276: checking for sys_errlist configure:6295: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccAK6gYo.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:104: warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead configure:6295: $? = 0 configure:6305: result: yes configure:6276: checking for sys_nerr configure:6295: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccKyvtVs.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:105: warning: `sys_nerr' is deprecated; use `strerror' or `strerror_r' instead configure:6295: $? = 0 configure:6305: result: yes configure:6276: checking for sys_siglist configure:6295: gcc -o conftest -g -O2 conftest.c >&5 configure:6295: $? = 0 configure:6305: result: yes configure:6320: checking for external symbol _system_configuration configure:6333: gcc -c -g -O2 conftest.c >&5 conftest.c:103:27: error: sys/systemcfg.h: No such file or directory conftest.c: In function 'main': conftest.c:107: error: '_system_configuration' undeclared (first use in this function) conftest.c:107: error: (Each undeclared identifier is reported only once conftest.c:107: error: for each function it appears in.) configure:6333: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | /* end confdefs.h. */ | #include | int | main () | { | double x = _system_configuration.physmem; | ; | return 0; | } configure:6340: result: no configure:6348: checking for getrusage configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for on_exit configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for psignal configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for strerror configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for strsignal configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for sysconf configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for times configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for sbrk configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for gettimeofday configure:6348: result: yes configure:6348: checking for realpath configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for canonicalize_file_name configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for pstat_getstatic configure:6348: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccIOuLpM.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:147: undefined reference to `pstat_getstatic' /tmp/ccIOuLpM.o:(.data+0x0): undefined reference to `pstat_getstatic' collect2: ld returned 1 exit status configure:6348: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getstatic (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. Under hpux, | including includes and causes problems | checking for functions defined therein. */ | #if defined (__STDC__) && !defined (_HPUX_SOURCE) | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pstat_getstatic (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_pstat_getstatic) || defined (__stub___pstat_getstatic) | choke me | #else | char (*f) () = pstat_getstatic; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pstat_getstatic; | ; | return 0; | } configure:6348: result: no configure:6348: checking for pstat_getdynamic configure:6348: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccal9UQ2.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:147: undefined reference to `pstat_getdynamic' /tmp/ccal9UQ2.o:(.data+0x0): undefined reference to `pstat_getdynamic' collect2: ld returned 1 exit status configure:6348: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getdynamic (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. Under hpux, | including includes and causes problems | checking for functions defined therein. */ | #if defined (__STDC__) && !defined (_HPUX_SOURCE) | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pstat_getdynamic (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_pstat_getdynamic) || defined (__stub___pstat_getdynamic) | choke me | #else | char (*f) () = pstat_getdynamic; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pstat_getdynamic; | ; | return 0; | } configure:6348: result: no configure:6348: checking for sysmp configure:6348: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccKrEAQ9.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:147: undefined reference to `sysmp' /tmp/ccKrEAQ9.o:(.data+0x0): undefined reference to `sysmp' collect2: ld returned 1 exit status configure:6348: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. Under hpux, | including includes and causes problems | checking for functions defined therein. */ | #if defined (__STDC__) && !defined (_HPUX_SOURCE) | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char sysmp (); | /* 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_sysmp) || defined (__stub___sysmp) | choke me | #else | char (*f) () = sysmp; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != sysmp; | ; | return 0; | } configure:6348: result: no configure:6348: checking for getsysinfo configure:6348: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccatOj0g.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:147: undefined reference to `getsysinfo' /tmp/ccatOj0g.o:(.data+0x0): undefined reference to `getsysinfo' collect2: ld returned 1 exit status configure:6348: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getsysinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. Under hpux, | including includes and causes problems | checking for functions defined therein. */ | #if defined (__STDC__) && !defined (_HPUX_SOURCE) | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getsysinfo (); | /* 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_getsysinfo) || defined (__stub___getsysinfo) | choke me | #else | char (*f) () = getsysinfo; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getsysinfo; | ; | return 0; | } configure:6348: result: no configure:6348: checking for table configure:6348: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccWw4DRn.o: In function `main': /home/regress/tbox/native/build/build-i686-pc-linux-gnu/libiberty/conftest.c:147: undefined reference to `table' /tmp/ccWw4DRn.o:(.data+0x0): undefined reference to `table' collect2: ld returned 1 exit status configure:6348: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char table (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. Under hpux, | including includes and causes problems | checking for functions defined therein. */ | #if defined (__STDC__) && !defined (_HPUX_SOURCE) | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char table (); | /* 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_table) || defined (__stub___table) | choke me | #else | char (*f) () = table; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != table; | ; | return 0; | } configure:6348: result: no configure:6348: checking for sysctl configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for wait3 configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for wait4 configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6348: checking for __fsetlocking configure:6348: gcc -o conftest -g -O2 conftest.c >&5 configure:6348: $? = 0 configure:6348: result: yes configure:6358: checking whether basename is declared configure:6358: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:158: error: 'basename' undeclared (first use in this function) conftest.c:158: error: (Each undeclared identifier is reported only once conftest.c:158: error: for each function it appears in.) configure:6358: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_SYSCTL 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE___FSETLOCKING 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef basename | #ifdef __cplusplus | (void) basename((char *) 0); | #else | (void) basename; | #endif | #endif | | ; | return 0; | } configure:6358: result: no configure:6368: checking whether ffs is declared configure:6368: gcc -c -g -O2 conftest.c >&5 configure:6368: $? = 0 configure:6368: result: yes configure:6378: checking whether asprintf is declared configure:6378: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:160: error: 'asprintf' undeclared (first use in this function) conftest.c:160: error: (Each undeclared identifier is reported only once conftest.c:160: error: for each function it appears in.) configure:6378: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_SYSCTL 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_BASENAME 0 | #define HAVE_DECL_FFS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef asprintf | #ifdef __cplusplus | (void) asprintf; | #else | (void) asprintf; | #endif | #endif | | ; | return 0; | } configure:6378: result: no configure:6388: checking whether vasprintf is declared configure:6388: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:161: error: 'vasprintf' undeclared (first use in this function) conftest.c:161: error: (Each undeclared identifier is reported only once conftest.c:161: error: for each function it appears in.) configure:6388: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_SYSCTL 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_BASENAME 0 | #define HAVE_DECL_FFS 1 | #define HAVE_DECL_ASPRINTF 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef vasprintf | #ifdef __cplusplus | (void) vasprintf; | #else | (void) vasprintf; | #endif | #endif | | ; | return 0; | } configure:6388: result: no configure:6398: checking whether snprintf is declared configure:6398: gcc -c -g -O2 conftest.c >&5 configure:6398: $? = 0 configure:6398: result: yes configure:6408: checking whether vsnprintf is declared configure:6408: gcc -c -g -O2 conftest.c >&5 configure:6408: $? = 0 configure:6408: result: yes configure:6419: checking whether calloc is declared configure:6419: gcc -c -g -O2 conftest.c >&5 configure:6419: $? = 0 configure:6419: result: yes configure:6429: checking whether getenv is declared configure:6429: gcc -c -g -O2 conftest.c >&5 configure:6429: $? = 0 configure:6429: result: yes configure:6439: checking whether getopt is declared configure:6439: gcc -c -g -O2 conftest.c >&5 configure:6439: $? = 0 configure:6439: result: yes configure:6449: checking whether malloc is declared configure:6449: gcc -c -g -O2 conftest.c >&5 configure:6449: $? = 0 configure:6449: result: yes configure:6459: checking whether realloc is declared configure:6459: gcc -c -g -O2 conftest.c >&5 configure:6459: $? = 0 configure:6459: result: yes configure:6469: checking whether sbrk is declared configure:6469: gcc -c -g -O2 conftest.c >&5 configure:6469: $? = 0 configure:6469: result: yes configure:6480: checking whether strverscmp is declared configure:6480: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:170: error: 'strverscmp' undeclared (first use in this function) conftest.c:170: error: (Each undeclared identifier is reported only once conftest.c:170: error: for each function it appears in.) configure:6480: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_SYSCTL 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_BASENAME 0 | #define HAVE_DECL_FFS 1 | #define HAVE_DECL_ASPRINTF 0 | #define HAVE_DECL_VASPRINTF 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_DECL_CALLOC 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETOPT 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_SBRK 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef strverscmp | #ifdef __cplusplus | (void) strverscmp; | #else | (void) strverscmp; | #endif | #endif | | ; | return 0; | } configure:6480: result: no configure:6491: checking whether canonicalize_file_name must be declared configure:6522: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:150: error: 'canonicalize_file_name' undeclared (first use in this function) conftest.c:150: error: (Each undeclared identifier is reported only once conftest.c:150: error: for each function it appears in.) configure:6522: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define _FILE_OFFSET_BITS 64 | #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_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_SYS_SYSINFO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define UNSIGNED_64BIT_TYPE uint64_t | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ASPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_BASENAME 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE_BSEARCH 1 | #define HAVE_BZERO 1 | #define HAVE_CALLOC 1 | #define HAVE_CLOCK 1 | #define HAVE_FFS 1 | #define HAVE_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INDEX 1 | #define HAVE_INSQUE 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_PUTENV 1 | #define HAVE_RANDOM 1 | #define HAVE_RENAME 1 | #define HAVE_RINDEX 1 | #define HAVE_SETENV 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STPCPY 1 | #define HAVE_STPNCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_TMPNAM 1 | #define HAVE_VASPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_VPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSPRINTF 1 | #define HAVE_WAITPID 1 | #define STACK_DIRECTION -1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_SYS_ERRLIST 1 | #define HAVE_SYS_NERR 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_ON_EXIT 1 | #define HAVE_PSIGNAL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYSCONF 1 | #define HAVE_TIMES 1 | #define HAVE_SBRK 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_REALPATH 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_SYSCTL 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_BASENAME 0 | #define HAVE_DECL_FFS 1 | #define HAVE_DECL_ASPRINTF 0 | #define HAVE_DECL_VASPRINTF 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_DECL_CALLOC 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETOPT 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_SBRK 1 | #define HAVE_DECL_STRVERSCMP 0 | /* end confdefs.h. */ | | #include "confdefs.h" | #include | #ifdef HAVE_STRING_H | #include | #else | #ifdef HAVE_STRINGS_H | #include | #endif | #endif | #ifdef HAVE_STDLIB_H | #include | #endif | #ifdef HAVE_UNISTD_H | #include | #endif | int | main () | { | char *(*pfn) = (char *(*)) canonicalize_file_name | ; | return 0; | } configure:6530: result: yes configure:6558: checking for stdlib.h configure:6558: result: yes configure:6558: checking for unistd.h configure:6558: result: yes configure:6570: checking for getpagesize configure:6570: result: yes configure:6579: checking for working mmap configure:6716: gcc -o conftest -g -O2 conftest.c >&5 configure:6716: $? = 0 configure:6716: ./conftest configure:6716: $? = 0 configure:6726: result: yes configure:6737: checking for working strncmp configure:6809: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:174: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:186: warning: incompatible implicit declaration of built-in function 'strlen' conftest.c:189: warning: incompatible implicit declaration of built-in function 'strcpy' configure:6809: $? = 0 configure:6809: ./conftest configure:6809: $? = 0 configure:6820: result: yes configure:6925: updating cache ../config.cache configure:6963: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on glutton.geoffk.org config.status:989: creating Makefile config.status:989: creating testsuite/Makefile config.status:989: creating config.h config.status:1167: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_stack_direction=-1 ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-g -O2' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i686-pc-linux-gnu ac_cv_func___fsetlocking=yes ac_cv_func__doprnt=no ac_cv_func_asprintf=yes ac_cv_func_atexit=yes ac_cv_func_basename=yes ac_cv_func_bcmp=yes ac_cv_func_bcopy=yes ac_cv_func_bsearch=yes ac_cv_func_bzero=yes ac_cv_func_calloc=yes ac_cv_func_canonicalize_file_name=yes ac_cv_func_clock=yes ac_cv_func_ffs=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_getcwd=yes ac_cv_func_getpagesize=yes ac_cv_func_getrusage=yes ac_cv_func_getsysinfo=no ac_cv_func_gettimeofday=yes ac_cv_func_index=yes ac_cv_func_insque=yes ac_cv_func_memchr=yes ac_cv_func_memcmp=yes ac_cv_func_memcpy=yes ac_cv_func_memmem=yes ac_cv_func_memmove=yes ac_cv_func_mempcpy=yes ac_cv_func_memset=yes ac_cv_func_mkstemps=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_on_exit=yes ac_cv_func_psignal=yes ac_cv_func_pstat_getdynamic=no ac_cv_func_pstat_getstatic=no ac_cv_func_putenv=yes ac_cv_func_random=yes ac_cv_func_realpath=yes ac_cv_func_rename=yes ac_cv_func_rindex=yes ac_cv_func_sbrk=yes ac_cv_func_setenv=yes ac_cv_func_sigsetmask=yes ac_cv_func_snprintf=yes ac_cv_func_stpcpy=yes ac_cv_func_stpncpy=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncasecmp=yes ac_cv_func_strncmp_works=yes ac_cv_func_strndup=yes ac_cv_func_strrchr=yes ac_cv_func_strsignal=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_strtoul=yes ac_cv_func_strverscmp=yes ac_cv_func_sysconf=yes ac_cv_func_sysctl=yes ac_cv_func_sysmp=no ac_cv_func_table=no ac_cv_func_times=yes ac_cv_func_tmpnam=yes ac_cv_func_vasprintf=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_vfprintf=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_have_decl_asprintf=no ac_cv_have_decl_basename_char_p_=no ac_cv_have_decl_calloc=yes ac_cv_have_decl_ffs=yes ac_cv_have_decl_getenv=yes ac_cv_have_decl_getopt=yes ac_cv_have_decl_malloc=yes ac_cv_have_decl_realloc=yes ac_cv_have_decl_sbrk=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_strverscmp=no ac_cv_have_decl_vasprintf=no ac_cv_have_decl_vsnprintf=yes ac_cv_header_alloca_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_machine_hal_sysinfo_h=no ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_resource_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_sysinfo_h=yes ac_cv_header_sys_sysmp_h=no ac_cv_header_sys_systemcfg_h=no ac_cv_header_sys_table_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_objext=o ac_cv_os_cray=no ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_prog_AR=ar ac_cv_prog_CC=gcc ac_cv_prog_CPP='gcc -E' ac_cv_prog_MAKEINFO='makeinfo --split-size=5000000 --split-size=5000000' ac_cv_prog_PERL=perl ac_cv_prog_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_search_strerror='none required' ac_cv_sizeof_int=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_type_intptr_t=yes ac_cv_type_pid_t=yes ac_cv_type_uintptr_t=yes acx_cv_prog_cc_pedantic_=yes acx_cv_prog_cc_warning__W=yes acx_cv_prog_cc_warning__Wall=yes acx_cv_prog_cc_warning__Wcpp_compat=yes acx_cv_prog_cc_warning__Wstrict_prototypes=yes acx_cv_prog_cc_warning__Wwrite_strings=yes liberty_cv_uint64=uint64_t libiberty_cv_decl_needed_canonicalize_file_name=yes libiberty_cv_declare_errno=no libiberty_cv_var_sys_errlist=yes libiberty_cv_var_sys_nerr=yes libiberty_cv_var_sys_siglist=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' BUILD_INFO='info' CC='gcc' CFLAGS='-g -O2' CHECK='really-check' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' HAVE_PERL='' INSTALL_DATA='/usr/bin/install -c -m 644' INSTALL_DEST='libdir' INSTALL_PROGRAM='/usr/bin/install -c' INSTALL_SCRIPT='/usr/bin/install -c' LDFLAGS='' LIBOBJS=' ${LIBOBJDIR}./mkstemps$U.o' LIBS='' LTLIBOBJS=' ${LIBOBJDIR}./mkstemps$U.lo' MAINT='#' MAKEINFO='makeinfo --split-size=5000000 --split-size=5000000' NOTMAINT='' NO_MINUS_C_MINUS_O='' OBJEXT='o' OUTPUT_OPTION='-o $@' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='perl' PICFLAG='' RANLIB='ranlib' SHELL='/bin/sh' ac_ct_CC='' ac_libiberty_warn_cflags='-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libiberty_topdir='/home/regress/tbox/svn-gcc/libiberty/..' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' pexecute='./pex-unix.o' prefix='/home/regress/tbox/objs' program_transform_name='s,y,y,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i686-pc-linux-gnu' target_header_dir='' ## ------------------- ## ## File substitutions. ## ## ------------------- ## host_makefile_frag='xhost-mkfrag' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define _FILE_OFFSET_BITS 64 #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_SYS_FILE_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_LIMITS_H 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC_H 1 #define HAVE_STRING_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_SYS_SYSINFO_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_SYS_WAIT_H 1 #define TIME_WITH_SYS_TIME 1 #define SIZEOF_INT 4 #define UNSIGNED_64BIT_TYPE uint64_t #define HAVE_INTPTR_T 1 #define HAVE_UINTPTR_T 1 #define HAVE_UINTPTR_T 1 #define HAVE_ASPRINTF 1 #define HAVE_ATEXIT 1 #define HAVE_BASENAME 1 #define HAVE_BCMP 1 #define HAVE_BCOPY 1 #define HAVE_BSEARCH 1 #define HAVE_BZERO 1 #define HAVE_CALLOC 1 #define HAVE_CLOCK 1 #define HAVE_FFS 1 #define HAVE_GETCWD 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INDEX 1 #define HAVE_INSQUE 1 #define HAVE_MEMCHR 1 #define HAVE_MEMCMP 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMEM 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMPCPY 1 #define HAVE_MEMSET 1 #define HAVE_PUTENV 1 #define HAVE_RANDOM 1 #define HAVE_RENAME 1 #define HAVE_RINDEX 1 #define HAVE_SETENV 1 #define HAVE_SNPRINTF 1 #define HAVE_SIGSETMASK 1 #define HAVE_STPCPY 1 #define HAVE_STPNCPY 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRNDUP 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_STRVERSCMP 1 #define HAVE_TMPNAM 1 #define HAVE_VASPRINTF 1 #define HAVE_VFPRINTF 1 #define HAVE_VPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_VSPRINTF 1 #define HAVE_WAITPID 1 #define STACK_DIRECTION -1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_NERR 1 #define HAVE_SYS_SIGLIST 1 #define HAVE_GETRUSAGE 1 #define HAVE_ON_EXIT 1 #define HAVE_PSIGNAL 1 #define HAVE_STRERROR 1 #define HAVE_STRSIGNAL 1 #define HAVE_SYSCONF 1 #define HAVE_TIMES 1 #define HAVE_SBRK 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_REALPATH 1 #define HAVE_CANONICALIZE_FILE_NAME 1 #define HAVE_SYSCTL 1 #define HAVE_WAIT3 1 #define HAVE_WAIT4 1 #define HAVE___FSETLOCKING 1 #define HAVE_DECL_BASENAME 0 #define HAVE_DECL_FFS 1 #define HAVE_DECL_ASPRINTF 0 #define HAVE_DECL_VASPRINTF 0 #define HAVE_DECL_SNPRINTF 1 #define HAVE_DECL_VSNPRINTF 1 #define HAVE_DECL_CALLOC 1 #define HAVE_DECL_GETENV 1 #define HAVE_DECL_GETOPT 1 #define HAVE_DECL_MALLOC 1 #define HAVE_DECL_REALLOC 1 #define HAVE_DECL_SBRK 1 #define HAVE_DECL_STRVERSCMP 0 #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 configure: exit 0