This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by MXE-Octave configure 0.0.35, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --enable-octave=default --enable-64 --enable-fortran-int64 --enable-binary-packages --with-ccache --enable-devel-tools --enable-system-octave --disable-system-opengl --enable-qt=6

## --------- ##
## Platform. ##
## --------- ##

hostname = HPAero13
uname -m = x86_64
uname -r = 6.7.7-200.fc39.x86_64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Fri Mar  1 16:53:59 UTC 2024

/usr/bin/uname -p = unknown
/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: /usr/lib64/ccache/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/local/sbin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /home/philip/.local/bin/
PATH: /home/philip/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2235: looking for aux files: install-sh
configure:2248:  trying ./tools/
configure:2259:   ./tools/install-sh found
configure:2398: checking for gawk
configure:2419: found /usr/bin/gawk
configure:2430: result: gawk
configure:2441: checking for grep that handles long lines and -e
configure:2505: result: /usr/bin/grep
configure:2510: checking whether ln -s works
configure:2514: result: yes
configure:2523: checking for a race-free mkdir -p
configure:2567: result: /usr/bin/mkdir -p
configure:2585: checking for a BSD-compatible install
configure:2658: result: /usr/bin/install -c
configure:2731: checking for gcc
configure:2752: found /usr/lib64/ccache/gcc
configure:2763: result: gcc
configure:3116: checking for C compiler version
configure:3125: gcc --version >&5
gcc (GCC) 13.2.1 20231205 (Red Hat 13.2.1-6)
Copyright (C) 2023 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:3136: $? = 0
configure:3125: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/13/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,objc,obj-c++,ada,go,d,m2,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --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 --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-13.2.1-20231205/obj-x86_64-redhat-linux/isl-install --enable-offload-targets=nvptx-none --without-cuda-driver --enable-offload-defaulted --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.1 20231205 (Red Hat 13.2.1-6) (GCC) 
... rest of stderr output deleted ...
configure:3136: $? = 0
configure:3125: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3136: $? = 1
configure:3125: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3136: $? = 1
configure:3125: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:3136: $? = 1
configure:3156: checking whether the C compiler works
configure:3178: gcc    conftest.c  >&5
configure:3182: $? = 0
configure:3232: result: yes
configure:3235: checking for C compiler default output file name
configure:3237: result: a.out
configure:3243: checking for suffix of executables
configure:3250: gcc -o conftest    conftest.c  >&5
configure:3254: $? = 0
configure:3277: result: 
configure:3299: checking whether we are cross compiling
configure:3307: gcc -o conftest    conftest.c  >&5
configure:3311: $? = 0
configure:3318: ./conftest
configure:3322: $? = 0
configure:3337: result: no
configure:3342: checking for suffix of object files
configure:3365: gcc -c   conftest.c >&5
configure:3369: $? = 0
configure:3391: result: o
configure:3395: checking whether the compiler supports GNU C
configure:3415: gcc -c   conftest.c >&5
configure:3415: $? = 0
configure:3425: result: yes
configure:3436: checking whether gcc accepts -g
configure:3457: gcc -c -g  conftest.c >&5
configure:3457: $? = 0
configure:3501: result: yes
configure:3521: checking for gcc option to enable C11 features
configure:3536: gcc  -c -g -O2  conftest.c >&5
configure:3536: $? = 0
configure:3554: result: none needed
configure:3669: checking how to run the C preprocessor
configure:3695: gcc -E  conftest.c
configure:3695: $? = 0
configure:3710: gcc -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3710: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MXE-Octave"
| #define PACKAGE_TARNAME "mxe-octave"
| #define PACKAGE_VERSION "0.0.35"
| #define PACKAGE_STRING "MXE-Octave 0.0.35"
| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3737: result: gcc -E
configure:3751: gcc -E  conftest.c
configure:3751: $? = 0
configure:3766: gcc -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3766: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MXE-Octave"
| #define PACKAGE_TARNAME "mxe-octave"
| #define PACKAGE_VERSION "0.0.35"
| #define PACKAGE_STRING "MXE-Octave 0.0.35"
| #define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3798: checking for egrep
configure:3866: result: /usr/bin/grep -E
configure:3872: checking whether gcc needs -traditional
configure:3909: result: no
configure:3983: checking for ccache
configure:4006: found /usr/bin/ccache
configure:4018: result: /usr/bin/ccache
configure:4137: checking for pkg-config
configure:4160: found /usr/bin/pkg-config
configure:4172: result: /usr/bin/pkg-config
configure:4197: checking pkg-config is at least version 0.9.0
configure:4200: result: yes
configure:4213: $PKG_CONFIG --exists --print-errors "pkg-config"
configure:4216: $? = 0
configure:4232: checking for build pkg-config paths
configure:4240: result: /usr/lib64/pkgconfig:/usr/share/pkgconfig
configure:4781: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by MXE-Octave config.status 0.0.35, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on HPAero13

config.status:764: creating Makefile
config.status:764: creating tools/set-mxe-env.sh
config.status:764: creating tools/makeinst-script.sh

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_env_BUILDPKGCONFIGPATH_set=
ac_cv_env_BUILDPKGCONFIGPATH_value=
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_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_objext=o
ac_cv_path_CCACHE=/usr/bin/ccache
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_gcc_traditional=no
pkg_cv_BUILDPKGCONFIGPATH=/usr/lib64/pkgconfig:/usr/share/pkgconfig

## ----------------- ##
## Output variables. ##
## ----------------- ##

AWK='gawk'
BUILDPKGCONFIGPATH='/usr/lib64/pkgconfig:/usr/share/pkgconfig'
BUILD_PKG_CONFIG_PATH='/usr/lib64/pkgconfig:/usr/share/pkgconfig'
BUILD_SHARED='yes'
BUILD_STATIC='no'
CC='gcc'
CCACHE='/usr/bin/ccache'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"MXE-Octave\" -DPACKAGE_TARNAME=\"mxe-octave\" -DPACKAGE_VERSION=\"0.0.35\" -DPACKAGE_STRING=\"MXE-Octave\ 0.0.35\" -DPACKAGE_BUGREPORT=\"https://octave.org/bugs.html\" -DPACKAGE_URL=\"\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_64='yes'
ENABLE_BINARY_PACKAGES='yes'
ENABLE_DEP_DOCS='no'
ENABLE_DEVEL_TOOLS='yes'
ENABLE_DOCS='yes'
ENABLE_FORTRAN_INT64='yes'
ENABLE_JAVA='yes'
ENABLE_JIT='no'
ENABLE_LIB64_DIRECTORY='no'
ENABLE_OCTAVE='default-'
ENABLE_OPENBLAS='yes'
ENABLE_QHULL_NO_STRICT_ALIASING_FLAG='no'
ENABLE_QT='6'
ENABLE_WINDOWS_64='yes'
EXEEXT=''
GREP='/usr/bin/grep'
HOST_MSVCRT='ucrt'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MKDIR_P='/usr/bin/mkdir -p'
MXE_NATIVE_BUILD='no'
MXE_ROOTDIR='/home/philip/devel/octdev/mxe/mxe_64b_20240312H'
MXE_SYSTEM='mingw'
MXE_TARGET='x86_64-w64-mingw32'
OBJEXT='o'
PACKAGE_BUGREPORT='https://octave.org/bugs.html'
PACKAGE_NAME='MXE-Octave'
PACKAGE_STRING='MXE-Octave 0.0.35'
PACKAGE_TARNAME='mxe-octave'
PACKAGE_URL=''
PACKAGE_VERSION='0.0.35'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PKG_DIR='/home/philip/devel/octdev/mxe/mxe_64b_20240312H/pkg'
SHELL='/bin/bash'
STRIP_DIST_FILES='yes'
USE_CCACHE='yes'
USE_MSYS2='yes'
USE_PIC_FLAG='no'
USE_SYSTEM_FONTCONFIG='no'
USE_SYSTEM_GCC='no'
USE_SYSTEM_OCTAVE='yes'
USE_SYSTEM_OPENGL='no'
USE_SYSTEM_X11_LIBS='no'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
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}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "MXE-Octave"
#define PACKAGE_TARNAME "mxe-octave"
#define PACKAGE_VERSION "0.0.35"
#define PACKAGE_STRING "MXE-Octave 0.0.35"
#define PACKAGE_BUGREPORT "https://octave.org/bugs.html"
#define PACKAGE_URL ""

configure: exit 0
