This is the mail archive of the gdb@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]

Gdb server compilation issue


 
Trying to compile gdbserver for mips32 processor. I created a folder outside the gdb directory chain
And issued this config command:

../gdb-6.6/gdb/gdbserver/configure --host=mipsel-linux-gnu --target=mipsel-linux-gnu --build=i386-linux-gnu

My  mipsel-linux-gnu-gcc version is 4.1.2 and glibc version 2.3.3, binutils 2.17. 

Upon doing a make, following error message come up (at the end)  

../gdb-6.6/gdb/gdbserver/remote-utils.c: In function âprepare_resume_replyâ:
../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 âlook_up_one_symbolâ:
../gdb-6.6/gdb/gdbserver/remote-utils.c:1003: 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/../../include -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserver/server.c
../gdb-6.6/gdb/gdbserver/server.c: In function âhandle_v_requestsâ:
../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/../../include -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserver/../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/../../include -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserver/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/../../include -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserver/utils.c
rm -f version.c-tmp version.c
echo '#include "server.h"' >> version.c-tmp
echo 'const char version[] = "'"`sed q ../gdb-6.6/gdb/gdbserver/../version.in`"'";' >> version.c-tmp
echo 'const char host_name[] = "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/../../include -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/../../include -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserver/mem-break.c
sh ../gdb-6.6/gdb/gdbserver/../regformats/regdat.sh ../gdb-6.6/gdb/gdbserver/../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/../../include -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/../../include -I../../bfd -I../gdb-6.6/gdb/gdbserver/../../bfd ../gdb-6.6/gdb/gdbserver/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 numeric constant
../gdb-6.6/gdb/gdbserver/linux-low.c: In function âkill_lwpâ:
../gdb-6.6/gdb/gdbserver/linux-low.c:760: warning: unused variable âtkill_failedâ
../gdb-6.6/gdb/gdbserver/linux-low.c: In function âfetch_registerâ:
../gdb-6.6/gdb/gdbserver/linux-low.c:1153: error: âPTRACE_PEEKUSERâ undeclared (first use in this function)
../gdb-6.6/gdb/gdbserver/linux-low.c:1153: error: (Each undeclared identifier is reported only once
../gdb-6.6/gdb/gdbserver/linux-low.c:1153: error: for each function it appears in.)
../gdb-6.6/gdb/gdbserver/linux-low.c: In function âusr_store_inferior_registersâ:
../gdb-6.6/gdb/gdbserver/linux-low.c:1222: error: âPTRACE_POKEUSERâ undeclared (first use in this function)

===make output ======

The enum used in the file mipsel-linux-gnu/sys-include/sys/ptrace.h looks pretty normal, its 

/* 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 = 0,   <===== this is line 33
#define PT_TRACE_ME PTRACE_TRACEME


Any body have any suggestions? Thanks in advance.

Ratin


Here is the config log: 
================================

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ../gdb-6.6/gdb/gdbserver/configure --host=mipsel-linux-gnu --target=mipsel-linux-gnu --build=i386-linux-gnu

## --------- ##
## Platform. ##
## --------- ##

hostname = Clearnet
uname -m = i686
uname -r = 2.6.11.8FlgStf_fix
uname -s = Linux
uname -v = #8 Mon Jun 26 08:31:55 GMT 2006

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /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 </dev/null >&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: $? = 0
configure:1624: mipsel-linux-gnu-gcc -v </dev/null >&5
Using built-in specs.
Target: mipsel-linux-gnu
Configured with: ../gcc-4.1.2/configure --target=mipsel-linux-gnu --prefix=/opt/crosstool --enable-shared --with-gnu-as=/opt/crosstool/bin/mipsel-linux-gnu-as --with-gnu-ld=/opt/crosstool/bin/mipsel-linux-gnu-ld --enable-threads=posix --with-dwarf2 --with-headers=/opt/mipseltools/mipsel-linux/sys-include/ --with-libs=/opt/mipseltools/mipsel-linux/lib/ --with-build-time-tools=/opt/crosstool/bin/
Thread model: posix
gcc version 4.1.2
configure:1627: $? = 0
configure:1629: mipsel-linux-gnu-gcc -V </dev/null >&5
mipsel-linux-gnu-gcc: '-V' option must have argument
configure:1632: $? = 1
configure:1655: checking for C compiler default output file name
configure:1658: mipsel-linux-gnu-gcc    conftest.c  >&5
configure:1661: $? = 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: $? = 0
configure:1780: result: 
configure:1786: checking for suffix of object files
configure:1807: mipsel-linux-gnu-gcc -c   conftest.c >&5
configure:1810: $? = 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: $? = 0
configure:1870: test -z 
			 || test ! -s conftest.err
configure:1873: $? = 0
configure:1876: test -s conftest.o
configure:1879: $? = 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: $? = 0
configure:1929: test -z 
			 || test ! -s conftest.err
configure:1932: $? = 0
configure:1935: test -s conftest.o
configure:1938: $? = 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: $? = 0
configure:2046: test -z 
			 || test ! -s conftest.err
configure:2049: $? = 0
configure:2052: test -s conftest.o
configure:2055: $? = 0
configure:2073: result: none needed
configure:2091: mipsel-linux-gnu-gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2097: $? = 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: $? = 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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2557: result: mipsel-linux-gnu-gcc -E
configure:2581: mipsel-linux-gnu-gcc -E  conftest.c
configure:2587: $? = 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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure: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: $? = 0
configure:2719: test -z 
			 || test ! -s conftest.err
configure:2722: $? = 0
configure:2725: test -s conftest.o
configure:2728: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2891: test -z 
			 || test ! -s conftest.err
configure:2894: $? = 0
configure:2897: test -s conftest.o
configure:2900: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking sgtty.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking termio.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking termios.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/reg.h>
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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h.  */
| #include <sys/reg.h>
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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <proc_service.h>
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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <proc_service.h>
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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking sys/procfs.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking thread_db.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking linux/elf.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <terminal.h>
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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 <terminal.h>
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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking sys/ioctl.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking netinet/in.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking sys/socket.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking netdb.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking netinet/tcp.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking arpa/inet.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:2977: test -z 
			 || test ! -s conftest.err
configure:2980: $? = 0
configure:2983: test -s conftest.o
configure:2986: $? = 0
configure:2996: result: yes
configure:3000: checking sys/wait.h presence
configure:3010: mipsel-linux-gnu-gcc -E  conftest.c
configure:3016: $? = 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: $? = 0
configure:3126: test -z 
			 || test ! -s conftest.err
configure:3129: $? = 0
configure:3132: test -s conftest.o
configure:3135: $? = 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: $? = 0
configure:3202: test -z 
			 || test ! -s conftest.err
configure:3205: $? = 0
configure:3208: test -s conftest.o
configure:3211: $? = 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: $? = 0
configure:3418: test -z 
			 || test ! -s conftest.err
configure:3421: $? = 0
configure:3424: test -s conftest.o
configure:3427: $? = 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: $? = 0
configure:3483: test -z 
			 || test ! -s conftest.err
configure:3486: $? = 0
configure:3489: test -s conftest.o
configure:3492: $? = 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: $? = 0
configure:3548: test -z 
			 || test ! -s conftest.err
configure:3551: $? = 0
configure:3554: test -s conftest.o
configure:3557: $? = 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: $? = 0
configure:3613: test -z 
			 || test ! -s conftest.err
configure:3616: $? = 0
configure:3619: test -s conftest.o
configure:3622: $? = 0
configure:3642: result: yes
configure:3652: checking for libthread_db
configure:3683: mipsel-linux-gnu-gcc -o conftest -g -O2   conftest.c  -lthread_db >&5
configure:3689: $? = 0
configure:3693: test -z 
			 || test ! -s conftest.err
configure:3696: $? = 0
configure:3699: test -s conftest
configure:3702: $? = 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  -lthread_db >&5
/tmp/cceWSeW3.o: In function `main':
/workspace/ratin/build_gdb/conftest.c:54: undefined reference to `td_thr_tls_get_addr'
collect2: ld returned 1 exit status
configure:3825: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 conftest.c  >&5
configure:3879: $? = 0
configure:3883: test -z 
			 || test ! -s conftest.err
configure:3886: $? = 0
configure:3889: test -s conftest
configure:3892: $? = 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: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_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 <thread_db.h>
| 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    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

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=i386-pc-linux-gnu
ac_cv_build_alias=i386-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
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=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=mipsel-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=mipsel-linux-gnu
ac_cv_exeext=
ac_cv_have_decl_strerror=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_elf_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_proc_service_h=no
ac_cv_header_sgtty_h=yes
ac_cv_header_stdc=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_ioctl_h=yes
ac_cv_header_sys_procfs_h=yes
ac_cv_header_sys_reg_h=no
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_terminal_h=no
ac_cv_header_termio_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_thread_db_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=mipsel-unknown-linux-gnu
ac_cv_host_alias=mipsel-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CC=mipsel-linux-gnu-gcc
ac_cv_prog_CPP='mipsel-linux-gnu-gcc -E'
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_target=mipsel-unknown-linux-gnu
ac_cv_target_alias=mipsel-linux-gnu
ac_cv_type_socklen_t=yes
bfd_cv_have_sys_procfs_type_elf_fpregset_t=yes
bfd_cv_have_sys_procfs_type_lwpid_t=yes
bfd_cv_have_sys_procfs_type_prgregset_t=yes
bfd_cv_have_sys_procfs_type_psaddr_t=yes
gdbsrv_cv_have_td_version=no
srv_cv_thread_db=-lthread_db
srv_cv_tls_get_addr=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='mipsel-linux-gnu-gcc'
CFLAGS='-g -O2'
CPP='mipsel-linux-gnu-gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GDBSERVER_DEPFILES='reg-mips.o linux-low.o linux-mips-low.o thread-db.o proc-service.o'
GDBSERVER_LIBS='-lthread_db'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RDYNAMIC='-rdynamic'
SHELL='/bin/sh'
USE_THREAD_DB='-DUSE_THREAD_DB'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build='i386-pc-linux-gnu'
build_alias='i386-linux-gnu'
build_cpu='i386'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='mipsel-unknown-linux-gnu'
host_alias='mipsel-linux-gnu'
host_cpu='mipsel'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,^,mipsel-linux-gnu-,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='mipsel-unknown-linux-gnu'
target_alias='mipsel-linux-gnu'
target_cpu='mipsel'
target_os='linux-gnu'
target_vendor='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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]