maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
560 stars 57 forks source link

toolchain.sh and ghost.sh errors #36

Closed Mithjas closed 1 year ago

Mithjas commented 1 year ago

I tried to build everythin with the build scripts but only get the error toolchain.sh: ./toolchain.sh: 2: /usr/bin/sh: Syntax error: "(" unexpected

ghost.sh: ./build.sh: 7: ./ghost.sh: [[: not found ./build.sh: 132: ./ghost.sh: Syntax error: "(" unexpected (expecting "}")

Can someone help?

maxdev1 commented 1 year ago

Hey @Mithjas,

Which bash are you using? You'll need a GNU bash, since the scripts use pretty specific features. Maybe try to execute explicitly with bash toolchain.sh.

Greets

TheUniKian commented 1 year ago

Understandably, I am a bit late to this issue as I am also having these problems. Mine arent syntax but instead "target failed" errors:

Unpacking archives Patching GCC Updating autoconf in libstdc++-v3 Patching binutils Building 'changes' tool Building 'ramdisk-writer' tool Installing 'pkg-config' wrapper Installing libc and libapi headers Building binutils Configuring Building Installing target failed

This is what I get when running toolchain.sh

I am running the latest ubuntu when trying to bulid this so that may be the issue, and I also had to manually add executable permissions when trying to execute the script as well. Thank you for your time if this reaches you.

maxdev1 commented 1 year ago

@TheUniKian for each step of the toolchain (binutils, gcc, libc etc.) there is a build folder created in temp which contains a log file. For binutils, look for the file temp/build-binutils/ghost-build.log. Can you post its contents here? It should give more details about what went wrong.

TheUniKian commented 1 year ago

checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... gawk checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gcc option to accept ISO C99... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs checking for isl 0.15 or later... no required isl version is 0.15 or later checking for default BUILD_CONFIG... checking for --enable-vtable-verify... no checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for readelf... readelf checking for -plugin option... --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for i686-ghost-cc... no checking for i686-ghost-gcc... no checking for i686-ghost-c++... no checking for i686-ghost-g++... no checking for i686-ghost-cxx... no checking for i686-ghost-gxx... no checking for i686-ghost-gcc... no checking for i686-ghost-gfortran... no checking for i686-ghost-gccgo... no checking for i686-ghost-ar... no checking for i686-ghost-as... no checking for i686-ghost-dlltool... no checking for i686-ghost-ld... no checking for i686-ghost-lipo... no checking for i686-ghost-nm... no checking for i686-ghost-objcopy... no checking for i686-ghost-objdump... no checking for i686-ghost-ranlib... no checking for i686-ghost-readelf... no checking for i686-ghost-strip... no checking for i686-ghost-windres... no checking for i686-ghost-windmc... no checking where to find the target ar... just compiled checking where to find the target as... just compiled checking where to find the target cc... pre-installed checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed checking where to find the target dlltool... just compiled checking where to find the target gcc... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target gccgo... pre-installed checking where to find the target ld... just compiled checking where to find the target lipo... pre-installed checking where to find the target nm... just compiled checking where to find the target objcopy... just compiled checking where to find the target objdump... just compiled checking where to find the target ranlib... just compiled checking where to find the target readelf... just compiled checking where to find the target strip... just compiled checking where to find the target windres... just compiled checking where to find the target windmc... just compiled checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils' make[1]: Nothing to be done for 'all-target'. mkdir -p -- ./libiberty mkdir -p -- ./intl mkdir -p -- ./zlib mkdir -p -- ./etc Configuring in ./libiberty Configuring in ./intl Configuring in ./zlib Configuring in ./etc configure: creating cache ./config.cache checking for x86_64-pc-linux-gnu-gcc... gcc configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo --split-size=5000000 yes configure: creating cache ./config.cache checking for a thread-safe mkdir -p... checking build system type... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... x86_64-pc-linux-gnu checking host system type... checking whether the C compiler works... yes x86_64-pc-linux-gnu checking target system type... checking whether make supports nested variables... yes i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking whether make supports nested variables... (cached) yes yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... configure: updating cache ./config.cache yes checking that generated files are newer than configure... checking whether make supports nested variables... yes yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-gcc... gcc

checking whether we are cross compiling... checking for perl... perl checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for -plugin option... checking for x86_64-pc-linux-gnu-ar... (cached) 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 checking whether the C compiler works... checking whether to install libiberty headers and static library... no configure: target_header_dir = checking for x86_64-pc-linux-gnu-gcc... gcc no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking whether gcc accepts -g... checking whether the C compiler works... yes checking for gcc option to accept ISO C89... checking whether we are cross compiling... yes checking for C compiler default output file name... a.out none needed checking how to run the C preprocessor... checking for suffix of executables... no checking for suffix of object files... gcc -E o checking whether we are using the GNU C compiler... checking whether we are cross compiling... checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... yes checking whether gcc accepts -g... /usr/bin/grep -E checking for ANSI C header files... yes checking for gcc option to accept ISO C89... no checking for suffix of object files... o checking whether we are using the GNU C compiler... none needed checking whether gcc understands -c and -o together... yes checking whether gcc accepts -g... yes checking whether make supports the include directive... yes checking for gcc option to accept ISO C89... yes (GNU style) checking dependency style of gcc... yes checking for sys/types.h... none needed checking how to run the C preprocessor... gcc3 checking how to print strings... yes checking for sys/stat.h... gcc -E printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... yes /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... checking for stdlib.h... checking for grep that handles long lines and -e... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... yes checking for string.h... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all yes checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for memory.h... checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... yes checking for strings.h... yes checking for sys/types.h... yes checking for inttypes.h... ok yes checking for sys/stat.h... yes checking how to run the C preprocessor... checking for stdint.h... yes checking for stdlib.h... gcc -E yes checking for unistd.h... yes checking for string.h... checking for ANSI C header files... yes yes checking minix/config.h usability... checking for memory.h... yes no checking minix/config.h presence... checking for strings.h... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for inttypes.h... yes yes checking whether make sets $(MAKE)... checking for sys/types.h... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no checking for msgfmt... yes checking for stdint.h... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... yes checking for sys/stat.h... /usr/bin/xgettext checking for msgmerge... yes checking for unistd.h... yes /usr/bin/msgmerge yes checking for stdlib.h... checking minix/config.h usability... checking build system type... x86_64-pc-linux-gnu checking host system type... yes x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for library containing strerror... checking for string.h... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for memory.h... none required checking for an ANSI C-conforming const... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for inline... yes checking for strings.h... inline checking for off_t... no checking whether gcc supports -W... yes checking for inttypes.h... yes checking whether gcc supports -Wall... yes yes checking whether gcc supports -Wwrite-strings... checking for stdint.h... yes yes checking for size_t... checking whether gcc supports -Wc++-compat... yes checking for unistd.h... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wshadow=local... yes checking for dlfcn.h... yes checking whether gcc supports -pedantic ... yes checking for working alloca.h... yes yes checking whether gcc and cc understand -c and -o together... checking for objdir... .libs yes checking for alloca... checking if gcc supports -fno-rtti -fno-exceptions... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for an ANSI C-conforming const... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking for inline... inline checking whether byte ordering is bigendian... yes checking for getpagesize... yes checking for working mmap... no checking for a BSD-compatible install... /usr/bin/install -c checking for CET support... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... no checking dynamic linker characteristics... yes yes checking for inttypes.h... checking for sys/file.h... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes yes checking how to run the C preprocessor... gcc -E checking for stdint.h... checking for sys/param.h... yes yes checking for unsigned long long... checking for limits.h... checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes yes checking for sys/param.h... checking for stdlib.h... (cached) yes checking for malloc.h... yes yes checking for inttypes.h... checking for string.h... (cached) yes checking for unistd.h... (cached) yes yes checking for getpagesize... checking for strings.h... (cached) yes yes checking whether the inttypes.h PRIxNN macros are broken... checking for sys/time.h... yes checking for time.h... no checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... yes yes checking for working mmap... checking for sys/resource.h... done yes checking argz.h usability... checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes yes checking argz.h presence... checking for alloca.h... yes checking for argz.h... yes yes checking limits.h usability... checking for sys/pstat.h... yes checking for memcpy... no checking for sys/sysmp.h... no yes checking limits.h presence... checking for sys/sysinfo.h... yes checking for limits.h... yes yes checking locale.h usability... checking for machine/hal_sysinfo.h... yes checking for strerror... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking locale.h presence... yes checking for locale.h... yes no checking for sys/systemcfg.h... checking nl_types.h usability... yes checking for unistd.h... (cached) yes no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes checking nl_types.h presence... yes configure: updating cache ./config.cache checking for process.h... checking that generated files are newer than configure... yes checking for nl_types.h... yes checking malloc.h usability... no checking for sys/prctl.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking malloc.h presence... yes checking for malloc.h... yes yes checking whether time.h and sys/time.h may both be included... checking stddef.h usability... yes checking whether errno must be declared... yes checking stddef.h presence... no checking size of int... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for feof_unlocked... 4 checking size of long... yes checking for fgets_unlocked... yes checking for getc_unlocked... 8 checking size of size_t... yes checking for getcwd... 8 checking for long long... yes checking for getegid... yes done configure: creating ./config.status yes checking size of long long... checking for geteuid... done configure: creating ./config.status yes checking for getgid... 8 checking for a 64-bit type... config.status: creating Makefile uint64_t checking for intptr_t... yes checking for getuid... make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/etc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/etc' yes checking for mempcpy... yes checking for uintptr_t... yes checking for munmap... yes checking for ssize_t... yes checking for putenv... yes checking for setenv... yes checking for pid_t... yes checking for setlocale... yes checking for stpcpy... yes checking for library containing strerror... yes none required checking for asprintf... checking for strcasecmp... config.status: creating Makefile yes yes checking for atexit... checking for strdup... config.status: executing depfiles commands yes checking for basename... yes checking for strtoul... yes yes checking for bcmp... checking for tsearch... yes yes config.status: executing libtool commands checking for bcopy... checking for argz_count... yes yes checking for __argz_stringify... checking for bsearch... make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/zlib' CC libz_a-adler32.o CC libz_a-compress.o CC libz_a-crc32.o CC libz_a-deflate.o CC libz_a-gzread.o CC libz_a-gzclose.o yes checking for argz_next... CC libz_a-gzwrite.o CC libz_a-gzlib.o yes checking for bzero... yes checking for __fsetlocking... CC libz_a-infback.o yes checking for calloc... CC libz_a-inffast.o yes checking for iconv... yes checking for clock... CC libz_a-inflate.o CC libz_a-inftrees.o CC libz_a-trees.o yes yes checking for iconv declaration... checking for ffs... CC libz_a-uncompr.o

     extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);

checking for nl_langinfo and CODESET... yes checking for getcwd... CC libz_a-zutil.o true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2 " "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=-fPIC" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/ghost" "infodir=/ghost/share/info" "libdir=/ghost/lib" "prefix=/ghost" "tooldir=/ghost/i686-ghost" "AR=ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=-fPIC" "RANLIB=ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so" "DESTDIR=" DO=all multi-do # make yes yes checking for LC_MESSAGES... checking for getpagesize... yes checking for bison... bison checking version of bison... 3.8.2, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... yes autoheader checking bison 3 or later... 3.8.2, bison3 checking for gettimeofday... configure: updating cache ./config.cache configure: creating ./config.status yes checking for index... yes checking for insque... config.status: creating Makefile config.status: creating config.intl config.status: creating config.h yes config.status: executing default-1 commands checking for memchr... mkdir -p -- ./binutils mkdir -p -- ./gas mkdir -p -- ./gprof Configuring in ./gas Configuring in ./binutils mkdir -p -- ./ld Configuring in ./gprof make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/intl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/intl' Configuring in ./ld yes checking for memcmp... yes checking for memcpy... configure: creating cache ./config.cache configure: creating cache ./config.cache yes configure: creating cache ./config.cache checking for memmem... checking build system type... checking build system type... checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking host system type... configure: creating cache ./config.cache x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking target system type... checking build system type... i686-pc-ghost checking for a BSD-compatible install... i686-pc-ghost /usr/bin/install -c checking whether build environment is sane... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes yes i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... x86_64-pc-linux-gnu checking host system type... yes x86_64-pc-linux-gnu checking target system type... checking for a thread-safe mkdir -p... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes yes yes yes checking whether make supports nested variables... yes checking for memmove... checking whether make supports nested variables... yes checking whether make supports nested variables... yes checking for a thread-safe mkdir -p... yes /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... checking whether make supports nested variables... (cached) yes checking for x86_64-pc-linux-gnu-gcc... checking whether make supports nested variables... (cached) gcc yes checking for x86_64-pc-linux-gnu-gcc... gcc checking whether make supports nested variables... (cached) yes checking for x86_64-pc-linux-gnu-gcc... gcc yes checking whether make supports nested variables... AR libz.a ar: u' modifier ignored sinceD' is the default (see `U') yes make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/zlib' checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-gcc... gcc checking whether the C compiler works... checking whether the C compiler works... checking whether the C compiler works... yes checking for mempcpy... checking whether the C compiler works... yes yes checking for C compiler default output file name... checking for C compiler default output file name... a.out a.out checking for suffix of executables... checking for suffix of executables... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for memset...

checking whether we are cross compiling... checking whether we are cross compiling... checking whether we are cross compiling... checking whether we are cross compiling... yes checking for mkstemps... no no no checking for suffix of object files... checking for suffix of object files... checking for suffix of object files... no o o o checking whether we are using the GNU C compiler... checking whether we are using the GNU C compiler... checking whether we are using the GNU C compiler... checking for suffix of object files... yes yes yes checking whether gcc accepts -g... checking whether gcc accepts -g... yes checking whether gcc accepts -g... o checking whether we are using the GNU C compiler... checking for putenv... yes yes checking for gcc option to accept ISO C89... yes checking for gcc option to accept ISO C89... checking for gcc option to accept ISO C89... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... yes checking for random... none needed none needed checking whether gcc understands -c and -o together... checking whether gcc understands -c and -o together... none needed checking whether gcc understands -c and -o together... none needed checking whether gcc understands -c and -o together... yes yes yes checking for style of include used by make... checking for style of include used by make... checking for style of include used by make... yes GNU GNU GNU checking dependency style of gcc... checking dependency style of gcc... checking dependency style of gcc... checking for rename... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 gcc3 checking how to run the C preprocessor... checking how to run the C preprocessor... gcc3 checking how to run the C preprocessor... yes checking for rindex... gcc3 gcc -E gcc -E gcc -E checking whether we are using the GNU C++ compiler... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep checking for egrep... /usr/bin/grep checking for egrep... /usr/bin/grep -E /usr/bin/grep -E checking for ANSI C header files... checking for ANSI C header files... /usr/bin/grep -E checking for ANSI C header files... yes checking whether g++ accepts -g... yes checking for setenv... yes checking dependency style of g++... yes checking for snprintf... gcc3 checking for grep that handles long lines and -e... /usr/bin/grep checking how to run the C preprocessor... gcc -E yes yes yes yes checking for sys/types.h... checking for sys/types.h... checking for sys/types.h... checking for sigsetmask... checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes yes yes checking for sys/stat.h... checking for sys/stat.h... checking for sys/stat.h... yes checking for stpcpy... yes yes yes checking for stdlib.h... checking for stdlib.h... checking for stdlib.h... yes yes yes checking for string.h... checking for string.h... checking for string.h... yes checking for stpncpy... yes checking for sys/types.h... yes yes yes checking for memory.h... checking for memory.h... checking for memory.h... yes yes checking for sys/stat.h... checking for strcasecmp... yes yes yes checking for strings.h... checking for strings.h... checking for strings.h... yes checking for stdlib.h... yes yes yes checking for inttypes.h... checking for inttypes.h... checking for inttypes.h... yes checking for strchr... yes checking for string.h... yes yes yes checking for stdint.h... checking for stdint.h... checking for stdint.h... yes checking for memory.h... yes yes yes yes checking for strdup... checking for unistd.h... checking for unistd.h... checking for unistd.h... yes checking for strings.h... yes yes yes checking minix/config.h usability... checking minix/config.h usability... checking minix/config.h usability... yes checking for strncasecmp... yes checking for inttypes.h... no checking minix/config.h presence... no checking minix/config.h presence... no checking minix/config.h presence... yes no no checking for minix/config.h... checking for minix/config.h... no no no checking for minix/config.h... checking whether it is safe to define EXTENSIONS... checking whether it is safe to define EXTENSIONS... no checking whether it is safe to define EXTENSIONS... checking for stdint.h... yes checking for strndup... yes yes yes yes checking how to print strings... checking how to print strings... checking how to print strings... checking for unistd.h... yes checking for strnlen... printf checking for a sed that does not truncate output... printf checking for a sed that does not truncate output... printf checking for a sed that does not truncate output... /usr/bin/sed yes /usr/bin/sed /usr/bin/sed checking for fgrep... checking for fgrep... checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/grep -F checking for ld used by gcc... checking minix/config.h usability... ld checking if the linker (ld) is GNU ld... ld checking if the linker (ld) is GNU ld... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... yes checking for BSD- or MS-compatible name lister (nm)... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... no checking minix/config.h presence... yes checking for strrchr... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... 1572864 checking whether the shell understands some XSI constructs... 1572864 checking whether the shell understands some XSI constructs... yes yes checking whether the shell understands "+="... checking whether the shell understands "+="... 1572864 checking whether the shell understands some XSI constructs... yes yes yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... checking for ld option to reload object files... -r pass_all checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-strip... checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... checking command to parse /usr/bin/nm -B output from gcc object... checking command to parse /usr/bin/nm -B output from gcc object... yes yes checking how to print strings... checking for strstr... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... yes ok ok ok checking for strtod... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... checking for dlfcn.h... checking for dlfcn.h... checking for dlfcn.h... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all yes checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for strtol... yes yes yes checking for x86_64-pc-linux-gnu-strip... checking for objdir... no checking for strip... strip checking for objdir... checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for objdir... checking command to parse /usr/bin/nm -B output from gcc object... .libs .libs .libs yes checking for strtoul... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... checking if gcc supports -fno-rtti -fno-exceptions... ok no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... no no checking for gcc option to produce PIC... checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking for dlfcn.h... checking for strtoll... yes yes checking if gcc static flag -static works... checking if gcc static flag -static works... yes checking if gcc static flag -static works... yes checking for objdir... .libs yes checking for strtoull... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... yes yes checking if gcc supports -c -o file.o... checking for strverscmp... checking if gcc supports -fno-rtti -fno-exceptions... yes yes checking if gcc supports -c -o file.o... checking if gcc supports -c -o file.o... (cached) (cached) yes yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking whether -lc should be explicitly linked in... yes checking whether -lc should be explicitly linked in... yes checking whether -lc should be explicitly linked in... yes yes checking if gcc static flag -static works... checking for tmpnam... no checking dynamic linker characteristics... no checking dynamic linker characteristics... no checking dynamic linker characteristics... yes checking for vasprintf... GNU/Linux ld.so GNU/Linux ld.so checking how to hardcode library paths into programs... checking how to hardcode library paths into programs... immediate immediate checking whether stripping libraries is possible... checking whether stripping libraries is possible... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... checking for dlfcn.h... yes (cached) yes checking for dlfcn.h... (cached) yes checking for dlfcn.h... (cached) yes checking for windows.h... checking for windows.h... checking for windows.h... yes checking if gcc supports -c -o file.o... yes checking for vfprintf... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... no no checking for library containing dlsym... checking for library containing dlsym... no checking for library containing dlsym... yes checking whether -lc should be explicitly linked in... yes checking for vprintf... no checking dynamic linker characteristics... none required checking for special C compiler options needed for large files... no none required checking for _FILE_OFFSET_BITS value needed for large files... none required checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no no no checking how to compare bootstrapped objects... checking sys/time.h usability... checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config cmp --ignore-initial=16 $$f1 $$f2 checking pkg-config is at least version 0.9.0... yes checking whether to use debuginfod... auto checking for libdebuginfod >= 0.179... no configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable. yes checking for vsnprintf... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes yes checking sys/time.h presence... checking how to run the C++ preprocessor... yes checking for sys/time.h... yes checking for setitimer... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether byte ordering is bigendian... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking for bison... bison -y checking for flex... flex checking lex output file root... yes lex.yy checking lex library... g++ -E checking for vsprintf... yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... yes /usr/bin/msgmerge checking for waitpid... no checking whether to enable maintainer-specific portions of Makefiles... no checking sys/gmon_out.h usability... checking for bison... bison -y checking for flex... flex checking for ld used by g++... checking lex output file root... lex.yy checking lex library... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes yes yes checking sys/gmon_out.h presence... checking for setproctitle... yes checking for sys/gmon_out.h... yes checking for a known getopt prototype in unistd.h... yes checking for library containing fabs... checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... yes checking if g++ static flag -static works... 1 checking for vfork.h... no checking for fork... -lm yes checking if g++ supports -c -o file.o... yes checking for vfork... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for dlfcn.h... (cached) yes checking for windows.h... configure: updating cache ./config.cache checking that generated files are newer than configure... yes checking for working fork... no checking for library containing dlsym... none required checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for working vfork... (cached) yes checking for _doprnt... no checking size of void ... no checking for sys_errlist... 8 no checking for sys_nerr... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking for LC_MESSAGES... no checking for sys_siglist... done configure: creating ./config.status yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt no checking for external symbol _system_configuration... checking for xgettext... /usr/bin/xgettext checking for msgmerge... -lfl checking whether yytext is a pointer... no checking for __fsetlocking... /usr/bin/msgmerge checking for bison... bison -y checking for flex... flex yes checking lex output file root... lex.yy checking lex library... checking for canonicalize_file_name... -lfl checking whether yytext is a pointer... yes checking for dup3... yes checking for getrlimit... yes checking for getrusage... yes checking for getsysinfo... no checking for gettimeofday... (cached) yes checking for on_exit... yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... yes checking for pipe2... /usr/bin/msgmerge checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking size of long... yes checking whether NLS is requested... no yes checking whether NLS is requested... no checking for msgfmt... checking for psignal... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... yes 8 checking size of long long... /usr/bin/msgmerge checking for pstat_getdynamic... checking whether to enable maintainer-specific portions of Makefiles... no checking for memory.h... (cached) yes checking for sys/stat.h... (cached) yes config.status: creating Makefile checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes config.status: creating po/Makefile.in checking whether compiling a cross-assembler... yes checking for strsignal... no checking for pstat_getstatic... config.status: creating gconfig.h 8 checking fcntl.h usability... config.status: executing depfiles commands yes checking for LC_MESSAGES... no checking for realpath... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes yes checking for working assert macro... config.status: executing libtool commands checking for stdint.h... (cached) yes yes checking sys/file.h usability... checking for setrlimit... config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile yes checking sys/file.h presence... yes checking for a known getopt prototype in unistd.h... yes yes checking for sys/file.h... yes checking for spawnve... checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking whether declaration is required for environ... -lfl checking whether yytext is a pointer... no yes checking sys/time.h presence... checking for spawnvpe... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes no checking whether declaration is required for ffs... checking for unistd.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... no checking for strerror... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... no checking whether asprintf is declared... yes checking for strsignal... yes checking for getpagesize... yes checking whether mempcpy is declared... yes checking for sysconf... yes checking for working mmap... yes checking whether stpcpy is declared... yes checking for sysctl... yes checking for struct stat.st_mtim.tv_sec in sys/stat.h... no checking for sysmp... yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes checking for getc_unlocked... yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... yes cmp --ignore-initial=16 $$f1 $$f2 checking fcntl.h usability... no checking for table... configure: updating cache ./config.cache yes checking that generated files are newer than configure... done configure: creating ./config.status checking for mkdtemp... yes checking fcntl.h presence... yes checking for fcntl.h... yes no checking for times... checking elf-hints.h usability... yes checking for mkstemp... no checking elf-hints.h presence... yes checking for wait3... no checking for elf-hints.h... no checking limits.h usability... yes checking for sbrk... yes yes checking limits.h presence... checking for wait4... yes checking for limits.h... yes checking for inttypes.h... (cached) yes yes checking for utimensat... checking for stdint.h... (cached) yes checking sys/file.h usability... yes checking for sbrk... yes yes checking sys/file.h presence... checking for utimes... yes checking for sys/file.h... yes checking sys/mman.h usability... yes checking whether basename is declared... yes checking for mbstate_t... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/param.h usability... yes yes checking for struct stat.st_atim.tv_nsec... checking whether ffs is declared... yes checking whether struct stat.st_atim is of type struct timespec... yes checking sys/param.h presence... yes checking whether asprintf is declared... yes checking for library containing frexp... yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking whether vasprintf is declared... none required checking for LC_MESSAGES... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes yes checking for close... yes checking for a known getopt prototype in unistd.h... checking whether snprintf is declared... yes checking for utime.h... yes yes checking whether vsnprintf is declared... checking for glob... yes checking whether asprintf is declared... config.status: creating .gdbinit config.status: creating Makefile yes yes checking whether calloc is declared... yes config.status: creating po/Makefile.in checking for lseek... checking whether environ is declared... config.status: creating config.h config.status: executing depfiles commands yes yes checking whether getenv is declared... yes checking for mkstemp... checking whether getc_unlocked is declared... yes yes checking whether getopt is declared... yes checking for open... checking whether sbrk is declared... yes checking whether malloc is declared... yes yes checking for realpath... checking whether stpcpy is declared... yes checking whether realloc is declared... yes yes checking whether strnlen is declared... checking for sbrk... yes checking whether sbrk is declared... yes yes checking for msgpack... no checking for waitpid... checking iconv.h usability... config.status: executing libtool commands yes checking whether strtol is declared... yes checking iconv.h presence... config.status: executing default-1 commands yes yes checking for iconv.h... yes checking for ld used by GCC... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... checking whether asprintf is declared... config.status: creating po/POTFILES yes checking for shared library run path origin... config.status: creating po/Makefile config.status: executing default commands done yes checking for iconv... checking whether strtoul is declared... yes checking whether environ is declared... yes checking whether strtoll is declared... yes checking for iconv declaration... yes checking whether sbrk is declared... extern size_t iconv (iconv_t cd, char inbuf, size_t inbytesleft, char outbuf, size_t *outbytesleft); yes checking whether strtoull is declared... yes configure: updating cache ./config.cache checking for stdlib.h... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking whether strverscmp is declared... yes checking for working mmap... yes checking whether strnlen is declared... yes checking whether canonicalize_file_name must be declared... yes checking for library containing dlopen... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... none required checking for a known getopt prototype in unistd.h... yes checking whether ANSI C string concatenation works... yes yes checking for working strncmp... configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status yes configure: updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating Makefile config.status: creating config.h config.status: creating po/Makefile.in config.status: executing default commands config.status: creating config.h config.status: executing depfiles commands mkdir -p -- ./bfd Configuring in ./bfd make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi if [ x"" != x ] && [ ! -d noasan ]; then \ mkdir noasan; \ else true; fi touch stamp-picdir touch stamp-noasandir echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/regex.c -o pic/regex.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/md5.c -o pic/md5.o; \ else true; fi make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/libiberty/testsuite' if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/sha1.c -o pic/sha1.o; \ else true; fi config.status: executing libtool commands configure: creating cache ./config.cache if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/cplus-dem.c -o cplus-dem.o checking build system type... x86_64-pc-linux-gnu checking host system type... config.status: executing default-1 commands x86_64-pc-linux-gnu checking target system type... i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... config.status: creating po/POTFILES yes config.status: creating po/Makefile checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/md5.c -o noasan/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/md5.c -o md5.o yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-gcc... gcc if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/alloca.c -o pic/alloca.o; \ else true; fi checking whether the C compiler works... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/argv.c -o pic/argv.o; \ else true; fi yes checking for C compiler default output file name... a.out checking for suffix of executables... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/alloca.c -o noasan/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/sha1.c -o noasan/sha1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/sha1.c -o sha1.o

checking whether we are cross compiling... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/bsearch_r.c -o pic/bsearch_r.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/bsearch_r.c -o bsearch_r.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/choose-temp.c -o noasan/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/choose-temp.c -o choose-temp.o no checking for suffix of object files... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/argv.c -o noasan/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/argv.c -o argv.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/concat.c -o pic/concat.o; \ else true; fi o checking whether we are using the GNU C compiler... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/concat.c -o noasan/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/concat.c -o concat.o config.status: creating Makefile none needed checking whether gcc understands -c and -o together... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/crc32.c -o pic/crc32.o; \ else true; fi config.status: creating po/Makefile.in if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/cp-demint.c -o noasan/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/cp-demint.c -o cp-demint.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/d-demangle.c -o pic/d-demangle.o; \ else true; fi yes checking for style of include used by make... GNU checking dependency style of gcc... config.status: creating config.h config.status: executing depfiles commands if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/crc32.c -o noasan/crc32.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/crc32.c -o crc32.o gcc3 checking how to run the C preprocessor... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -E if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/fdmatch.c -o noasan/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/dwarfnames.c -o dwarfnames.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/dyn-string.c -o noasan/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/dyn-string.c -o dyn-string.o yes checking for sys/types.h... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/fibheap.c -o noasan/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/fibheap.c -o fibheap.o checking for sys/stat.h... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/filedescriptor.c -o pic/filedescriptor.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ else true; fi checking for stdlib.h... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/filedescriptor.c -o filedescriptor.o yes if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi checking for string.h... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/filename_cmp.c -o filename_cmp.o checking for memory.h... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/fnmatch.c -o noasan/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/fnmatch.c -o fnmatch.o yes if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi checking for strings.h... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/getopt.c -o pic/getopt.o; \ else true; fi yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/getopt.c -o noasan/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/getopt.c -o getopt.o checking for inttypes.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/fopen_unlocked.c -o fopen_unlocked.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/getopt1.c -o noasan/getopt1.o; \ else true; fi checking for stdint.h... gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/floatformat.c -o noasan/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/d-demangle.c -o noasan/d-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/d-demangle.c -o d-demangle.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi yes checking for unistd.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/getpwd.c -o noasan/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/getpwd.c -o getpwd.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/getruntime.c -o noasan/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/getruntime.c -o getruntime.o yes checking minix/config.h usability... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/hex.c -o noasan/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/hex.c -o hex.o no checking minix/config.h presence... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/lbasename.c -o noasan/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/lrealpath.c -o noasan/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/lrealpath.c -o lrealpath.o yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/hashtab.c -o noasan/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/hashtab.c -o hashtab.o checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/make-temp-file.c -o make-temp-file.o checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/make-relative-prefix.c -o make-relative-prefix.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/regex.c -o noasan/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/regex.c -o regex.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi ok checking for dlfcn.h... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/cp-demangle.c -o cp-demangle.o yes checking for objdir... .libs if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/objalloc.c -o noasan/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/partition.c -o pic/partition.o; \ else true; fi checking if gcc supports -fno-rtti -fno-exceptions... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/physmem.c -o pic/physmem.o; \ else true; fi no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/partition.c -o noasan/partition.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/obstack.c -o noasan/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/partition.c -o partition.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/obstack.c -o obstack.o yes checking if gcc static flag -static works... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/physmem.c -o noasan/physmem.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/pexecute.c -o noasan/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/physmem.c -o physmem.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/pexecute.c -o pexecute.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi yes checking if gcc supports -c -o file.o... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/pex-one.c -o noasan/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/pex-one.c -o pex-one.o config.status: executing libtool commands if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/vprintf-support.c -o pic/vprintf-support.o; \ else true; fi yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... config.status: executing default-1 commands yes checking whether -lc should be explicitly linked in... config.status: executing default commands if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/rust-demangle.c -o pic/rust-demangle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/vprintf-support.c -o vprintf-support.o no checking dynamic linker characteristics... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/pex-unix.c -o noasan/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/pex-unix.c -o pex-unix.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/pex-common.c -o noasan/pex-common.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/safe-ctype.c -o safe-ctype.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/pex-common.c -o pex-common.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi no checking for shl_load in -ldld... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi no checking for dlopen... yes checking whether a program can dlopen itself... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi yes checking whether a statically linked program can dlopen itself... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/simple-object-coff.c -o simple-object-coff.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object.c -o noasan/simple-object.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/simple-object.c -o simple-object.o no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for dlfcn.h... (cached) yes checking for windows.h... no checking for library containing dlsym... none required checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi no checking size of void ... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/rust-demangle.c -o rust-demangle.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o 8 if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/sort.c -o pic/sort.o; \ else true; fi Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/sort.c -o noasan/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/sort.c -o sort.o checking size of long long... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/spaces.c -o pic/spaces.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/spaces.c -o noasan/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/simple-object-elf.c -o simple-object-elf.o 8 checking size of void ... (cached) 8 checking size of long... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/stack-limit.c -o noasan/stack-limit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/stack-limit.c -o stack-limit.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/strerror.c -o pic/strerror.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi 8 checking size of int... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/splay-tree.c -o noasan/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/splay-tree.c -o splay-tree.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/strerror.c -o noasan/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/strsignal.c -o noasan/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/strsignal.c -o strsignal.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi 4 checking fcntl.h usability... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/timeval-utils.c -o timeval-utils.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xasprintf.c -o pic/xasprintf.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi yes checking fcntl.h presence... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xexit.c -o pic/xexit.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xasprintf.c -o noasan/xasprintf.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xasprintf.c -o xasprintf.o yes checking for fcntl.h... yes checking sys/file.h usability... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xatexit.c -o noasan/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xexit.c -o noasan/xexit.o; \ else true; fi yes checking sys/file.h presence... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xmalloc.c -o noasan/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xexit.c -o xexit.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xmemdup.c -o noasan/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xmemdup.c -o xmemdup.o yes checking for sys/file.h... yes checking sys/resource.h usability... if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xvasprintf.c -o pic/xvasprintf.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xstrdup.c -o noasan/xstrdup.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xstrerror.c -o noasan/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xstrdup.c -o xstrdup.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xstrerror.c -o xstrerror.o yes checking sys/resource.h presence... if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/setproctitle.c -o noasan/setproctitle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/setproctitle.c -o setproctitle.o yes checking for sys/resource.h... yes if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ else true; fi if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic ../../binutils-2.39/libiberty/xstrndup.c -o noasan/xstrndup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xvasprintf.c -o xvasprintf.o gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../binutils-2.39/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection ../../binutils-2.39/libiberty/xstrndup.c -o xstrndup.o checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl... rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o yes checking for fdopen... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so ./libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so ./libiberty.a; \ cd ..; \ else true; fi; \ if [ x"" != x ]; then \ cd noasan; \ ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so ./libiberty.a; \ cd ..; \ else true; fi yes make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/libiberty' checking for fileno... yes checking for fls... no checking for getgid... yes checking for getpagesize... yes checking for getrlimit... yes checking for getuid... yes checking for sysconf... yes checking whether basename is declared... yes checking whether ffs is declared... yes checking whether stpcpy is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether strnlen is declared... yes checking compiler support for hidden visibility... yes checking printf int64_t format... l checking linker --as-needed support... yes checking for cos in -lm... yes checking for gcc version with buggy 64-bit support... no checking for ftello... yes checking for ftello64... yes checking for fseeko... yes checking for fseeko64... yes checking for fopen64... yes checking whether ftello is declared... yes checking whether ftello64 is declared... yes checking whether fseeko is declared... yes checking whether fseeko64 is declared... yes checking whether fopen64 is declared... yes checking size of off_t... 8 checking file_ptr type... int64_t checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for madvise... yes checking for mprotect... yes configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating bfd-in3.h config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default commands mkdir -p -- ./opcodes Configuring in ./opcodes make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' GEN bfdver.h GEN elf32-target.h GEN elf64-target.h GEN targmatch.h Making info in po make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd/po' ( if test 'x../../../binutils-2.39/bfd/po' != 'x.'; then \ posrcprefix='../../../binutils-2.39/bfd/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]$/d' \ -e "s@.@ $posrcprefix& \\@" < ../../../binutils-2.39/bfd/po/SRC-POTFILES.in \ | sed -e '$s/\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]$/d' \ -e "s@.@ ../& \\@" < ../../../binutils-2.39/bfd/po/BLD-POTFILES.in \ | sed -e '$s/\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/bash ./config.status configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes config.status: creating po/Makefile.in checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... config.status: executing depfiles commands yes config.status: executing libtool commands checking whether make supports nested variables... (cached) yes checking for x86_64-pc-linux-gnu-gcc... gcc config.status: executing default-1 commands config.status: executing default commands checking whether the C compiler works... make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd/po' make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' CCLD doc/chew.stamp yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes GEN doc/aoutx.stamp GEN doc/archive.stamp GEN doc/archures.stamp GEN doc/bfdio.stamp GEN doc/bfdt.stamp checking for memory.h... GEN doc/bfdwin.stamp GEN doc/cache.stamp GEN doc/coffcode.stamp GEN doc/corefile.stamp GEN doc/elfcode.stamp GEN doc/elf.stamp GEN doc/format.stamp GEN doc/hash.stamp GEN doc/init.stamp GEN doc/libbfd.stamp GEN doc/linker.stamp GEN doc/mmo.stamp GEN doc/opncls.stamp GEN doc/reloc.stamp GEN doc/section.stamp GEN doc/syms.stamp GEN doc/targets.stamp yes MAKEINFO doc/bfd.info checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking size of void ... 8 checking whether basename is declared... yes checking whether stpcpy is declared... yes checking for sigsetjmp... checking linker --as-needed support... yes checking for cos in -lm... yes configure: updating cache ./config.cache checking that generated files are newer than configure... make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' make all-recursive make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd/po' make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h rm -f tofiles f=""; \ for i in elf32-i386.lo elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo coff-i386.lo cofflink.lo coffgen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo archive64.lo ; do \ case " $f " in \ " $i ") ;; \ ) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/bash ../../binutils-2.39/bfd/../move-if-change bfd-tmp.h bfd.h /bin/bash ../../binutils-2.39/bfd/../move-if-change tofiles ofiles rm -f bfd-tmp.h touch stamp-ofiles touch stmp-bfd-h CC archive.lo CC archures.lo CC bfd.lo CC bfdio.lo CC bfdwin.lo CC cache.lo CC coff-bfd.lo done configure: creating ./config.status CC compress.lo CC corefile.lo CC elf-properties.lo CC format.lo CC hash.lo CC init.lo CC libbfd.lo CC linker.lo config.status: creating Makefile config.status: creating po/Makefile.in CC merge.lo config.status: creating config.h config.status: executing depfiles commands CC opncls.lo CC reloc.lo CC section.lo CC simple.lo config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile CC stab-syms.lo CC stabs.lo CC syms.lo CC targets.lo CC binary.lo CC ihex.lo CC srec.lo CC tekhex.lo CC verilog.lo CC elf32-i386.lo CC elfxx-x86.lo CC elf-ifunc.lo CC elf-vxworks.lo CC elf32.lo CC elf.lo CC elflink.lo CC elf-attrs.lo CC elf-strtab.lo CC elf-eh-frame.lo CC dwarf1.lo CC dwarf2.lo CC coff-i386.lo CC cofflink.lo CC coffgen.lo CC elf32-gen.lo CC plugin.lo CC cpu-i386.lo CC cpu-iamcu.lo CC archive64.lo CCLD libbfd.la libtooldir=/bin/bash ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so libbfd.tmp; \ /bin/bash ../../binutils-2.39/bfd/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' mkdir -p -- ./libctf Configuring in ./libctf make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' make all-recursive make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' Making all in . make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' CC dis-buf.lo CC disassemble.lo CC dis-init.lo CC i386-dis.lo CC i386-opc.lo configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... i686-pc-ghost checking for x86_64-pc-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether make supports nested variables... (cached) yes checking whether make sets $(MAKE)... (cached) yes checking for x86_64-pc-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for x86_64-pc-linux-gnu-ranlib... ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ar... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking the archiver (ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so) interface... ar checking whether NLS is requested... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for aclocal... ${SHELL} /home/kenzie/ghost/source/temp/binutils-2.39/missing aclocal-1.15 checking for autoconf... autoconf checking for autoheader... ${SHELL} /home/kenzie/ghost/source/temp/binutils-2.39/missing autoheader checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wnarrowing... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -pedantic -Wlong-long... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether gcc supports -Wall... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for library containing dlsym... none required checking for ELF support in BFD... yes checking whether byte ordering is bigendian... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for pread... yes checking whether bswap_16 is declared... yes checking whether bswap_32 is declared... yes checking whether bswap_64 is declared... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking whether stpcpy is declared... yes checking for qsort_r... yes checking for qsort_r signature... GNU checking for O_CLOEXEC... yes checking for makeinfo... makeinfo --split-size=5000000 checking for expect... no checking for Tcl supporting try/catch... no checking for linker versioning flags... -Wl,--version-script='../../binutils-2.39/libctf/libctf.ver' configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status CCLD libopcodes.la libtooldir=/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'; \ if [ -f $libtooldir/libopcodes.a ]; then \ cp $libtooldir/libopcodes.a libopcodes.tmp; \ ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so libopcodes.tmp; \ /bin/bash ../../binutils-2.39/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi touch stamp-lib make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes/po' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' config.status: creating Makefile make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gas' make all-recursive config.status: creating config.h make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gas' config.status: executing depfiles commands Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gas/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gas/po' make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gas' CC app.o CC as.o CC atof-generic.o CC compress-debug.o CC cond.o CC depend.o CC dwarf2dbg.o config.status: executing libtool commands CC dw2gencfi.o CC ecoff.o CC ehopt.o CC expr.o CC flonum-copy.o CC flonum-konst.o CC flonum-mult.o make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/libctf' CC frags.o make all-am make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/libctf' CC libctf_la-ctf-archive.lo CC hash.o CC libctf_la-ctf-dump.lo CC input-file.o CC input-scrub.o CC libctf_la-ctf-create.lo CC libctf_la-ctf-decl.lo CC listing.o CC literal.o CC macro.o CC messages.o CC output-file.o CC read.o CC libctf_la-ctf-error.lo CC libctf_la-ctf-hash.lo CC remap.o CC libctf_la-ctf-labels.lo CC libctf_la-ctf-dedup.lo CC sb.o CC stabs.o CC subsegs.o CC symbols.o CC libctf_la-ctf-link.lo CC libctf_la-ctf-lookup.lo CC libctf_la-ctf-open.lo CC libctf_la-ctf-serialize.lo CC libctf_la-ctf-sha1.lo CC libctf_la-ctf-string.lo CC libctf_la-ctf-subr.lo CC write.o CC libctf_la-ctf-types.lo GEN doc/asconfig.texi CC config/tc-i386.o CC libctf_la-ctf-util.lo CC config/obj-elf.o CC libctf_la-ctf-open-bfd.lo CC config/atof-ieee.o CC libctf_nobfd_la-ctf-archive.lo CC libctf_nobfd_la-ctf-dump.lo GEN doc/as.1 CC libctf_nobfd_la-ctf-create.lo CC libctf_nobfd_la-ctf-decl.lo MAKEINFO doc/as.info CC libctf_nobfd_la-ctf-error.lo CC libctf_nobfd_la-ctf-hash.lo CC libctf_nobfd_la-ctf-labels.lo CC libctf_nobfd_la-ctf-dedup.lo CC libctf_nobfd_la-ctf-link.lo CC libctf_nobfd_la-ctf-lookup.lo as.texi:2101: warning: @refill is obsolete. as.texi:3012: warning: @refill is obsolete. as.texi:3032: warning: @refill is obsolete. as.texi:3231: warning: @refill is obsolete. CC libctf_nobfd_la-ctf-open.lo CC libctf_nobfd_la-ctf-serialize.lo CC libctf_nobfd_la-ctf-sha1.lo CC libctf_nobfd_la-ctf-string.lo CC libctf_nobfd_la-ctf-subr.lo CC libctf_nobfd_la-ctf-types.lo CC libctf_nobfd_la-ctf-util.lo CCLD libctf.la CCLD libctf-nobfd.la make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/libctf' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/libctf' CCLD as-new make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gas' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gas' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gas' make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' make all-recursive make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' CC sysinfo.o CC syslex_wrap.o make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' Making info in po make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils/po' make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils/po' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gprof/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gprof/po' make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' CC basic_blocks.o CC call_graph.o CC cg_arcs.o CC cg_print.o CC cg_dfn.o GEN doc/addr2line.1 CC corefile.o CC gmon_io.o GEN doc/ar.1 CC gprof.o CC hertz.o CC hist.o CC source.o CC search_list.o GEN doc/dlltool.1 GEN doc/nm.1 GEN doc/objcopy.1 CC symtab.o GEN doc/objdump.1 CC sym_ids.o CC utils.o GEN doc/ranlib.1 CC i386.o GEN doc/readelf.1 CC alpha.o GEN doc/size.1 GEN doc/strings.1 GEN doc/strip.1 GEN doc/elfedit.1 CCLD sysinfo GEN doc/windres.1 GEN sysroff.h GEN doc/windmc.1 GEN doc/cxxfilt.man CC vax.o CC sparc.o CC mips.o CC aarch64.o CC flat_bl.o CC bsd_callg_bl.o CC fsf_callg_bl.o GEN doc/c++filt.1 make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make all-recursive make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils/po' make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' CC size.o CC bucomm.o CC version.o CC filemode.o CC objdump.o CC dwarf.o CC prdbg.o CCLD gprof CC demanguse.o CC rddbg.o CC debug.o make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' CC stabs.o CC rdcoff.o CC elfcomm.o CC arparse.o CC arlex.o CC ar.o CC not-ranlib.o CC arsup.o CC rename.o CC binemul.o CC emul_vanilla.o CC strings.o CC is-ranlib.o CC objcopy.o CC not-strip.o CC wrstabs.o CC addr2line.o CC readelf.o CC unwind-ia64.o CC elfedit.o CC nm.o CC is-strip.o CC cxxfilt.o CC bfdtest1.o CC bfdtest2.o CCLD size CCLD ar CCLD strings CCLD ranlib CCLD addr2line CCLD elfedit CCLD cxxfilt CCLD bfdtest1 CCLD bfdtest2 CC testsuite/gentestdlls.o CCLD testsuite/gentestdlls CCLD nm-new CCLD objcopy CCLD strip-new CCLD objdump CCLD readelf make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld' (echo "/ This file is automatically generated. DO NOT EDIT! /";\ for f in echo " " eelf_i386.o eelf_iamcu.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'; do \ echo "extern ld_emulation_xfertype ld${f}_emulation;"; \ done;\ echo "";\ echo "#define EMULATION_LIST \";\ for f in echo " " eelf_i386.o eelf_iamcu.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'; do \ echo " &ld_${f}_emulation, \"; \ done;\ echo " 0") >ldemul-tmp.h mv ldemul-tmp.h ldemul-list.h make all-recursive make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld/po' ( if test 'x../../../binutils-2.39/ld/po' != 'x.'; then \ posrcprefix='../../../binutils-2.39/ld/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' -e '/^[ ]$/d' \ -e "s@.@ $posrcprefix& \\@" < ../../../binutils-2.39/ld/po/SRC-POTFILES.in \ | sed -e '$s/\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) rm -f BLD-POTFILES-t BLD-POTFILES \ && sed -e '/^#/d' -e '/^[ ]$/d' \ -e "s@.@ ../& \\@" < ../../../binutils-2.39/ld/po/BLD-POTFILES.in \ | sed -e '$s/\$//' > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default commands make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld/po' make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld' CC libdep_plugin.lo CC libldtestplug_la-testplug.lo CC libldtestplug2_la-testplug2.lo CC libldtestplug3_la-testplug3.lo CC libldtestplug4_la-testplug4.lo CC ldgram.o CC ldlex-wrapper.o CC lexsup.o CC ldlang.o CC mri.o CC ldctor.o CC ldmain.o CC ldwrite.o CC ldexp.o CC ldemul.o CC ldver.o CC ldmisc.o CC ldfile.o CC ldcref.o CC plugin.o CC ldbuildid.o GEN stringify.sed CC ldelf.o CC ldelfgen.o GEN libdep.la CCLD libldtestplug.la libtool: link: warning: ignoring multiple `-rpath's for a libtool library CCLD libldtestplug2.la CCLD libldtestplug3.la CCLD libldtestplug4.la GEN eelf_i386.c GEN eelf_iamcu.c make[5]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld' make[5]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld' make[5]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld' CC eelf_iamcu.o make[5]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld' CC eelf_i386.o CCLD ld-new make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld' make[1]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils' make[1]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils' /bin/bash ../binutils-2.39/mkinstalldirs /ghost /ghost mkdir -p -- /ghost /ghost mkdir: cannot create directory ‘/ghost’: Permission denied mkdir: cannot create directory ‘/ghost’: Permission denied make[1]: [Makefile:2822: installdirs] Error 1 make[1]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils' make: [Makefile:2562: install] Error 2 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... gawk checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gcc option to accept ISO C99... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs checking for isl 0.15 or later... no required isl version is 0.15 or later checking for default BUILD_CONFIG... checking for --enable-vtable-verify... no removing intl/Makefile to force reconfigure removing libiberty/Makefile to force reconfigure removing opcodes/Makefile to force reconfigure removing bfd/Makefile to force reconfigure removing zlib/Makefile to force reconfigure removing libctf/Makefile to force reconfigure removing binutils/Makefile to force reconfigure removing gas/Makefile to force reconfigure removing ld/Makefile to force reconfigure removing gprof/Makefile to force reconfigure *** removing etc/Makefile to force reconfigure checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for readelf... readelf checking for -plugin option... --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for i686-ghost-cc... no checking for i686-ghost-gcc... no checking for i686-ghost-c++... no checking for i686-ghost-g++... no checking for i686-ghost-cxx... no checking for i686-ghost-gxx... no checking for i686-ghost-gcc... no checking for i686-ghost-gfortran... no checking for i686-ghost-gccgo... no checking for i686-ghost-ar... no checking for i686-ghost-as... no checking for i686-ghost-dlltool... no checking for i686-ghost-ld... no checking for i686-ghost-lipo... no checking for i686-ghost-nm... no checking for i686-ghost-objcopy... no checking for i686-ghost-objdump... no checking for i686-ghost-ranlib... no checking for i686-ghost-readelf... no checking for i686-ghost-strip... no checking for i686-ghost-windres... no checking for i686-ghost-windmc... no checking where to find the target ar... just compiled checking where to find the target as... just compiled checking where to find the target cc... pre-installed checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed checking where to find the target dlltool... just compiled checking where to find the target gcc... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target gccgo... pre-installed checking where to find the target ld... just compiled checking where to find the target lipo... pre-installed checking where to find the target nm... just compiled checking where to find the target objcopy... just compiled checking where to find the target objdump... just compiled checking where to find the target ranlib... just compiled checking where to find the target readelf... just compiled checking where to find the target strip... just compiled checking where to find the target windres... just compiled checking where to find the target windmc... just compiled checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils' make[1]: Nothing to be done for 'all-target'. Configuring in ./libiberty Configuring in ./intl Configuring in ./zlib Configuring in ./etc configure: loading cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... configure: loading cache ./config.cache configure: loading cache ./config.cache checking for x86_64-pc-linux-gnu-gcc... (cached) gcc yes checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... (cached) makeinfo --split-size=5000000 configure: loading cache ./config.cache checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking target system type... (cached) i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking whether make supports nested variables... (cached) yes yes checking whether make supports nested variables... (cached) yes checking whether the C compiler works... checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... (cached) yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-gcc... (cached) gcc checking that generated files are newer than configure... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking for perl... (cached) perl

checking whether we are cross compiling... checking whether the C compiler works... checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for -plugin option... checking for x86_64-pc-linux-gnu-ar... (cached) 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 checking whether to install libiberty headers and static library... no configure: target_header_dir = checking for x86_64-pc-linux-gnu-gcc... (cached) gcc yes checking for C compiler default output file name... a.out checking for suffix of executables... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes

checking for sys/types.h... (cached) yes checking whether we are cross compiling... checking whether the C compiler works... checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes yes checking for C compiler default output file name... a.out checking for stdint.h... (cached) yes checking for suffix of executables... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking whether make supports the include directive... checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking whether make sets $(MAKE)... (cached) yes (GNU style) yes checking dependency style of gcc... (cached) gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no checking how to print strings... checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge

checking whether we are cross compiling... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for fgrep... (cached) checking build system type... /usr/bin/grep -F (cached) x86_64-pc-linux-gnu checking host system type... (cached) checking for ld used by gcc... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for library containing strerror... (cached) none required checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... checking for stdlib.h... (cached) yes yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-pc-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for unistd.h... (cached) yes checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for sys/param.h... (cached) yes checking for x86_64-pc-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking whether we are using the GNU C Library 2.1 or newer... (cached) yes checking whether integer division by zero raises SIGFPE... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unsigned long long... (cached) yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... (cached) no checking for ld used by GCC... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... (cached) gcc -E checking how to run the C preprocessor... (cached) checking for argz.h... gcc -E (cached) yes checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for ANSI C header files... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for malloc.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/types.h... (cached) yes checking for stddef.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for string.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking for memory.h... (cached) yes checking for sys/param.h... (cached) yes checking for strings.h... (cached) yes checking for strings.h... (cached) yes checking for feof_unlocked... (cached) yes checking for inttypes.h... (cached) yes checking for inttypes.h... (cached) yes checking for fgets_unlocked... (cached) yes checking for stdint.h... (cached) yes checking for stdint.h... (cached) yes checking for getc_unlocked... (cached) yes checking for unistd.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for getcwd... (cached) yes checking for objdir... (cached) .libs checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking whether gcc supports -W... (cached) yes checking for getegid... (cached) yes checking whether gcc supports -Wall... (cached) yes checking for geteuid... (cached) yes checking whether gcc supports -Wwrite-strings... (cached) yes checking whether gcc supports -Wc++-compat... (cached) yes checking for getgid... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking whether gcc supports -Wshadow=local... (cached) yes checking whether gcc supports -pedantic ... (cached) yes checking whether gcc and cc understand -c and -o together... checking for getuid... (cached) yes (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking whether byte ordering is bigendian... (cached) no checking for a BSD-compatible install... /usr/bin/install -c checking for CET support... checking for mempcpy... (cached) yes checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... checking for strdup... (cached) yes checking for strtoul... (cached) yes (cached) checking for tsearch... (cached) yes GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C preprocessor... gcc -E checking for argz_count... (cached) yes checking for __argz_stringify... (cached) yes checking for argz_next... (cached) yes checking for __fsetlocking... (cached) yes checking for iconv... (cached) yes checking for iconv declaration... (cached) extern size_t iconv (iconv_t cd, char inbuf, size_t inbytesleft, char outbuf, size_t outbytesleft); checking for stdlib.h... (cached) checking for nl_langinfo and CODESET... yes (cached) yes checking for LC_MESSAGES... (cached) yes checking for bison... (cached) bison checking version of bison... 3.8.2, ok checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... (cached) aclocal checking for autoconf... (cached) autoconf checking for autoheader... (cached) checking for unistd.h... autoheader (cached) yes checking bison 3 or later... 3.8.2, bison3 checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for memcpy... (cached) yes checking for strerror... (cached) yes configure: creating ./config.status checking for unistd.h... (cached) yes yes checking for sys/file.h... (cached) yes checking that generated files are newer than configure... checking for sys/param.h... (cached) yes checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for malloc.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes config.status: creating Makefile checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes config.status: creating config.intl checking for sys/mman.h... (cached) yes checking for fcntl.h... (cached) yes config.status: creating config.h checking for alloca.h... (cached) yes config.status: config.h is unchanged config.status: executing default-1 commands checking for sys/pstat.h... (cached) no checking for sys/sysmp.h... (cached) no checking for sys/sysinfo.h... (cached) yes checking for machine/hal_sysinfo.h... (cached) no checking for sys/table.h... (cached) no checking for sys/sysctl.h... (cached) no checking for sys/systemcfg.h... (cached) no checking for stdint.h... (cached) yes Configuring in ./binutils Configuring in ./ld Configuring in ./gas Configuring in ./gprof checking for stdio_ext.h... (cached) yes make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/intl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/intl' checking for process.h... (cached) no checking for sys/prctl.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether errno must be declared... (cached) no checking size of int... (cached) 4 checking size of long... (cached) 8 checking size of size_t... (cached) 8 checking for long long... (cached) yes checking size of long long... (cached) 8 checking for a 64-bit type... (cached) uint64_t checking for intptr_t... (cached) yes checking for uintptr_t... (cached) yes checking for ssize_t... (cached) yes checking for pid_t... (cached) yes checking for library containing strerror... (cached) none required checking for asprintf... (cached) yes checking for atexit... (cached) yes checking for basename... (cached) yes checking for bcmp... (cached) yes checking for bcopy... (cached) yes checking for bsearch... (cached) yes checking for bzero... (cached) yes checking for calloc... (cached) yes checking for clock... (cached) yes checking for ffs... (cached) yes checking for getcwd... (cached) yes checking for getpagesize... (cached) yes checking for gettimeofday... (cached) yes checking for index... (cached) yes checking for insque... (cached) yes configure: loading cache ./config.cache configure: loading cache ./config.cache checking for memchr... (cached) yes configure: loading cache ./config.cache configure: loading cache ./config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking target system type... (cached) i686-pc-ghost checking for a BSD-compatible install... checking for memcmp... (cached) /usr/bin/install -c yes checking whether build environment is sane... checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking target system type... (cached) i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking target system type... (cached) i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking target system type... (cached) i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... checking for memcpy... (cached) yes yes yes yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... checking for memmem... (cached) yes (cached) yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... checking whether make supports nested variables... (cached) yes checking for memmove... (cached) yes (cached) (cached) yes yes (cached) yes checking whether make supports nested variables... (cached) yes checking whether make supports nested variables... (cached) checking whether make supports nested variables... yes (cached) yes checking whether make supports nested variables... (cached) yes checking for x86_64-pc-linux-gnu-gcc... (cached) checking for mempcpy... gcc (cached) yes checking whether make supports nested variables... checking whether make supports nested variables... (cached) (cached) yes yes checking whether make supports nested variables... checking whether to enable maintainer-specific portions of Makefiles... (cached) checking for x86_64-pc-linux-gnu-gcc... (cached) gcc yes no checking for memset... (cached) yes checking for x86_64-pc-linux-gnu-gcc... checking for x86_64-pc-linux-gnu-gcc... (cached) (cached) gcc gcc checking for mkstemps... (cached) yes checking for putenv... (cached) yes checking for random... (cached) yes checking whether the C compiler works... checking whether the C compiler works... checking whether the C compiler works... checking whether the C compiler works... checking for rename... (cached) yes checking for rindex... (cached) yes checking for setenv... (cached) yes checking for snprintf... (cached) yes checking for sigsetmask... (cached) yes checking for stpcpy... (cached) yes yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for C compiler default output file name... a.out yes yes checking for C compiler default output file name... a.out checking for C compiler default output file name... a.out checking for suffix of executables... checking for stpncpy... (cached) yes checking for suffix of executables... checking for suffix of executables... checking for strcasecmp... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strncasecmp... (cached) yes checking for strndup... (cached) yes

checking whether we are cross compiling...

checking whether we are cross compiling... checking for strnlen... (cached) yes checking whether we are cross compiling... checking whether we are cross compiling... checking for strrchr... (cached) yes checking for strstr... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for strtoll... (cached) yes no no checking for strtoull... (cached) yes checking for suffix of object files... checking for suffix of object files... (cached) o (cached) checking whether we are using the GNU C compiler... o (cached) checking whether we are using the GNU C compiler... yes (cached) yes no no checking whether gcc accepts -g... checking whether gcc accepts -g... (cached) yes (cached) checking for gcc option to accept ISO C89... yes (cached) checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... (cached) (cached) yes none needed checking whether gcc understands -c and -o together... (cached) yes checking for suffix of object files... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) (cached) o yes checking whether we are using the GNU C compiler... checking whether gcc accepts -g... (cached) yes (cached) yes checking whether gcc accepts -g... checking for gcc option to accept ISO C89... (cached) yes (cached) none needed checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... checking for style of include used by make... checking whether gcc understands -c and -o together... (cached) yes (cached) yes checking for style of include used by make... checking for style of include used by make... checking for style of include used by make... GNU checking for strverscmp... (cached) yes GNU checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... GNU (cached) gcc -E checking dependency style of gcc... GNU (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking dependency style of gcc... checking dependency style of gcc... (cached) (cached) gcc3 gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for tmpnam... (cached) yes checking for vasprintf... (cached) yes checking for vfprintf... (cached) yes checking for vprintf... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... checking for grep that handles long lines and -e... (cached) yes (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for vsnprintf... (cached) yes checking for sys/types.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for vsprintf... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdlib.h... checking for waitpid... (cached) (cached) yes yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for string.h... (cached) yes checking for setproctitle... (cached) no checking whether alloca needs Cray hooks... (cached) no checking stack direction for C alloca... (cached) 1 checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... checking for vfork.h... (cached) (cached) no yes checking for string.h... (cached) yes checking for fork... (cached) yes checking for sys/types.h... (cached) checking for memory.h... yes (cached) yes checking for memory.h... (cached) yes checking for memory.h... (cached) yes checking for vfork... (cached) yes checking for sys/stat.h... (cached) yes checking for strings.h... (cached) yes checking for strings.h... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking for _doprnt... (cached) no checking for strings.h... (cached) checking for sys_errlist... yes (cached) no checking for sys_nerr... (cached) no checking for sys_siglist... (cached) checking for stdlib.h... no (cached) checking for external symbol _system_configuration... yes checking for inttypes.h... (cached) yes checking for inttypes.h... (cached) yes checking for inttypes.h... (cached) yes checking for string.h... (cached) yes checking for stdint.h... (cached) yes checking for stdint.h... (cached) yes checking for stdint.h... (cached) yes checking for memory.h... (cached) yes checking for unistd.h... (cached) yes checking for unistd.h... (cached) yes no checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) checking for minix/config.h... yes (cached) no checking for unistd.h... (cached) checking whether it is safe to define EXTENSIONS... yes (cached) yes checking for fsetlocking... (cached) yes checking how to print strings... checking how to print strings... checking for strings.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking how to print strings... checking for canonicalize_file_name... (cached) yes checking for inttypes.h... (cached) yes checking for dup3... (cached) yes checking for stdint.h... (cached) yes checking for getrlimit... (cached) yes checking for unistd.h... (cached) yes checking for getrusage... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS__... (cached) yes checking how to print strings... checking for getsysinfo... (cached) no printf checking for a sed that does not truncate output... (cached) /usr/bin/sed printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... checking for gettimeofday... (cached) yes checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether ln -s works... (cached) yes ld checking the maximum length of command line arguments... checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) (cached) /usr/bin/nm -B printf 1572864 checking for a sed that does not truncate output... checking whether the shell understands some XSI constructs... checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether ln -s works... (cached) yes checking the maximum length of command line arguments... /usr/bin/sed (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking whether the shell understands "+="... yes checking for fgrep... yes (cached) /usr/bin/grep -F checking for ld used by gcc... checking for on_exit... (cached) yes (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking for ld option to reload object files... checking for ld option to reload object files... (cached) -r (cached) -r checking for x86_64-pc-linux-gnu-objdump... (cached) objdump checking the name lister (/usr/bin/nm -B) interface... checking for x86_64-pc-linux-gnu-objdump... (cached) checking how to recognize dependent libraries... (cached) objdump BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... checking how to recognize dependent libraries... (cached) pass_all (cached) 1572864 checking whether the shell understands some XSI constructs... (cached) pass_all yes checking whether the shell understands "+="... yes checking for pipe2... (cached) yes checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for ld option to reload object files... (cached) -r checking for x86_64-pc-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for psignal... (cached) yes checking for x86_64-pc-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ar... (cached) checking for x86_64-pc-linux-gnu-strip... ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so no checking for strip... (cached) strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok (cached) ok printf checking for a sed that does not truncate output... (cached) checking for pstat_getdynamic... /usr/bin/sed (cached) no checking for fgrep... (cached) checking for x86_64-pc-linux-gnu-strip... /usr/bin/grep -F checking for ld used by gcc... no checking for strip... (cached) strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for pstat_getstatic... (cached) no checking command to parse /usr/bin/nm -B output from gcc object... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes (cached) checking for BSD- or MS-compatible name lister (nm)... ok (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... checking for realpath... (cached) yes (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-pc-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... checking for setrlimit... (cached) yes (cached) pass_all checking for dlfcn.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking for objdir... (cached) checking for x86_64-pc-linux-gnu-ar... .libs (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for spawnve... (cached) no checking for spawnvpe... (cached) no checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking for x86_64-pc-linux-gnu-strip... checking for strerror... (cached) yes no checking for strip... (cached) strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for strsignal... (cached) yes checking for sysconf... (cached) yes checking for sysctl... (cached) checking for dlfcn.h... no (cached) yes checking for objdir... (cached) .libs checking for sysmp... (cached) no checking for table... (cached) no checking for times... (cached) yes checking for wait3... (cached) yes checking for wait4... (cached) yes checking for sbrk... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking whether basename is declared... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... checking whether ffs is declared... (cached) yes yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... checking whether asprintf is declared... (cached) yes checking whether vasprintf is declared... (cached) yes (cached) checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC GNU/Linux ld.so checking if gcc PIC flag -fPIC -DPIC works... (cached) yes (cached) checking if gcc static flag -static works... (cached) checking how to hardcode library paths into programs... yes checking if gcc supports -c -o file.o... (cached) yes immediate checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking whether stripping libraries is possible... checking whether snprintf is declared... (cached) yes (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for dlfcn.h... (cached) yes checking for windows.h... (cached) no checking for library containing dlsym... (cached) none required GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking how to compare bootstrapped objects... (cached) cmp --ignore-initial=16 $$f1 $$f2 yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether vsnprintf is declared... (cached) yes checking for dlfcn.h... (cached) yes yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for windows.h... checking for dlfcn.h... (cached) (cached) no yes checking for library containing dlsym... (cached) none required checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... checking for windows.h... (cached) no checking for library containing dlsym... (cached) none required checking for sys/time.h... (cached) yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking whether calloc is declared... (cached) yes checking for setitimer... (cached) yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... (cached) checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/msgfmt /usr/bin/x86_64-pc-linux-gnu-pkg-config checking for gmsgfmt... (cached) /usr/bin/msgfmt checking pkg-config is at least version 0.9.0... checking whether getenv is declared... (cached) yes yes checking whether to use debuginfod... auto checking for libdebuginfod >= 0.179... checking for xgettext... (cached) /usr/bin/xgettext (cached) no checking whether getopt is declared... (cached) yes checking for msgmerge... (cached) /usr/bin/msgmerge configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable. GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether malloc is declared... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking whether realloc is declared... (cached) yes checking whether sbrk is declared... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking for sys/gmon_out.h... (cached) yes checking for a known getopt prototype in unistd.h... (cached) yes checking for library containing fabs... (cached) -lm checking whether strtol is declared... (cached) yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether byte ordering is bigendian... (cached) no checking whether strtoul is declared... (cached) yes checking whether strtoll is declared... (cached) yes checking whether strtoull is declared... (cached) yes checking whether strverscmp is declared... (cached) yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking for bison... (cached) bison -y checking for flex... (cached) flex checking for bison... (cached) bison -y checking for flex... (cached) flex checking whether strnlen is declared... (cached) yes checking whether canonicalize_file_name must be declared... (cached) no checking lex output file root... (cached) lex.yy checking lex library... (cached) -lfl checking whether yytext is a pointer... (cached) yes checking for stdlib.h... checking whether NLS is requested... (cached) no yes checking whether NLS is requested... no checking lex output file root... (cached) lex.yy checking lex library... (cached) -lfl checking whether yytext is a pointer... (cached) yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for unistd.h... (cached) checking for xgettext... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 yes (cached) /usr/bin/xgettext checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge checking for msgmerge... (cached) /usr/bin/msgmerge checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for working strncmp... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking that generated files are newer than configure... checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking size of long... (cached) 8 checking whether to enable maintainer-specific portions of Makefiles... no checking size of long long... (cached) 8 checking for memory.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/stat.h... (cached) yes checking for inttypes.h... (cached) yes configure: creating ./config.status checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for ld used by g++... (cached) ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... (cached) yes checking for unistd.h... (cached) yes checking for sys/file.h... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... checking whether compiling a cross-assembler... yes checking for strsignal... (cached) yes checking for LC_MESSAGES... (cached) yes yes checking for working assert macro... (cached) yes checking for a known getopt prototype in unistd.h... (cached) yes checking whether declaration is required for environ... (cached) no checking whether declaration is required for ffs... (cached) no checking for sys/stat.h... (cached) yes checking whether asprintf is declared... (cached) yes checking for sys/time.h... (cached) yes checking whether mempcpy is declared... (cached) yes checking for sys/types.h... (cached) yes checking whether stpcpy is declared... (cached) yes checking for struct stat.st_mtim.tv_sec in sys/stat.h... (cached) yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking that generated files are newer than configure... checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... (cached) yes checking if g++ static flag -static works... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... checking for getpagesize... (cached) (cached) yes checking for working mmap... (cached) yes GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for getc_unlocked... (cached) yes checking for dlfcn.h... (cached) yes checking for windows.h... (cached) no checking for library containing dlsym... (cached) none required checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking size of void *... (cached) 8 checking for mkdtemp... (cached) yes checking for mkstemp... (cached) yes checking for sbrk... (cached) yes config.status: creating Makefile checking for utimensat... (cached) yes checking for utimes... (cached) yes checking for mbstate_t... config.status: creating testsuite/Makefile Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking for LC_MESSAGES... (cached) yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... config.status: creating config.h (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext yes checking for struct stat.st_atim.tv_nsec... (cached) yes checking whether struct stat.st_atim is of type struct timespec... (cached) yes checking for library containing frexp... (cached) none required checking for LC_MESSAGES... (cached) config.status: config.h is unchanged yes checking for a known getopt prototype in unistd.h... (cached) yes checking for utime.h... (cached) yes config.status: executing default commands checking for msgmerge... (cached) /usr/bin/msgmerge checking whether asprintf is declared... (cached) yes checking whether environ is declared... (cached) yes checking whether getc_unlocked is declared... (cached) yes checking for bison... (cached) bison -y checking for flex... (cached) flex checking whether sbrk is declared... (cached) yes checking lex output file root... (cached) lex.yy checking lex library... (cached) -lfl checking whether yytext is a pointer... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... (cached) cmp --ignore-initial=16 $$f1 $$f2 checking for fcntl.h... (cached) yes checking whether stpcpy is declared... (cached) yes Configuring in ./bfd checking whether strnlen is declared... (cached) yes checking for elf-hints.h... (cached) no checking for msgpack... checking for limits.h... (cached) yes no make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/libiberty' checking for iconv.h... (cached) yes checking for ld used by GCC... checking for inttypes.h... (cached) yes (cached) ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... (cached) yes checking for shared library run path origin... (cached) done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list checking for iconv... (cached) yes checking for iconv declaration... (cached) checking for stdint.h... (cached) yes

     extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);

make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/libiberty/testsuite' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/libiberty' checking for sys/file.h... (cached) yes checking for sys/mman.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking that generated files are newer than configure... checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for close... (cached) yes checking for glob... (cached) yes checking for lseek... (cached) yes checking for mkstemp... (cached) yes checking for open... (cached) yes checking for realpath... (cached) yes checking for sbrk... (cached) yes configure: loading cache ./config.cache checking for waitpid... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking target system type... (cached) i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether asprintf is declared... (cached) yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... checking whether environ is declared... (cached) yes (cached) yes checking whether sbrk is declared... (cached) yes checking whether make supports nested variables... (cached) yes checking for stdlib.h... (cached) yes checking whether make supports nested variables... (cached) yes checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-gcc... (cached) gcc checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for library containing dlopen... (cached) none required checking for a known getopt prototype in unistd.h... (cached) yes checking whether ANSI C string concatenation works... (cached) yes checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking that generated files are newer than configure... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes done configure: creating ./config.status done configure: creating ./config.status checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F config.status: creating Makefile checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-pc-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/etc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/etc' checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for dlfcn.h... (cached) yes checking for windows.h... (cached) no checking for library containing dlsym... (cached) none required checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking size of void ... (cached) 8 Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge checking size of long long... (cached) 8 checking size of void ... (cached) 8 checking size of long... (cached) 8 checking size of int... (cached) 4 checking for fcntl.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/resource.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl... (cached) yes checking for fdopen... (cached) yes checking for fileno... (cached) yes checking for fls... (cached) no checking for getgid... (cached) yes checking for getpagesize... (cached) yes checking for getrlimit... (cached) yes checking for getuid... (cached) yes checking for sysconf... (cached) yes checking whether basename is declared... (cached) yes checking whether ffs is declared... (cached) yes checking whether stpcpy is declared... (cached) yes checking whether asprintf is declared... (cached) yes checking whether vasprintf is declared... (cached) yes checking whether strnlen is declared... (cached) yes checking compiler support for hidden visibility... (cached) yes checking printf int64_t format... (cached) l checking linker --as-needed support... (cached) yes checking for cos in -lm... (cached) yes config.status: creating Makefile checking for gcc version with buggy 64-bit support... no config.status: executing depfiles commands checking for ftello... (cached) yes checking for ftello64... (cached) yes config.status: executing libtool commands checking for fseeko... (cached) yes checking for fseeko64... (cached) yes checking for fopen64... (cached) yes checking whether ftello is declared... (cached) yes checking whether ftello64 is declared... (cached) yes checking whether fseeko is declared... (cached) yes checking whether fseeko64 is declared... (cached) yes checking whether fopen64 is declared... (cached) yes checking size of off_t... (cached) 8 checking file_ptr type... int64_t checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/zlib' true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2 " "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=-fPIC" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/ghost" "infodir=/ghost/share/info" "libdir=/ghost/lib" "prefix=/ghost" "tooldir=/ghost/i686-ghost" "AR=ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=-fPIC" "RANLIB=ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so" "DESTDIR=" DO=all multi-do # make checking for sys/param.h... (cached) yes make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/zlib' checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for madvise... (cached) yes checking for mprotect... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status done configure: creating ./config.status done done configure: creating ./config.status configure: creating ./config.status config.status: creating Makefile config.status: creating Makefile config.status: creating .gdbinit config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating po/Makefile.in config.status: creating config.h config.status: creating gconfig.h config.status: config.h is unchanged config.status: gconfig.h is unchanged config.status: executing depfiles commands config.status: executing depfiles commands config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default-1 commands config.status: executing libtool commands config.status: creating po/POTFILES config.status: creating po/POTFILES config.status: creating po/Makefile config.status: creating po/Makefile config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing default commands config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h done configure: creating ./config.status config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default commands config.status: creating Makefile config.status: creating bfd-in3.h config.status: creating po/Makefile.in config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default commands Configuring in ./opcodes make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' GEN targmatch.h Making info in po make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd/po' make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd/po' make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' make all-recursive configure: loading cache ./config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking target system type... (cached) i686-pc-ghost checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' yes Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd/po' checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... (cached) yes checking whether make supports nested variables... (cached) yes checking for x86_64-pc-linux-gnu-gcc... (cached) gcc make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' checking whether the C compiler works... rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h rm -f tofiles f=""; \ for i in elf32-i386.lo elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo coff-i386.lo cofflink.lo coffgen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo archive64.lo ; do \ case " $f " in \ " $i ") ;; \ ) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles /bin/bash ../../binutils-2.39/bfd/../move-if-change bfd-tmp.h bfd.h /bin/bash ../../binutils-2.39/bfd/../move-if-change tofiles ofiles rm -f bfd-tmp.h touch stamp-ofiles touch stmp-bfd-h CC archures.lo CC targets.lo CC dwarf2.lo yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-pc-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... (cached) /usr/bin/msgmerge checking size of void ... (cached) 8 checking whether basename is declared... (cached) yes checking whether stpcpy is declared... (cached) yes checking for sigsetjmp... checking linker --as-needed support... (cached) yes checking for cos in -lm... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES CCLD libbfd.la config.status: creating po/Makefile libtooldir=/bin/bash ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so libbfd.tmp; \ /bin/bash ../../binutils-2.39/bfd/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/bfd' Configuring in ./libctf make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' make all-recursive make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' Making all in . make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' CCLD libopcodes.la configure: loading cache ./config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking target system type... (cached) i686-pc-ghost checking for x86_64-pc-linux-gnu-gcc... (cached) gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... libtooldir=/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'; \ if [ -f $libtooldir/libopcodes.a ]; then \ cp $libtooldir/libopcodes.a libopcodes.tmp; \ ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so libopcodes.tmp; \ /bin/bash ../../binutils-2.39/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi

checking whether we are cross compiling... touch stamp-lib make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes/po' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/opcodes' no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to run the C preprocessor... (cached) gcc -E make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gas' make all-recursive checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gas' Making all in po checking for string.h... (cached) yes make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gas/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gas/po' checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gas' checking for minix/config.h... (cached) no checking whether it is safe to define EXTENSIONS... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /usr/bin/mkdir -p checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... CC app.o GNU CC as.o CC atof-generic.o CC cond.o checking whether make supports nested variables... (cached) yes CC depend.o CC dwarf2dbg.o CC dw2gencfi.o checking dependency style of gcc... (cached) gcc3 checking whether make supports nested variables... (cached) yes checking whether make sets $(MAKE)... (cached) yes checking for x86_64-pc-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking the archiver (ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so) interface... (cached) ar checking whether NLS is requested... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... (cached) /usr/bin/grep -F checking for ld used by gcc... (cached) ld checking if the linker (ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... (cached) -r checking for x86_64-pc-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking for x86_64-pc-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok CC ecoff.o checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs CC ehopt.o CC expr.o checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no checking for aclocal... (cached) ${SHELL} /home/kenzie/ghost/source/temp/binutils-2.39/missing aclocal-1.15 checking for autoconf... (cached) autoconf CC flonum-copy.o checking for autoheader... (cached) ${SHELL} /home/kenzie/ghost/source/temp/binutils-2.39/missing autoheader checking whether gcc supports -W... (cached) yes checking whether gcc supports -Wall... (cached) yes checking whether gcc supports -Wnarrowing... (cached) yes checking whether gcc supports -Wwrite-strings... (cached) yes checking whether gcc supports -Wmissing-format-attribute... (cached) yes checking whether gcc supports -Wstrict-prototypes... (cached) yes checking whether gcc supports -Wmissing-prototypes... (cached) yes checking whether gcc supports -Wold-style-definition... (cached) yes checking whether gcc supports -pedantic -Wlong-long... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether gcc supports -Wall... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes CC frags.o checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for library containing dlsym... (cached) none required checking for ELF support in BFD... (cached) yes checking whether byte ordering is bigendian... (cached) no CC hash.o checking for byteswap.h... (cached) yes CC input-file.o checking for endian.h... (cached) yes checking for pread... (cached) yes checking whether bswap_16 is declared... (cached) yes checking whether bswap_32 is declared... (cached) yes checking whether bswap_64 is declared... (cached) yes checking whether asprintf is declared... (cached) yes checking whether vasprintf is declared... (cached) yes checking whether stpcpy is declared... (cached) yes checking for qsort_r... (cached) yes checking for qsort_r signature... (cached) GNU checking for O_CLOEXEC... (cached) yes checking for makeinfo... (cached) makeinfo --split-size=5000000 CC input-scrub.o CC listing.o CC literal.o CC macro.o checking for expect... no checking for Tcl supporting try/catch... (cached) no checking for linker versioning flags... (cached) -Wl,--version-script='../../binutils-2.39/libctf/libctf.ver' CC messages.o CC output-file.o checking that generated files are newer than configure... CC read.o CC remap.o CC sb.o CC stabs.o CC subsegs.o CC symbols.o CC write.o CC config/tc-i386.o CC config/obj-elf.o CC config/atof-ieee.o done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/libctf' make all-am make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/libctf' CCLD libctf.la make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/libctf' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/libctf' CCLD as-new make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gas' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gas' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gas' make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' make all-recursive make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' Making info in po make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils/po' make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils/po' make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gprof/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gprof/po' make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' GEN doc/c++filt.1 make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make all-recursive make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' CCLD gprof make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils/po' make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' CCLD testsuite/gentestdlls CCLD size CCLD objdump CCLD strings CCLD ar CCLD objcopy CCLD ranlib make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/gprof' CCLD addr2line CCLD nm-new CCLD strip-new CCLD cxxfilt CCLD bfdtest1 CCLD bfdtest2 make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/binutils' make[2]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld' (echo "/ This file is automatically generated. DO NOT EDIT! /";\ for f in echo " " eelf_i386.o eelf_iamcu.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'; do \ echo "extern ld_emulation_xfertype ld${f}_emulation;"; \ done;\ echo "";\ echo "#define EMULATION_LIST \";\ for f in echo " " eelf_i386.o eelf_iamcu.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'; do \ echo " &ld_${f}_emulation, \"; \ done;\ echo " 0") >ldemul-tmp.h mv ldemul-tmp.h ldemul-list.h make all-recursive make[3]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld' Making all in po make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld/po' make[4]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils/ld' CC ldmain.o CC ldemul.o CC ldfile.o CCLD ld-new make[4]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld' make[3]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld' make[2]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils/ld' make[1]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils' make[1]: Entering directory '/home/kenzie/ghost/source/temp/build-binutils' /bin/bash ../binutils-2.39/mkinstalldirs /ghost /ghost mkdir -p -- /ghost /ghost mkdir: cannot create directory ‘/ghost’: Permission denied mkdir: cannot create directory ‘/ghost’: Permission denied make[1]: [Makefile:2822: installdirs] Error 1 make[1]: Leaving directory '/home/kenzie/ghost/source/temp/build-binutils' make: [Makefile:2562: install] Error 2

maxdev1 commented 1 year ago

@TheUniKian there you can see the error, by default the toolchain installs to /ghost but it has no permission to do so. Simply create this folder and chmod 0777 it and you should be fine.

TheUniKian commented 1 year ago

Well toolchain.sh works, but I must be missing some dependency as I get this when running ./libapi/build.sh from the /ghost/source directory:

root@ubuntu:/ghost/source# ./libapi/build.sh
./libapi/build.sh: line 6: ../ghost.sh: No such file or directory
./libapi/build.sh: line 11: with: command not found
./libapi/build.sh: line 12: with: command not found
./libapi/build.sh: line 13: with: command not found
./libapi/build.sh: line 14: with: command not found
./libapi/build.sh: line 16: with: command not found
./libapi/build.sh: line 17: with: command not found
./libapi/build.sh: line 18: with: command not found
./libapi/build.sh: line 19: with: command not found
./libapi/build.sh: line 20: with: command not found
./libapi/build.sh: line 21: with: command not found
./libapi/build.sh: line 23: with: command not found
./libapi/build.sh: line 24: with: command not found
target: 
./libapi/build.sh: line 33: requireTool: command not found
mkdir: missing operand
Try 'mkdir --help' for more information.

Unsure if this is the right file that could help, but here is the log file from ./libapi: ghost-build.log

maxdev1 commented 1 year ago

You need to run this script from within the folder, so cd libapi and then you can ./build.sh

You can also now run the root ./build.sh which will build all things needed once.

maxdev1 commented 1 year ago

The key problem in the log you posted above is ../ghost.sh: No such file or directory because this script defines the commands like with and requireTool :)