From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8742 invoked by alias); 28 Jul 2007 20:57:21 -0000 Received: (qmail 8651 invoked by uid 22791); 28 Jul 2007 20:57:17 -0000 X-Spam-Check-By: sourceware.org Received: from sj-iport-3-in.cisco.com (HELO sj-iport-3.cisco.com) (171.71.176.72) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Jul 2007 20:57:09 +0000 Received: from sj-dkim-4.cisco.com ([171.71.179.196]) by sj-iport-3.cisco.com with ESMTP; 28 Jul 2007 13:57:08 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CALdKq0arR7PE/2dsb2JhbAA X-IronPort-AV: i="4.19,194,1183359600"; d="scan'208"; a="508056367:sNHT70590036" Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-4.cisco.com (8.12.11/8.12.11) with ESMTP id l6SKv7Hl017908 for ; Sat, 28 Jul 2007 13:57:07 -0700 Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id l6SKv76C009908 for ; Sat, 28 Jul 2007 20:57:07 GMT Received: from xmb-sjc-237.amer.cisco.com ([128.107.191.123]) by xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 28 Jul 2007 13:57:07 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Gdb server compilation issue Date: Sat, 28 Jul 2007 21:14:00 -0000 Message-ID: <27801B4D04E7CA45825B0E0CE60FE10A043CC477@xmb-sjc-237.amer.cisco.com> In-Reply-To: <1185467346.25450.ezmlm@sourceware.org> References: <1185467346.25450.ezmlm@sourceware.org> From: "Ratin Rahman \(mratin\)" To: Authentication-Results: sj-dkim-4; header.From=mratin@cisco.com; dkim=pass ( sig from cisco.com/sjdkim4002 verified; ); Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00200.txt.bz2 =20 Trying to compile gdbserver for mips32 processor. I created a folder outsid= e the gdb directory chain And issued this config command: ../gdb-6.6/gdb/gdbserver/configure --host=3Dmipsel-linux-gnu --target=3Dmip= sel-linux-gnu --build=3Di386-linux-gnu My mipsel-linux-gnu-gcc version is 4.1.2 and glibc version 2.3.3, binutils= 2.17.=20 Upon doing a make, following error message come up (at the end)=20=20 ../gdb-6.6/gdb/gdbserver/remote-utils.c: In function =E2prepare_resume_repl= y=E2: ../gdb-6.6/gdb/gdbserver/remote-utils.c:848: warning: value computed is not= used ../gdb-6.6/gdb/gdbserver/remote-utils.c: In function =E2look_up_one_symbol= =E2: ../gdb-6.6/gdb/gdbserver/remote-utils.c:1003: warning: value computed is no= t used mipsel-linux-gnu-gcc -c -Wall -g -O2 -I. -I../gdb-6.6/gdb/gdbserver -I..= /gdb-6.6/gdb/gdbserver/../regformats -I../gdb-6.6/gdb/gdbserver/../../inclu= de -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserve= r/server.c ../gdb-6.6/gdb/gdbserver/server.c: In function =E2handle_v_requests=E2: ../gdb-6.6/gdb/gdbserver/server.c:448: warning: value computed is not used mipsel-linux-gnu-gcc -c -Wall -g -O2 -I. -I../gdb-6.6/gdb/gdbserver -I.= ./gdb-6.6/gdb/gdbserver/../regformats -I../gdb-6.6/gdb/gdbserver/../../incl= ude -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserv= er/../signals/signals.c -DGDBSERVER mipsel-linux-gnu-gcc -c -Wall -g -O2 -I. -I../gdb-6.6/gdb/gdbserver -I..= /gdb-6.6/gdb/gdbserver/../regformats -I../gdb-6.6/gdb/gdbserver/../../inclu= de -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserve= r/target.c mipsel-linux-gnu-gcc -c -Wall -g -O2 -I. -I../gdb-6.6/gdb/gdbserver -I..= /gdb-6.6/gdb/gdbserver/../regformats -I../gdb-6.6/gdb/gdbserver/../../inclu= de -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserve= r/utils.c rm -f version.c-tmp version.c echo '#include "server.h"' >> version.c-tmp echo 'const char version[] =3D "'"`sed q ../gdb-6.6/gdb/gdbserver/../versio= n.in`"'";' >> version.c-tmp echo 'const char host_name[] =3D "mipsel-linux-gnu";' >> version.c-tmp mv version.c-tmp version.c mipsel-linux-gnu-gcc -c -Wall -g -O2 -I. -I../gdb-6.6/gdb/gdbserver -I..= /gdb-6.6/gdb/gdbserver/../regformats -I../gdb-6.6/gdb/gdbserver/../../inclu= de -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd version.c mipsel-linux-gnu-gcc -c -Wall -g -O2 -I. -I../gdb-6.6/gdb/gdbserver -I..= /gdb-6.6/gdb/gdbserver/../regformats -I../gdb-6.6/gdb/gdbserver/../../inclu= de -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserve= r/mem-break.c sh ../gdb-6.6/gdb/gdbserver/../regformats/regdat.sh ../gdb-6.6/gdb/gdbserve= r/../regformats/reg-mips.dat reg-mips.c reg-mips.c updated. mipsel-linux-gnu-gcc -c -Wall -g -O2 -I. -I../gdb-6.6/gdb/gdbserver -I..= /gdb-6.6/gdb/gdbserver/../regformats -I../gdb-6.6/gdb/gdbserver/../../inclu= de -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd reg-mips.c mipsel-linux-gnu-gcc -c -Wall -g -O2 -I. -I../gdb-6.6/gdb/gdbserver -I.= ./gdb-6.6/gdb/gdbserver/../regformats -I../gdb-6.6/gdb/gdbserver/../../incl= ude -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserv= er/linux-low.c -DUSE_THREAD_DB In file included from ../gdb-6.6/gdb/gdbserver/linux-low.c:30: /opt2.6/crosstool/bin/../lib/gcc/mipsel-linux-gnu/4.1.2/../../../../mipsel-= linux-gnu/sys-include/sys/ptrace.h:33: error: expected identifier before nu= meric constant ../gdb-6.6/gdb/gdbserver/linux-low.c: In function =E2kill_lwp=E2: ../gdb-6.6/gdb/gdbserver/linux-low.c:760: warning: unused variable =E2tkill= _failed=E2 ../gdb-6.6/gdb/gdbserver/linux-low.c: In function =E2fetch_register=E2: ../gdb-6.6/gdb/gdbserver/linux-low.c:1153: error: =E2PTRACE_PEEKUSER=E2 und= eclared (first use in this function) ../gdb-6.6/gdb/gdbserver/linux-low.c:1153: error: (Each undeclared identifi= er is reported only once ../gdb-6.6/gdb/gdbserver/linux-low.c:1153: error: for each function it appe= ars in.) ../gdb-6.6/gdb/gdbserver/linux-low.c: In function =E2usr_store_inferior_reg= isters=E2: ../gdb-6.6/gdb/gdbserver/linux-low.c:1222: error: =E2PTRACE_POKEUSER=E2 und= eclared (first use in this function) =3D=3D=3Dmake output =3D=3D=3D=3D=3D=3D The enum used in the file mipsel-linux-gnu/sys-include/sys/ptrace.h looks p= retty normal, its=20 /* Type of the REQUEST argument to `ptrace.' */ enum __ptrace_request { /* Indicate that the process making this request should be traced. All signals received by this process can be intercepted by its parent, and its parent can use the other `ptrace' requests. */ PTRACE_TRACEME =3D 0, <=3D=3D=3D=3D=3D this is line 33 #define PT_TRACE_ME PTRACE_TRACEME Any body have any suggestions? Thanks in advance. Ratin Here is the config log:=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ../gdb-6.6/gdb/gdbserver/configure --host=3Dmipsel-linux-gnu --target= =3Dmipsel-linux-gnu --build=3Di386-linux-gnu ## --------- ## ## Platform. ## ## --------- ## hostname =3D Clearnet uname -m =3D i686 uname -r =3D 2.6.11.8FlgStf_fix uname -s =3D Linux uname -v =3D #8 Mon Jun 26 08:31:55 GMT 2006 /usr/bin/uname -p =3D unknown /bin/uname -X =3D unknown /bin/arch =3D i686 /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /home/ratin/bin PATH: /usr/sbin PATH: /opt/crosstool/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1308: checking for mipsel-linux-gnu-gcc configure:1324: found /opt/crosstool/bin//mipsel-linux-gnu-gcc configure:1334: result: mipsel-linux-gnu-gcc configure:1616: checking for C compiler version configure:1619: mipsel-linux-gnu-gcc --version &5 mipsel-linux-gnu-gcc (GCC) 4.1.2 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:1622: $? =3D 0 configure:1624: mipsel-linux-gnu-gcc -v &5 Using built-in specs. Target: mipsel-linux-gnu Configured with: ../gcc-4.1.2/configure --target=3Dmipsel-linux-gnu --prefi= x=3D/opt/crosstool --enable-shared --with-gnu-as=3D/opt/crosstool/bin/mipse= l-linux-gnu-as --with-gnu-ld=3D/opt/crosstool/bin/mipsel-linux-gnu-ld --ena= ble-threads=3Dposix --with-dwarf2 --with-headers=3D/opt/mipseltools/mipsel-= linux/sys-include/ --with-libs=3D/opt/mipseltools/mipsel-linux/lib/ --with-= build-time-tools=3D/opt/crosstool/bin/ Thread model: posix gcc version 4.1.2 configure:1627: $? =3D 0 configure:1629: mipsel-linux-gnu-gcc -V &5 mipsel-linux-gnu-gcc: '-V' option must have argument configure:1632: $? =3D 1 configure:1655: checking for C compiler default output file name configure:1658: mipsel-linux-gnu-gcc conftest.c >&5 configure:1661: $? =3D 0 configure:1707: result: a.out configure:1712: checking whether the C compiler works configure:1738: result: yes configure:1745: checking whether we are cross compiling configure:1747: result: yes configure:1750: checking for suffix of executables configure:1752: mipsel-linux-gnu-gcc -o conftest conftest.c >&5 configure:1755: $? =3D 0 configure:1780: result:=20 configure:1786: checking for suffix of object files configure:1807: mipsel-linux-gnu-gcc -c conftest.c >&5 configure:1810: $? =3D 0 configure:1832: result: o configure:1836: checking whether we are using the GNU C compiler configure:1860: mipsel-linux-gnu-gcc -c conftest.c >&5 configure:1866: $? =3D 0 configure:1870: test -z=20 || test ! -s conftest.err configure:1873: $? =3D 0 configure:1876: test -s conftest.o configure:1879: $? =3D 0 configure:1892: result: yes configure:1898: checking whether mipsel-linux-gnu-gcc accepts -g configure:1919: mipsel-linux-gnu-gcc -c -g conftest.c >&5 configure:1925: $? =3D 0 configure:1929: test -z=20 || test ! -s conftest.err configure:1932: $? =3D 0 configure:1935: test -s conftest.o configure:1938: $? =3D 0 configure:1949: result: yes configure:1966: checking for mipsel-linux-gnu-gcc option to accept ANSI C configure:2036: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2042: $? =3D 0 configure:2046: test -z=20 || test ! -s conftest.err configure:2049: $? =3D 0 configure:2052: test -s conftest.o configure:2055: $? =3D 0 configure:2073: result: none needed configure:2091: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=3D', ',', ';', 'asm' or '__attribute__' bef= ore 'me' configure:2097: $? =3D 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2262: checking build system type configure:2280: result: i386-pc-linux-gnu configure:2288: checking host system type configure:2302: result: mipsel-unknown-linux-gnu configure:2310: checking target system type configure:2324: result: mipsel-unknown-linux-gnu configure:2352: checking for a BSD-compatible install configure:2407: result: /usr/bin/install -c configure:2439: checking how to run the C preprocessor configure:2474: mipsel-linux-gnu-gcc -E conftest.c configure:2480: $? =3D 0 configure:2512: mipsel-linux-gnu-gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:2518: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2557: result: mipsel-linux-gnu-gcc -E configure:2581: mipsel-linux-gnu-gcc -E conftest.c configure:2587: $? =3D 0 configure:2619: mipsel-linux-gnu-gcc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:2625: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2669: checking for egrep configure:2679: result: grep -E configure:2684: checking for ANSI C header files configure:2709: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2715: $? =3D 0 configure:2719: test -z=20 || test ! -s conftest.err configure:2722: $? =3D 0 configure:2725: test -s conftest.o configure:2728: $? =3D 0 configure:2840: result: yes configure:2865: checking for sys/types.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2865: checking for sys/stat.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2865: checking for stdlib.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2865: checking for string.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2865: checking for memory.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2865: checking for strings.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2865: checking for inttypes.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2865: checking for stdint.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2865: checking for unistd.h configure:2881: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2887: $? =3D 0 configure:2891: test -z=20 || test ! -s conftest.err configure:2894: $? =3D 0 configure:2897: test -s conftest.o configure:2900: $? =3D 0 configure:2911: result: yes configure:2955: checking sgtty.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking sgtty.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for sgtty.h configure:3078: result: yes configure:2955: checking termio.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking termio.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for termio.h configure:3078: result: yes configure:2955: checking termios.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking termios.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for termios.h configure:3078: result: yes configure:2955: checking sys/reg.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:56:21: error: sys/reg.h: No such file or directory configure:2973: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:2996: result: no configure:3000: checking sys/reg.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c conftest.c:22:21: error: sys/reg.h: No such file or directory configure:3016: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include configure:3036: result: no configure:3071: checking for sys/reg.h configure:3078: result: no configure:2946: checking for string.h configure:2951: result: yes configure:2955: checking proc_service.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:57:26: error: proc_service.h: No such file or directory configure:2973: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:2996: result: no configure:3000: checking proc_service.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c conftest.c:23:26: error: proc_service.h: No such file or directory configure:3016: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include configure:3036: result: no configure:3071: checking for proc_service.h configure:3078: result: no configure:2955: checking sys/procfs.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking sys/procfs.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for sys/procfs.h configure:3078: result: yes configure:2955: checking thread_db.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking thread_db.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for thread_db.h configure:3078: result: yes configure:2955: checking linux/elf.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking linux/elf.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for linux/elf.h configure:3078: result: yes configure:2946: checking for stdlib.h configure:2951: result: yes configure:2946: checking for unistd.h configure:2951: result: yes configure:2955: checking terminal.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c:62:22: error: terminal.h: No such file or directory configure:2973: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_THREAD_DB_H 1 | #define HAVE_LINUX_ELF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:2996: result: no configure:3000: checking terminal.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c conftest.c:28:22: error: terminal.h: No such file or directory configure:3016: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_THREAD_DB_H 1 | #define HAVE_LINUX_ELF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:3036: result: no configure:3071: checking for terminal.h configure:3078: result: no configure:2955: checking sys/ioctl.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking sys/ioctl.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for sys/ioctl.h configure:3078: result: yes configure:2955: checking netinet/in.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking netinet/in.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for netinet/in.h configure:3078: result: yes configure:2955: checking sys/socket.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking sys/socket.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for sys/socket.h configure:3078: result: yes configure:2955: checking netdb.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking netdb.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for netdb.h configure:3078: result: yes configure:2955: checking netinet/tcp.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking netinet/tcp.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for netinet/tcp.h configure:3078: result: yes configure:2955: checking arpa/inet.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking arpa/inet.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for arpa/inet.h configure:3078: result: yes configure:2955: checking sys/wait.h usability configure:2967: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:2973: $? =3D 0 configure:2977: test -z=20 || test ! -s conftest.err configure:2980: $? =3D 0 configure:2983: test -s conftest.o configure:2986: $? =3D 0 configure:2996: result: yes configure:3000: checking sys/wait.h presence configure:3010: mipsel-linux-gnu-gcc -E conftest.c configure:3016: $? =3D 0 configure:3036: result: yes configure:3071: checking for sys/wait.h configure:3078: result: yes configure:3092: checking whether strerror is declared configure:3116: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:3122: $? =3D 0 configure:3126: test -z=20 || test ! -s conftest.err configure:3129: $? =3D 0 configure:3132: test -s conftest.o configure:3135: $? =3D 0 configure:3146: result: yes configure:3165: checking for socklen_t configure:3192: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:3198: $? =3D 0 configure:3202: test -z=20 || test ! -s conftest.err configure:3205: $? =3D 0 configure:3208: test -s conftest.o configure:3211: $? =3D 0 configure:3222: result: yes configure:3385: checking for lwpid_t in sys/procfs.h configure:3408: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:3414: $? =3D 0 configure:3418: test -z=20 || test ! -s conftest.err configure:3421: $? =3D 0 configure:3424: test -s conftest.o configure:3427: $? =3D 0 configure:3447: result: yes configure:3450: checking for psaddr_t in sys/procfs.h configure:3473: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:3479: $? =3D 0 configure:3483: test -z=20 || test ! -s conftest.err configure:3486: $? =3D 0 configure:3489: test -s conftest.o configure:3492: $? =3D 0 configure:3512: result: yes configure:3515: checking for prgregset_t in sys/procfs.h configure:3538: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:3544: $? =3D 0 configure:3548: test -z=20 || test ! -s conftest.err configure:3551: $? =3D 0 configure:3554: test -s conftest.o configure:3557: $? =3D 0 configure:3577: result: yes configure:3580: checking for elf_fpregset_t in sys/procfs.h configure:3603: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 configure:3609: $? =3D 0 configure:3613: test -z=20 || test ! -s conftest.err configure:3616: $? =3D 0 configure:3619: test -s conftest.o configure:3622: $? =3D 0 configure:3642: result: yes configure:3652: checking for libthread_db configure:3683: mipsel-linux-gnu-gcc -o conftest -g -O2 conftest.c -lthr= ead_db >&5 configure:3689: $? =3D 0 configure:3693: test -z=20 || test ! -s conftest.err configure:3696: $? =3D 0 configure:3699: test -s conftest configure:3702: $? =3D 0 configure:3778: result: -lthread_db configure:3788: checking for thread_db_tls_get_addr configure:3819: mipsel-linux-gnu-gcc -o conftest -g -O2 conftest.c -lthr= ead_db >&5 /tmp/cceWSeW3.o: In function `main': /workspace/ratin/build_gdb/conftest.c:54: undefined reference to `td_thr_tl= s_get_addr' collect2: ld returned 1 exit status configure:3825: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_THREAD_DB_H 1 | #define HAVE_LINUX_ELF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DECL_STRERROR 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_LINUX_USRREGS 1 | #define HAVE_LWPID_T 1 | #define HAVE_PSADDR_T 1 | #define HAVE_PRGREGSET_T 1 | #define HAVE_ELF_FPREGSET_T 1 | /* end confdefs.h. */ | void ps_pglobal_lookup() {} | void ps_pdread() {} | void ps_pdwrite() {} | void ps_lgetregs() {} | void ps_lsetregs() {} | void ps_lgetfpregs() {} | void ps_lsetfpregs() {} | void ps_get_thread_area() {} | void ps_getpid() {} | int | main () | { | td_thr_tls_get_addr(); | ; | return 0; | } configure:3852: result: no configure:3873: mipsel-linux-gnu-gcc -o conftest -g -O2 -rdynamic conftes= t.c >&5 configure:3879: $? =3D 0 configure:3883: test -z=20 || test ! -s conftest.err configure:3886: $? =3D 0 configure:3889: test -s conftest configure:3892: $? =3D 0 configure:3910: checking for TD_VERSION configure:3931: mipsel-linux-gnu-gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:46: error: 'TD_VERSION' undeclared (first use in this function) conftest.c:46: error: (Each undeclared identifier is reported only once conftest.c:46: error: for each function it appears in.) configure:3937: $? =3D 1 configure: failed program was: | /* confdefs.h. */ |=20 | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_THREAD_DB_H 1 | #define HAVE_LINUX_ELF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DECL_STRERROR 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_LINUX_USRREGS 1 | #define HAVE_LWPID_T 1 | #define HAVE_PSADDR_T 1 | #define HAVE_PRGREGSET_T 1 | #define HAVE_ELF_FPREGSET_T 1 | /* end confdefs.h. */ | #include | int | main () | { | TD_VERSION; | ; | return 0; | } configure:3961: result: no configure:4084: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES =3D=20 CONFIG_HEADERS =3D=20 CONFIG_LINKS =3D=20 CONFIG_COMMANDS =3D=20 $ ./config.status=20 on Clearnet config.status:671: creating Makefile config.status:768: creating config.h config.status:925: config.h is unchanged config.status:1083: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=3Di386-pc-linux-gnu ac_cv_build_alias=3Di386-linux-gnu ac_cv_c_compiler_gnu=3Dyes ac_cv_env_CC_set=3D ac_cv_env_CC_value=3D ac_cv_env_CFLAGS_set=3D ac_cv_env_CFLAGS_value=3D ac_cv_env_CPPFLAGS_set=3D ac_cv_env_CPPFLAGS_value=3D ac_cv_env_CPP_set=3D ac_cv_env_CPP_value=3D ac_cv_env_LDFLAGS_set=3D ac_cv_env_LDFLAGS_value=3D ac_cv_env_build_alias_set=3Dset ac_cv_env_build_alias_value=3Di386-linux-gnu ac_cv_env_host_alias_set=3Dset ac_cv_env_host_alias_value=3Dmipsel-linux-gnu ac_cv_env_target_alias_set=3Dset ac_cv_env_target_alias_value=3Dmipsel-linux-gnu ac_cv_exeext=3D ac_cv_have_decl_strerror=3Dyes ac_cv_header_arpa_inet_h=3Dyes ac_cv_header_inttypes_h=3Dyes ac_cv_header_linux_elf_h=3Dyes ac_cv_header_memory_h=3Dyes ac_cv_header_netdb_h=3Dyes ac_cv_header_netinet_in_h=3Dyes ac_cv_header_netinet_tcp_h=3Dyes ac_cv_header_proc_service_h=3Dno ac_cv_header_sgtty_h=3Dyes ac_cv_header_stdc=3Dyes ac_cv_header_stdint_h=3Dyes ac_cv_header_stdlib_h=3Dyes ac_cv_header_string_h=3Dyes ac_cv_header_strings_h=3Dyes ac_cv_header_sys_ioctl_h=3Dyes ac_cv_header_sys_procfs_h=3Dyes ac_cv_header_sys_reg_h=3Dno ac_cv_header_sys_socket_h=3Dyes ac_cv_header_sys_stat_h=3Dyes ac_cv_header_sys_types_h=3Dyes ac_cv_header_sys_wait_h=3Dyes ac_cv_header_terminal_h=3Dno ac_cv_header_termio_h=3Dyes ac_cv_header_termios_h=3Dyes ac_cv_header_thread_db_h=3Dyes ac_cv_header_unistd_h=3Dyes ac_cv_host=3Dmipsel-unknown-linux-gnu ac_cv_host_alias=3Dmipsel-linux-gnu ac_cv_objext=3Do ac_cv_path_install=3D'/usr/bin/install -c' ac_cv_prog_CC=3Dmipsel-linux-gnu-gcc ac_cv_prog_CPP=3D'mipsel-linux-gnu-gcc -E' ac_cv_prog_cc_g=3Dyes ac_cv_prog_cc_stdc=3D ac_cv_prog_egrep=3D'grep -E' ac_cv_target=3Dmipsel-unknown-linux-gnu ac_cv_target_alias=3Dmipsel-linux-gnu ac_cv_type_socklen_t=3Dyes bfd_cv_have_sys_procfs_type_elf_fpregset_t=3Dyes bfd_cv_have_sys_procfs_type_lwpid_t=3Dyes bfd_cv_have_sys_procfs_type_prgregset_t=3Dyes bfd_cv_have_sys_procfs_type_psaddr_t=3Dyes gdbsrv_cv_have_td_version=3Dno srv_cv_thread_db=3D-lthread_db srv_cv_tls_get_addr=3Dno ## ----------------- ## ## Output variables. ## ## ----------------- ## CC=3D'mipsel-linux-gnu-gcc' CFLAGS=3D'-g -O2' CPP=3D'mipsel-linux-gnu-gcc -E' CPPFLAGS=3D'' DEFS=3D'-DHAVE_CONFIG_H' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGREP=3D'grep -E' EXEEXT=3D'' GDBSERVER_DEPFILES=3D'reg-mips.o linux-low.o linux-mips-low.o thread-db.o p= roc-service.o' GDBSERVER_LIBS=3D'-lthread_db' INSTALL_DATA=3D'${INSTALL} -m 644' INSTALL_PROGRAM=3D'${INSTALL}' INSTALL_SCRIPT=3D'${INSTALL}' LDFLAGS=3D'' LIBOBJS=3D'' LIBS=3D'' LTLIBOBJS=3D'' OBJEXT=3D'o' PACKAGE_BUGREPORT=3D'' PACKAGE_NAME=3D'' PACKAGE_STRING=3D'' PACKAGE_TARNAME=3D'' PACKAGE_VERSION=3D'' PATH_SEPARATOR=3D':' RDYNAMIC=3D'-rdynamic' SHELL=3D'/bin/sh' USE_THREAD_DB=3D'-DUSE_THREAD_DB' ac_ct_CC=3D'' bindir=3D'${exec_prefix}/bin' build=3D'i386-pc-linux-gnu' build_alias=3D'i386-linux-gnu' build_cpu=3D'i386' build_os=3D'linux-gnu' build_vendor=3D'pc' datadir=3D'${prefix}/share' exec_prefix=3D'${prefix}' host=3D'mipsel-unknown-linux-gnu' host_alias=3D'mipsel-linux-gnu' host_cpu=3D'mipsel' host_os=3D'linux-gnu' host_vendor=3D'unknown' includedir=3D'${prefix}/include' infodir=3D'${prefix}/info' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec' localstatedir=3D'${prefix}/var' mandir=3D'${prefix}/man' oldincludedir=3D'/usr/include' prefix=3D'/usr/local' program_transform_name=3D's,^,mipsel-linux-gnu-,' sbindir=3D'${exec_prefix}/sbin' sharedstatedir=3D'${prefix}/com' sysconfdir=3D'${prefix}/etc' target=3D'mipsel-unknown-linux-gnu' target_alias=3D'mipsel-linux-gnu' target_cpu=3D'mipsel' target_os=3D'linux-gnu' target_vendor=3D'unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ARPA_INET_H 1 #define HAVE_DECL_STRERROR 1 #define HAVE_ELF_FPREGSET_T 1 #define HAVE_INTTYPES_H 1 #define HAVE_LINUX_ELF_H 1 #define HAVE_LINUX_USRREGS 1 #define HAVE_LWPID_T 1 #define HAVE_MEMORY_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_PRGREGSET_T 1 #define HAVE_PSADDR_T 1 #define HAVE_SGTTY_H 1 #define HAVE_SOCKLEN_T 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PROCFS_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TERMIO_H 1 #define HAVE_THREAD_DB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 configure: exit 0