Skip to content

Instantly share code, notes, and snippets.

@duncanmak
Created July 25, 2020 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duncanmak/7781f2154ef2be032a3cd725f8a3e6f8 to your computer and use it in GitHub Desktop.
Save duncanmak/7781f2154ef2be032a3cd725f8a3e6f8 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by MIT/GNU Scheme configure 11.0.90, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ src/configure --prefix=/tmp/prefix
## --------- ##
## Platform. ##
## --------- ##
hostname = DESKTOP-N1A6TD1
uname -m = aarch64
uname -r = 4.19.104-microsoft-standard
uname -s = Linux
uname -v = #1 SMP Wed Feb 19 06:45:06 UTC 2020
/usr/bin/uname -p = aarch64
/bin/uname -X = unknown
/bin/arch = aarch64
/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/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /mnt/c/WINDOWS/system32
PATH: /mnt/c/WINDOWS
PATH: /mnt/c/WINDOWS/System32/Wbem
PATH: /mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/
PATH: /mnt/c/WINDOWS/System32/OpenSSH/
PATH: /mnt/c/Program Files (x86)/Microsoft VS Code/bin
PATH: /mnt/c/Users/duncan/AppData/Local/Microsoft/WindowsApps
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2346: checking whether make sets $(MAKE)
configure:2368: result: yes
configure:2523: checking build system type
configure:2537: result: aarch64-unknown-linux-gnu
configure:2557: checking host system type
configure:2570: result: aarch64-unknown-linux-gnu
configure:2639: checking for gcc
configure:2655: found /usr/bin/gcc
configure:2666: result: gcc
configure:2895: checking for C compiler version
configure:2904: gcc --version >&5
gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 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:2915: $? = 0
configure:2904: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/9/lto-wrapper
Target: aarch64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-10ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-10ubuntu2)
configure:2915: $? = 0
configure:2904: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2915: $? = 1
configure:2904: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2915: $? = 1
configure:2935: checking whether the C compiler works
configure:2957: gcc conftest.c >&5
configure:2961: $? = 0
configure:3009: result: yes
configure:3012: checking for C compiler default output file name
configure:3014: result: a.out
configure:3020: checking for suffix of executables
configure:3027: gcc -o conftest conftest.c >&5
configure:3031: $? = 0
configure:3053: result:
configure:3075: checking whether we are cross compiling
configure:3083: gcc -o conftest conftest.c >&5
configure:3087: $? = 0
configure:3094: ./conftest
configure:3098: $? = 0
configure:3086: result: no
configure:3091: checking for suffix of object files
configure:3113: gcc -c conftest.c >&5
configure:3117: $? = 0
configure:3138: result: o
configure:3142: checking whether we are using the GNU C compiler
configure:3161: gcc -c conftest.c >&5
configure:3161: $? = 0
configure:3170: result: yes
configure:3179: checking whether gcc accepts -g
configure:3199: gcc -c -g conftest.c >&5
configure:3199: $? = 0
configure:3240: result: yes
configure:3257: checking for gcc option to accept ISO C89
configure:3320: gcc -c -g -O2 conftest.c >&5
configure:3320: $? = 0
configure:3333: result: none needed
configure:3359: checking how to run the C preprocessor
configure:3390: gcc -E conftest.c
configure:3390: $? = 0
configure:3404: 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:3404: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MIT/GNU Scheme"
| #define PACKAGE_TARNAME "mit-scheme"
| #define PACKAGE_VERSION "11.0.90"
| #define PACKAGE_STRING "MIT/GNU Scheme 11.0.90"
| #define PACKAGE_BUGREPORT "bug-mit-scheme@gnu.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3429: result: gcc -E
configure:3449: gcc -E conftest.c
configure:3449: $? = 0
configure:3463: 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:3463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MIT/GNU Scheme"
| #define PACKAGE_TARNAME "mit-scheme"
| #define PACKAGE_VERSION "11.0.90"
| #define PACKAGE_STRING "MIT/GNU Scheme 11.0.90"
| #define PACKAGE_BUGREPORT "bug-mit-scheme@gnu.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3492: checking for grep that handles long lines and -e
configure:3550: result: /usr/bin/grep
configure:3555: checking for egrep
configure:3617: result: /usr/bin/grep -E
configure:3622: checking for ANSI C header files
configure:3642: gcc -c -g -O2 conftest.c >&5
configure:3642: $? = 0
configure:3715: gcc -o conftest -g -O2 conftest.c >&5
configure:3715: $? = 0
configure:3715: ./conftest
configure:3715: $? = 0
configure:3726: result: yes
configure:3739: checking for sys/types.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3739: checking for sys/stat.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3739: checking for stdlib.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3739: checking for string.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3739: checking for memory.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3739: checking for strings.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3739: checking for inttypes.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3739: checking for stdint.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3739: checking for unistd.h
configure:3739: gcc -c -g -O2 conftest.c >&5
configure:3739: $? = 0
configure:3739: result: yes
configure:3755: checking size of unsigned long
configure:3760: gcc -o conftest -g -O2 conftest.c >&5
configure:3760: $? = 0
configure:3760: ./conftest
configure:3760: $? = 0
configure:3774: result: 8
configure:3799: checking size of unsigned long
configure:3818: result: 8
configure:3828: checking whether byte ordering is bigendian
configure:3843: gcc -c -g -O2 conftest.c >&5
conftest.c:22:9: error: unknown type name 'not'
22 | not a universal capable compiler
| ^~~
conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
22 | not a universal capable compiler
| ^~~~~~~~~
conftest.c:22:15: error: unknown type name 'universal'
configure:3843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MIT/GNU Scheme"
| #define PACKAGE_TARNAME "mit-scheme"
| #define PACKAGE_VERSION "11.0.90"
| #define PACKAGE_STRING "MIT/GNU Scheme 11.0.90"
| #define PACKAGE_BUGREPORT "bug-mit-scheme@gnu.org"
| #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 SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:3888: gcc -c -g -O2 conftest.c >&5
configure:3888: $? = 0
configure:3906: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28:4: error: unknown type name 'not'; did you mean 'ino_t'?
28 | not big endian
| ^~~
| ino_t
conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
28 | not big endian
| ^~~~~~
configure:3906: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "MIT/GNU Scheme"
| #define PACKAGE_TARNAME "mit-scheme"
| #define PACKAGE_VERSION "11.0.90"
| #define PACKAGE_STRING "MIT/GNU Scheme 11.0.90"
| #define PACKAGE_BUGREPORT "bug-mit-scheme@gnu.org"
| #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 SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:4034: result: no
configure:4051: checking for native-code support
configure:4110: error: unable to determine host architecture
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=aarch64-unknown-linux-gnu
ac_cv_c_bigendian=no
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_XMKMF_set=
ac_cv_env_XMKMF_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_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=aarch64-unknown-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_prog_make_make_set=yes
ac_cv_sizeof_unsigned_long=8
## ----------------- ##
## Output variables. ##
## ----------------- ##
AUXDIR=''
AUXDIR_NAME=''
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFAULT_TARGET='all'
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
HOST_COMPILER_HEAP=''
IF_BLOWFISH=''
IF_CROSS='#!cross-compiling: '
IF_EDWIN=''
IF_GDBM=''
IF_IMAIL=''
IF_LIARC='#!liarc: '
IF_MCRYPT=''
IF_NATIVE=''
IF_PGSQL=''
IF_SVM='#!svm: '
IF_SVM_COMPILER=''
IF_X11=''
IF_X11_SCREEN=''
INSTALL_COM='$(INSTALL_DATA)'
INSTALL_DATA=''
INSTALL_LIARC_BUNDLES=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
MIT_SCHEME_ARCH=''
MIT_SCHEME_EXE=''
MIT_SCHEME_VERSION=''
OBJEXT='o'
OPTION_SUBDIRS=''
PACKAGE_BUGREPORT='bug-mit-scheme@gnu.org'
PACKAGE_NAME='MIT/GNU Scheme'
PACKAGE_STRING='MIT/GNU Scheme 11.0.90'
PACKAGE_TARNAME='mit-scheme'
PACKAGE_URL=''
PACKAGE_VERSION='11.0.90'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
XMKMF=''
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='aarch64-unknown-linux-gnu'
build_alias=''
build_cpu='aarch64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='aarch64-unknown-linux-gnu'
host_alias=''
host_cpu='aarch64'
host_os='linux-gnu'
host_vendor='unknown'
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'
mit_scheme_native_code=''
mit_scheme_target_bytes_per_object='8'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/tmp/prefix'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "MIT/GNU Scheme"
#define PACKAGE_TARNAME "mit-scheme"
#define PACKAGE_VERSION "11.0.90"
#define PACKAGE_STRING "MIT/GNU Scheme 11.0.90"
#define PACKAGE_BUGREPORT "bug-mit-scheme@gnu.org"
#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 SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment