Hi, Sagemath7.2 fails to compile from source on Debian 8.4. It gives the following error:
configure: error: in `/home/seyi/sage/7.2/source/sage-7.2': configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details If you would like to try to build Sage anyway (to help porting), export the variable 'SAGE_PORT' to something non-empty. Makefile:24: recipe for target 'build/make/Makefile' failed make[1]: *** [build/make/Makefile] Error 1 make[1]: Leaving directory '/home/seyi/sage/7.2/source/sage-7.2' Makefile:16: recipe for target 'all' failed make: *** [all] Error 2 I have attached a copy of the config logs and the make logs. Please advise men on how to proceed. Regards Adetokunbo -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Sage configure 7.2.rc2, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = montxero uname -m = x86_64 uname -r = 3.16.0-4-amd64 uname -s = Linux uname -v = #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) /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: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2301: checking for a BSD-compatible install configure:2369: result: /usr/bin/install -c configure:2380: checking whether build environment is sane configure:2435: result: yes configure:2586: checking for a thread-safe mkdir -p configure:2625: result: /bin/mkdir -p configure:2632: checking for gawk configure:2648: found /usr/bin/gawk configure:2659: result: gawk configure:2670: checking whether make sets $(MAKE) configure:2692: result: yes configure:2721: checking whether make supports nested variables configure:2738: result: yes configure:2867: checking whether to enable maintainer-specific portions of Makefiles configure:2876: result: yes configure:2941: checking for root user configure:2950: result: no configure:2961: checking build system type configure:2975: result: x86_64-unknown-linux-gnu configure:2995: checking host system type configure:3008: result: x86_64-unknown-linux-gnu configure:3122: checking for ar configure:3138: found /usr/bin/ar configure:3150: result: yes configure:3171: checking for m4 configure:3187: found /usr/bin/m4 configure:3199: result: yes configure:3220: checking for ranlib configure:3236: found /usr/bin/ranlib configure:3248: result: yes configure:3269: checking for strip configure:3285: found /usr/bin/strip configure:3297: result: yes configure:3317: checking for GNU or BSD tar configure:3365: result: /bin/tar configure:3376: checking for GNU make configure:3418: result: /usr/bin/make configure:3432: checking for latex configure:3448: found /usr/bin/latex configure:3460: result: yes configure:3484: checking for perl configure:3502: found /usr/bin/perl configure:3514: result: /usr/bin/perl configure:3522: checking for Perl version 5.8.0 or later configure:3533: result: yes configure:3545: checking for git configure:3577: result: no configure:3673: checking for gcc configure:3689: found /usr/bin/gcc configure:3700: result: gcc configure:3929: checking for C compiler version configure:3938: gcc --version >&5 gcc (Debian 4.9.2-10) 4.9.2 Copyright (C) 2014 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:3949: $? = 0 configure:3938: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.9.2 (Debian 4.9.2-10) configure:3949: $? = 0 configure:3938: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3949: $? = 4 configure:3938: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3949: $? = 4 configure:3969: checking whether the C compiler works configure:3991: gcc conftest.c >&5 configure:3995: $? = 0 configure:4043: result: yes configure:4046: checking for C compiler default output file name configure:4048: result: a.out configure:4054: checking for suffix of executables configure:4061: gcc -o conftest conftest.c >&5 configure:4065: $? = 0 configure:4087: result: configure:4109: checking whether we are cross compiling configure:4117: gcc -o conftest conftest.c >&5 configure:4121: $? = 0 configure:4128: ./conftest configure:4132: $? = 0 configure:4147: result: no configure:4152: checking for suffix of object files configure:4174: gcc -c conftest.c >&5 configure:4178: $? = 0 configure:4199: result: o configure:4203: checking whether we are using the GNU C compiler configure:4222: gcc -c conftest.c >&5 configure:4222: $? = 0 configure:4231: result: yes configure:4240: checking whether gcc accepts -g configure:4260: gcc -c -g conftest.c >&5 configure:4260: $? = 0 configure:4301: result: yes configure:4318: checking for gcc option to accept ISO C89 configure:4381: gcc -c -g -O2 conftest.c >&5 configure:4381: $? = 0 configure:4394: result: none needed configure:4419: checking whether gcc understands -c and -o together configure:4441: gcc -c conftest.c -o conftest2.o configure:4444: $? = 0 configure:4441: gcc -c conftest.c -o conftest2.o configure:4444: $? = 0 configure:4456: result: yes configure:4484: checking for style of include used by make configure:4512: result: GNU configure:4538: checking dependency style of gcc configure:4649: result: none configure:4669: checking how to run the C preprocessor configure:4700: gcc -E conftest.c configure:4700: $? = 0 configure:4714: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:4714: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4739: result: gcc -E configure:4759: gcc -E conftest.c configure:4759: $? = 0 configure:4773: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:4773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4866: checking for g++ configure:4896: result: no configure:4866: checking for c++ configure:4896: result: no configure:4866: checking for gpp configure:4896: result: no configure:4866: checking for aCC configure:4896: result: no configure:4866: checking for CC configure:4896: result: no configure:4866: checking for cxx configure:4896: result: no configure:4866: checking for cc++ configure:4896: result: no configure:4866: checking for cl.exe configure:4896: result: no configure:4866: checking for FCC configure:4896: result: no configure:4866: checking for KCC configure:4896: result: no configure:4866: checking for RCC configure:4896: result: no configure:4866: checking for xlC_r configure:4896: result: no configure:4866: checking for xlC configure:4896: result: no configure:4920: checking for C++ compiler version configure:4929: g++ --version >&5 ./configure: line 4931: g++: command not found configure:4940: $? = 127 configure:4929: g++ -v >&5 ./configure: line 4931: g++: command not found configure:4940: $? = 127 configure:4929: g++ -V >&5 ./configure: line 4931: g++: command not found configure:4940: $? = 127 configure:4929: g++ -qversion >&5 ./configure: line 4931: g++: command not found configure:4940: $? = 127 configure:4944: checking whether we are using the GNU C++ compiler configure:4963: g++ -c conftest.cpp >&5 ./configure: line 1592: g++: command not found configure:4963: $? = 127 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:4972: result: no configure:4981: checking whether g++ accepts -g configure:5001: g++ -c -g conftest.cpp >&5 ./configure: line 1592: g++: command not found configure:5001: $? = 127 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5016: g++ -c conftest.cpp >&5 ./configure: line 1592: g++: command not found configure:5016: $? = 127 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5032: g++ -c -g conftest.cpp >&5 ./configure: line 1592: g++: command not found configure:5032: $? = 127 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5042: result: no configure:5067: checking dependency style of g++ configure:5178: result: none configure:5252: checking for gfortran configure:5268: found /usr/bin/gfortran configure:5279: result: gfortran configure:5305: checking for Fortran compiler version configure:5314: gfortran --version >&5 GNU Fortran (Debian 4.9.2-10) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:5325: $? = 0 configure:5314: gfortran -v >&5 Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.9.2 (Debian 4.9.2-10) configure:5325: $? = 0 configure:5314: gfortran -V >&5 gfortran: error: unrecognized command line option '-V' gfortran: fatal error: no input files compilation terminated. configure:5325: $? = 4 configure:5314: gfortran -qversion >&5 gfortran: error: unrecognized command line option '-qversion' gfortran: fatal error: no input files compilation terminated. configure:5325: $? = 4 configure:5334: checking whether we are using the GNU Fortran compiler configure:5347: gfortran -c conftest.F >&5 configure:5347: $? = 0 configure:5356: result: yes configure:5362: checking whether gfortran accepts -g configure:5373: gfortran -c -g conftest.f >&5 configure:5373: $? = 0 configure:5381: result: yes configure:5433: checking how to run the C++ preprocessor configure:5460: g++ -E conftest.cpp ./configure: line 1667: g++: command not found configure:5460: $? = 127 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5460: g++ -E conftest.cpp ./configure: line 1667: g++: command not found configure:5460: $? = 127 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5460: /lib/cpp conftest.cpp cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5460: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5460: /lib/cpp conftest.cpp cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5460: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5499: result: /lib/cpp configure:5519: /lib/cpp conftest.cpp cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5519: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5519: /lib/cpp conftest.cpp cpp: error trying to exec 'cc1plus': execvp: No such file or directory configure:5519: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Sage" | #define PACKAGE_TARNAME "sage" | #define PACKAGE_VERSION "7.2.rc2" | #define PACKAGE_STRING "Sage 7.2.rc2" | #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" | #define PACKAGE_URL "" | #define PACKAGE "sage" | #define VERSION "7.2.rc2" | /* end confdefs.h. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | Syntax error configure:5549: error: in `/home/seyi/sage/7.2/source/sage-7.2': configure:5551: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=no 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_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set= ac_cv_env_FC_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_fc_compiler_gnu=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_objext=o ac_cv_path_GIT=no ac_cv_path_MAKE=/usr/bin/make ac_cv_path_PERL=/usr/bin/perl ac_cv_path_TAR=/bin/tar ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP=/lib/cpp ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_FC=gfortran ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=no ac_cv_prog_fc_g=yes ac_cv_prog_found_ar=yes ac_cv_prog_found_latex=yes ac_cv_prog_found_m4=yes ac_cv_prog_found_ranlib=yes ac_cv_prog_found_strip=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_prog_perl_version=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/seyi/sage/7.2/source/sage-7.2/config/missing aclocal-1.15' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AUTOCONF='${SHELL} /home/seyi/sage/7.2/source/sage-7.2/config/missing autoconf' AUTOHEADER='${SHELL} /home/seyi/sage/7.2/source/sage-7.2/config/missing autoheader' AUTOMAKE='${SHELL} /home/seyi/sage/7.2/source/sage-7.2/config/missing automake-1.15' AWK='gawk' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='/lib/cpp' CXXDEPMODE='depmode=none' CXXFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' FC='gfortran' FCFLAGS='-g -O2' GCC_VERSION='' GREP='' GXX_VERSION='' HAVE_CXX11='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /home/seyi/sage/7.2/source/sage-7.2/config/missing makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='sage' PACKAGE_BUGREPORT='sage-devel@googlegroups.com' PACKAGE_NAME='Sage' PACKAGE_STRING='Sage 7.2.rc2' PACKAGE_TARNAME='sage' PACKAGE_URL='' PACKAGE_VERSION='7.2.rc2' PATH_SEPARATOR=':' PERL='/usr/bin/perl' SET_MAKE='' SHELL='/bin/bash' STRIP='' VERSION='7.2.rc2' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_FC='gfortran' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' found_ar='yes' found_latex='yes' found_m4='yes' found_ranlib='yes' found_strip='yes' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/seyi/sage/7.2/source/sage-7.2/config/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}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Sage" #define PACKAGE_TARNAME "sage" #define PACKAGE_VERSION "7.2.rc2" #define PACKAGE_STRING "Sage 7.2.rc2" #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com" #define PACKAGE_URL "" #define PACKAGE "sage" #define VERSION "7.2.rc2" configure: exit 1
sage7.2MakeLog
Description: Binary data