You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3679 lines
110 KiB
Plaintext

1 year ago
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gdbsupport configure 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/seti/riscv-gnu-toolchain/gdb/gdbsupport/configure --srcdir=/home/seti/riscv-gnu-toolchain/gdb/gdbsupport --cache-file=./config.cache --prefix=/opt/riscv --disable-werror --with-expat=yes --enable-gdb --disable-gas --disable-binutils --disable-ld --disable-gold --disable-gprof --program-transform-name=s&^&riscv32-unknown-elf-& --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=riscv32-unknown-elf
## --------- ##
## Platform. ##
## --------- ##
hostname = seti-VirtualBox
uname -m = x86_64
uname -r = 5.15.0-58-generic
uname -s = Linux
uname -v = #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/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/seti/riscv-gnu-toolchain/scripts/wrapper/sed
PATH: /opt/riscv/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2654: creating cache ./config.cache
configure:2771: checking build system type
configure:2785: result: x86_64-pc-linux-gnu
configure:2807: checking host system type
configure:2820: result: x86_64-pc-linux-gnu
configure:2842: checking target system type
configure:2855: result: riscv32-unknown-elf
configure:2883: checking whether to enable maintainer-specific portions of Makefiles
configure:2892: result: no
configure:2950: checking for a BSD-compatible install
configure:3018: result: /usr/bin/install -c
configure:3029: checking whether build environment is sane
configure:3084: result: yes
configure:3235: checking for a thread-safe mkdir -p
configure:3274: result: /usr/bin/mkdir -p
configure:3281: checking for gawk
configure:3308: result: /usr/bin/gawk
configure:3319: checking whether make sets $(MAKE)
configure:3341: result: yes
configure:3370: checking whether make supports nested variables
configure:3387: result: yes
configure:3524: checking whether make supports nested variables
configure:3541: result: yes
configure:3561: checking for x86_64-pc-linux-gnu-gcc
configure:3588: result: gcc
configure:3857: checking for C compiler version
configure:3866: gcc --version >&5
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 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:3877: $? = 0
configure:3866: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:3877: $? = 0
configure:3866: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3877: $? = 1
configure:3866: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3877: $? = 1
configure:3897: checking whether the C compiler works
configure:3919: gcc -g -O2 conftest.c >&5
configure:3923: $? = 0
configure:3971: result: yes
configure:3974: checking for C compiler default output file name
configure:3976: result: a.out
configure:3982: checking for suffix of executables
configure:3989: gcc -o conftest -g -O2 conftest.c >&5
configure:3993: $? = 0
configure:4015: result:
configure:4037: checking whether we are cross compiling
configure:4045: gcc -o conftest -g -O2 conftest.c >&5
configure:4049: $? = 0
configure:4056: ./conftest
configure:4060: $? = 0
configure:4075: result: no
configure:4080: checking for suffix of object files
configure:4102: gcc -c -g -O2 conftest.c >&5
configure:4106: $? = 0
configure:4127: result: o
configure:4131: checking whether we are using the GNU C compiler
configure:4150: gcc -c -g -O2 conftest.c >&5
configure:4150: $? = 0
configure:4159: result: yes
configure:4168: checking whether gcc accepts -g
configure:4188: gcc -c -g conftest.c >&5
configure:4188: $? = 0
configure:4229: result: yes
configure:4246: checking for gcc option to accept ISO C89
configure:4309: gcc -c -g -O2 conftest.c >&5
configure:4309: $? = 0
configure:4322: result: none needed
configure:4347: checking whether gcc understands -c and -o together
configure:4369: gcc -c conftest.c -o conftest2.o
configure:4372: $? = 0
configure:4369: gcc -c conftest.c -o conftest2.o
configure:4372: $? = 0
configure:4384: result: yes
configure:4412: checking for style of include used by make
configure:4440: result: GNU
configure:4466: checking dependency style of gcc
configure:4577: result: gcc3
configure:4704: checking for C++ compiler version
configure:4713: g++ --version >&5
g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 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:4724: $? = 0
configure:4713: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:4724: $? = 0
configure:4713: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4724: $? = 1
configure:4713: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:4724: $? = 1
configure:4728: checking whether we are using the GNU C++ compiler
configure:4747: g++ -c -g -O2 conftest.cpp >&5
configure:4747: $? = 0
configure:4756: result: yes
configure:4765: checking whether g++ accepts -g
configure:4785: g++ -c -g conftest.cpp >&5
configure:4785: $? = 0
configure:4826: result: yes
configure:4851: checking dependency style of g++
configure:4962: result: gcc3
configure:4980: checking for x86_64-pc-linux-gnu-ranlib
configure:5007: result: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
configure:5076: checking how to run the C preprocessor
configure:5107: gcc -E conftest.c
configure:5107: $? = 0
configure:5121: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5121: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5146: result: gcc -E
configure:5166: gcc -E conftest.c
configure:5166: $? = 0
configure:5180: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
11 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5180: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5209: checking for grep that handles long lines and -e
configure:5267: result: /usr/bin/grep
configure:5272: checking for egrep
configure:5334: result: /usr/bin/grep -E
configure:5339: checking for ANSI C header files
configure:5359: gcc -c -g -O2 conftest.c >&5
configure:5359: $? = 0
configure:5432: gcc -o conftest -g -O2 conftest.c >&5
configure:5432: $? = 0
configure:5432: ./conftest
configure:5432: $? = 0
configure:5443: result: yes
configure:5456: checking for sys/types.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for sys/stat.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for stdlib.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for string.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for memory.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for strings.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for inttypes.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for stdint.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5456: checking for unistd.h
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5456: $? = 0
configure:5456: result: yes
configure:5469: checking minix/config.h usability
configure:5469: gcc -c -g -O2 conftest.c >&5
conftest.c:54:10: fatal error: minix/config.h: No such file or directory
54 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5469: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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:5469: result: no
configure:5469: checking minix/config.h presence
configure:5469: gcc -E conftest.c
conftest.c:21:10: fatal error: minix/config.h: No such file or directory
21 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5469: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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:5469: result: no
configure:5469: checking for minix/config.h
configure:5469: result: no
configure:5490: checking whether it is safe to define __EXTENSIONS__
configure:5508: gcc -c -g -O2 conftest.c >&5
configure:5508: $? = 0
configure:5515: result: yes
configure:5542: checking for dlfcn.h
configure:5542: gcc -c -g -O2 conftest.c >&5
configure:5542: $? = 0
configure:5542: result: yes
configure:5555: checking for windows.h
configure:5555: gcc -c -g -O2 conftest.c >&5
conftest.c:61:10: fatal error: windows.h: No such file or directory
61 | #include <windows.h>
| ^~~~~~~~~~~
compilation terminated.
configure:5555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_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 <windows.h>
configure:5555: result: no
configure:5582: checking for library containing dlsym
configure:5613: gcc -o conftest -g -O2 conftest.c >&5
configure:5613: $? = 0
configure:5630: result: none required
configure:5702: checking for special C compiler options needed for large files
configure:5747: result: no
configure:5753: checking for _FILE_OFFSET_BITS value needed for large files
configure:5778: gcc -c -g -O2 conftest.c >&5
configure:5778: $? = 0
configure:5810: result: no
configure:5908: checking whether g++ supports C++11 features by default
configure:6202: g++ -c -g -O2 conftest.cpp >&5
configure:6202: $? = 0
configure:6209: result: yes
configure:6902: checking whether NLS is requested
configure:6908: result: yes
configure:6914: checking for catalogs to be installed
configure:6946: result:
configure:6962: checking for long long
configure:6962: gcc -c -g -O2 conftest.c >&5
configure:6962: $? = 0
configure:6962: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:24: error: expected expression before ')' token
65 | if (sizeof ((long long)))
| ^
configure:6962: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 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
| int
| main ()
| {
| if (sizeof ((long long)))
| return 0;
| ;
| return 0;
| }
configure:6962: result: yes
configure:6973: checking size of long long
configure:6978: gcc -o conftest -g -O2 conftest.c >&5
configure:6978: $? = 0
configure:6978: ./conftest
configure:6978: $? = 0
configure:6992: result: 8
configure:7006: checking whether basename is declared
configure:7006: gcc -c -g -O2 conftest.c >&5
configure:7006: $? = 0
configure:7006: result: yes
configure:7016: checking whether ffs is declared
configure:7016: gcc -c -g -O2 conftest.c >&5
configure:7016: $? = 0
configure:7016: result: yes
configure:7026: checking whether asprintf is declared
configure:7026: gcc -c -g -O2 conftest.c >&5
configure:7026: $? = 0
configure:7026: result: yes
configure:7036: checking whether vasprintf is declared
configure:7036: gcc -c -g -O2 conftest.c >&5
configure:7036: $? = 0
configure:7036: result: yes
configure:7046: checking whether snprintf is declared
configure:7046: gcc -c -g -O2 conftest.c >&5
configure:7046: $? = 0
configure:7046: result: yes
configure:7056: checking whether vsnprintf is declared
configure:7056: gcc -c -g -O2 conftest.c >&5
configure:7056: $? = 0
configure:7056: result: yes
configure:7067: checking whether strtol is declared
configure:7067: gcc -c -g -O2 conftest.c >&5
configure:7067: $? = 0
configure:7067: result: yes
configure:7077: checking whether strtoul is declared
configure:7077: gcc -c -g -O2 conftest.c >&5
configure:7077: $? = 0
configure:7077: result: yes
configure:7087: checking whether strtoll is declared
configure:7087: gcc -c -g -O2 conftest.c >&5
configure:7087: $? = 0
configure:7087: result: yes
configure:7097: checking whether strtoull is declared
configure:7097: gcc -c -g -O2 conftest.c >&5
configure:7097: $? = 0
configure:7097: result: yes
configure:7108: checking whether strverscmp is declared
configure:7108: gcc -c -g -O2 conftest.c >&5
configure:7108: $? = 0
configure:7108: result: yes
configure:7120: checking for size_t
configure:7120: gcc -c -g -O2 conftest.c >&5
configure:7120: $? = 0
configure:7120: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78:21: error: expected expression before ')' token
78 | if (sizeof ((size_t)))
| ^
configure:7120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:7120: result: yes
configure:7137: checking for stdlib.h
configure:7137: result: yes
configure:7137: checking for unistd.h
configure:7137: result: yes
configure:7137: checking for sys/param.h
configure:7137: gcc -c -g -O2 conftest.c >&5
configure:7137: $? = 0
configure:7137: result: yes
configure:7154: checking for pid_t
configure:7154: gcc -c -g -O2 conftest.c >&5
configure:7154: $? = 0
configure:7154: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:20: error: expected expression before ')' token
81 | if (sizeof ((pid_t)))
| ^
configure:7154: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_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
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:7154: result: yes
configure:7165: checking for a sed that does not truncate output
configure:7229: result: /usr/bin/sed
configure:7274: checking for ld used by GCC
configure:7337: result: ld
configure:7344: checking if the linker (ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.38
configure:7356: result: yes
configure:7362: checking for shared library run path origin
configure:7375: result: done
configure:7396: checking for ANSI C header files
configure:7500: result: yes
configure:7510: checking for working alloca.h
configure:7527: gcc -o conftest -g -O2 conftest.c >&5
configure:7527: $? = 0
configure:7535: result: yes
configure:7543: checking for alloca
configure:7580: gcc -o conftest -g -O2 conftest.c >&5
configure:7580: $? = 0
configure:7588: result: yes
configure:7706: checking for nl_langinfo and CODESET
configure:7722: gcc -o conftest -g -O2 conftest.c >&5
configure:7722: $? = 0
configure:7731: result: yes
configure:7743: checking linux/perf_event.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking linux/perf_event.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for linux/perf_event.h
configure:7743: result: yes
configure:7743: checking locale.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking locale.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for locale.h
configure:7743: result: yes
configure:7743: checking for memory.h
configure:7743: result: yes
configure:7743: checking signal.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking signal.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for signal.h
configure:7743: result: yes
configure:7743: checking sys/resource.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking sys/resource.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for sys/resource.h
configure:7743: result: yes
configure:7743: checking sys/socket.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking sys/socket.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for sys/socket.h
configure:7743: result: yes
configure:7743: checking sys/un.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking sys/un.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for sys/un.h
configure:7743: result: yes
configure:7743: checking sys/wait.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking sys/wait.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for sys/wait.h
configure:7743: result: yes
configure:7743: checking thread_db.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking thread_db.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for thread_db.h
configure:7743: result: yes
configure:7743: checking wait.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking wait.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for wait.h
configure:7743: result: yes
configure:7743: checking termios.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking termios.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for termios.h
configure:7743: result: yes
configure:7743: checking for dlfcn.h
configure:7743: result: yes
configure:7743: checking linux/elf.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking linux/elf.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for linux/elf.h
configure:7743: result: yes
configure:7743: checking proc_service.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking proc_service.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for proc_service.h
configure:7743: result: yes
configure:7743: checking poll.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking poll.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for poll.h
configure:7743: result: yes
configure:7743: checking sys/poll.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking sys/poll.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for sys/poll.h
configure:7743: result: yes
configure:7743: checking sys/select.h usability
configure:7743: gcc -c -g -O2 conftest.c >&5
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking sys/select.h presence
configure:7743: gcc -E conftest.c
configure:7743: $? = 0
configure:7743: result: yes
configure:7743: checking for sys/select.h
configure:7743: result: yes
configure:7757: checking for getpagesize
configure:7757: gcc -o conftest -g -O2 conftest.c >&5
configure:7757: $? = 0
configure:7757: result: yes
configure:7766: checking for working mmap
configure:7913: gcc -o conftest -g -O2 conftest.c >&5
configure:7913: $? = 0
configure:7913: ./conftest
configure:7913: $? = 0
configure:7923: result: yes
configure:7934: checking vfork.h usability
configure:7934: gcc -c -g -O2 conftest.c >&5
conftest.c:101:10: fatal error: vfork.h: No such file or directory
101 | #include <vfork.h>
| ^~~~~~~~~
compilation terminated.
configure:7934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 <vfork.h>
configure:7934: result: no
configure:7934: checking vfork.h presence
configure:7934: gcc -E conftest.c
conftest.c:68:10: fatal error: vfork.h: No such file or directory
68 | #include <vfork.h>
| ^~~~~~~~~
compilation terminated.
configure:7934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:7934: result: no
configure:7934: checking for vfork.h
configure:7934: result: no
configure:7947: checking for fork
configure:7947: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:91:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch]
91 | char fork ();
| ^~~~
configure:7947: $? = 0
configure:7947: result: yes
configure:7947: checking for vfork
configure:7947: gcc -o conftest -g -O2 conftest.c >&5
configure:7947: $? = 0
configure:7947: result: yes
configure:7957: checking for working fork
configure:7979: gcc -o conftest -g -O2 conftest.c >&5
configure:7979: $? = 0
configure:7979: ./conftest
configure:7979: $? = 0
configure:7989: result: yes
configure:8010: checking for working vfork
configure:8120: result: yes
configure:8150: checking for fdwalk
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/ccTr8xnE.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gdb-newlib/gdbsupport/conftest.c:106: undefined reference to `fdwalk'
collect2: error: ld returned 1 exit status
configure:8150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| /* end confdefs.h. */
| /* Define fdwalk to an innocuous variant, in case <limits.h> declares fdwalk.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fdwalk innocuous_fdwalk
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fdwalk (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fdwalk
|
| /* 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 fdwalk ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fdwalk || defined __stub___fdwalk
| choke me
| #endif
|
| int
| main ()
| {
| return fdwalk ();
| ;
| return 0;
| }
configure:8150: result: no
configure:8150: checking for getrlimit
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for pipe
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for pipe2
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for poll
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for socketpair
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for sigaction
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for ptrace64
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/cc9mWup8.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gdb-newlib/gdbsupport/conftest.c:112: undefined reference to `ptrace64'
collect2: error: ld returned 1 exit status
configure:8150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
| /* Define ptrace64 to an innocuous variant, in case <limits.h> declares ptrace64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ptrace64 innocuous_ptrace64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ptrace64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef ptrace64
|
| /* 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 ptrace64 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_ptrace64 || defined __stub___ptrace64
| choke me
| #endif
|
| int
| main ()
| {
| return ptrace64 ();
| ;
| return 0;
| }
configure:8150: result: no
configure:8150: checking for sbrk
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for setns
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for sigaltstack
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for sigprocmask
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for setpgid
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for setpgrp
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for getrusage
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for getauxval
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8150: checking for sigtimedwait
configure:8150: gcc -o conftest -g -O2 conftest.c >&5
configure:8150: $? = 0
configure:8150: result: yes
configure:8163: checking whether ADDR_NO_RANDOMIZE is declared
configure:8163: gcc -c -g -O2 conftest.c >&5
configure:8163: $? = 0
configure:8163: result: yes
configure:8176: checking whether strstr is declared
configure:8176: gcc -c -g -O2 conftest.c >&5
configure:8176: $? = 0
configure:8176: result: yes
configure:8192: checking for struct stat.st_blocks
configure:8192: gcc -c -g -O2 conftest.c >&5
configure:8192: $? = 0
configure:8192: result: yes
configure:8201: checking for struct stat.st_blksize
configure:8201: gcc -c -g -O2 conftest.c >&5
configure:8201: $? = 0
configure:8201: result: yes
configure:8215: checking for library containing kinfo_getfile
configure:8246: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/ccOqlsPB.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gdb-newlib/gdbsupport/conftest.c:102: undefined reference to `kinfo_getfile'
collect2: error: ld returned 1 exit status
configure:8246: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 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 kinfo_getfile ();
| int
| main ()
| {
| return kinfo_getfile ();
| ;
| return 0;
| }
configure:8246: gcc -o conftest -g -O2 conftest.c -lutil >&5
/usr/bin/ld: /tmp/ccq1OFmm.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gdb-newlib/gdbsupport/conftest.c:102: undefined reference to `kinfo_getfile'
collect2: error: ld returned 1 exit status
configure:8246: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 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 kinfo_getfile ();
| int
| main ()
| {
| return kinfo_getfile ();
| ;
| return 0;
| }
configure:8246: gcc -o conftest -g -O2 conftest.c -lutil-freebsd >&5
/usr/bin/ld: cannot find -lutil-freebsd: No such file or directory
collect2: error: ld returned 1 exit status
configure:8246: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 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 kinfo_getfile ();
| int
| main ()
| {
| return kinfo_getfile ();
| ;
| return 0;
| }
configure:8263: result: no
configure:8275: checking for kinfo_getfile
configure:8275: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/ccjElgkx.o: in function `main':
/home/seti/riscv-gnu-toolchain/build-gdb-newlib/gdbsupport/conftest.c:125: undefined reference to `kinfo_getfile'
collect2: error: ld returned 1 exit status
configure:8275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| /* end confdefs.h. */
| /* Define kinfo_getfile to an innocuous variant, in case <limits.h> declares kinfo_getfile.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define kinfo_getfile innocuous_kinfo_getfile
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char kinfo_getfile (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef kinfo_getfile
|
| /* 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 kinfo_getfile ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_kinfo_getfile || defined __stub___kinfo_getfile
| choke me
| #endif
|
| int
| main ()
| {
| return kinfo_getfile ();
| ;
| return 0;
| }
configure:8275: result: no
configure:8492: checking whether gcc is Clang
configure:8517: result: no
configure:8640: checking whether pthreads work with -pthread
configure:8734: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:8734: $? = 0
configure:8743: result: yes
configure:8762: checking for joinable pthread attribute
configure:8780: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:8780: $? = 0
configure:8788: result: PTHREAD_CREATE_JOINABLE
configure:8802: checking whether more special flags are required for pthreads
configure:8815: result: no
configure:8823: checking for PTHREAD_PRIO_INHERIT
configure:8839: gcc -o conftest -g -O2 -pthread conftest.c >&5
configure:8839: $? = 0
configure:8848: result: yes
configure:8953: checking for std::thread
configure:8970: g++ -c -pthread -g -O2 conftest.cpp >&5
configure:8970: $? = 0
configure:8977: result: yes
configure:8985: checking for pthread_sigmask
configure:8985: g++ -o conftest -pthread -g -O2 conftest.cpp >&5
configure:8985: $? = 0
configure:8985: result: yes
configure:8985: checking for pthread_setname_np
configure:8985: g++ -o conftest -pthread -g -O2 conftest.cpp >&5
configure:8985: $? = 0
configure:8985: result: yes
configure:9013: checking for sigsetjmp
configure:9032: gcc -c -g -O2 conftest.c >&5
configure:9032: $? = 0
configure:9041: result: yes
configure:9057: checking whether to use intel pt
configure:9059: result: auto
configure:9076: gcc -E conftest.c
configure:9076: $? = 0
configure:9516: checking for libipt
configure:9535: gcc -o conftest -g -O2 conftest.c -lipt >&5
conftest.c:96:10: fatal error: intel-pt.h: No such file or directory
96 | #include "intel-pt.h"
| ^~~~~~~~~~~~
compilation terminated.
configure:9535: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| /* end confdefs.h. */
| #include "intel-pt.h"
| int
| main ()
| {
| pt_insn_alloc_decoder (0);
| ;
| return 0;
| }
configure:9545: result: no
configure:9572: WARNING: libipt is missing or unusable; some features may be unavailable.
configure:9616: checking for long long support in printf
configure:9642: gcc -o conftest -g -O2 conftest.c >&5
configure:9642: $? = 0
configure:9642: ./conftest
configure:9642: $? = 0
configure:9652: result: yes
configure:9665: checking sys/procfs.h usability
configure:9665: gcc -c -g -O2 conftest.c >&5
configure:9665: $? = 0
configure:9665: result: yes
configure:9665: checking sys/procfs.h presence
configure:9665: gcc -E conftest.c
configure:9665: $? = 0
configure:9665: result: yes
configure:9665: checking for sys/procfs.h
configure:9665: result: yes
configure:9677: checking for gregset_t in sys/procfs.h
configure:9695: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:105:1: error: unknown type name 'gregset_t'; did you mean 'prgregset_t'?
105 | gregset_t avar
| ^~~~~~~~~
| prgregset_t
configure:9695: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| #define PRINTF_HAS_LONG_LONG 1
| #define _STRUCTURED_PROC 1
| #define HAVE_SYS_PROCFS_H 1
| /* end confdefs.h. */
|
| #define _SYSCALL32
| #include <sys/procfs.h>
| int
| main ()
| {
| gregset_t avar
| ;
| return 0;
| }
configure:9709: result: no
configure:9713: checking for fpregset_t in sys/procfs.h
configure:9731: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:105:1: error: unknown type name 'fpregset_t'; did you mean 'prfpregset_t'?
105 | fpregset_t avar
| ^~~~~~~~~~
| prfpregset_t
configure:9731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| #define PRINTF_HAS_LONG_LONG 1
| #define _STRUCTURED_PROC 1
| #define HAVE_SYS_PROCFS_H 1
| /* end confdefs.h. */
|
| #define _SYSCALL32
| #include <sys/procfs.h>
| int
| main ()
| {
| fpregset_t avar
| ;
| return 0;
| }
configure:9745: result: no
configure:9749: checking for prgregset_t in sys/procfs.h
configure:9767: gcc -c -g -O2 conftest.c >&5
configure:9767: $? = 0
configure:9781: result: yes
configure:9785: checking for prfpregset_t in sys/procfs.h
configure:9803: gcc -c -g -O2 conftest.c >&5
configure:9803: $? = 0
configure:9817: result: yes
configure:9821: checking for prgregset32_t in sys/procfs.h
configure:9839: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:107:1: error: unknown type name 'prgregset32_t'; did you mean 'prgregset_t'?
107 | prgregset32_t avar
| ^~~~~~~~~~~~~
| prgregset_t
configure:9839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| #define PRINTF_HAS_LONG_LONG 1
| #define _STRUCTURED_PROC 1
| #define HAVE_SYS_PROCFS_H 1
| #define HAVE_PRGREGSET_T 1
| #define HAVE_PRFPREGSET_T 1
| /* end confdefs.h. */
|
| #define _SYSCALL32
| #include <sys/procfs.h>
| int
| main ()
| {
| prgregset32_t avar
| ;
| return 0;
| }
configure:9853: result: no
configure:9857: checking for lwpid_t in sys/procfs.h
configure:9875: gcc -c -g -O2 conftest.c >&5
configure:9875: $? = 0
configure:9889: result: yes
configure:9893: checking for psaddr_t in sys/procfs.h
configure:9911: gcc -c -g -O2 conftest.c >&5
configure:9911: $? = 0
configure:9925: result: yes
configure:9929: checking for elf_fpregset_t in sys/procfs.h
configure:9947: gcc -c -g -O2 conftest.c >&5
configure:9947: $? = 0
configure:9961: result: yes
configure:10022: checking sys/ptrace.h usability
configure:10022: gcc -c -g -O2 conftest.c >&5
configure:10022: $? = 0
configure:10022: result: yes
configure:10022: checking sys/ptrace.h presence
configure:10022: gcc -E conftest.c
configure:10022: $? = 0
configure:10022: result: yes
configure:10022: checking for sys/ptrace.h
configure:10022: result: yes
configure:10022: checking ptrace.h usability
configure:10022: gcc -c -g -O2 conftest.c >&5
conftest.c:138:10: fatal error: ptrace.h: No such file or directory
138 | #include <ptrace.h>
| ^~~~~~~~~~
compilation terminated.
configure:10022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| #define PRINTF_HAS_LONG_LONG 1
| #define _STRUCTURED_PROC 1
| #define HAVE_SYS_PROCFS_H 1
| #define HAVE_PRGREGSET_T 1
| #define HAVE_PRFPREGSET_T 1
| #define HAVE_LWPID_T 1
| #define HAVE_PSADDR_T 1
| #define HAVE_ELF_FPREGSET_T 1
| #define HAVE_SYS_PTRACE_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 <ptrace.h>
configure:10022: result: no
configure:10022: checking ptrace.h presence
configure:10022: gcc -E conftest.c
conftest.c:105:10: fatal error: ptrace.h: No such file or directory
105 | #include <ptrace.h>
| ^~~~~~~~~~
compilation terminated.
configure:10022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| #define PRINTF_HAS_LONG_LONG 1
| #define _STRUCTURED_PROC 1
| #define HAVE_SYS_PROCFS_H 1
| #define HAVE_PRGREGSET_T 1
| #define HAVE_PRFPREGSET_T 1
| #define HAVE_LWPID_T 1
| #define HAVE_PSADDR_T 1
| #define HAVE_ELF_FPREGSET_T 1
| #define HAVE_SYS_PTRACE_H 1
| /* end confdefs.h. */
| #include <ptrace.h>
configure:10022: result: no
configure:10022: checking for ptrace.h
configure:10022: result: no
configure:10045: checking return type of ptrace
configure:10062: gcc -c -g -O2 conftest.c >&5
conftest.c:105:1: error: stray '\302' in program
105 |  
| ^
configure:10062: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| #define PRINTF_HAS_LONG_LONG 1
| #define _STRUCTURED_PROC 1
| #define HAVE_SYS_PROCFS_H 1
| #define HAVE_PRGREGSET_T 1
| #define HAVE_PRFPREGSET_T 1
| #define HAVE_LWPID_T 1
| #define HAVE_PSADDR_T 1
| #define HAVE_ELF_FPREGSET_T 1
| #define HAVE_SYS_PTRACE_H 1
| /* end confdefs.h. */
|  
| #include <sys/types.h>
| #if HAVE_SYS_PTRACE_H
| # include <sys/ptrace.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| int
| main ()
| {
| extern long ptrace (enum __ptrace_request, ...);
|
| ;
| return 0;
| }
configure:10077: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:117:12: error: conflicting types for 'ptrace'; have 'int()'
117 | extern int ptrace ();
| ^~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/ptrace.h:202,
from conftest.c:108:
/usr/include/x86_64-linux-gnu/bits/ptrace-shared.h:142:17: note: previous declaration of 'ptrace' with type 'long int(enum __ptrace_request, ...)'
142 | extern long int ptrace (enum __ptrace_request __request, ...) __THROW;
| ^~~~~~
configure:10077: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| #define PRINTF_HAS_LONG_LONG 1
| #define _STRUCTURED_PROC 1
| #define HAVE_SYS_PROCFS_H 1
| #define HAVE_PRGREGSET_T 1
| #define HAVE_PRFPREGSET_T 1
| #define HAVE_LWPID_T 1
| #define HAVE_PSADDR_T 1
| #define HAVE_ELF_FPREGSET_T 1
| #define HAVE_SYS_PTRACE_H 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #if HAVE_SYS_PTRACE_H
| # include <sys/ptrace.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| int
| main ()
| {
| extern int ptrace ();
|
| ;
| return 0;
| }
configure:10089: result: long
configure:10099: checking types of arguments for ptrace
configure:10116: gcc -c -g -O2 conftest.c >&5
configure:10116: $? = 0
configure:10173: result: enum __ptrace_request,int,long,long
configure:10207: checking the compiler type
configure:10229: gcc -c -g -O2 conftest.c >&5
configure:10229: $? = 0
configure:10258: result: gcc
configure:10370: checking compiler warning flags
configure:10433: g++ -c -g -O2 -Werror -Wall conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wpointer-arith conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wunused conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wunused-value conftest.cpp >&5
configure:10433: $? = 0
configure:10417: g++ -c -g -O2 -Werror -Wunused-variable conftest.cpp >&5
configure:10417: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wunused-function conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wswitch conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wchar-subscripts conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wempty-body conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wunused-but-set-parameter conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wunused-but-set-variable conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wsign-compare conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Werror=maybe-uninitialized conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wmismatched-tags conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Werror=deprecated-register conftest.cpp >&5
cc1plus: error: '-Werror=deprecated-register': no option '-Wdeprecated-register'; did you mean '-Wdeprecated-copy-dtor'?
configure:10433: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gdbsupport"
| #define PACKAGE_TARNAME "gdbsupport"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "gdbsupport 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "gdbsupport"
| #define VERSION "1.0"
| #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 HAVE_DLFCN_H 1
| #define HAVE_CXX11 1
| #define ENABLE_NLS 1
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_FFS 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_STRTOL 1
| #define HAVE_DECL_STRTOUL 1
| #define HAVE_DECL_STRTOLL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LINUX_PERF_EVENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_THREAD_DB_H 1
| #define HAVE_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LINUX_ELF_H 1
| #define HAVE_PROC_SERVICE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PIPE 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_SIGACTION 1
| #define HAVE_SBRK 1
| #define HAVE_SETNS 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETAUXVAL 1
| #define HAVE_SIGTIMEDWAIT 1
| #define HAVE_DECL_ADDR_NO_RANDOMIZE 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define CXX_STD_THREAD 1
| #define HAVE_SIGSETJMP 1
| #define PRINTF_HAS_LONG_LONG 1
| #define _STRUCTURED_PROC 1
| #define HAVE_SYS_PROCFS_H 1
| #define HAVE_PRGREGSET_T 1
| #define HAVE_PRFPREGSET_T 1
| #define HAVE_LWPID_T 1
| #define HAVE_PSADDR_T 1
| #define HAVE_ELF_FPREGSET_T 1
| #define HAVE_SYS_PTRACE_H 1
| #define PTRACE_TYPE_RET long
| #define PTRACE_TYPE_ARG1 enum __ptrace_request
| #define PTRACE_TYPE_ARG3 long
| #define PTRACE_TYPE_ARG4 long
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:10433: g++ -c -g -O2 -Werror -Wsuggest-override conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wimplicit-fallthrough=3 conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wduplicated-cond conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wshadow=local conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wdeprecated-copy conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wdeprecated-copy-dtor conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wredundant-move conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wmissing-declarations conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wstrict-null-sentinel conftest.cpp >&5
configure:10433: $? = 0
configure:10433: g++ -c -g -O2 -Werror -Wformat -Wformat-nonliteral conftest.cpp >&5
configure:10433: $? = 0
configure:10442: result: -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral
configure:10523: updating cache ./config.cache
configure:10571: checking that generated files are newer than configure
configure:10577: result: done
configure:10612: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gdbsupport config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on seti-VirtualBox
config.status:995: creating Makefile
config.status:995: creating config.h
config.status:1209: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 '
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O2 '
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' '
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=riscv32-unknown-elf
ac_cv_func_alloca_works=yes
ac_cv_func_fdwalk=no
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getauxval=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_kinfo_getfile=no
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_pipe2=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_pthread_setname_np=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_ptrace64=no
ac_cv_func_sbrk=yes
ac_cv_func_setns=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigtimedwait=yes
ac_cv_func_socketpair=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl_ADDR_NO_RANDOMIZE=yes
ac_cv_have_decl_asprintf=yes
ac_cv_have_decl_basename_char_p_=yes
ac_cv_have_decl_ffs=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strstr=yes
ac_cv_have_decl_strtol=yes
ac_cv_have_decl_strtoll=yes
ac_cv_have_decl_strtoul=yes
ac_cv_have_decl_strtoull=yes
ac_cv_have_decl_strverscmp=yes
ac_cv_have_decl_vasprintf=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_elf_h=yes
ac_cv_header_linux_perf_event_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_poll_h=yes
ac_cv_header_proc_service_h=yes
ac_cv_header_ptrace_h=no
ac_cv_header_signal_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_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_procfs_h=yes
ac_cv_header_sys_ptrace_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
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_un_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_thread_db_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wait_h=yes
ac_cv_header_windows_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_libipt=no
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=/usr/bin/gawk
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_dlsym='none required'
ac_cv_search_kinfo_getfile=no
ac_cv_sizeof_long_long=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_target=riscv32-unknown-elf
ac_cv_type_long_long=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=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_CXX_dependencies_compiler_type=gcc3
am_cv_langinfo_codeset=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_PTHREAD_CLANG=no
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_PTHREAD_SPECIAL_FLAGS=no
ax_cv_cxx_compile_cxx11=yes
bfd_cv_have_sys_procfs_type_elf_fpregset_t=yes
bfd_cv_have_sys_procfs_type_fpregset_t=no
bfd_cv_have_sys_procfs_type_gregset_t=no
bfd_cv_have_sys_procfs_type_lwpid_t=yes
bfd_cv_have_sys_procfs_type_prfpregset_t=yes
bfd_cv_have_sys_procfs_type_prgregset32_t=no
bfd_cv_have_sys_procfs_type_prgregset_t=yes
bfd_cv_have_sys_procfs_type_psaddr_t=yes
gdb_cv_compiler_type=gcc
gdb_cv_cxx_std_thread=yes
gdb_cv_func_ptrace_args='enum __ptrace_request,int,long,long'
gdb_cv_func_ptrace_ret=long
gdb_cv_func_sigsetjmp=yes
gdb_cv_printf_has_long_long=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing aclocal-1.15'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing autoconf'
AUTOHEADER='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing autoheader'
AUTOMAKE='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing automake-1.15'
AWK='/usr/bin/gawk'
CATALOGS=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 '
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 '
CXX_DIALECT=''
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GENCAT='gencat'
GMSGFMT=':'
GREP='/usr/bin/grep'
HAVE_CXX11='1'
HAVE_LIBIPT='no'
HAVE_PIPE_OR_PIPE2_FALSE='#'
HAVE_PIPE_OR_PIPE2_TRUE=''
INCINTL=''
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'
LARGEFILE_CPPFLAGS=''
LDFLAGS=' '
LIBINTL=''
LIBINTL_DEP=''
LIBIPT=''
LIBOBJS=''
LIBS=''
LTLIBIPT=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo --split-size=5000000'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='gdbsupport'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gdbsupport'
PACKAGE_STRING='gdbsupport 1.0'
PACKAGE_TARNAME='gdbsupport'
PACKAGE_URL=''
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
POSUB='po'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
SED='/usr/bin/sed'
SELFTEST_FALSE=''
SELFTEST_TRUE='#'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_NLS='yes'
VERSION='1.0'
WARN_CFLAGS=' -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor -Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral'
WERROR_CFLAGS=''
XGETTEXT=':'
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/riscv'
program_transform_name='s&^&riscv32-unknown-elf-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='riscv32-unknown-elf'
target_alias='riscv32-unknown-elf'
target_cpu='riscv32'
target_os='elf'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "gdbsupport"
#define PACKAGE_TARNAME "gdbsupport"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "gdbsupport 1.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "gdbsupport"
#define VERSION "1.0"
#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 HAVE_DLFCN_H 1
#define HAVE_CXX11 1
#define ENABLE_NLS 1
#define HAVE_LONG_LONG 1
#define SIZEOF_LONG_LONG 8
#define HAVE_DECL_BASENAME 1
#define HAVE_DECL_FFS 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_VASPRINTF 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_DECL_STRTOL 1
#define HAVE_DECL_STRTOUL 1
#define HAVE_DECL_STRTOLL 1
#define HAVE_DECL_STRTOULL 1
#define HAVE_DECL_STRVERSCMP 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define STDC_HEADERS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LINUX_PERF_EVENT_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_THREAD_DB_H 1
#define HAVE_WAIT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_DLFCN_H 1
#define HAVE_LINUX_ELF_H 1
#define HAVE_PROC_SERVICE_H 1
#define HAVE_POLL_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_GETRLIMIT 1
#define HAVE_PIPE 1
#define HAVE_PIPE2 1
#define HAVE_POLL 1
#define HAVE_SOCKETPAIR 1
#define HAVE_SIGACTION 1
#define HAVE_SBRK 1
#define HAVE_SETNS 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SETPGID 1
#define HAVE_SETPGRP 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETAUXVAL 1
#define HAVE_SIGTIMEDWAIT 1
#define HAVE_DECL_ADDR_NO_RANDOMIZE 1
#define HAVE_DECL_STRSTR 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_PTHREAD_SETNAME_NP 1
#define CXX_STD_THREAD 1
#define HAVE_SIGSETJMP 1
#define PRINTF_HAS_LONG_LONG 1
#define _STRUCTURED_PROC 1
#define HAVE_SYS_PROCFS_H 1
#define HAVE_PRGREGSET_T 1
#define HAVE_PRFPREGSET_T 1
#define HAVE_LWPID_T 1
#define HAVE_PSADDR_T 1
#define HAVE_ELF_FPREGSET_T 1
#define HAVE_SYS_PTRACE_H 1
#define PTRACE_TYPE_RET long
#define PTRACE_TYPE_ARG1 enum __ptrace_request
#define PTRACE_TYPE_ARG3 long
#define PTRACE_TYPE_ARG4 long
configure: exit 0