1093 lines
40 KiB
Text
1093 lines
40 KiB
Text
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by libctf configure 1.2.0, which was
|
|
generated by GNU Autoconf 2.69. Invocation command line was
|
|
|
|
$ /home/seti/riscv-gnu-toolchain/gdb/libctf/configure --srcdir=/home/seti/riscv-gnu-toolchain/gdb/libctf --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:2230: creating cache ./config.cache
|
|
configure:2347: checking build system type
|
|
configure:2361: result: x86_64-pc-linux-gnu
|
|
configure:2381: checking host system type
|
|
configure:2394: result: x86_64-pc-linux-gnu
|
|
configure:2414: checking target system type
|
|
configure:2427: result: riscv32-unknown-elf
|
|
configure:2464: checking for x86_64-pc-linux-gnu-gcc
|
|
configure:2491: result: gcc
|
|
configure:2760: checking for C compiler version
|
|
configure:2769: 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:2780: $? = 0
|
|
configure:2769: 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:2780: $? = 0
|
|
configure:2769: gcc -V >&5
|
|
gcc: error: unrecognized command-line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2780: $? = 1
|
|
configure:2769: gcc -qversion >&5
|
|
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2780: $? = 1
|
|
configure:2800: checking whether the C compiler works
|
|
configure:2822: gcc -g -O2 conftest.c >&5
|
|
configure:2826: $? = 0
|
|
configure:2874: result: yes
|
|
configure:2877: checking for C compiler default output file name
|
|
configure:2879: result: a.out
|
|
configure:2885: checking for suffix of executables
|
|
configure:2892: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:2896: $? = 0
|
|
configure:2918: result:
|
|
configure:2940: checking whether we are cross compiling
|
|
configure:2948: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:2952: $? = 0
|
|
configure:2959: ./conftest
|
|
configure:2963: $? = 0
|
|
configure:2978: result: no
|
|
configure:2983: checking for suffix of object files
|
|
configure:3005: gcc -c -g -O2 conftest.c >&5
|
|
configure:3009: $? = 0
|
|
configure:3030: result: o
|
|
configure:3034: checking whether we are using the GNU C compiler
|
|
configure:3053: gcc -c -g -O2 conftest.c >&5
|
|
configure:3053: $? = 0
|
|
configure:3062: result: yes
|
|
configure:3071: checking whether gcc accepts -g
|
|
configure:3091: gcc -c -g conftest.c >&5
|
|
configure:3091: $? = 0
|
|
configure:3132: result: yes
|
|
configure:3149: checking for gcc option to accept ISO C89
|
|
configure:3212: gcc -c -g -O2 conftest.c >&5
|
|
configure:3212: $? = 0
|
|
configure:3225: result: none needed
|
|
configure:3250: checking whether gcc understands -c and -o together
|
|
configure:3272: gcc -c conftest.c -o conftest2.o
|
|
configure:3275: $? = 0
|
|
configure:3272: gcc -c conftest.c -o conftest2.o
|
|
configure:3275: $? = 0
|
|
configure:3287: result: yes
|
|
configure:3310: checking how to run the C preprocessor
|
|
configure:3341: gcc -E conftest.c
|
|
configure:3341: $? = 0
|
|
configure:3355: gcc -E conftest.c
|
|
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
|
|
9 | #include <ac_nonexistent.h>
|
|
| ^~~~~~~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3355: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "libctf"
|
|
| #define PACKAGE_TARNAME "libctf"
|
|
| #define PACKAGE_VERSION "1.2.0"
|
|
| #define PACKAGE_STRING "libctf 1.2.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3380: result: gcc -E
|
|
configure:3400: gcc -E conftest.c
|
|
configure:3400: $? = 0
|
|
configure:3414: gcc -E conftest.c
|
|
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
|
|
9 | #include <ac_nonexistent.h>
|
|
| ^~~~~~~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3414: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "libctf"
|
|
| #define PACKAGE_TARNAME "libctf"
|
|
| #define PACKAGE_VERSION "1.2.0"
|
|
| #define PACKAGE_STRING "libctf 1.2.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3443: checking for grep that handles long lines and -e
|
|
configure:3501: result: /usr/bin/grep
|
|
configure:3506: checking for egrep
|
|
configure:3568: result: /usr/bin/grep -E
|
|
configure:3573: checking for ANSI C header files
|
|
configure:3593: gcc -c -g -O2 conftest.c >&5
|
|
configure:3593: $? = 0
|
|
configure:3666: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:3666: $? = 0
|
|
configure:3666: ./conftest
|
|
configure:3666: $? = 0
|
|
configure:3677: result: yes
|
|
configure:3690: checking for sys/types.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3690: checking for sys/stat.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3690: checking for stdlib.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3690: checking for string.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3690: checking for memory.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3690: checking for strings.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3690: checking for inttypes.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3690: checking for stdint.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3690: checking for unistd.h
|
|
configure:3690: gcc -c -g -O2 conftest.c >&5
|
|
configure:3690: $? = 0
|
|
configure:3690: result: yes
|
|
configure:3703: checking minix/config.h usability
|
|
configure:3703: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
|
|
52 | #include <minix/config.h>
|
|
| ^~~~~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3703: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "libctf"
|
|
| #define PACKAGE_TARNAME "libctf"
|
|
| #define PACKAGE_VERSION "1.2.0"
|
|
| #define PACKAGE_STRING "libctf 1.2.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #ifdef HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #ifdef HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #ifdef STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # ifdef HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #ifdef HAVE_STRING_H
|
|
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #ifdef HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #ifdef HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #endif
|
|
| #ifdef HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| #endif
|
|
| #ifdef HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| #include <minix/config.h>
|
|
configure:3703: result: no
|
|
configure:3703: checking minix/config.h presence
|
|
configure:3703: gcc -E conftest.c
|
|
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
|
|
19 | #include <minix/config.h>
|
|
| ^~~~~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3703: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "libctf"
|
|
| #define PACKAGE_TARNAME "libctf"
|
|
| #define PACKAGE_VERSION "1.2.0"
|
|
| #define PACKAGE_STRING "libctf 1.2.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <minix/config.h>
|
|
configure:3703: result: no
|
|
configure:3703: checking for minix/config.h
|
|
configure:3703: result: no
|
|
configure:3724: checking whether it is safe to define __EXTENSIONS__
|
|
configure:3742: gcc -c -g -O2 conftest.c >&5
|
|
configure:3742: $? = 0
|
|
configure:3749: result: yes
|
|
configure:3779: checking for a BSD-compatible install
|
|
configure:3847: result: /usr/bin/install -c
|
|
configure:3858: checking whether build environment is sane
|
|
configure:3913: result: yes
|
|
configure:4061: checking for a thread-safe mkdir -p
|
|
configure:4100: result: /usr/bin/mkdir -p
|
|
configure:4107: checking for gawk
|
|
configure:4134: result: /usr/bin/gawk
|
|
configure:4145: checking whether make sets $(MAKE)
|
|
configure:4167: result: yes
|
|
configure:4197: checking for style of include used by make
|
|
configure:4225: result: GNU
|
|
configure:4259: checking whether make supports nested variables
|
|
configure:4276: result: yes
|
|
configure:4361: checking dependency style of gcc
|
|
configure:4472: result: gcc3
|
|
configure:4541: checking whether make supports nested variables
|
|
configure:4558: result: yes
|
|
configure:4571: checking whether make sets $(MAKE)
|
|
configure:4593: result: yes
|
|
configure:4610: checking for x86_64-pc-linux-gnu-gcc
|
|
configure:4637: result: gcc
|
|
configure:4906: checking for C compiler version
|
|
configure:4915: 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:4926: $? = 0
|
|
configure:4915: 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:4926: $? = 0
|
|
configure:4915: gcc -V >&5
|
|
gcc: error: unrecognized command-line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:4926: $? = 1
|
|
configure:4915: gcc -qversion >&5
|
|
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:4926: $? = 1
|
|
configure:4930: checking whether we are using the GNU C compiler
|
|
configure:4958: result: yes
|
|
configure:4967: checking whether gcc accepts -g
|
|
configure:5028: result: yes
|
|
configure:5045: checking for gcc option to accept ISO C89
|
|
configure:5121: result: none needed
|
|
configure:5146: checking whether gcc understands -c and -o together
|
|
configure:5183: result: yes
|
|
configure:5203: checking for x86_64-pc-linux-gnu-ranlib
|
|
configure:5230: result: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
|
|
configure:5297: checking for x86_64-pc-linux-gnu-ar
|
|
configure:5324: result: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
|
|
configure:5394: checking the archiver (ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so) interface
|
|
configure:5410: gcc -c -g -O2 conftest.c >&5
|
|
configure:5410: $? = 0
|
|
configure:5412: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so cru libconftest.a conftest.o >&5
|
|
ar: `u' modifier ignored since `D' is the default (see `U')
|
|
configure:5415: $? = 0
|
|
configure:5443: result: ar
|
|
configure:5476: checking whether NLS is requested
|
|
configure:5482: result: yes
|
|
configure:5488: checking for catalogs to be installed
|
|
configure:5520: result:
|
|
configure:5612: checking how to print strings
|
|
configure:5639: result: printf
|
|
configure:5660: checking for a sed that does not truncate output
|
|
configure:5724: result: /usr/bin/sed
|
|
configure:5742: checking for fgrep
|
|
configure:5804: result: /usr/bin/grep -F
|
|
configure:5839: checking for ld used by gcc
|
|
configure:5906: result: ld
|
|
configure:5913: checking if the linker (ld) is GNU ld
|
|
configure:5928: result: yes
|
|
configure:5940: checking for BSD- or MS-compatible name lister (nm)
|
|
configure:5990: result: /usr/bin/nm -B
|
|
configure:6120: checking the name lister (/usr/bin/nm -B) interface
|
|
configure:6127: gcc -c -g -O2 conftest.c >&5
|
|
configure:6130: /usr/bin/nm -B "conftest.o"
|
|
configure:6133: output
|
|
0000000000000000 B some_variable
|
|
configure:6140: result: BSD nm
|
|
configure:6143: checking whether ln -s works
|
|
configure:6147: result: yes
|
|
configure:6155: checking the maximum length of command line arguments
|
|
configure:6280: result: 1572864
|
|
configure:6297: checking whether the shell understands some XSI constructs
|
|
configure:6307: result: yes
|
|
configure:6311: checking whether the shell understands "+="
|
|
configure:6317: result: yes
|
|
configure:6352: checking for ld option to reload object files
|
|
configure:6359: result: -r
|
|
configure:6388: checking for x86_64-pc-linux-gnu-objdump
|
|
configure:6415: result: objdump
|
|
configure:6487: checking how to recognize dependent libraries
|
|
configure:6688: result: pass_all
|
|
configure:6721: checking for x86_64-pc-linux-gnu-ar
|
|
configure:6748: result: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
|
|
configure:6839: checking for x86_64-pc-linux-gnu-strip
|
|
configure:6869: result: no
|
|
configure:6879: checking for strip
|
|
configure:6895: found /usr/bin/strip
|
|
configure:6906: result: strip
|
|
configure:6938: checking for x86_64-pc-linux-gnu-ranlib
|
|
configure:6965: result: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so
|
|
configure:7112: checking command to parse /usr/bin/nm -B output from gcc object
|
|
configure:7230: gcc -c -g -O2 conftest.c >&5
|
|
configure:7233: $? = 0
|
|
configure:7237: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
|
|
configure:7240: $? = 0
|
|
configure:7294: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
|
|
configure:7297: $? = 0
|
|
configure:7335: result: ok
|
|
configure:7430: gcc -c -g -O2 conftest.c >&5
|
|
configure:7433: $? = 0
|
|
configure:8183: checking for dlfcn.h
|
|
configure:8183: gcc -c -g -O2 conftest.c >&5
|
|
configure:8183: $? = 0
|
|
configure:8183: result: yes
|
|
configure:8340: checking for objdir
|
|
configure:8355: result: .libs
|
|
configure:8626: checking if gcc supports -fno-rtti -fno-exceptions
|
|
configure:8644: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
|
|
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
|
|
configure:8648: $? = 0
|
|
configure:8661: result: no
|
|
configure:8681: checking for gcc option to produce PIC
|
|
configure:8967: result: -fPIC -DPIC
|
|
configure:8979: checking if gcc PIC flag -fPIC -DPIC works
|
|
configure:8997: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
|
|
configure:9001: $? = 0
|
|
configure:9014: result: yes
|
|
configure:9038: checking if gcc static flag -static works
|
|
configure:9066: result: yes
|
|
configure:9081: checking if gcc supports -c -o file.o
|
|
configure:9102: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
|
configure:9106: $? = 0
|
|
configure:9128: result: yes
|
|
configure:9136: checking if gcc supports -c -o file.o
|
|
configure:9183: result: yes
|
|
configure:9216: checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries
|
|
configure:10287: result: yes
|
|
configure:10532: checking dynamic linker characteristics
|
|
configure:10973: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
|
|
configure:10973: $? = 0
|
|
configure:11195: result: GNU/Linux ld.so
|
|
configure:11302: checking how to hardcode library paths into programs
|
|
configure:11327: result: immediate
|
|
configure:11867: checking whether stripping libraries is possible
|
|
configure:11872: result: yes
|
|
configure:11907: checking if libtool supports shared libraries
|
|
configure:11909: result: yes
|
|
configure:11912: checking whether to build shared libraries
|
|
configure:11933: result: no
|
|
configure:11936: checking whether to build static libraries
|
|
configure:11940: result: yes
|
|
configure:11982: checking for special C compiler options needed for large files
|
|
configure:12027: result: no
|
|
configure:12033: checking for _FILE_OFFSET_BITS value needed for large files
|
|
configure:12058: gcc -c -g -O2 conftest.c >&5
|
|
configure:12058: $? = 0
|
|
configure:12090: result: no
|
|
configure:12181: checking for aclocal
|
|
configure:12208: result: ${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing aclocal-1.15
|
|
configure:12224: checking for autoconf
|
|
configure:12251: result: ${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing autoconf
|
|
configure:12267: checking for autoheader
|
|
configure:12294: result: ${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing autoheader
|
|
configure:12328: checking whether gcc supports -W
|
|
configure:12345: gcc -c -W conftest.c >&5
|
|
configure:12345: $? = 0
|
|
configure:12354: result: yes
|
|
configure:12328: checking whether gcc supports -Wall
|
|
configure:12345: gcc -c -Wall conftest.c >&5
|
|
configure:12345: $? = 0
|
|
configure:12354: result: yes
|
|
configure:12328: checking whether gcc supports -Wnarrowing
|
|
configure:12345: gcc -c -Wnarrowing conftest.c >&5
|
|
configure:12345: $? = 0
|
|
configure:12354: result: yes
|
|
configure:12328: checking whether gcc supports -Wwrite-strings
|
|
configure:12345: gcc -c -Wwrite-strings conftest.c >&5
|
|
configure:12345: $? = 0
|
|
configure:12354: result: yes
|
|
configure:12328: checking whether gcc supports -Wmissing-format-attribute
|
|
configure:12345: gcc -c -Wmissing-format-attribute conftest.c >&5
|
|
configure:12345: $? = 0
|
|
configure:12354: result: yes
|
|
configure:12386: checking whether gcc supports -Wstrict-prototypes
|
|
configure:12403: gcc -c -Wstrict-prototypes conftest.c >&5
|
|
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
|
|
31 | main ()
|
|
| ^~~~
|
|
configure:12403: $? = 0
|
|
configure:12412: result: yes
|
|
configure:12386: checking whether gcc supports -Wmissing-prototypes
|
|
configure:12403: gcc -c -Wmissing-prototypes conftest.c >&5
|
|
configure:12403: $? = 0
|
|
configure:12412: result: yes
|
|
configure:12386: checking whether gcc supports -Wold-style-definition
|
|
configure:12403: gcc -c -Wold-style-definition conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:31:1: warning: old-style function definition [-Wold-style-definition]
|
|
31 | main ()
|
|
| ^~~~
|
|
configure:12403: $? = 0
|
|
configure:12412: result: yes
|
|
configure:12436: checking whether gcc supports -pedantic -Wlong-long
|
|
configure:12454: gcc -c -pedantic -Wlong-long conftest.c >&5
|
|
configure:12454: $? = 0
|
|
configure:12462: result: yes
|
|
configure:12506: checking whether to enable maintainer-specific portions of Makefiles
|
|
configure:12515: result: no
|
|
configure:12543: checking whether to install libbfd
|
|
configure:12556: result: no
|
|
configure:12601: checking whether gcc supports -Wall
|
|
configure:12627: result: yes
|
|
configure:12648: checking for stdlib.h
|
|
configure:12648: result: yes
|
|
configure:12648: checking for unistd.h
|
|
configure:12648: result: yes
|
|
configure:12648: checking for sys/param.h
|
|
configure:12648: gcc -c -g -O2 conftest.c >&5
|
|
configure:12648: $? = 0
|
|
configure:12648: result: yes
|
|
configure:12668: checking for getpagesize
|
|
configure:12668: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:12668: $? = 0
|
|
configure:12668: result: yes
|
|
configure:12677: checking for working mmap
|
|
configure:12824: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:12824: $? = 0
|
|
configure:12824: ./conftest
|
|
configure:12824: $? = 0
|
|
configure:12834: result: yes
|
|
configure:12844: checking for library containing dlsym
|
|
configure:12875: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:12875: $? = 0
|
|
configure:12892: result: none required
|
|
configure:12957: checking for ELF support in BFD
|
|
configure:12977: gcc -o conftest -I/home/seti/riscv-gnu-toolchain/gdb/libctf/../include -I../bfd -I/home/seti/riscv-gnu-toolchain/gdb/libctf/../bfd -g -O2 -L../bfd -L../libiberty -L../zlib conftest.c -lbfd -liberty -lz >&5
|
|
configure:12977: $? = 0
|
|
configure:12985: result: yes
|
|
configure:12997: checking whether byte ordering is bigendian
|
|
configure:13012: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:36:16: error: unknown type name 'not'
|
|
36 | not a universal capable compiler
|
|
| ^~~
|
|
conftest.c:36:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
|
|
36 | not a universal capable compiler
|
|
| ^~~~~~~~~
|
|
conftest.c:36:22: error: unknown type name 'universal'
|
|
configure:13012: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "libctf"
|
|
| #define PACKAGE_TARNAME "libctf"
|
|
| #define PACKAGE_VERSION "1.2.0"
|
|
| #define PACKAGE_STRING "libctf 1.2.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define PACKAGE "libctf"
|
|
| #define VERSION "1.2.0"
|
|
| #define ENABLE_NLS 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_PARAM_H 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define HAVE_MMAP 1
|
|
| #define HAVE_BFD_ELF 1
|
|
| /* end confdefs.h. */
|
|
| #ifndef __APPLE_CC__
|
|
| not a universal capable compiler
|
|
| #endif
|
|
| typedef int dummy;
|
|
|
|
|
configure:13057: gcc -c -g -O2 conftest.c >&5
|
|
configure:13057: $? = 0
|
|
configure:13075: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:42:18: error: unknown type name 'not'; did you mean 'ino_t'?
|
|
42 | not big endian
|
|
| ^~~
|
|
| ino_t
|
|
conftest.c:42:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
|
|
42 | not big endian
|
|
| ^~~~~~
|
|
configure:13075: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "libctf"
|
|
| #define PACKAGE_TARNAME "libctf"
|
|
| #define PACKAGE_VERSION "1.2.0"
|
|
| #define PACKAGE_STRING "libctf 1.2.0"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_MEMORY_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define __EXTENSIONS__ 1
|
|
| #define _ALL_SOURCE 1
|
|
| #define _GNU_SOURCE 1
|
|
| #define _POSIX_PTHREAD_SEMANTICS 1
|
|
| #define _TANDEM_SOURCE 1
|
|
| #define PACKAGE "libctf"
|
|
| #define VERSION "1.2.0"
|
|
| #define ENABLE_NLS 1
|
|
| #define HAVE_DLFCN_H 1
|
|
| #define LT_OBJDIR ".libs/"
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_SYS_PARAM_H 1
|
|
| #define HAVE_GETPAGESIZE 1
|
|
| #define HAVE_MMAP 1
|
|
| #define HAVE_BFD_ELF 1
|
|
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
|
|
| #include <sys/param.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| #if BYTE_ORDER != BIG_ENDIAN
|
|
| not big endian
|
|
| #endif
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:13203: result: no
|
|
configure:13224: checking byteswap.h usability
|
|
configure:13224: gcc -c -g -O2 conftest.c >&5
|
|
configure:13224: $? = 0
|
|
configure:13224: result: yes
|
|
configure:13224: checking byteswap.h presence
|
|
configure:13224: gcc -E conftest.c
|
|
configure:13224: $? = 0
|
|
configure:13224: result: yes
|
|
configure:13224: checking for byteswap.h
|
|
configure:13224: result: yes
|
|
configure:13224: checking endian.h usability
|
|
configure:13224: gcc -c -g -O2 conftest.c >&5
|
|
configure:13224: $? = 0
|
|
configure:13224: result: yes
|
|
configure:13224: checking endian.h presence
|
|
configure:13224: gcc -E conftest.c
|
|
configure:13224: $? = 0
|
|
configure:13224: result: yes
|
|
configure:13224: checking for endian.h
|
|
configure:13224: result: yes
|
|
configure:13236: checking for pread
|
|
configure:13236: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:13236: $? = 0
|
|
configure:13236: result: yes
|
|
configure:13246: checking whether bswap_16 is declared
|
|
configure:13246: gcc -c -g -O2 conftest.c >&5
|
|
configure:13246: $? = 0
|
|
configure:13246: result: yes
|
|
configure:13257: checking whether bswap_32 is declared
|
|
configure:13257: gcc -c -g -O2 conftest.c >&5
|
|
configure:13257: $? = 0
|
|
configure:13257: result: yes
|
|
configure:13268: checking whether bswap_64 is declared
|
|
configure:13268: gcc -c -g -O2 conftest.c >&5
|
|
configure:13268: $? = 0
|
|
configure:13268: result: yes
|
|
configure:13280: checking whether asprintf is declared
|
|
configure:13280: gcc -c -g -O2 conftest.c >&5
|
|
configure:13280: $? = 0
|
|
configure:13280: result: yes
|
|
configure:13290: checking whether vasprintf is declared
|
|
configure:13290: gcc -c -g -O2 conftest.c >&5
|
|
configure:13290: $? = 0
|
|
configure:13290: result: yes
|
|
configure:13300: checking whether stpcpy is declared
|
|
configure:13300: gcc -c -g -O2 conftest.c >&5
|
|
configure:13300: $? = 0
|
|
configure:13300: result: yes
|
|
configure:13318: checking for qsort_r
|
|
configure:13318: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:13318: $? = 0
|
|
configure:13318: result: yes
|
|
configure:13331: checking for qsort_r signature
|
|
configure:13357: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:13357: $? = 0
|
|
configure:13391: result: GNU
|
|
configure:13414: checking for O_CLOEXEC
|
|
configure:13434: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:13434: $? = 0
|
|
configure:13442: result: yes
|
|
configure:13457: checking for makeinfo
|
|
configure:13484: result: makeinfo --split-size=5000000
|
|
configure:13562: checking for expect
|
|
configure:13595: result: no
|
|
configure:13600: checking for Tcl supporting try/catch
|
|
configure:13611: result: no
|
|
configure:13624: checking for linker versioning flags
|
|
configure:13639: gcc -o conftest -g -O2 -fPIC -shared -Wl,--version-script=conftest.ver conftest.c >&5
|
|
configure:13639: $? = 0
|
|
configure:13668: result: -Wl,--version-script='/home/seti/riscv-gnu-toolchain/gdb/libctf/libctf.ver'
|
|
configure:13749: updating cache ./config.cache
|
|
configure:13793: checking that generated files are newer than configure
|
|
configure:13799: result: done
|
|
configure:13847: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by libctf config.status 1.2.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:1137: creating Makefile
|
|
config.status:1137: creating config.h
|
|
config.status:1351: executing depfiles commands
|
|
config.status:1351: executing libtool commands
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_build=x86_64-pc-linux-gnu
|
|
ac_cv_c_bigendian=no
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_env_CC_set=set
|
|
ac_cv_env_CC_value=gcc
|
|
ac_cv_env_CFLAGS_set=set
|
|
ac_cv_env_CFLAGS_value='-g -O2 '
|
|
ac_cv_env_CPPFLAGS_set=
|
|
ac_cv_env_CPPFLAGS_value=
|
|
ac_cv_env_CPP_set=
|
|
ac_cv_env_CPP_value=
|
|
ac_cv_env_LDFLAGS_set=set
|
|
ac_cv_env_LDFLAGS_value=' '
|
|
ac_cv_env_LIBS_set=
|
|
ac_cv_env_LIBS_value=
|
|
ac_cv_env_build_alias_set=set
|
|
ac_cv_env_build_alias_value=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_getpagesize=yes
|
|
ac_cv_func_mmap_fixed_mapped=yes
|
|
ac_cv_func_pread=yes
|
|
ac_cv_func_qsort_r=yes
|
|
ac_cv_have_decl_asprintf=yes
|
|
ac_cv_have_decl_bswap_16=yes
|
|
ac_cv_have_decl_bswap_32=yes
|
|
ac_cv_have_decl_bswap_64=yes
|
|
ac_cv_have_decl_stpcpy=yes
|
|
ac_cv_have_decl_vasprintf=yes
|
|
ac_cv_header_byteswap_h=yes
|
|
ac_cv_header_dlfcn_h=yes
|
|
ac_cv_header_endian_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_minix_config_h=no
|
|
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_stat_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_host=x86_64-pc-linux-gnu
|
|
ac_cv_libctf_bfd_elf=yes
|
|
ac_cv_libctf_macro_O_CLOEXEC=yes
|
|
ac_cv_libctf_qsort_r_signature=GNU
|
|
ac_cv_libctf_tcl_try=no
|
|
ac_cv_libctf_version_script='-Wl,--version-script='\''/home/seti/riscv-gnu-toolchain/gdb/libctf/libctf.ver'\'''
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/usr/bin/grep -E'
|
|
ac_cv_path_FGREP='/usr/bin/grep -F'
|
|
ac_cv_path_GREP=/usr/bin/grep
|
|
ac_cv_path_SED=/usr/bin/sed
|
|
ac_cv_path_mkdir=/usr/bin/mkdir
|
|
ac_cv_prog_ACLOCAL='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing aclocal-1.15'
|
|
ac_cv_prog_AR='ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
|
|
ac_cv_prog_AUTOCONF='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing autoconf'
|
|
ac_cv_prog_AUTOHEADER='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing autoheader'
|
|
ac_cv_prog_AWK=/usr/bin/gawk
|
|
ac_cv_prog_CC=gcc
|
|
ac_cv_prog_CPP='gcc -E'
|
|
ac_cv_prog_MAKEINFO='makeinfo --split-size=5000000'
|
|
ac_cv_prog_OBJDUMP=objdump
|
|
ac_cv_prog_RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
|
|
ac_cv_prog_ac_ct_STRIP=strip
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_make_make_set=yes
|
|
ac_cv_safe_to_define___extensions__=yes
|
|
ac_cv_search_dlsym='none required'
|
|
ac_cv_sys_file_offset_bits=no
|
|
ac_cv_sys_largefile_CC=no
|
|
ac_cv_target=riscv32-unknown-elf
|
|
acx_cv_prog_cc_pedantic__Wlong_long=yes
|
|
acx_cv_prog_cc_warning__W=yes
|
|
acx_cv_prog_cc_warning__Wall=yes
|
|
acx_cv_prog_cc_warning__Wmissing_format_attribute=yes
|
|
acx_cv_prog_cc_warning__Wmissing_prototypes=yes
|
|
acx_cv_prog_cc_warning__Wnarrowing=yes
|
|
acx_cv_prog_cc_warning__Wold_style_definition=yes
|
|
acx_cv_prog_cc_warning__Wstrict_prototypes=yes
|
|
acx_cv_prog_cc_warning__Wwrite_strings=yes
|
|
am_cv_CC_dependencies_compiler_type=gcc3
|
|
am_cv_ar_interface=ar
|
|
am_cv_make_support_nested_variables=yes
|
|
am_cv_prog_cc_c_o=yes
|
|
lt_cv_deplibs_check_method=pass_all
|
|
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
|
lt_cv_file_magic_test_file=
|
|
lt_cv_ld_reload_flag=-r
|
|
lt_cv_nm_interface='BSD nm'
|
|
lt_cv_objdir=.libs
|
|
lt_cv_path_LD=ld
|
|
lt_cv_path_NM='/usr/bin/nm -B'
|
|
lt_cv_prog_compiler_c_o=yes
|
|
lt_cv_prog_compiler_pic_works=yes
|
|
lt_cv_prog_compiler_rtti_exceptions=no
|
|
lt_cv_prog_compiler_static_works=yes
|
|
lt_cv_prog_gnu_ld=yes
|
|
lt_cv_shlibpath_overrides_runpath=yes
|
|
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
|
|
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
|
|
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
|
|
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
|
|
lt_cv_sys_max_cmd_len=1572864
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
ACLOCAL='${SHELL} /home/seti/riscv-gnu-toolchain/gdb/missing aclocal-1.15'
|
|
AMDEPBACKSLASH='\'
|
|
AMDEP_FALSE='#'
|
|
AMDEP_TRUE=''
|
|
AMTAR='$${TAR-tar}'
|
|
AM_BACKSLASH='\'
|
|
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
|
|
AM_DEFAULT_VERBOSITY='0'
|
|
AM_V='$(V)'
|
|
AR='ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
|
|
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'
|
|
BUILD_INFO_FALSE='#'
|
|
BUILD_INFO_TRUE=''
|
|
CATALOGS=''
|
|
CATOBJEXT='.gmo'
|
|
CC='gcc'
|
|
CCDEPMODE='depmode=gcc3'
|
|
CFLAGS='-g -O2 '
|
|
CPP='gcc -E'
|
|
CPPFLAGS=''
|
|
CTF_LIBADD='-L/home/seti/riscv-gnu-toolchain/build-gdb-newlib/libctf/../libiberty -liberty '
|
|
CYGPATH_W='echo'
|
|
DATADIRNAME='share'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DEPDIR='.deps'
|
|
DSYMUTIL='@DSYMUTIL@'
|
|
DUMPBIN=''
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/usr/bin/grep -E'
|
|
ENABLE_LIBCTF_HASH_DEBUGGING_FALSE=''
|
|
ENABLE_LIBCTF_HASH_DEBUGGING_TRUE='#'
|
|
EXEEXT=''
|
|
EXPECT=''
|
|
FGREP='/usr/bin/grep -F'
|
|
GENCAT='gencat'
|
|
GMSGFMT=':'
|
|
GREP='/usr/bin/grep'
|
|
INCINTL=''
|
|
INSTALL_DATA='/usr/bin/install -c -m 644'
|
|
INSTALL_LIBBFD_FALSE=''
|
|
INSTALL_LIBBFD_TRUE='#'
|
|
INSTALL_PROGRAM='/usr/bin/install -c'
|
|
INSTALL_SCRIPT='/usr/bin/install -c'
|
|
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
|
INSTOBJEXT='.mo'
|
|
LD='ld -m elf_x86_64'
|
|
LDFLAGS=' '
|
|
LIBINTL=''
|
|
LIBINTL_DEP=''
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
LIPO=''
|
|
LN_S='ln -s'
|
|
LTLIBOBJS=''
|
|
MAINT='#'
|
|
MAINTAINER_MODE_FALSE=''
|
|
MAINTAINER_MODE_TRUE='#'
|
|
MAKEINFO='makeinfo --split-size=5000000'
|
|
MKDIR_P='/usr/bin/mkdir -p'
|
|
NEED_CTF_QSORT_R_FALSE=''
|
|
NEED_CTF_QSORT_R_TRUE='#'
|
|
NM='/usr/bin/nm -B'
|
|
NMEDIT=''
|
|
OBJDUMP='objdump'
|
|
OBJEXT='o'
|
|
OTOOL64=''
|
|
OTOOL='@OTOOL@'
|
|
PACKAGE='libctf'
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME='libctf'
|
|
PACKAGE_STRING='libctf 1.2.0'
|
|
PACKAGE_TARNAME='libctf'
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION='1.2.0'
|
|
PATH_SEPARATOR=':'
|
|
POSUB='po'
|
|
RANLIB='ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so'
|
|
SED='/usr/bin/sed'
|
|
SET_MAKE=''
|
|
SHARED_LDFLAGS=''
|
|
SHELL='/bin/bash'
|
|
STRIP='strip'
|
|
TCL_TRY_FALSE=''
|
|
TCL_TRY_TRUE='#'
|
|
USE_NLS='yes'
|
|
VERSION='1.2.0'
|
|
VERSION_FLAGS='-Wl,--version-script='\''/home/seti/riscv-gnu-toolchain/gdb/libctf/libctf.ver'\'''
|
|
VERSION_FLAGS_NOBFD='-Wl,--version-script='\''/home/seti/riscv-gnu-toolchain/gdb/libctf/libctf.ver'\'''
|
|
WARN_PEDANTIC='-pedantic -Wno-long-long'
|
|
WERROR=''
|
|
XGETTEXT=':'
|
|
ac_ct_AR=''
|
|
ac_ct_CC=''
|
|
ac_ct_DUMPBIN=''
|
|
ac_libctf_warn_cflags='-Wall'
|
|
am__EXEEXT_FALSE=''
|
|
am__EXEEXT_TRUE='#'
|
|
am__fastdepCC_FALSE='#'
|
|
am__fastdepCC_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 -'
|
|
bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
|
|
bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
|
|
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'
|
|
c_warn='-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition'
|
|
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_noncanonical='x86_64-pc-linux-gnu'
|
|
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_noncanonical='riscv32-unknown-elf'
|
|
target_os='elf'
|
|
target_vendor='unknown'
|
|
warn='-W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute'
|
|
zlibdir='-L$(top_builddir)/../zlib'
|
|
zlibinc='-I$(top_srcdir)/../zlib'
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME "libctf"
|
|
#define PACKAGE_TARNAME "libctf"
|
|
#define PACKAGE_VERSION "1.2.0"
|
|
#define PACKAGE_STRING "libctf 1.2.0"
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_URL ""
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define __EXTENSIONS__ 1
|
|
#define _ALL_SOURCE 1
|
|
#define _GNU_SOURCE 1
|
|
#define _POSIX_PTHREAD_SEMANTICS 1
|
|
#define _TANDEM_SOURCE 1
|
|
#define PACKAGE "libctf"
|
|
#define VERSION "1.2.0"
|
|
#define ENABLE_NLS 1
|
|
#define HAVE_DLFCN_H 1
|
|
#define LT_OBJDIR ".libs/"
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_SYS_PARAM_H 1
|
|
#define HAVE_GETPAGESIZE 1
|
|
#define HAVE_MMAP 1
|
|
#define HAVE_BFD_ELF 1
|
|
#define HAVE_BYTESWAP_H 1
|
|
#define HAVE_ENDIAN_H 1
|
|
#define HAVE_PREAD 1
|
|
#define HAVE_DECL_BSWAP_16 1
|
|
#define HAVE_DECL_BSWAP_32 1
|
|
#define HAVE_DECL_BSWAP_64 1
|
|
#define HAVE_DECL_ASPRINTF 1
|
|
#define HAVE_DECL_VASPRINTF 1
|
|
#define HAVE_DECL_STPCPY 1
|
|
#define HAVE_QSORT_R 1
|
|
#define HAVE_QSORT_R_ARG_LAST 1
|
|
#define HAVE_O_CLOEXEC 1
|
|
|
|
configure: exit 0
|