Hi. When I type "make" right after I've untared the source (without setting any environment variable) I get the following log :
######################################################## cd spkg && ./install all 2>&1 | tee -a ../install.log make[1]: entrant dans le répertoire « /opt/Sage-4.3.3/spkg » base/prereq-0.7-install Starting prerequisite check. Machine: Linux station1 2.6.26-2-686 #1 SMP Wed Feb 10 08:59:21 UTC 2010 i686 GNU/Linux prereq-0.7/ prereq-0.7/autom4te.cache/ prereq-0.7/autom4te.cache/requests prereq-0.7/autom4te.cache/output.0 prereq-0.7/autom4te.cache/traces.1 prereq-0.7/autom4te.cache/traces.2 prereq-0.7/autom4te.cache/output.1 prereq-0.7/autom4te.cache/traces.0 prereq-0.7/autom4te.cache/output.2 prereq-0.7/config.h.in prereq-0.7/configure.ac prereq-0.7/m4/ prereq-0.7/m4/ax_gcc_option.m4 prereq-0.7/m4/ax_gxx_option.m4 prereq-0.7/m4/ax_c_check_flag.m4 prereq-0.7/m4/ax_gcc_version.m4 prereq-0.7/m4/ax_gxx_version.m4 prereq-0.7/m4/ax_with_perl.4 prereq-0.7/m4/ax_prog_perl_version.m4 prereq-0.7/depcomp prereq-0.7/missing prereq-0.7/aclocal.m4 prereq-0.7/install-sh prereq-0.7/configure prereq-0.7/Makefile.in prereq-0.7/config.sub prereq-0.7/config.guess prereq-0.7/Makefile.am checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C preprocessor... gcc -E checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: Since Sage 4.3.1 a Fortran compiler is required on all operating configure: systems except OS X. A Fortran compiler is included on OS X. configure: See the file README.txt in the top-level directory. configure: error: Exiting, since a Fortran compiler was not found. ERROR: You do not have all of the prerequisites needed to build Sage from source. See the errors above. make[1]: *** [installed/prereq-0.7] Erreur 1 make[1]: quittant le répertoire « /opt/Sage-4.3.3/spkg » real 0m1.943s user 0m0.488s sys 0m0.440s Error building Sage. ######################################################## -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
