On Mon, 23 Feb 2015, Volker Braun wrote:

post the log 

Duh. There was no c++ compiler installed.

It seems that configure continues after not founding g++; contrary to this, if ar is not found, configure stops (and last error message is meaningful).

I am now compiling without parallel compiling and on fresh installation of Fedora 21 server. If I don't write write more to this thread, everything went OK.

 * * *

As a side note: to get Sage compiling, I must say

yum install binutils gcc gcc-c++ gcc-gfortran m4 perl

I think that there was some discussion about m4 several months ago.

--
Jori Mäntysalo
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 6.5.rc2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --disable-compiler-checks

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

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 3.17.4-301.fc21.x86_64
uname -s = Linux
uname -v = #1 SMP Thu Nov 27 19:09:10 UTC 2014

/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: /home/user/sage-6.5/src/bin
PATH: /home/user/sage-6.5/local/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/user/.local/bin
PATH: /home/user/bin


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

configure:2354: checking for a BSD-compatible install
configure:2422: result: /bin/install -c
configure:2433: checking whether build environment is sane
configure:2488: result: yes
configure:2639: checking for a thread-safe mkdir -p
configure:2678: result: /bin/mkdir -p
configure:2685: checking for gawk
configure:2701: found /bin/gawk
configure:2712: result: gawk
configure:2723: checking whether make sets $(MAKE)
configure:2745: result: yes
configure:2774: checking whether make supports nested variables
configure:2791: result: yes
configure:2919: checking whether to enable maintainer-specific portions of 
Makefiles
configure:2928: result: yes
configure:2945: checking for root user
configure:2954: result: no
configure:2994: checking build system type
configure:3008: result: x86_64-unknown-linux-gnu
configure:3028: checking host system type
configure:3041: result: x86_64-unknown-linux-gnu
configure:3172: checking for ar
configure:3188: found /bin/ar
configure:3200: result: yes
configure:3221: checking for m4
configure:3237: found /bin/m4
configure:3249: result: yes
configure:3270: checking for ranlib
configure:3286: found /bin/ranlib
configure:3298: result: yes
configure:3319: checking for strip
configure:3335: found /bin/strip
configure:3347: result: yes
configure:3367: checking for GNU or BSD tar
configure:3415: result: /bin/tar
configure:3482: checking for latex
configure:3510: result: no
configure:3520: WARNING: You do not have 'latex', which is recommended, but not
configure:3522: WARNING: required. Latex is only really used for building pdf
configure:3524: WARNING: documents and for %latex mode in the Sage notebook.
configure:3534: checking for perl
configure:3552: found /bin/perl
configure:3564: result: /bin/perl
configure:3572: checking for Perl version 5.8.0 or later
configure:3583: result: yes
configure:3599: checking for dpkg
configure:3627: result: no
configure:3637: checking for dpkg-architecture
configure:3665: result: no
configure:3744: checking for gcc
configure:3771: result: gcc
configure:4000: checking for C compiler version
configure:4009: gcc --version >&5
gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)
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:4020: $? = 0
configure:4009: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --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-linker-hash-style=gnu 
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin 
--enable-initfini-array --disable-libgcj 
--with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install
 
--with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install
 --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) 
configure:4020: $? = 0
configure:4009: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4020: $? = 4
configure:4009: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4020: $? = 4
configure:4040: checking whether the C compiler works
configure:4062: gcc    conftest.c  >&5
configure:4066: $? = 0
configure:4114: result: yes
configure:4117: checking for C compiler default output file name
configure:4119: result: a.out
configure:4125: checking for suffix of executables
configure:4132: gcc -o conftest    conftest.c  >&5
configure:4136: $? = 0
configure:4158: result: 
configure:4180: checking whether we are cross compiling
configure:4188: gcc -o conftest    conftest.c  >&5
configure:4192: $? = 0
configure:4199: ./conftest
configure:4203: $? = 0
configure:4218: result: no
configure:4223: checking for suffix of object files
configure:4245: gcc -c   conftest.c >&5
configure:4249: $? = 0
configure:4270: result: o
configure:4274: checking whether we are using the GNU C compiler
configure:4293: gcc -c   conftest.c >&5
configure:4293: $? = 0
configure:4302: result: yes
configure:4311: checking whether gcc accepts -g
configure:4331: gcc -c -g  conftest.c >&5
configure:4331: $? = 0
configure:4372: result: yes
configure:4389: checking for gcc option to accept ISO C89
configure:4452: gcc  -c -g -O2  conftest.c >&5
configure:4452: $? = 0
configure:4465: result: none needed
configure:4490: checking whether gcc understands -c and -o together
configure:4512: gcc -c conftest.c -o conftest2.o
configure:4515: $? = 0
configure:4512: gcc -c conftest.c -o conftest2.o
configure:4515: $? = 0
configure:4527: result: yes
configure:4555: checking for style of include used by make
configure:4583: result: GNU
configure:4609: checking dependency style of gcc
configure:4720: result: none
configure:4740: checking how to run the C preprocessor
configure:4771: gcc -E  conftest.c
configure:4771: $? = 0
configure:4785: 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:4785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4810: result: gcc -E
configure:4830: gcc -E  conftest.c
configure:4830: $? = 0
configure:4844: 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:4844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4991: checking for C++ compiler version
configure:5000: g++ --version >&5
./configure: line 5002: g++: command not found
configure:5011: $? = 127
configure:5000: g++ -v >&5
./configure: line 5002: g++: command not found
configure:5011: $? = 127
configure:5000: g++ -V >&5
./configure: line 5002: g++: command not found
configure:5011: $? = 127
configure:5000: g++ -qversion >&5
./configure: line 5002: g++: command not found
configure:5011: $? = 127
configure:5015: checking whether we are using the GNU C++ compiler
configure:5034: g++ -c   conftest.cpp >&5
./configure: line 1645: g++: command not found
configure:5034: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:5043: result: no
configure:5052: checking whether g++ accepts -g
configure:5072: g++ -c -g  conftest.cpp >&5
./configure: line 1645: g++: command not found
configure:5072: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5087: g++ -c   conftest.cpp >&5
./configure: line 1645: g++: command not found
configure:5087: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5103: g++ -c -g  conftest.cpp >&5
./configure: line 1645: g++: command not found
configure:5103: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5113: result: no
configure:5138: checking dependency style of g++
configure:5249: result: none
configure:5376: checking for Fortran compiler version
configure:5385: gfortran --version >&5
GNU Fortran (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)
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:5396: $? = 0
configure:5385: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --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-linker-hash-style=gnu 
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin 
--enable-initfini-array --disable-libgcj 
--with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/isl-install
 
--with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-x86_64-redhat-linux/cloog-install
 --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) 
configure:5396: $? = 0
configure:5385: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:5396: $? = 4
configure:5385: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:5396: $? = 4
configure:5405: checking whether we are using the GNU Fortran compiler
configure:5418: gfortran -c   conftest.F >&5
configure:5418: $? = 0
configure:5427: result: yes
configure:5433: checking whether gfortran accepts -g
configure:5444: gfortran -c -g  conftest.f >&5
configure:5444: $? = 0
configure:5452: result: yes
configure:5512: checking how to run the C++ preprocessor
configure:5539: g++ -E  conftest.cpp
./configure: line 1720: g++: command not found
configure:5539: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                    Syntax error
configure:5539: g++ -E  conftest.cpp
./configure: line 1720: g++: command not found
configure:5539: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                    Syntax error
configure:5539: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5539: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                    Syntax error
configure:5539: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5539: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                    Syntax error
configure:5578: result: /lib/cpp
configure:5598: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                    Syntax error
configure:5598: /lib/cpp  conftest.cpp
cpp: error trying to exec 'cc1plus': execvp: No such file or directory
configure:5598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "6.5.rc2"
| #define PACKAGE_STRING "Sage 6.5.rc2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "6.5.rc2"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                    Syntax error
configure:5628: error: in `/home/user/sage-6.5':
configure:5630: 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_PERL=/bin/perl
ac_cv_path_TAR=/bin/tar
ac_cv_path_install='/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_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_dpkg=no
ac_cv_prog_found_dpkg_arch=no
ac_cv_prog_found_latex=no
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/user/sage-6.5/config/missing aclocal-1.14'
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/user/sage-6.5/config/missing autoconf'
AUTOHEADER='${SHELL} /home/user/sage-6.5/config/missing autoheader'
AUTOMAKE='${SHELL} /home/user/sage-6.5/config/missing automake-1.14'
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=''
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/user/sage-6.5/config/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='sage'
PACKAGE_BUGREPORT='sage-devel@googlegroups.com'
PACKAGE_NAME='Sage'
PACKAGE_STRING='Sage 6.5.rc2'
PACKAGE_TARNAME='sage'
PACKAGE_URL=''
PACKAGE_VERSION='6.5.rc2'
PATH_SEPARATOR=':'
PERL='/bin/perl'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='6.5.rc2'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_FC=''
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_dpkg='no'
found_dpkg_arch='no'
found_latex='no'
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/user/sage-6.5/config/install-sh'
libdir='/home/user/sage-6.5/local/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 "6.5.rc2"
#define PACKAGE_STRING "Sage 6.5.rc2"
#define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
#define PACKAGE_URL ""
#define PACKAGE "sage"
#define VERSION "6.5.rc2"

configure: exit 1

Reply via email to