This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ../gdb/testsuite/configure --disable-option-checking --prefix=/usr/local --with-python=/course/cs3650/gdb-12/bin --cache-file=/dev/null --srcdir=../gdb/testsuite ## --------- ## ## 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:2045: checking build system type configure:2059: result: x86_64-pc-linux-gnu configure:2079: checking host system type configure:2092: result: x86_64-pc-linux-gnu configure:2112: checking target system type configure:2125: result: x86_64-pc-linux-gnu configure:2289: checking for gcc configure:2305: found /usr/bin/gcc configure:2316: result: gcc configure:2545: checking for C compiler version configure:2554: 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:2565: $? = 0 configure:2554: 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:2565: $? = 0 configure:2554: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2565: $? = 1 configure:2554: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:2565: $? = 1 configure:2585: checking whether the C compiler works configure:2607: gcc conftest.c >&5 configure:2611: $? = 0 configure:2659: result: yes configure:2662: checking for C compiler default output file name configure:2664: result: a.out configure:2670: checking for suffix of executables configure:2677: gcc -o conftest conftest.c >&5 configure:2681: $? = 0 configure:2703: result: configure:2725: checking whether we are cross compiling configure:2733: gcc -o conftest conftest.c >&5 configure:2737: $? = 0 configure:2744: ./conftest configure:2748: $? = 0 configure:2763: result: no configure:2768: checking for suffix of object files configure:2790: gcc -c conftest.c >&5 configure:2794: $? = 0 configure:2815: result: o configure:2819: checking whether we are using the GNU C compiler configure:2838: gcc -c conftest.c >&5 configure:2838: $? = 0 configure:2847: result: yes configure:2856: checking whether gcc accepts -g configure:2876: gcc -c -g conftest.c >&5 configure:2876: $? = 0 configure:2917: result: yes configure:2934: checking for gcc option to accept ISO C89 configure:2997: gcc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3010: result: none needed configure:3036: checking how to run the C preprocessor configure:3067: gcc -E conftest.c configure:3067: $? = 0 configure:3081: gcc -E conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:3081: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3106: result: gcc -E configure:3126: gcc -E conftest.c configure:3126: $? = 0 configure:3140: gcc -E conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:3140: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:3169: checking for grep that handles long lines and -e configure:3227: result: /usr/bin/grep configure:3232: checking for egrep configure:3294: result: /usr/bin/grep -E configure:3299: checking for ANSI C header files configure:3319: gcc -c -g -O2 conftest.c >&5 configure:3319: $? = 0 configure:3392: gcc -o conftest -g -O2 conftest.c >&5 configure:3392: $? = 0 configure:3392: ./conftest configure:3392: $? = 0 configure:3403: result: yes configure:3416: checking for sys/types.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3416: checking for sys/stat.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3416: checking for stdlib.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3416: checking for string.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3416: checking for memory.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3416: checking for strings.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3416: checking for inttypes.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3416: checking for stdint.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3416: checking for unistd.h configure:3416: gcc -c -g -O2 conftest.c >&5 configure:3416: $? = 0 configure:3416: result: yes configure:3430: checking pthread.h usability configure:3430: gcc -c -g -O2 conftest.c >&5 configure:3430: $? = 0 configure:3430: result: yes configure:3430: checking pthread.h presence configure:3430: gcc -E conftest.c configure:3430: $? = 0 configure:3430: result: yes configure:3430: checking for pthread.h configure:3430: result: yes configure:3651: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, 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:745: creating lib/pdtrace config.status:745: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_pthread_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_target=x86_64-pc-linux-gnu ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PTHREAD_H=1' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' EXTRA_RULES='read1' GAS_TRANSFORM_NAME='as' GREP='/usr/bin/grep' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' NM_TRANSFORM_NAME='nm' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' READELF_TRANSFORM_NAME='readelf' RPATH_ENVVAR='LD_LIBRARY_PATH' SHELL='/bin/sh' STRIP_TRANSFORM_NAME='strip' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' enable_libctf='yes' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_noncanonical='x86_64-pc-linux-gnu' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_PTHREAD_H 1 configure: exit 0