This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
--- Begin Message ---
- From: Michael Snyder <msnyder at vmware dot com>
- To: "gdb at sourceware dot org" <gdb at sourceware dot org>
- Date: Mon, 26 Jul 2010 16:18:02 -0700
- Subject: 7.2 branch, configure problem, --with-python
- Accept-language: en-US
Hey folks, I'm having a problem attempting to build the release branch on a 32 bit RHEL5 system. I've used "--with-python=xyz" to point to a local install directory, but configure tells me it wasn't found. The exact same configuration worked fine in version 7.1. This is my configure command: CFLAGS=-g \ LDFLAGS="-Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib \ $(srcdir)/configure --with-python=/build/toolchain/lin32/python-2.5 ... and this is the error message: checking for python2.5... no configure: error: no usable python found at /build/toolchain/lin32/python-2.5 make[1]: *** [configure-gdb] Error 1 I'm attaching my config.status and gdb/config.log. Any help appreciated. Thanks, MichaelAttachment: config.status
Description: config.statusThis 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/prom/msnyder/src-7.2/gdb/configure --cache-file=./config.cache --with-system-zlib --with-python=/build/toolchain/lin32/python-2.5 --enable-64-bit-bfd --program-transform-name=s,y,y, --disable-option-checking --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --srcdir=../../src-7.2/gdb ## --------- ## ## Platform. ## ## --------- ## hostname = chene-rhat5-vm-6 uname -m = i686 uname -r = 2.6.18-8.el5 uname -s = Linux uname -v = #1 SMP Fri Jan 26 14:15:21 EST 2007 /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/prom/opt/bin PATH: /build/trees/bin PATH: /sbin/ PATH: /usr/sbin PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /home/prom/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2730: creating cache ./config.cache configure:2816: checking whether to enable maintainer-specific portions of Makefiles configure:2825: result: no configure:2847: checking for i686-pc-linux-gnu-gcc configure:2874: result: gcc configure:3143: checking for C compiler version configure:3152: gcc --version >&5 gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52) 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:3163: $? = 0 configure:3152: 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.1 20070105 (Red Hat 4.1.1-52) configure:3163: $? = 0 configure:3152: gcc -V >&5 gcc: '-V' option must have argument configure:3163: $? = 1 configure:3152: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3163: $? = 1 configure:3183: checking for C compiler default output file name configure:3205: gcc -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:3209: $? = 0 configure:3246: result: a.out configure:3262: checking whether the C compiler works configure:3271: ./a.out configure:3275: $? = 0 configure:3290: result: yes configure:3297: checking whether we are cross compiling configure:3299: result: no configure:3302: checking for suffix of executables configure:3309: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:3313: $? = 0 configure:3335: result: configure:3341: checking for suffix of object files configure:3363: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:3367: $? = 0 configure:3388: result: o configure:3392: checking whether we are using the GNU C compiler configure:3411: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:3411: $? = 0 configure:3420: result: yes configure:3429: checking whether gcc accepts -g configure:3449: gcc -c -g conftest.c >&5 configure:3449: $? = 0 configure:3490: result: yes configure:3507: checking for gcc option to accept ISO C89 configure:3571: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:3571: $? = 0 configure:3584: result: none needed configure:3631: checking build system type configure:3645: result: i686-pc-linux-gnu configure:3665: checking host system type configure:3678: result: i686-pc-linux-gnu configure:3704: checking how to run the C preprocessor configure:3735: gcc -E conftest.c configure:3735: $? = 0 configure:3749: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:3749: $? = 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 <ac_nonexistent.h> configure:3774: result: gcc -E configure:3794: gcc -E conftest.c configure:3794: $? = 0 configure:3808: gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:3808: $? = 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 <ac_nonexistent.h> configure:3837: checking for grep that handles long lines and -e configure:3895: result: /bin/grep configure:3900: checking for egrep configure:3962: result: /bin/grep -E configure:3967: checking for ANSI C header files configure:3987: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:3987: $? = 0 configure:4060: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:4060: $? = 0 configure:4060: ./conftest configure:4060: $? = 0 configure:4071: result: yes configure:4084: checking for sys/types.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4084: checking for sys/stat.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4084: checking for stdlib.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4084: checking for string.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4084: checking for memory.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4084: checking for strings.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4084: checking for inttypes.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4084: checking for stdint.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4084: checking for unistd.h configure:4084: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4084: $? = 0 configure:4084: result: yes configure:4100: checking minix/config.h usability configure:4100: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 conftest.c:52:26: error: minix/config.h: No such file or directory configure:4100: $? = 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <minix/config.h> configure:4100: result: no configure:4100: checking minix/config.h presence configure:4100: gcc -E conftest.c conftest.c:19:26: error: minix/config.h: No such file or directory configure:4100: $? = 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 STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <minix/config.h> configure:4100: result: no configure:4100: checking for minix/config.h configure:4100: result: no configure:4129: checking whether it is safe to define __EXTENSIONS__ configure:4147: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4147: $? = 0 configure:4154: result: yes configure:4171: checking for i686-pc-linux-gnu-ranlib configure:4198: result: ranlib configure:4283: checking target system type configure:4296: result: i686-pc-linux-gnu configure:4365: checking for special C compiler options needed for large files configure:4410: result: no configure:4416: checking for _FILE_OFFSET_BITS value needed for large files configure:4441: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 conftest.c:30: warning: left shift count >= width of type conftest.c:30: warning: left shift count >= width of type conftest.c:32: error: size of array 'off_t_is_large' is negative configure:4441: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4465: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4465: $? = 0 configure:4473: result: 64 configure:4560: checking for gcc option to accept ANSI C configure:4618: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4618: $? = 0 configure:4628: result: none needed configure:4683: checking dependency style of gcc configure:4714: trying gcc3 | depmode=gcc3 source=sub/conftest.c object=sub/conftest.o depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo /bin/sh ./depcomp gcc -c -o sub/conftest.o sub/conftest.c configure:4753: success configure:4768: result: gcc3 configure:4782: checking for make configure:4809: result: make configure:4834: checking whether make sets $(MAKE) configure:4856: result: yes configure:4890: checking whether NLS is requested configure:4896: result: yes configure:4902: checking for catalogs to be installed configure:4934: result: configure:4972: checking sys/mman.h usability configure:4972: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4972: $? = 0 configure:4972: result: yes configure:4972: checking sys/mman.h presence configure:4972: gcc -E conftest.c configure:4972: $? = 0 configure:4972: result: yes configure:4972: checking for sys/mman.h configure:4972: result: yes configure:4972: checking stddef.h usability configure:4972: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4972: $? = 0 configure:4972: result: yes configure:4972: checking stddef.h presence configure:4972: gcc -E conftest.c configure:4972: $? = 0 configure:4972: result: yes configure:4972: checking for stddef.h configure:4972: result: yes configure:4972: checking for stdint.h configure:4972: result: yes configure:4972: checking wchar.h usability configure:4972: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:4972: $? = 0 configure:4972: result: yes configure:4972: checking wchar.h presence configure:4972: gcc -E conftest.c configure:4972: $? = 0 configure:4972: result: yes configure:4972: checking for wchar.h configure:4972: result: yes configure:4972: checking for string.h configure:4972: result: yes configure:4994: checking for mprotect configure:4994: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:4994: $? = 0 configure:4994: result: yes configure:4994: checking for memchr configure:4994: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:4994: $? = 0 configure:4994: result: yes configure:5090: checking for mmap configure:5090: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:5090: $? = 0 configure:5090: result: yes configure:5101: checking for MAP_ANONYMOUS configure:5138: result: yes configure:5178: checking whether memchr works configure:5238: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:5238: $? = 0 configure:5238: ./conftest configure:5238: $? = 0 configure:5248: result: yes configure:5284: checking whether memmem is declared configure:5284: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5284: $? = 0 configure:5284: result: yes configure:5310: checking for memmem configure:5310: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:5310: $? = 0 configure:5310: result: yes configure:5346: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 conftest.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:5346: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:5387: checking for wchar_t configure:5404: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5404: $? = 0 configure:5411: result: yes configure:5421: checking whether the preprocessor supports include_next configure:5459: gcc -c -g -DVMWARE_VMKGDB -Iconftestd1b -Iconftestd2 conftest.c >&5 configure:5459: $? = 0 configure:5480: result: yes configure:5508: checking for long long int configure:5545: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:5545: $? = 0 configure:5575: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:5575: $? = 0 configure:5575: ./conftest configure:5575: $? = 0 configure:5590: result: yes configure:5599: checking for unsigned long long int configure:5636: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:5636: $? = 0 configure:5644: result: yes configure:5662: checking for C/C++ restrict keyword configure:5687: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5687: $? = 0 configure:5695: result: __restrict configure:5779: checking whether memmem is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether mempcpy is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether memrchr is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether rawmemchr is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether stpcpy is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether stpncpy is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strchrnul is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strdup is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strncat is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strndup is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strnlen is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strpbrk is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strsep is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strcasestr is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strtok_r is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strsignal is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5779: checking whether strverscmp is declared without a macro configure:5797: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5797: $? = 0 configure:5805: result: yes configure:5855: checking whether <wchar.h> uses 'inline' correctly configure:5870: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5873: $? = 0 configure:5884: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5887: $? = 0 configure:5900: result: yes configure:5915: checking for wint_t configure:5940: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:5940: $? = 0 configure:5947: result: yes configure:5999: checking whether memmem works in linear time configure:6066: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:6066: $? = 0 configure:6066: ./conftest /home/prom/msnyder/src-7.2/gdb/configure: line 1957: 12456 Alarm clock ./conftest$ac_exeext configure:6066: $? = 142 configure: program exited with status 142 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | /* end confdefs.h. */ | | #include <signal.h> /* for signal */ | #include <string.h> /* for memmem */ | #include <stdlib.h> /* for malloc */ | #include <unistd.h> /* for alarm */ | | int | main () | { | size_t m = 1000000; | char *haystack = (char *) malloc (2 * m + 1); | char *needle = (char *) malloc (m + 1); | void *result = 0; | /* Failure to compile this test due to missing alarm is okay, | since all such platforms (mingw) also lack memmem. */ | signal (SIGALRM, SIG_DFL); | alarm (5); | /* Check for quadratic performance. */ | if (haystack && needle) | { | memset (haystack, 'A', 2 * m); | haystack[2 * m] = 'B'; | memset (needle, 'A', m); | needle[m] = 'B'; | result = memmem (haystack, 2 * m + 1, needle, m + 1); | } | /* Check for empty needle behavior. */ | return !result || !memmem ("a", 1, 0, 0); | ; | return 0; | } configure:6077: result: no configure:6109: checking for memmem configure:6109: result: yes configure:6156: checking whether NULL can be used in arbitrary expressions configure:6174: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:6174: $? = 0 configure:6181: result: yes configure:6348: checking whether stdint.h conforms to C99 configure:6517: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:6517: $? = 0 configure:6599: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:6599: $? = 0 configure:6599: ./conftest configure:6599: $? = 0 configure:6611: result: yes configure:7044: checking whether btowc is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether wctob is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether mbsinit is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether mbrtowc is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether mbrlen is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether mbsrtowcs is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether mbsnrtowcs is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether wcrtomb is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether wcsrtombs is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether wcsnrtombs is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7044: checking whether wcwidth is declared without a macro configure:7069: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:7069: $? = 0 configure:7077: result: yes configure:7164: checking for a BSD-compatible install configure:7232: result: /usr/bin/install -c configure:7243: checking whether build environment is sane configure:7293: result: yes configure:7434: checking for a thread-safe mkdir -p configure:7473: result: /bin/mkdir -p configure:7487: checking for gawk configure:7514: result: gawk configure:7535: checking for style of include used by make configure:7563: result: GNU configure:7639: checking dependency style of gcc configure:7749: result: gcc3 configure:8151: checking libunwind.h usability configure:8151: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 conftest.c:112:23: error: libunwind.h: No such file or directory configure:8151: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <libunwind.h> configure:8151: result: no configure:8151: checking libunwind.h presence configure:8151: gcc -E conftest.c conftest.c:79:23: error: libunwind.h: No such file or directory configure:8151: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | /* end confdefs.h. */ | #include <libunwind.h> configure:8151: result: no configure:8151: checking for libunwind.h configure:8151: result: no configure:8151: checking libunwind-ia64.h usability configure:8151: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 conftest.c:112:28: error: libunwind-ia64.h: No such file or directory configure:8151: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <libunwind-ia64.h> configure:8151: result: no configure:8151: checking libunwind-ia64.h presence configure:8151: gcc -E conftest.c conftest.c:79:28: error: libunwind-ia64.h: No such file or directory configure:8151: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | /* end confdefs.h. */ | #include <libunwind-ia64.h> configure:8151: result: no configure:8151: checking for libunwind-ia64.h configure:8151: result: no configure:8222: checking for monstartup configure:8222: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:8222: $? = 0 configure:8222: result: yes configure:8222: checking for _mcleanup configure:8222: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:8222: $? = 0 configure:8222: result: yes configure:8232: checking for _etext configure:8250: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:8250: $? = 0 configure:8258: result: yes configure:8265: checking for etext configure:8283: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c >&5 configure:8283: $? = 0 configure:8291: result: yes configure:8403: checking for gawk configure:8430: result: gawk configure:8442: checking whether ln -s works configure:8446: result: yes configure:8456: checking for i686-pc-linux-gnu-ranlib configure:8483: result: ranlib configure:8549: checking for bison configure:8576: result: bison -y configure:8592: checking for i686-pc-linux-gnu-ar configure:8619: result: ar configure:8684: checking for i686-pc-linux-gnu-dlltool configure:8711: result: dlltool configure:8776: checking for i686-pc-linux-gnu-windres configure:8803: result: windres configure:8870: checking for i686-pc-linux-gnu-mig configure:8900: result: no configure:8910: checking for mig configure:8940: result: no configure:8965: checking for main in -lm configure:8984: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lm >&5 configure:8984: $? = 0 configure:8993: result: yes configure:9009: checking for wctype configure:9009: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lm >&5 configure:9009: $? = 0 configure:9009: result: yes configure:9062: checking for library containing gethostbyname configure:9093: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lm >&5 configure:9093: $? = 0 configure:9110: result: none required configure:9120: checking for library containing socketpair configure:9151: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lm >&5 configure:9151: $? = 0 configure:9168: result: none required configure:9190: checking for library containing zlibVersion configure:9221: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lm >&5 /tmp/cccZ0nge.o: In function `main': /home/prom/msnyder/build-7.2/gdb/conftest.c:97: undefined reference to `zlibVersion' collect2: ld returned 1 exit status configure:9221: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char zlibVersion (); | int | main () | { | return zlibVersion (); | ; | return 0; | } configure:9221: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lz -lm >&5 configure:9221: $? = 0 configure:9238: result: -lz configure:9245: checking zlib.h usability configure:9245: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:9245: $? = 0 configure:9245: result: yes configure:9245: checking zlib.h presence configure:9245: gcc -E conftest.c configure:9245: $? = 0 configure:9245: result: yes configure:9245: checking for zlib.h configure:9245: result: yes configure:9264: checking for library containing dlgetmodinfo configure:9295: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lz -lm >&5 /tmp/ccMEHinR.o: In function `main': /home/prom/msnyder/build-7.2/gdb/conftest.c:98: undefined reference to `dlgetmodinfo' collect2: ld returned 1 exit status configure:9295: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 1 | #define HAVE_ZLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlgetmodinfo (); | int | main () | { | return dlgetmodinfo (); | ; | return 0; | } configure:9295: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -ldl -lz -lm >&5 /tmp/cc2dezE3.o: In function `main': /home/prom/msnyder/build-7.2/gdb/conftest.c:98: undefined reference to `dlgetmodinfo' collect2: ld returned 1 exit status configure:9295: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 1 | #define HAVE_ZLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlgetmodinfo (); | int | main () | { | return dlgetmodinfo (); | ; | return 0; | } configure:9295: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lxpdl -lz -lm >&5 /usr/bin/ld: cannot find -lxpdl collect2: ld returned 1 exit status configure:9295: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 1 | #define HAVE_ZLIB_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlgetmodinfo (); | int | main () | { | return dlgetmodinfo (); | ; | return 0; | } configure:9312: result: no configure:9338: checking for iconv configure:9403: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lz -lm >&5 configure:9403: $? = 0 configure:9445: result: yes configure:9469: checking for iconv declaration configure:9498: gcc -c -g -DVMWARE_VMKGDB conftest.c >&5 configure:9498: $? = 0 configure:9509: result: install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:9561: checking for library containing waddstr configure:9592: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lz -lm >&5 /tmp/ccWbWY4s.o: In function `main': /home/prom/msnyder/build-7.2/gdb/conftest.c:100: undefined reference to `waddstr' collect2: ld returned 1 exit status configure:9592: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 1 | #define HAVE_ZLIB_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char waddstr (); | int | main () | { | return waddstr (); | ; | return 0; | } configure:9592: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lncurses -lz -lm >&5 configure:9592: $? = 0 configure:9609: result: -lncurses configure:9667: checking for library containing tgetent configure:9698: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lncurses -lz -lm >&5 configure:9698: $? = 0 configure:9715: result: none required configure:9789: checking whether to use expat configure:9791: result: auto configure:9839: checking for ld used by GCC configure:9902: result: ld configure:9909: checking if the linker (ld) is GNU ld GNU ld version 2.17.50.0.6-2.el5 20061020 configure:9921: result: yes configure:9927: checking for shared library run path origin configure:9940: result: done configure:10367: checking for libexpat configure:10386: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lncurses -lz -lm -lexpat >&5 configure:10386: $? = 0 configure:10396: result: yes configure:10403: checking how to link with libexpat configure:10405: result: -lexpat configure:10431: checking for XML_StopParser configure:10431: gcc -o conftest -g -DVMWARE_VMKGDB -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lncurses -lz -lm -lexpat >&5 configure:10431: $? = 0 configure:10431: result: yes configure:10456: checking whether to use python configure:10458: result: /build/toolchain/lin32/python-2.5 configure:10664: checking for python2.5 configure:10682: gcc -o conftest -g -DVMWARE_VMKGDB -I/build/toolchain/lin32/python-2.5/include -I/build/toolchain/lin32/python-2.5/include -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib conftest.c -lncurses -lz -lm -L/build/toolchain/lin32/python-2.5/lib/python2.5/config -lpthread -ldl -lutil -lm -lpython2.5 >&5 /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(posixmodule.o): In function `posix_tmpnam': /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/posixmodule.c:6718: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(posixmodule.o): In function `posix_tempnam': /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/posixmodule.c:6673: warning: the use of `tempnam' is dangerous, better use `mkstemp' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(tokenizer.o): In function `get_coding_spec': /local/toolchain/main/src/python-2.5/Python-2.5/Parser/tokenizer.c:232: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(tokenizer.o): In function `tolower': /usr/include/ctype.h:170: undefined reference to `__ctype_tolower' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(tokenizer.o): In function `tok_get': /local/toolchain/main/src/python-2.5/Python-2.5/Parser/tokenizer.c:1262: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Parser/tokenizer.c:1280: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Parser/tokenizer.c:1280: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Parser/tokenizer.c:1303: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Parser/tokenizer.c:1365: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(tokenizer.o):/local/toolchain/main/src/python-2.5/Python-2.5/Parser/tokenizer.c:1375: more undefined references to `__ctype_b' follow /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `string_upper': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:2168: undefined reference to `__ctype_toupper' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `string_lower': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:2134: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:2135: undefined reference to `__ctype_tolower' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `do_strip': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:1996: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:2005: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `rsplit_whitespace': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:1589: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:1598: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `split_whitespace': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:1383: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o):/local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:1386: more undefined references to `__ctype_b' follow /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `tolower': /usr/include/ctype.h:170: undefined reference to `__ctype_tolower' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `toupper': /usr/include/ctype.h:176: undefined reference to `__ctype_toupper' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `PyString_Format': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:4559: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:4594: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `string_swapcase': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:2308: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `toupper': /usr/include/ctype.h:176: undefined reference to `__ctype_toupper' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `tolower': /usr/include/ctype.h:170: undefined reference to `__ctype_tolower' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `string_title': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/stringobject.c:2194: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `tolower': /usr/include/ctype.h:170: undefined reference to `__ctype_tolower' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(stringobject.o): In function `toupper': /usr/include/ctype.h:176: undefined reference to `__ctype_toupper' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(typeobject.o): In function `valid_identifier': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/typeobject.c:1550: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(unicodeobject.o): In function `PyUnicode_EncodeUTF7': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/unicodeobject.c:1125: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Objects/unicodeobject.c:1146: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(unicodeobject.o): In function `PyUnicodeUCS4_DecodeRawUnicodeEscape': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/unicodeobject.c:2251: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(unicodeobject.o): In function `PyUnicode_DecodeUTF7': /local/toolchain/main/src/python-2.5/Python-2.5/Objects/unicodeobject.c:976: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(unicodeobject.o):/local/toolchain/main/src/python-2.5/Python-2.5/Objects/unicodeobject.c:1875: more undefined references to `__ctype_b' follow /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(codecs.o): In function `tolower': /usr/include/ctype.h:170: undefined reference to `__ctype_tolower' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(getargs.o): In function `converttuple': /local/toolchain/main/src/python-2.5/Python-2.5/Python/getargs.c:417: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(getargs.o): In function `vgetargskeywords': /local/toolchain/main/src/python-2.5/Python-2.5/Python/getargs.c:1381: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(getargs.o): In function `vgetargs1': /local/toolchain/main/src/python-2.5/Python-2.5/Python/getargs.c:234: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/Python/getargs.c:324: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(mystrtoul.o): In function `PyOS_strtoul': /local/toolchain/main/src/python-2.5/Python-2.5/Python/mystrtoul.c:110: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(mystrtoul.o):/local/toolchain/main/src/python-2.5/Python-2.5/Python/mystrtoul.c:213: more undefined references to `__ctype_b' follow /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(_sre.o): In function `tolower': /usr/include/ctype.h:170: undefined reference to `__ctype_tolower' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(_sre.o): In function `sre_category': /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/_sre.c:212: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/_sre.c:210: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(_sre.o): In function `tolower': /usr/include/ctype.h:170: undefined reference to `__ctype_tolower' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(_sre.o): In function `sre_uat': /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/_sre.c:394: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/_sre.c:396: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/_sre.c:385: undefined reference to `__ctype_b' /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/_sre.c:387: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(_sre.o): In function `sre_at': /local/toolchain/main/src/python-2.5/Python-2.5/./Modules/_sre.c:394: undefined reference to `__ctype_b' /build/toolchain/lin32/python-2.5/lib/python2.5/config/libpython2.5.a(_sre.o):/local/toolchain/main/src/python-2.5/Python-2.5/./Modules/_sre.c:396: more undefined references to `__ctype_b' follow collect2: ld returned 1 exit status configure:10682: $? = 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 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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define ENABLE_NLS 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMMEM 1 | #define HAVE_MEMMEM 1 | #define HAVE_WCHAR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define restrict __restrict | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_WINT_T 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MEMMEM 1 | #define GNULIB_TEST_MEMMEM 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define PACKAGE "gdb" | #define DEBUGDIR "/usr/local/lib/debug" | #define DEBUGDIR_RELOCATABLE 1 | #define GDB_DATADIR "/usr/local/share/gdb" | #define GDB_DATADIR_RELOCATABLE 1 | #define DEFAULT_BFD_ARCH bfd_i386_arch | #define DEFAULT_BFD_VEC bfd_elf32_i386_vec | #define HAVE_MONSTARTUP 1 | #define HAVE__MCLEANUP 1 | #define HAVE__ETEXT 1 | #define HAVE_ETEXT 1 | #define PKGVERSION "(GDB) " | #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" | #define HAVE_LIBM 1 | #define HAVE_ZLIB_H 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBEXPAT 1 | #define HAVE_XML_STOPPARSER 1 | /* end confdefs.h. */ | #include "python2.5/Python.h" | int | main () | { | Py_Initialize (); | ; | return 0; | } configure:10690: result: no configure:10842: error: no usable python found at /build/toolchain/lin32/python-2.5 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_restrict=__restrict ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-g -DVMWARE_VMKGDB' 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=' -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_YACC_set=set ac_cv_env_YACC_value='bison -y' ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_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_XML_StopParser=yes ac_cv_func__mcleanup=yes ac_cv_func_memchr=yes ac_cv_func_memmem=yes ac_cv_func_mmap=yes ac_cv_func_monstartup=yes ac_cv_func_mprotect=yes ac_cv_func_wctype=yes ac_cv_have_decl_btowc=yes ac_cv_have_decl_mbrlen=yes ac_cv_have_decl_mbrtowc=yes ac_cv_have_decl_mbsinit=yes ac_cv_have_decl_mbsnrtowcs=yes ac_cv_have_decl_mbsrtowcs=yes ac_cv_have_decl_memmem=yes ac_cv_have_decl_mempcpy=yes ac_cv_have_decl_memrchr=yes ac_cv_have_decl_rawmemchr=yes ac_cv_have_decl_stpcpy=yes ac_cv_have_decl_stpncpy=yes ac_cv_have_decl_strcasestr=yes ac_cv_have_decl_strchrnul=yes ac_cv_have_decl_strdup=yes ac_cv_have_decl_strncat=yes ac_cv_have_decl_strndup=yes ac_cv_have_decl_strnlen=yes ac_cv_have_decl_strpbrk=yes ac_cv_have_decl_strsep=yes ac_cv_have_decl_strsignal=yes ac_cv_have_decl_strtok_r=yes ac_cv_have_decl_strverscmp=yes ac_cv_have_decl_wcrtomb=yes ac_cv_have_decl_wcsnrtombs=yes ac_cv_have_decl_wcsrtombs=yes ac_cv_have_decl_wctob=yes ac_cv_have_decl_wcwidth=yes ac_cv_header_inttypes_h=yes ac_cv_header_libunwind_h=no ac_cv_header_libunwind_ia64_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_header_zlib_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_m_main=yes ac_cv_libexpat=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=gcc ac_cv_prog_CPP='gcc -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_MAKE=make ac_cv_prog_RANLIB=ranlib ac_cv_prog_WINDRES=windres ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_dlgetmodinfo=no ac_cv_search_gethostbyname='none required' ac_cv_search_socketpair='none required' ac_cv_search_tgetent='none required' ac_cv_search_waddstr=-lncurses ac_cv_search_zlibVersion=-lz ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_target=i686-pc-linux-gnu ac_cv_type_long_long_int=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_var__etext=yes ac_cv_var_etext=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_build_libiconv_path= am_cv_func_iconv=yes am_cv_lib_iconv=no am_cv_prog_cc_stdc= am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= am_cv_use_build_libiconv=no gl_cv_c_multiarch=no gl_cv_decl_null_works=yes gl_cv_func_memchr_works=yes gl_cv_func_memmem_works=no gl_cv_have_include_next=yes gl_cv_have_raw_decl_btowc=yes gl_cv_have_raw_decl_mbrlen=yes gl_cv_have_raw_decl_mbrtowc=yes gl_cv_have_raw_decl_mbsinit=yes gl_cv_have_raw_decl_mbsnrtowcs=yes gl_cv_have_raw_decl_mbsrtowcs=yes gl_cv_have_raw_decl_memmem=yes gl_cv_have_raw_decl_mempcpy=yes gl_cv_have_raw_decl_memrchr=yes gl_cv_have_raw_decl_rawmemchr=yes gl_cv_have_raw_decl_stpcpy=yes gl_cv_have_raw_decl_stpncpy=yes gl_cv_have_raw_decl_strcasestr=yes gl_cv_have_raw_decl_strchrnul=yes gl_cv_have_raw_decl_strdup=yes gl_cv_have_raw_decl_strncat=yes gl_cv_have_raw_decl_strndup=yes gl_cv_have_raw_decl_strnlen=yes gl_cv_have_raw_decl_strpbrk=yes gl_cv_have_raw_decl_strsep=yes gl_cv_have_raw_decl_strsignal=yes gl_cv_have_raw_decl_strtok_r=yes gl_cv_have_raw_decl_strverscmp=yes gl_cv_have_raw_decl_wcrtomb=yes gl_cv_have_raw_decl_wcsnrtombs=yes gl_cv_have_raw_decl_wcsrtombs=yes gl_cv_have_raw_decl_wctob=yes gl_cv_have_raw_decl_wcwidth=yes gl_cv_header_wchar_h_correct_inline=yes gl_cv_header_working_stdint_h=yes gl_cv_next_stdint_h='<stdint.h>' gl_cv_next_string_h='<string.h>' gl_cv_next_wchar_h='<wchar.h>' gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/prom/msnyder/src-7.2/missing --run aclocal-1.11' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/prom/msnyder/src-7.2/missing --run tar' APPLE_UNIVERSAL_BUILD='0' AR='ar' AUTOCONF='${SHELL} /home/prom/msnyder/src-7.2/missing --run autoconf' AUTOHEADER='${SHELL} /home/prom/msnyder/src-7.2/missing --run autoheader' AUTOMAKE='${SHELL} /home/prom/msnyder/src-7.2/missing --run automake-1.11' AWK='gawk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' CATALOGS='' CATOBJEXT='.gmo' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -DVMWARE_VMKGDB' CONFIG_ALL=' all-po all-tui' CONFIG_CLEAN=' clean-po clean-tui' CONFIG_DEPS=' $(SUBDIR_CLI_DEPS) $(SUBDIR_MI_DEPS) $(SUBDIR_TUI_DEPS)' CONFIG_INSTALL=' install-po install-tui' CONFIG_LDFLAGS='' CONFIG_OBS=' $(SUBDIR_CLI_OBS) $(SUBDIR_MI_OBS) $(SUBDIR_TUI_OBS)' CONFIG_SRCS=' $(SUBDIR_CLI_SRCS) $(SUBDIR_MI_SRCS) $(SUBDIR_TUI_SRCS)' CONFIG_UNINSTALL=' uninstall-po uninstall-tui' CPP='gcc -E' CPPFLAGS=' ' CYGPATH_W='echo' DATADIRNAME='share' DEBUGDIR='${exec_prefix}/lib/debug' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_CFLAGS=' $(SUBDIR_CLI_CFLAGS) $(SUBDIR_MI_CFLAGS) $(SUBDIR_TUI_CFLAGS)' EXEEXT='' GDBTKLIBS='' GDBTK_CFLAGS='' GDBTK_SRC_DIR='' GDB_DATADIR='${datarootdir}/gdb' GDB_NM_FILE='' GENCAT='gencat' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='#' GMAKE_FALSE='#' GMAKE_TRUE='' GMSGFMT='/usr/bin/msgfmt' GNULIB_BTOWC='0' GNULIB_MBRLEN='0' GNULIB_MBRTOWC='0' GNULIB_MBSCASECMP='0' GNULIB_MBSCASESTR='0' GNULIB_MBSCHR='0' GNULIB_MBSCSPN='0' GNULIB_MBSINIT='0' GNULIB_MBSLEN='0' GNULIB_MBSNCASECMP='0' GNULIB_MBSNLEN='0' GNULIB_MBSNRTOWCS='0' GNULIB_MBSPBRK='0' GNULIB_MBSPCASECMP='0' GNULIB_MBSRCHR='0' GNULIB_MBSRTOWCS='0' GNULIB_MBSSEP='0' GNULIB_MBSSPN='0' GNULIB_MBSSTR='0' GNULIB_MBSTOK_R='0' GNULIB_MEMCHR='1' GNULIB_MEMMEM='1' GNULIB_MEMPCPY='0' GNULIB_MEMRCHR='0' GNULIB_RAWMEMCHR='0' GNULIB_STDINT_H='' GNULIB_STPCPY='0' GNULIB_STPNCPY='0' GNULIB_STRCASESTR='0' GNULIB_STRCHRNUL='0' GNULIB_STRDUP='0' GNULIB_STRERROR='0' GNULIB_STRNCAT='0' GNULIB_STRNDUP='0' GNULIB_STRNLEN='0' GNULIB_STRPBRK='0' GNULIB_STRSEP='0' GNULIB_STRSIGNAL='0' GNULIB_STRSTR='0' GNULIB_STRTOK_R='0' GNULIB_STRVERSCMP='0' GNULIB_WCRTOMB='0' GNULIB_WCSNRTOMBS='0' GNULIB_WCSRTOMBS='0' GNULIB_WCTOB='0' GNULIB_WCWIDTH='0' GREP='/bin/grep' GUI_CFLAGS_X='' HAVE_BTOWC='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRNDUP='1' HAVE_DECL_STRNLEN='1' HAVE_DECL_STRSIGNAL='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_WCTOB='1' HAVE_DECL_WCWIDTH='1' HAVE_INTTYPES_H='1' HAVE_LIBEXPAT='yes' HAVE_LONG_LONG_INT='1' HAVE_MBRLEN='1' HAVE_MBRTOWC='1' HAVE_MBSINIT='1' HAVE_MBSLEN='0' HAVE_MBSNRTOWCS='1' HAVE_MBSRTOWCS='1' HAVE_MEMCHR='1' HAVE_MEMPCPY='1' HAVE_RAWMEMCHR='1' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRPBRK='1' HAVE_STRSEP='1' HAVE_STRVERSCMP='1' HAVE_SYS_BITYPES_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_TYPES_H='1' HAVE_UNSIGNED_LONG_LONG_INT='1' HAVE_WCHAR_H='1' HAVE_WCHAR_T='1' HAVE_WCRTOMB='1' HAVE_WCSNRTOMBS='1' HAVE_WCSRTOMBS='1' HAVE_WINT_T='1' INCINTL='' INCLUDE_NEXT='include_next' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' INSTALL_DATA='/usr/bin/install -c -m 644' INSTALL_PROGRAM='/usr/bin/install -c' INSTALL_SCRIPT='/usr/bin/install -c' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='.mo' LDFLAGS=' -Wl,-R/build/toolchain/lin32/ncurses-5.5/lib -Wl,-R/build/toolchain/lin32/expat-1.95.8/lib -Wl,-R/build/toolchain/lin32/python-2.5/lib -Wl,-R/build/toolchain/lin32/zlib-1.2.3-3/lib' LIBEXPAT='-lexpat' LIBGNU_LIBDEPS='' LIBGNU_LTLIBDEPS='' LIBGUI='' LIBINTL='' LIBINTL_DEP='' LIBOBJS='' LIBS='-lncurses -lz -lm ' LN_S='ln -s' LTLIBEXPAT='-lexpat' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKE='make' MAKEINFO='makeinfo --split-size=5000000' MIG='' MKDIR_P='/bin/mkdir -p' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>' NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>' NEXT_STDDEF_H='' NEXT_STDINT_H='<stdint.h>' NEXT_STRING_H='<string.h>' NEXT_WCHAR_H='<wchar.h>' OBJEXT='o' PACKAGE='gdb' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKGVERSION='(GDB) ' POSUB='po' PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' PROFILE_CFLAGS='' PTRDIFF_T_SUFFIX='' PYTHON_CFLAGS='' RANLIB='ranlib' RDYNAMIC='' READLINE='$(READLINE_DIR)/libreadline.a' READLINE_CFLAGS='-I$(READLINE_SRC)/..' READLINE_DEPS='$(READLINE)' REPLACE_BTOWC='0' REPLACE_MBRLEN='0' REPLACE_MBRTOWC='0' REPLACE_MBSINIT='0' REPLACE_MBSNRTOWCS='0' REPLACE_MBSRTOWCS='0' REPLACE_MBSTATE_T='0' REPLACE_MEMCHR='0' REPLACE_MEMMEM='1' REPLACE_NULL='0' REPLACE_STPNCPY='0' REPLACE_STRCASESTR='0' REPLACE_STRDUP='0' REPLACE_STRERROR='0' REPLACE_STRNCAT='0' REPLACE_STRNDUP='0' REPLACE_STRNLEN='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='0' REPLACE_STRTOK_R='0' REPLACE_WCRTOMB='0' REPLACE_WCSNRTOMBS='0' REPLACE_WCSRTOMBS='0' REPLACE_WCTOB='0' REPLACE_WCWIDTH='0' REPORT_BUGS_TEXI='@uref{http://www.gnu.org/software/gdb/bugs/}' REPORT_BUGS_TO='<http://www.gnu.org/software/gdb/bugs/>' SER_HARDWIRE='' SET_MAKE='' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIM='' SIM_OBS='' SIZE_T_SUFFIX='' STDDEF_H='' STDINT_H='' STRIP='' SYSTEM_GDBINIT='' TARGET_OBS=' amd64-tdep.o amd64-linux-tdep.o i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o solib.o solib-svr4.o symfile-mem.o corelow.o linux-tdep.o linux-record.o' TARGET_SYSTEM_ROOT='' TARGET_SYSTEM_ROOT_DEFINE='' TCL_BIN_DIR='' TCL_DEPS='' TCL_INCLUDE='' TCL_LIBRARY='' TCL_LIB_FILE='' TCL_LIB_FLAG='' TCL_LIB_SPEC='' TCL_PATCH_LEVEL='' TCL_SRC_DIR='' TCL_STUB_LIB_FILE='' TCL_STUB_LIB_FLAG='' TCL_STUB_LIB_SPEC='' TCL_VERSION='' TK_BIN_DIR='' TK_DEPS='' TK_INCLUDE='' TK_LIBRARY='' TK_LIB_FILE='' TK_LIB_FLAG='' TK_LIB_SPEC='' TK_SRC_DIR='' TK_STUB_LIB_FILE='' TK_STUB_LIB_FLAG='' TK_STUB_LIB_SPEC='' TK_VERSION='' TK_XINCLUDES='' UNDEFINE_STRTOK_R='0' USE_NLS='yes' VERSION='UNUSED-VERSION' WARN_CFLAGS='' WCHAR_T_SUFFIX='' WERROR_CFLAGS='' WIN32LDAPP='' WIN32LIBS='' WINDRES='windres' WINT_T_SUFFIX='' XGETTEXT='/usr/bin/xgettext' XMKMF='' X_CFLAGS='' X_LDFLAGS='' X_LIBS='' YACC='bison -y' YFLAGS='' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' 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}' frags='' gl_LIBOBJS=' memmem.o' gl_LTLIBOBJS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='IN__GNULIB_TESTS' 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' install_sh='${SHELL} /home/prom/msnyder/src-7.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datadir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,y,y,' psdir='${docdir}' python_prog_path='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' doc testsuite' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='i686-pc-linux-gnu' target_cpu='i686' target_os='linux-gnu' target_subdir='' target_vendor='pc' ## ------------------- ## ## File substitutions. ## ## ------------------- ## host_makefile_frag='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define _FILE_OFFSET_BITS 64 #define ENABLE_NLS 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_WCHAR_H 1 #define HAVE_STRING_H 1 #define HAVE_MPROTECT 1 #define HAVE_MEMCHR 1 #define HAVE_MAP_ANONYMOUS 1 #define HAVE_DECL_MEMMEM 1 #define HAVE_MEMMEM 1 #define HAVE_WCHAR_T 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define restrict __restrict #define HAVE_RAW_DECL_MEMMEM 1 #define HAVE_RAW_DECL_MEMPCPY 1 #define HAVE_RAW_DECL_MEMRCHR 1 #define HAVE_RAW_DECL_RAWMEMCHR 1 #define HAVE_RAW_DECL_STPCPY 1 #define HAVE_RAW_DECL_STPNCPY 1 #define HAVE_RAW_DECL_STRCHRNUL 1 #define HAVE_RAW_DECL_STRDUP 1 #define HAVE_RAW_DECL_STRNCAT 1 #define HAVE_RAW_DECL_STRNDUP 1 #define HAVE_RAW_DECL_STRNLEN 1 #define HAVE_RAW_DECL_STRPBRK 1 #define HAVE_RAW_DECL_STRSEP 1 #define HAVE_RAW_DECL_STRCASESTR 1 #define HAVE_RAW_DECL_STRTOK_R 1 #define HAVE_RAW_DECL_STRSIGNAL 1 #define HAVE_RAW_DECL_STRVERSCMP 1 #define HAVE_WINT_T 1 #define GNULIB_TEST_MEMCHR 1 #define HAVE_MEMMEM 1 #define GNULIB_TEST_MEMMEM 1 #define HAVE_RAW_DECL_BTOWC 1 #define HAVE_RAW_DECL_WCTOB 1 #define HAVE_RAW_DECL_MBSINIT 1 #define HAVE_RAW_DECL_MBRTOWC 1 #define HAVE_RAW_DECL_MBRLEN 1 #define HAVE_RAW_DECL_MBSRTOWCS 1 #define HAVE_RAW_DECL_MBSNRTOWCS 1 #define HAVE_RAW_DECL_WCRTOMB 1 #define HAVE_RAW_DECL_WCSRTOMBS 1 #define HAVE_RAW_DECL_WCSNRTOMBS 1 #define HAVE_RAW_DECL_WCWIDTH 1 #define PACKAGE "gdb" #define DEBUGDIR "/usr/local/lib/debug" #define DEBUGDIR_RELOCATABLE 1 #define GDB_DATADIR "/usr/local/share/gdb" #define GDB_DATADIR_RELOCATABLE 1 #define DEFAULT_BFD_ARCH bfd_i386_arch #define DEFAULT_BFD_VEC bfd_elf32_i386_vec #define HAVE_MONSTARTUP 1 #define HAVE__MCLEANUP 1 #define HAVE__ETEXT 1 #define HAVE_ETEXT 1 #define PKGVERSION "(GDB) " #define REPORT_BUGS_TO "<http://www.gnu.org/software/gdb/bugs/>" #define HAVE_LIBM 1 #define HAVE_ZLIB_H 1 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_LIBEXPAT 1 #define HAVE_XML_STOPPARSER 1 configure: exit 1
--- End Message ---
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |