Last active
January 1, 2016 03:09
-
-
Save onyb/8083654 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking whether make supports nested variables... yes | |
checking build system type... i686-pc-linux-gnu | |
checking host system type... i686-pc-linux-gnu | |
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... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether ln -s works... yes | |
checking for perl... /usr/bin/perl | |
checking for tex... no | |
checking for yacc... yacc | |
checking for lex... lex | |
checking whether autoconf is installed... yes | |
checking whether autoconf works... yes | |
checking whether autoconf is recent enough... yes | |
checking whether ln works... yes | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
configure: will now look for a sturdy POSIX shell, for our testsuite | |
checking for sh... /bin/sh | |
checking for sh5... no | |
checking for dash... no | |
checking for ash... no | |
checking for bash... /bin/bash | |
checking for zsh... no | |
checking for ksh... no | |
checking for pdksh... no | |
checking whether /bin/sh supports $(cmd)... yes | |
checking whether /bin/sh supports $((expr))... yes | |
checking whether /bin/sh supports ${#var}... yes | |
checking whether /bin/sh supports ${var#glob} and ${var%glob}... yes | |
checking whether /bin/sh preserves exit traps with "set -e"... yes | |
checking whether /bin/sh can define exit traps in a shell function... yes | |
checking whether /bin/sh corrupts stderr with "set -x"... no | |
checking whether /bin/sh can return early from "dot-sourced" files... yes | |
checking whether /bin/sh supports alias named like shell builtins... yes | |
checking whether /bin/sh supports "test -e"... yes | |
configure: shell /bin/sh is good enough, stop looking | |
configure: will use /bin/sh as the testsuite shell | |
configure: will now look for generic compilers | |
checking for cc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking whether cc understands -c and -o together... yes | |
checking for aCC... no | |
checking for CC... no | |
checking for FCC... no | |
checking for KCC... no | |
checking for RCC... no | |
checking for xlC_r... no | |
checking for xlC... no | |
checking for c++... c++ | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
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 pgfortran... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for ftn... no | |
checking for nagfor... no | |
checking for xlf90... no | |
checking for f90... no | |
checking for pgf90... no | |
checking for pghpf... no | |
checking for epcf90... no | |
checking for g95... no | |
checking for gfortran... no | |
checking whether the Fortran compiler works... no | |
configure: tests requiring the Fortran compiler will be skipped | |
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 for g77... no | |
checking for gfortran... no | |
checking whether the Fortran 77 compiler works... no | |
configure: tests requiring the Fortran 77 compiler will be skipped | |
configure: will now look for GNU compilers | |
configure: cc is already a GNU C compiler | |
configure: c++ is already a GNU C++ compiler | |
checking for gfortran... no | |
checking for g77... no | |
checking for gfortran... no | |
checking for gcj... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating t/wrap/aclocal-1.14 | |
config.status: creating t/wrap/automake-1.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment