This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by bfd configure 2.38.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ /course/cs3650/gdb-12-src/gdb-12.1/bfd/configure --srcdir=.././bfd --cache-file=./config.cache --exec-prefix=/course/cs3650/gdb-12 --with-python=/course/cs3650/gdb-12/bin/python3.8 --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = login-students uname -m = x86_64 uname -r = 4.18.0-553.16.1.el8_10.x86_64 uname -s = Linux uname -v = #1 SMP Thu Aug 8 17:47:08 UTC 2024 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /course/cs3650/gdb-12 PATH: /course/cs3650/gdb-12/bin PATH: /home/gene/bin PATH: /usr/share/Modules/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /opt/puppetlabs/bin PATH: /usr/local/bin/texlive/bin/x86_64-linux PATH: /proj/gene/bin PATH: /proj/gene/gal2/meataxe/bin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:2458: loading cache ./config.cache configure:2580: checking build system type configure:2594: result: x86_64-pc-linux-gnu configure:2614: checking host system type configure:2627: result: x86_64-pc-linux-gnu configure:2647: checking target system type configure:2660: result: x86_64-pc-linux-gnu configure:2703: checking for a BSD-compatible install configure:2771: result: /usr/bin/install -c configure:2782: checking whether build environment is sane configure:2837: result: yes configure:2988: checking for a thread-safe mkdir -p configure:3027: result: /usr/bin/mkdir -p configure:3034: checking for gawk configure:3061: result: gawk configure:3072: checking whether make sets $(MAKE) configure:3094: result: yes configure:3123: checking whether make supports nested variables configure:3140: result: yes configure:3277: checking whether make supports nested variables configure:3294: result: yes configure:3309: checking for x86_64-pc-linux-gnu-ar configure:3336: result: ar configure:3401: checking for x86_64-pc-linux-gnu-ranlib configure:3428: result: ranlib configure:3531: checking for x86_64-pc-linux-gnu-gcc configure:3558: result: gcc configure:3827: checking for C compiler version configure:3836: gcc --version >&5 gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3847: $? = 0 configure:3836: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.rockylinux.org/ --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 8.5.0 20210514 (Red Hat 8.5.0-22) (GCC) configure:3847: $? = 0 configure:3836: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3847: $? = 1 configure:3836: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3847: $? = 1 configure:3867: checking whether the C compiler works configure:3889: gcc -g -O2 conftest.c >&5 configure:3893: $? = 0 configure:3941: result: yes configure:3944: checking for C compiler default output file name configure:3946: result: a.out configure:3952: checking for suffix of executables configure:3959: gcc -o conftest -g -O2 conftest.c >&5 configure:3963: $? = 0 configure:3985: result: configure:4007: checking whether we are cross compiling configure:4015: gcc -o conftest -g -O2 conftest.c >&5 configure:4019: $? = 0 configure:4026: ./conftest configure:4030: $? = 0 configure:4045: result: no configure:4050: checking for suffix of object files configure:4097: result: o configure:4101: checking whether we are using the GNU C compiler configure:4129: result: yes configure:4138: checking whether gcc accepts -g configure:4199: result: yes configure:4216: checking for gcc option to accept ISO C89 configure:4292: result: none needed configure:4317: checking whether gcc understands -c and -o together configure:4354: result: yes configure:4382: checking for style of include used by make configure:4410: result: GNU configure:4436: checking dependency style of gcc configure:4547: result: gcc3 configure:4568: checking how to run the C preprocessor configure:4638: result: gcc -E configure:4658: gcc -E conftest.c configure:4658: $? = 0 configure:4672: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:4672: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "bfd" | #define PACKAGE_TARNAME "bfd" | #define PACKAGE_VERSION "2.38.50" | #define PACKAGE_STRING "bfd 2.38.50" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "bfd" | #define VERSION "2.38.50" | /* end confdefs.h. */ | #include configure:4701: checking for grep that handles long lines and -e configure:4759: result: /usr/bin/grep configure:4764: checking for egrep configure:4826: result: /usr/bin/grep -E configure:4831: checking for ANSI C header files configure:4935: result: yes configure:4948: checking for sys/types.h configure:4948: result: yes configure:4948: checking for sys/stat.h configure:4948: result: yes configure:4948: checking for stdlib.h configure:4948: result: yes configure:4948: checking for string.h configure:4948: result: yes configure:4948: checking for memory.h configure:4948: result: yes configure:4948: checking for strings.h configure:4948: result: yes configure:4948: checking for inttypes.h configure:4948: result: yes configure:4948: checking for stdint.h configure:4948: result: yes configure:4948: checking for unistd.h configure:4948: result: yes configure:4961: checking for minix/config.h configure:4961: result: no configure:4982: checking whether it is safe to define __EXTENSIONS__ configure:5007: result: yes configure:5070: checking how to print strings configure:5097: result: printf configure:5118: checking for a sed that does not truncate output configure:5182: result: /usr/bin/sed configure:5200: checking for fgrep configure:5262: result: /usr/bin/grep -F configure:5297: checking for ld used by gcc configure:5364: result: ld configure:5371: checking if the linker (ld) is GNU ld configure:5386: result: yes configure:5398: checking for BSD- or MS-compatible name lister (nm) configure:5448: result: /usr/bin/nm -B configure:5578: checking the name lister (/usr/bin/nm -B) interface configure:5598: result: BSD nm configure:5601: checking whether ln -s works configure:5605: result: yes configure:5613: checking the maximum length of command line arguments configure:5738: result: 1572864 configure:5755: checking whether the shell understands some XSI constructs configure:5765: result: yes configure:5769: checking whether the shell understands "+=" configure:5775: result: yes configure:5810: checking for ld option to reload object files configure:5817: result: -r configure:5846: checking for x86_64-pc-linux-gnu-objdump configure:5873: result: objdump configure:5945: checking how to recognize dependent libraries configure:6146: result: pass_all configure:6179: checking for x86_64-pc-linux-gnu-ar configure:6206: result: ar configure:6274: WARNING: Failed: ar --plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so rc configure:6297: checking for x86_64-pc-linux-gnu-strip configure:6327: result: no configure:6337: checking for strip configure:6364: result: strip configure:6396: checking for x86_64-pc-linux-gnu-ranlib configure:6423: result: ranlib configure:6570: checking command to parse /usr/bin/nm -B output from gcc object configure:6793: result: ok configure:6888: gcc -c -g -O2 conftest.c >&5 configure:6891: $? = 0 configure:7641: checking for dlfcn.h configure:7641: result: yes configure:7797: checking for objdir configure:7812: result: .libs configure:8083: checking if gcc supports -fno-rtti -fno-exceptions configure:8118: result: no configure:8138: checking for gcc option to produce PIC configure:8424: result: -fPIC -DPIC configure:8436: checking if gcc PIC flag -fPIC -DPIC works configure:8471: result: yes configure:8495: checking if gcc static flag -static works configure:8523: result: yes configure:8538: checking if gcc supports -c -o file.o configure:8585: result: yes configure:8593: checking if gcc supports -c -o file.o configure:8640: result: yes configure:8673: checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries configure:9744: result: yes configure:9989: checking dynamic linker characteristics configure:10652: result: GNU/Linux ld.so configure:10759: checking how to hardcode library paths into programs configure:10784: result: immediate configure:10878: checking for shl_load configure:10878: result: no configure:10882: checking for shl_load in -ldld configure:10916: result: no configure:10921: checking for dlopen configure:10921: result: no configure:10925: checking for dlopen in -ldl configure:10959: result: yes configure:11078: checking whether a program can dlopen itself configure:11179: result: yes configure:11184: checking whether a statically linked program can dlopen itself configure:11285: result: no configure:11324: checking whether stripping libraries is possible configure:11329: result: yes configure:11364: checking if libtool supports shared libraries configure:11366: result: yes configure:11369: checking whether to build shared libraries configure:11390: result: no configure:11393: checking whether to build static libraries configure:11397: result: yes configure:11447: checking for dlfcn.h configure:11447: result: yes configure:11460: checking for windows.h configure:11460: result: no configure:11487: checking for library containing dlsym configure:11535: result: -ldl configure:11607: checking for special C compiler options needed for large files configure:11652: result: no configure:11658: checking for _FILE_OFFSET_BITS value needed for large files configure:11715: result: no configure:11870: checking size of void * configure:11889: result: 8 gcc: error: CPPFLAGS_FOR_BUILD@: No such file or directory gcc: error: CPPFLAGS_FOR_BUILD@: No such file or directory configure:12226: checking whether to enable maintainer-specific portions of Makefiles configure:12235: result: no configure:12271: checking whether to install libbfd configure:12284: result: yes configure:12334: checking whether NLS is requested configure:12340: result: yes configure:12346: checking for catalogs to be installed configure:12378: result: da es fi fr hr id ja pt ro ru rw sr sv tr uk vi zh_CN da es fi fr hr id ja pt ro ru rw sr sv tr uk vi zh_CN configure:12405: checking whether NLS is requested configure:12414: result: yes configure:12452: checking for msgfmt configure:12483: result: /usr/bin/msgfmt configure:12492: checking for gmsgfmt configure:12523: result: /usr/bin/msgfmt configure:12563: checking for xgettext configure:12594: result: /usr/bin/xgettext configure:12634: checking for msgmerge configure:12664: result: /usr/bin/msgmerge configure:12717: checking size of long long configure:12736: result: 8 configure:12750: checking size of void * configure:12769: result: 8 configure:12783: checking size of long configure:12802: result: 8 configure:12816: checking size of int configure:12835: result: 4 configure:12918: checking for fcntl.h configure:12918: result: yes configure:12918: checking for sys/file.h configure:12918: result: yes configure:12918: checking for sys/resource.h configure:12918: result: yes configure:12918: checking for sys/stat.h configure:12918: result: yes configure:12918: checking for sys/types.h configure:12918: result: yes configure:12918: checking for unistd.h configure:12918: result: yes configure:12933: checking for fcntl configure:12933: result: yes configure:12933: checking for fdopen configure:12933: result: yes configure:12933: checking for fileno configure:12933: result: yes configure:12933: checking for fls configure:12933: result: no configure:12933: checking for getgid configure:12933: result: yes configure:12933: checking for getpagesize configure:12933: result: yes configure:12933: checking for getrlimit configure:12933: result: yes configure:12933: checking for getuid configure:12933: result: yes configure:12933: checking for sysconf configure:12933: result: yes configure:12943: checking whether basename is declared configure:12943: result: yes configure:12953: checking whether ffs is declared configure:12953: result: yes configure:12963: checking whether stpcpy is declared configure:12963: result: yes configure:12973: checking whether asprintf is declared configure:12973: result: yes configure:12983: checking whether vasprintf is declared configure:12983: result: yes configure:12993: checking whether strnlen is declared configure:12993: result: yes configure:13035: checking compiler support for hidden visibility configure:13060: result: yes configure:13070: checking linker --as-needed support configure:13081: result: yes configure:13172: checking for cos in -lm configure:13206: result: yes configure:13719: checking for gcc version with buggy 64-bit support configure:13732: result: no configure:13968: checking for sys/procfs.h configure:13968: result: yes configure:13980: checking for prstatus_t in sys/procfs.h configure:14012: result: yes configure:14016: checking for prstatus32_t in sys/procfs.h configure:14048: result: no configure:14052: checking for prstatus_t.pr_who in sys/procfs.h configure:14084: result: no configure:14088: checking for prstatus32_t.pr_who in sys/procfs.h configure:14120: result: no configure:14124: checking for pstatus_t in sys/procfs.h configure:14156: result: no configure:14160: checking for pxstatus_t in sys/procfs.h configure:14192: result: no configure:14196: checking for pstatus32_t in sys/procfs.h configure:14228: result: no configure:14232: checking for prpsinfo_t in sys/procfs.h configure:14264: result: yes configure:14268: checking for prpsinfo_t.pr_pid in sys/procfs.h configure:14300: result: yes configure:14304: checking for prpsinfo32_t in sys/procfs.h configure:14336: result: no configure:14340: checking for prpsinfo32_t.pr_pid in sys/procfs.h configure:14372: result: no configure:14376: checking for psinfo_t in sys/procfs.h configure:14408: result: no configure:14412: checking for psinfo_t.pr_pid in sys/procfs.h configure:14444: result: no configure:14448: checking for psinfo32_t in sys/procfs.h configure:14480: result: no configure:14484: checking for psinfo32_t.pr_pid in sys/procfs.h configure:14516: result: no configure:14520: checking for lwpstatus_t in sys/procfs.h configure:14552: result: no configure:14556: checking for lwpxstatus_t in sys/procfs.h configure:14588: result: no configure:14592: checking for lwpstatus_t.pr_context in sys/procfs.h configure:14624: result: no configure:14628: checking for lwpstatus_t.pr_reg in sys/procfs.h configure:14660: result: no configure:14664: checking for lwpstatus_t.pr_fpreg in sys/procfs.h configure:14696: result: no configure:14700: checking for win32_pstatus_t in sys/procfs.h configure:14732: result: no configure:14770: checking for ftello configure:14770: result: yes configure:14770: checking for ftello64 configure:14770: result: yes configure:14770: checking for fseeko configure:14770: result: yes configure:14770: checking for fseeko64 configure:14770: result: yes configure:14770: checking for fopen64 configure:14770: result: yes configure:14779: checking whether ftello is declared configure:14779: result: yes configure:14789: checking whether ftello64 is declared configure:14789: result: yes configure:14799: checking whether fseeko is declared configure:14799: result: yes configure:14809: checking whether fseeko64 is declared configure:14809: result: yes configure:14819: checking whether fopen64 is declared configure:14819: result: yes configure:14835: checking size of off_t configure:14854: result: 8 configure:14865: checking file_ptr type configure:14874: result: BFD_HOST_64_BIT configure:14885: checking for stdlib.h configure:14885: result: yes configure:14885: checking for unistd.h configure:14885: result: yes configure:14885: checking for sys/param.h configure:14885: result: yes configure:14905: checking for getpagesize configure:14905: result: yes configure:14914: checking for working mmap configure:15071: result: yes configure:15083: checking for madvise configure:15083: result: yes configure:15083: checking for mprotect configure:15083: result: yes configure:15218: checking that generated files are newer than configure configure:15224: result: done configure:15267: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by bfd config.status 2.38.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on login-students config.status:1215: creating Makefile config.status:1215: creating bfd-in3.h config.status:1215: creating po/Makefile.in config.status:1215: creating config.h config.status:1396: config.h is unchanged config.status:1444: executing depfiles commands config.status:1444: executing libtool commands config.status:1444: executing default-1 commands config.status:1444: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-g -O2 ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' ' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=x86_64-pc-linux-gnu ac_cv_func_dlopen=no ac_cv_func_fcntl=yes ac_cv_func_fdopen=yes ac_cv_func_fileno=yes ac_cv_func_fls=no ac_cv_func_fopen64=yes ac_cv_func_fseeko64=yes ac_cv_func_fseeko=yes ac_cv_func_ftello64=yes ac_cv_func_ftello=yes ac_cv_func_getgid=yes ac_cv_func_getpagesize=yes ac_cv_func_getrlimit=yes ac_cv_func_getuid=yes ac_cv_func_madvise=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_mprotect=yes ac_cv_func_shl_load=no ac_cv_func_sysconf=yes ac_cv_have_decl_asprintf=yes ac_cv_have_decl_basename=yes ac_cv_have_decl_ffs=yes ac_cv_have_decl_fopen64=yes ac_cv_have_decl_fseeko64=yes ac_cv_have_decl_fseeko=yes ac_cv_have_decl_ftello64=yes ac_cv_have_decl_ftello=yes ac_cv_have_decl_stpcpy=yes ac_cv_have_decl_strnlen=yes ac_cv_have_decl_vasprintf=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_procfs_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_windows_h=no ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_m_cos=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/usr/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_SED=/usr/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AR='ar ' ac_cv_prog_AWK=gawk ac_cv_prog_CC=gcc ac_cv_prog_CPP='gcc -E' ac_cv_prog_OBJDUMP=objdump ac_cv_prog_RANLIB='ranlib ' ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_dlsym=-ldl ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_void_p=8 ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_target=x86_64-pc-linux-gnu am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes bfd_cv_have_sys_procfs_type_lwpstatus_t=no bfd_cv_have_sys_procfs_type_lwpxstatus_t=no bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no bfd_cv_have_sys_procfs_type_prpsinfo32_t=no bfd_cv_have_sys_procfs_type_prpsinfo_t=yes bfd_cv_have_sys_procfs_type_prstatus32_t=no bfd_cv_have_sys_procfs_type_prstatus_t=yes bfd_cv_have_sys_procfs_type_psinfo32_t=no bfd_cv_have_sys_procfs_type_psinfo_t=no bfd_cv_have_sys_procfs_type_pstatus32_t=no bfd_cv_have_sys_procfs_type_pstatus_t=no bfd_cv_have_sys_procfs_type_pxstatus_t=no bfd_cv_have_sys_procfs_type_win32_pstatus_t=no bfd_cv_hidden=yes bfd_cv_ld_as_needed=yes lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /course/cs3650/gdb-12-src/gdb-12.1/missing aclocal-1.15' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar ' AUTOCONF='${SHELL} /course/cs3650/gdb-12-src/gdb-12.1/missing autoconf' AUTOHEADER='${SHELL} /course/cs3650/gdb-12-src/gdb-12.1/missing autoheader' AUTOMAKE='${SHELL} /course/cs3650/gdb-12-src/gdb-12.1/missing automake-1.15' AWK='gawk' BFD_HOSTPTR_T='unsigned long' BFD_HOST_64BIT_LONG='1' BFD_HOST_64BIT_LONG_LONG='0' BFD_HOST_64_BIT='long' BFD_HOST_64_BIT_DEFINED='1' BFD_HOST_U_64_BIT='unsigned long' CATALOGS=' da.gmo es.gmo fi.gmo fr.gmo hr.gmo id.gmo ja.gmo pt.gmo ro.gmo ru.gmo rw.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo da.gmo es.gmo fi.gmo fr.gmo hr.gmo id.gmo ja.gmo pt.gmo ro.gmo ru.gmo rw.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo' CATOBJEXT='.gmo' CC='gcc' CCDEPMODE='depmode=gcc3' CC_FOR_BUILD='gcc' CFLAGS='-g -O2 ' COREFILE='' COREFLAG='' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DEBUGDIR='${exec_prefix}/lib/debug' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DSYMUTIL='@DSYMUTIL@' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_BFD_64_BIT_FALSE='#' ENABLE_BFD_64_BIT_TRUE='' EXEEXT='' EXEEXT_FOR_BUILD='$(EXEEXT)' FGREP='/usr/bin/grep -F' GENCAT='gencat' GENINSRC_NEVER_FALSE='' GENINSRC_NEVER_TRUE='#' GMSGFMT='/usr/bin/msgfmt' GREP='/usr/bin/grep' HDEFINES='' INCINTL='' INSTALL_DATA='/usr/bin/install -c -m 644' INSTALL_LIBBFD_FALSE='#' INSTALL_LIBBFD_TRUE='' INSTALL_PROGRAM='/usr/bin/install -c' INSTALL_SCRIPT='/usr/bin/install -c' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='.mo' LARGEFILE_CPPFLAGS='' LD='ld -m elf_x86_64' LDFLAGS=' ' LIBINTL='' LIBINTL_DEP='' LIBM='-lm' LIBOBJS='' LIBS='-ldl ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='/course/cs3650/gdb-12-src/gdb-12.1/missing makeinfo --split-size=5000000' MKDIR_P='/usr/bin/mkdir -p' MKINSTALLDIRS='$(top_builddir)/./../mkinstalldirs' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' NO_WERROR='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='@OTOOL@' PACKAGE='bfd' PACKAGE_BUGREPORT='' PACKAGE_NAME='bfd' PACKAGE_STRING='bfd 2.38.50' PACKAGE_TARNAME='bfd' PACKAGE_URL='' PACKAGE_VERSION='2.38.50' PATH_SEPARATOR=':' PKGVERSION='(GNU Binutils) ' PLUGINS_FALSE='#' PLUGINS_TRUE='' POSUB='po' RANLIB='ranlib --plugin /usr/libexec/gcc/x86_64-redhat-linux/8/liblto_plugin.so' REPORT_BUGS_TEXI='@uref{https://sourceware.org/bugzilla/}' REPORT_BUGS_TO='' SED='/usr/bin/sed' SET_MAKE='' SHARED_LDFLAGS='' SHARED_LIBADD=' ' SHELL='/bin/sh' STRIP='strip' TDEFINES=' ' USE_NLS='yes' VERSION='2.38.50' WARN_CFLAGS='-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144' WARN_CFLAGS_FOR_BUILD='-W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144' WARN_WRITE_STRINGS='-Wwrite-strings' XGETTEXT='/usr/bin/xgettext' ac_ct_CC='' ac_ct_DUMPBIN='' all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bfd64_libs='$(BFD64_LIBS)' bfd_backends=' elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-i386.lo elf32.lo pei-i386.lo peigen.lo cofflink.lo coffgen.lo pe-x86_64.lo pex64igen.lo pei-x86_64.lo elf64-gen.lo elf32-gen.lo plugin.lo' bfd_default_target_size='64' bfd_file_ptr='BFD_HOST_64_BIT' bfd_machines=' cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo' bfd_ufile_ptr='BFD_HOST_U_64_BIT' bfdincludedir='$(includedir)' bfdlibdir='$(libdir)' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='/course/cs3650/gdb-12' havevecs='-DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_noncanonical='x86_64-pc-linux-gnu' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /course/cs3650/gdb-12-src/gdb-12.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_cv_dlopen_libs='-ldl' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,y,y,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' supports_plugins='1' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='x86_64-pc-linux-gnu' target_cpu='x86_64' target_noncanonical='x86_64-pc-linux-gnu' target_os='linux-gnu' target_vendor='pc' tdefaults=' -DDEFAULT_VECTOR=x86_64_elf64_vec -DSELECT_VECS='\''&x86_64_elf64_vec,&i386_elf32_vec,&iamcu_elf32_vec,&x86_64_elf32_vec,&i386_pei_vec,&x86_64_pe_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec'\'' -DSELECT_ARCHITECTURES='\''&bfd_i386_arch,&bfd_iamcu_arch,&bfd_l1om_arch,&bfd_k1om_arch'\''' wordsize='64' zlibdir='-L$(top_builddir)/../zlib' zlibinc='-I$(top_srcdir)/../zlib' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "bfd" #define PACKAGE_TARNAME "bfd" #define PACKAGE_VERSION "2.38.50" #define PACKAGE_STRING "bfd 2.38.50" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "bfd" #define VERSION "2.38.50" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_DLFCN_H 1 #define SIZEOF_VOID_P 8 #define USE_SECUREPLT 1 #define DEFAULT_LD_Z_SEPARATE_CODE 1 #define ENABLE_NLS 1 #define SIZEOF_LONG_LONG 8 #define SIZEOF_VOID_P 8 #define SIZEOF_LONG 8 #define SIZEOF_INT 4 #define HAVE_FCNTL_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_FCNTL 1 #define HAVE_FDOPEN 1 #define HAVE_FILENO 1 #define HAVE_GETGID 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETUID 1 #define HAVE_SYSCONF 1 #define HAVE_DECL_BASENAME 1 #define HAVE_DECL_FFS 1 #define HAVE_DECL_STPCPY 1 #define HAVE_DECL_ASPRINTF 1 #define HAVE_DECL_VASPRINTF 1 #define HAVE_DECL_STRNLEN 1 #define HAVE_HIDDEN 1 #define _STRUCTURED_PROC 1 #define HAVE_SYS_PROCFS_H 1 #define HAVE_PRSTATUS_T 1 #define HAVE_PRPSINFO_T 1 #define HAVE_PRPSINFO_T_PR_PID 1 #define CORE_HEADER "hosts/x86-64linux.h" #define HAVE_FTELLO 1 #define HAVE_FTELLO64 1 #define HAVE_FSEEKO 1 #define HAVE_FSEEKO64 1 #define HAVE_FOPEN64 1 #define HAVE_DECL_FTELLO 1 #define HAVE_DECL_FTELLO64 1 #define HAVE_DECL_FSEEKO 1 #define HAVE_DECL_FSEEKO64 1 #define HAVE_DECL_FOPEN64 1 #define SIZEOF_OFF_T 8 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_MADVISE 1 #define HAVE_MPROTECT 1 configure: exit 0