This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Automake configure 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/after ## --------- ## ## Platform. ## ## --------- ## hostname = (none) uname -m = i486 uname -r = 3.18.140 uname -s = Linux uname -v = #1 Tue Apr 27 15:39:13 UTC 2021 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /after/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2031: checking whether make supports nested variables configure:2048: result: yes configure:2064: checking build system type configure:2078: result: i486-pc-linux-gnu configure:2098: checking host system type configure:2111: result: i486-pc-linux-gnu configure:2164: checking for a BSD-compatible install configure:2232: result: /after/bin/install -c configure:2243: checking whether build environment is sane configure:2298: result: yes configure:2449: checking for a thread-safe mkdir -p configure:2488: result: /after/bin/mkdir -p configure:2495: checking for gawk configure:2511: found /after/bin/gawk configure:2522: result: gawk configure:2533: checking whether make sets $(MAKE) configure:2555: result: yes configure:2713: checking whether ln -s works configure:2717: result: yes configure:2727: checking for perl configure:2745: found /after/bin/perl configure:2757: result: /after/bin/perl configure:2769: /after/bin/perl --version This is perl, v5.6.2 built for i386-linux Copyright 1987-2003, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. configure:2772: $? = 0 configure:2784: checking for tex configure:2814: result: no configure:2822: --version , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. configure:2942: $? = 0 configure:2950: result: yes configure:2957: checking whether autoconf works configure:2964: cd conftest && autoconf -o /dev/null conftest.ac configure:2967: $? = 0 configure:2976: result: yes configure:2983: checking whether autoconf is recent enough configure:2990: cd conftest && autoconf -o /dev/null conftest.ac configure:2993: $? = 0 configure:3002: result: yes configure:3009: checking whether ln works configure:3029: result: yes configure:3047: checking for grep that handles long lines and -e configure:3105: result: /after/bin/grep configure:3110: checking for egrep configure:3172: result: /after/bin/grep -E configure:3177: checking for fgrep configure:3239: result: /after/bin/grep -F configure:3282: will now look for a sturdy POSIX shell, for our testsuite configure:3318: checking for sh configure:3336: found /after/bin/sh configure:3348: result: /after/bin/sh configure:3318: checking for sh5 configure:3351: result: no configure:3318: checking for dash configure:3351: result: no configure:3318: checking for ash configure:3351: result: no configure:3318: checking for bash configure:3336: found /after/bin/bash configure:3348: result: /after/bin/bash configure:3318: checking for zsh configure:3351: result: no configure:3318: checking for ksh configure:3351: result: no configure:3318: checking for pdksh configure:3351: result: no configure:3372: checking whether /after/bin/sh supports $(cmd) configure:3382: result: yes configure:3392: checking whether /after/bin/sh supports $((expr)) configure:3402: result: yes configure:3412: checking whether /after/bin/sh supports ${#var} configure:3425: result: yes configure:3435: checking whether /after/bin/sh supports ${var#glob} and ${var%glob} configure:3449: result: yes configure:3459: checking whether /after/bin/sh preserves exit traps with "set -e" configure:3469: result: yes configure:3479: checking whether /after/bin/sh can define exit traps in a shell function configure:3489: result: yes configure:3499: checking whether /after/bin/sh corrupts stderr with "set -x" configure:3513: result: no configure:3521: checking whether /after/bin/sh can return early from "dot-sourced" files configure:3531: result: yes configure:3543: checking whether /after/bin/sh supports alias named like shell builtins configure:3553: result: yes configure:3563: checking whether /after/bin/sh supports "test -e" configure:3573: result: yes configure:3591: shell /after/bin/sh is good enough, stop looking configure:3608: will use /after/bin/sh as the testsuite shell configure:3632: will now look for generic compilers configure:3695: checking for cc configure:3725: result: no configure:3695: checking for gcc configure:3711: found /after/bin/gcc configure:3722: result: gcc configure:3755: checking for C compiler version configure:3764: gcc --version >&5 gcc (GCC) 4.0.4 Copyright (C) 2006 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:3775: $? = 0 configure:3764: gcc -v >&5 Using built-in specs. Target: i386-unknown-linux-gnu Configured with: Thread model: posix gcc version 4.0.4 configure:3775: $? = 0 configure:3764: gcc -V >&5 gcc: '-V' option must have argument configure:3775: $? = 1 configure:3764: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:3775: $? = 1 configure:3795: checking whether the C compiler works configure:3817: gcc conftest.c >&5 configure:3821: $? = 0 configure:3871: result: yes configure:3874: checking for C compiler default output file name configure:3876: result: a.out configure:3882: checking for suffix of executables configure:3889: gcc -o conftest conftest.c >&5 configure:3893: $? = 0 configure:3917: result: configure:3939: checking whether we are cross compiling configure:3947: gcc -o conftest conftest.c >&5 configure:3951: $? = 0 configure:3958: ./conftest configure:3962: $? = 0 configure:3980: result: no configure:3985: checking for suffix of object files configure:4007: gcc -c conftest.c >&5 configure:4011: $? = 0 configure:4034: result: o configure:4038: checking whether we are using the GNU C compiler configure:4057: gcc -c conftest.c >&5 configure:4057: $? = 0 configure:4066: result: yes configure:4075: checking whether gcc accepts -g configure:4095: gcc -c -g conftest.c >&5 configure:4095: $? = 0 configure:4136: result: yes configure:4153: checking for gcc option to accept ISO C89 configure:4216: gcc -c -g -O2 conftest.c >&5 configure:4216: $? = 0 configure:4229: result: none needed configure:4254: checking whether gcc understands -c and -o together configure:4276: gcc -c conftest.c -o conftest2.o configure:4279: $? = 0 configure:4276: gcc -c conftest.c -o conftest2.o configure:4279: $? = 0 configure:4291: result: yes configure:4413: checking for aCC configure:4443: result: no configure:4413: checking for CC configure:4443: result: no configure:4413: checking for FCC configure:4443: result: no configure:4413: checking for KCC configure:4443: result: no configure:4413: checking for RCC configure:4443: result: no configure:4413: checking for xlC_r configure:4443: result: no configure:4413: checking for xlC configure:4443: result: no configure:4413: checking for c++ configure:4443: result: no configure:4413: checking for cxx configure:4443: result: no configure:4413: checking for cc++ configure:4443: result: no configure:4413: checking for gpp configure:4443: result: no configure:4413: checking for g++ configure:4443: result: no configure:4467: checking for C++ compiler version configure:4476: g++ --version >&5 ./configure: line 4478: g++: command not found configure:4487: $? = 127 configure:4476: g++ -v >&5 ./configure: line 4478: g++: command not found configure:4487: $? = 127 configure:4476: g++ -V >&5 ./configure: line 4478: g++: command not found configure:4487: $? = 127 configure:4476: g++ -qversion >&5 ./configure: line 4478: g++: command not found configure:4487: $? = 127 configure:4507: checking whether the C++ compiler works configure:4529: g++ conftest.cpp >&5 ./configure: line 4531: g++: command not found configure:4533: $? = 127 configure:4571: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Automake" | #define PACKAGE_TARNAME "automake" | #define PACKAGE_VERSION "1.15.1" | #define PACKAGE_STRING "GNU Automake 1.15.1" | #define PACKAGE_BUGREPORT "bug-automake@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/automake/" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4577: WARNING: C++ compiler cannot create executables configure:4874: tests requiring the C++ compiler will be skipped configure:4959: checking for xlf95 configure:4989: result: no configure:4959: checking for f95 configure:4989: result: no configure:4959: checking for fort configure:4989: result: no configure:4959: checking for ifort configure:4989: result: no configure:4959: checking for ifc configure:4989: result: no configure:4959: checking for efc configure:4989: result: no configure:4959: checking for pgfortran configure:4989: result: no configure:4959: checking for pgf95 configure:4989: result: no configure:4959: checking for lf95 configure:4989: result: no configure:4959: checking for ftn configure:4989: result: no configure:4959: checking for nagfor configure:4989: result: no configure:4959: checking for xlf90 configure:4989: result: no configure:4959: checking for f90 configure:4989: result: no configure:4959: checking for pgf90 configure:4989: result: no configure:4959: checking for pghpf configure:4989: result: no configure:4959: checking for epcf90 configure:4989: result: no configure:4959: checking for g95 configure:4989: result: no configure:4959: checking for gfortran configure:4989: result: no configure:5012: checking for Fortran compiler version configure:5021: --version >&5 ./configure: line 5023: --version: command not found configure:5032: $? = 127 configure:5021: -v >&5 ./configure: line 5023: -v: command not found configure:5032: $? = 127 configure:5021: -V >&5 ./configure: line 5023: -V: command not found configure:5032: $? = 127 configure:5021: -qversion >&5 ./configure: line 5023: -qversion: command not found configure:5032: $? = 127 configure:5047: checking whether the Fortran compiler works configure:5069: conftest.f >&5 ./configure: line 5071: conftest.f: command not found configure:5073: $? = 127 configure:5111: result: no configure: failed program was: | program main | | end configure:5117: WARNING: Fortran compiler cannot create executables configure:5361: tests requiring the Fortran compiler will be skipped configure:5441: checking for xlf configure:5471: result: no configure:5441: checking for f77 configure:5471: result: no configure:5441: checking for frt configure:5471: result: no configure:5441: checking for pgf77 configure:5471: result: no configure:5441: checking for cf77 configure:5471: result: no configure:5441: checking for fort77 configure:5471: result: no configure:5441: checking for fl32 configure:5471: result: no configure:5441: checking for af77 configure:5471: result: no configure:5441: checking for g77 configure:5471: result: no configure:5441: checking for gfortran configure:5471: result: no configure:5494: checking for Fortran 77 compiler version configure:5503: --version >&5 ./configure: line 5505: --version: command not found configure:5514: $? = 127 configure:5503: -v >&5 ./configure: line 5505: -v: command not found configure:5514: $? = 127 configure:5503: -V >&5 ./configure: line 5505: -V: command not found configure:5514: $? = 127 configure:5503: -qversion >&5 ./configure: line 5505: -qversion: command not found configure:5514: $? = 127 configure:5529: checking whether the Fortran 77 compiler works configure:5551: conftest.f >&5 ./configure: line 5553: conftest.f: command not found configure:5555: $? = 127 configure:5593: result: no configure: failed program was: | program main | | end configure:5599: WARNING: Fortran 77 compiler cannot create executables configure:5843: tests requiring the Fortran 77 compiler will be skipped configure:5875: will now look for GNU compilers configure:5882: gcc is already a GNU C compiler configure:5988: gcc --version && gcc -v gcc (GCC) 4.0.4 Copyright (C) 2006 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. Using built-in specs. Target: i386-unknown-linux-gnu Configured with: Thread model: posix gcc version 4.0.4 configure:5991: $? = 0 configure:6060: checking for g++ configure:6090: result: no configure:6060: checking for gpp configure:6090: result: no configure:6185: checking for gfortran configure:6215: result: no configure:6310: checking for g77 configure:6340: result: no configure:6310: checking for gfortran configure:6340: result: no configure:6429: checking for gcj configure:6459: result: no configure:6655: checking that generated files are newer than configure configure:6661: result: done configure:6676: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on (none) config.status:824: creating Makefile config.status:824: creating t/wrap/aclocal-1.15 config.status:824: creating t/wrap/automake-1.15 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_AM_TEST_RUNNER_SHELL=/after/bin/sh ac_cv_build=i486-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_AM_TEST_RUNNER_SHELL_set= ac_cv_env_AM_TEST_RUNNER_SHELL_value= ac_cv_env_CCC_set= ac_cv_env_CCC_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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set= ac_cv_env_FC_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_GNU_CC_set= ac_cv_env_GNU_CC_value= ac_cv_env_GNU_CFLAGS_set= ac_cv_env_GNU_CFLAGS_value= ac_cv_env_GNU_CXXFLAGS_set= ac_cv_env_GNU_CXXFLAGS_value= ac_cv_env_GNU_CXX_set= ac_cv_env_GNU_CXX_value= ac_cv_env_GNU_F77_set= ac_cv_env_GNU_F77_value= ac_cv_env_GNU_FCFLAGS_set= ac_cv_env_GNU_FCFLAGS_value= ac_cv_env_GNU_FC_set= ac_cv_env_GNU_FC_value= ac_cv_env_GNU_FFLAGS_set= ac_cv_env_GNU_FFLAGS_value= ac_cv_env_GNU_GCJFLAGS_set= ac_cv_env_GNU_GCJFLAGS_value= ac_cv_env_GNU_GCJ_set= ac_cv_env_GNU_GCJ_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_host=i486-pc-linux-gnu ac_cv_path_EGREP='/after/bin/grep -E' ac_cv_path_FGREP='/after/bin/grep -F' ac_cv_path_GREP=/after/bin/grep ac_cv_path_PERL=/after/bin/perl ac_cv_path_install='/after/bin/install -c' ac_cv_path_mkdir=/after/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_LEX=lex ac_cv_prog_YACC='bison -y' 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 am_cv_autoconf_installed=yes am_cv_autoconf_version=yes am_cv_autoconf_works=yes am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_ln=ln ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='"/after/automake-1.15.1/build/automake-1.15.1/t/wrap/aclocal-1.15"' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_TEST_RUNNER_SHELL='/after/bin/sh' AM_V='$(V)' APIVERSION='1.15' AUTOCONF='${SHELL} /after/automake-1.15.1/build/automake-1.15.1/lib/missing autoconf' AUTOHEADER='${SHELL} /after/automake-1.15.1/build/automake-1.15.1/lib/missing autoheader' AUTOMAKE='"/after/automake-1.15.1/build/automake-1.15.1/t/wrap/automake-1.15"' AWK='gawk' CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' CXX='false' CXXFLAGS='' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"GNU\ Automake\" -DPACKAGE_TARNAME=\"automake\" -DPACKAGE_VERSION=\"1.15.1\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.15.1\" -DPACKAGE_BUGREPORT=\"bug-automake@gnu.org\" -DPACKAGE_URL=\"http://www.gnu.org/software/automake/\"' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/after/bin/grep -E' EXEEXT='UNKNOWN' F77='false' FC='false' FCFLAGS='' FFLAGS='' FGREP='/after/bin/grep -F' GNU_CC='gcc' GNU_CFLAGS='-g -O2' GNU_CXX='false' GNU_CXXFLAGS='' GNU_F77='false' GNU_FC='false' GNU_FCFLAGS='' GNU_FFLAGS='' GNU_GCJ='false' GNU_GCJFLAGS='' GREP='/after/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LEX='lex' LIBOBJS='' LIBS='' LN='ln' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /after/automake-1.15.1/build/automake-1.15.1/lib/missing makeinfo' MKDIR_P='/after/bin/mkdir -p' MODIFICATION_DELAY='2' OBJEXT='UNKNOWN' PACKAGE='automake' PACKAGE_BUGREPORT='bug-automake@gnu.org' PACKAGE_NAME='GNU Automake' PACKAGE_STRING='GNU Automake 1.15.1' PACKAGE_TARNAME='automake' PACKAGE_URL='http://www.gnu.org/software/automake/' PACKAGE_VERSION='1.15.1' PATH_SEPARATOR=':' PERL='/after/bin/perl' RELEASE_YEAR='2017' SET_MAKE='' SHELL='/bin/sh' STRIP='' TEX='' VERSION='1.15.1' YACC='bison -y' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_F77='' ac_ct_FC='' ac_ct_GNU_CC='' ac_ct_GNU_CXX='' ac_ct_GNU_F77='' ac_ct_GNU_FC='' ac_ct_GNU_GCJ='' am_AUTOCONF='autoconf' am_AUTOHEADER='autoheader' am_AUTOM4TE='autom4te' am_AUTORECONF='autoreconf' am_AUTOUPDATE='autoupdate' am__EXEEXT_FALSE='#' am__EXEEXT_TRUE='' am__isrc='' am__leading_dot='.' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' am_candidate_sh='' amdir='${pkgvdatadir}/am' automake_acdir='${datadir}/aclocal-1.15' bindir='${exec_prefix}/bin' build='i486-pc-linux-gnu' build_alias='' build_cpu='i486' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i486-pc-linux-gnu' host_alias='' host_cpu='i486' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /after/automake-1.15.1/build/automake-1.15.1/lib/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgvdatadir='${datadir}/automake-1.15' prefix='/after' program_transform_name='s,x,x,' psdir='${docdir}' required_autoconf_version='2.65' sbindir='${exec_prefix}/sbin' scriptdir='${pkgvdatadir}' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' system_acdir='${datadir}/aclocal' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Automake" #define PACKAGE_TARNAME "automake" #define PACKAGE_VERSION "1.15.1" #define PACKAGE_STRING "GNU Automake 1.15.1" #define PACKAGE_BUGREPORT "bug-automake@gnu.org" #define PACKAGE_URL "http://www.gnu.org/software/automake/" configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on (none) ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on (none) ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on (none) ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on (none) ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on (none) ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on (none)