Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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.72. Invocation command line was
- $ ./configure
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = ambrose-g55587
- uname -m = x86_64
- uname -r = 6.11.0-24-generic
- uname -s = Linux
- uname -v = #24-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 14 18:13:56 UTC 2025
- /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: /opt/lampp/bin/
- PATH: /home/ambrosez/.cargo/bin/
- PATH: /home/ambrosez/.local/bin/
- PATH: /home/ambrosez/bin/
- PATH: /usr/local/sbin/
- PATH: /usr/local/bin/
- PATH: /usr/sbin/
- PATH: /usr/bin/
- PATH: /sbin/
- PATH: /bin/
- PATH: /usr/games/
- PATH: /usr/local/games/
- PATH: /snap/bin/
- PATH: /home/ambrosez/.local/bin/
- PATH: /home/ambrosez/.local/bin/
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2555: looking for aux files: config.guess config.sub
- configure:2568: trying ./build/
- configure:2597: ./build/config.guess found
- configure:2597: ./build/config.sub found
- configure:2715: checking for grep that handles long lines and -e
- configure:2781: result: /usr/bin/grep
- configure:2786: checking for egrep
- configure:2856: result: /usr/bin/grep -E
- configure:2863: checking for a sed that does not truncate output
- configure:2935: result: /usr/bin/sed
- configure:3080: checking for pkg-config
- configure:3103: found /usr/bin/pkg-config
- configure:3116: result: /usr/bin/pkg-config
- configure:3141: checking pkg-config is at least version 0.9.0
- configure:3144: result: yes
- configure:3285: checking for C compiler version
- configure:3294: gcc -m32 --version >&5
- gcc (Ubuntu 14.2.0-4ubuntu2) 14.2.0
- Copyright (C) 2024 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:3305: $? = 0
- configure:3294: gcc -m32 -v >&5
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/14/lto-wrapper
- OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
- OFFLOAD_TARGET_DEFAULT=1
- Target: x86_64-linux-gnu
- Configured with: ../src/configure -v --with-pkgversion='Ubuntu 14.2.0-4ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-14-zdkDXv/gcc-14-14.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-14-zdkDXv/gcc-14-14.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
- Thread model: posix
- Supported LTO compression algorithms: zlib zstd
- gcc version 14.2.0 (Ubuntu 14.2.0-4ubuntu2)
- ... rest of stderr output deleted ...
- configure:3305: $? = 0
- configure:3294: gcc -m32 -V >&5
- gcc: error: unrecognized command-line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3305: $? = 1
- configure:3294: gcc -m32 -qversion >&5
- gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
- gcc: fatal error: no input files
- compilation terminated.
- configure:3305: $? = 1
- configure:3294: gcc -m32 -version >&5
- gcc: error: unrecognized command-line option '-version'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3305: $? = 1
- configure:3325: checking whether the C compiler works
- configure:3347: gcc -m32 conftest.c >&5
- /usr/bin/ld: cannot find Scrt1.o: No such file or directory
- /usr/bin/ld: cannot find crti.o: No such file or directory
- /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/14/libgcc.a when searching for -lgcc
- /usr/bin/ld: cannot find -lgcc: No such file or directory
- /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/14/libgcc.a when searching for -lgcc
- /usr/bin/ld: cannot find -lgcc: No such file or directory
- collect2: error: ld returned 1 exit status
- configure:3351: $? = 1
- configure:3392: result: no
- 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. */
- |
- | int
- | main (void)
- | {
- |
- | ;
- | return 0;
- | }
- configure:3397: error: in '/home/ambrosez/Downloads/xdebug-3.4.2':
- configure:3399: error: C compiler cannot create executables
- See 'config.log' for more details
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_env_CC_set=set
- ac_cv_env_CC_value='gcc -m32'
- 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=set
- ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig
- 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_ZLIB_CFLAGS_set=
- ac_cv_env_ZLIB_CFLAGS_value=
- ac_cv_env_ZLIB_LIBS_set=
- ac_cv_env_ZLIB_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_path_EGREP='/usr/bin/grep -E'
- ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E'
- ac_cv_path_GREP=/usr/bin/grep
- ac_cv_path_SED=/usr/bin/sed
- ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- AR=''
- AWK=''
- BUILD_CC=''
- CC='gcc -m32'
- CFLAGS=''
- CONFIGURE_COMMAND=' '\''./configure'\'' '\''PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig'\'''
- CONFIGURE_OPTIONS=' '\''PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig'\'''
- CPP=''
- CPPFLAGS=''
- DEFS=''
- DSYMUTIL=''
- ECHO='echo'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT=''
- GREP='/usr/bin/grep'
- LDFLAGS=''
- LIBOBJS=''
- LIBS=''
- LIBTOOL=''
- LN_S=''
- LTLIBOBJS=''
- NMEDIT=''
- OBJEXT=''
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME=''
- PACKAGE_STRING=''
- PACKAGE_TARNAME=''
- PACKAGE_URL=''
- PACKAGE_VERSION=''
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig'
- PKG_CONFIG_PATH=''
- RANLIB=''
- SED='/usr/bin/sed'
- SHELL='/bin/bash'
- SHLIB_DL_SUFFIX_NAME=''
- SHLIB_SUFFIX_NAME=''
- STRIP=''
- ZLIB_CFLAGS=''
- ZLIB_LIBS=''
- ac_ct_CC=''
- bindir='${exec_prefix}/bin'
- build=''
- build_alias=''
- build_cpu=''
- build_os=''
- build_vendor=''
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host=''
- host_alias=''
- host_cpu=''
- host_os=''
- host_vendor=''
- 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='NONE'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- runstatedir='${localstatedir}/run'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target=''
- target_alias=''
- target_cpu=''
- target_os=''
- target_vendor=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME ""
- #define PACKAGE_TARNAME ""
- #define PACKAGE_VERSION ""
- #define PACKAGE_STRING ""
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement