Created
January 2, 2017 15:46
-
-
Save maxlevesque/c196a51842eaacabaa1af074bd4bca43 to your computer and use it in GitHub Desktop.
./configure gives
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 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 make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for xlC_r... no | |
checking for xlC... no | |
checking for FCCpx... no | |
checking for FCC... no | |
checking for sxc++... no | |
checking for CC... no | |
checking for icpc... no | |
checking for g++... g++ | |
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 g++ accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of g++... gcc3 | |
checking for xlf90_r... no | |
checking for xlf90... no | |
checking for frtpx... no | |
checking for frt... no | |
checking for sxf90... no | |
checking for ftn... no | |
checking for ifort... no | |
checking for gfortran... gfortran | |
checking whether we are using the GNU Fortran compiler... yes | |
checking whether gfortran accepts -g... yes | |
checking for ranlib... ranlib | |
checking for gcc... gcc | |
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 whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for ar... ar | |
checking the archiver (ar) interface... ar | |
checking for C++ compiler vendor... gnu | |
checking for a sed that does not truncate output... /bin/sed | |
checking whether C++ compiler accepts -Werror=unknown-warning-option... no | |
checking whether C++ compiler accepts -diag-error warn... no | |
checking whether C++ compiler accepts -O0... yes | |
checking whether C++ compiler accepts -g... yes | |
checking whether C++ compiler accepts -Werror... yes | |
checking whether C++ compiler accepts -check all... no | |
checking whether C++ compiler accepts -debug all... no | |
checking whether C++ compiler accepts -diag-disable remark... no | |
checking whether C++ compiler accepts -fmudflap... yes | |
checking whether C++ compiler accepts -fno-strict-aliasing... yes | |
checking whether C++ compiler accepts -fsanitize=address... yes | |
checking whether C++ compiler accepts -fsanitize=leak... yes | |
checking whether C++ compiler accepts -fstack-protector... yes | |
checking whether C++ compiler accepts -ftrapuv... no | |
checking whether C++ compiler accepts -ftrapv... yes | |
checking whether C++ compiler accepts -traceback... no | |
checking whether C++ compiler accepts -Wall... yes | |
checking whether C++ compiler accepts -Warray-bounds... yes | |
checking whether C++ compiler accepts -Wbad-function-cast... no | |
checking whether C++ compiler accepts -Wcast-align... yes | |
checking whether C++ compiler accepts -Wcast-qual... yes | |
checking whether C++ compiler accepts -Wextra... yes | |
checking whether C++ compiler accepts -Wfatal-errors... yes | |
checking whether C++ compiler accepts -Wformat=2... yes | |
checking whether C++ compiler accepts -Wformat-nonliteral... yes | |
checking whether C++ compiler accepts -Wformat-security... yes | |
checking whether C++ compiler accepts -Winit-self... yes | |
checking whether C++ compiler accepts -Winline... yes | |
checking whether C++ compiler accepts -Wmissing-format-attribute... yes | |
checking whether C++ compiler accepts -Wmissing-include-dirs... yes | |
checking whether C++ compiler accepts -Wmissing-noreturn... yes | |
checking whether C++ compiler accepts -Wnested-externs... no | |
checking whether C++ compiler accepts -Wno-missing-field-initializers... yes | |
checking whether C++ compiler accepts -Wno-overloaded-virtual... yes | |
checking whether C++ compiler accepts -Wno-unused-local-typedefs... yes | |
checking whether C++ compiler accepts -Wno-unused-parameter... yes | |
checking whether C++ compiler accepts -Wno-unused-variable... yes | |
checking whether C++ compiler accepts -Wpointer-arith... yes | |
checking whether C++ compiler accepts -Wredundant-decls... yes | |
checking whether C++ compiler accepts -Wreturn-type... yes | |
checking whether C++ compiler accepts -Wshadow... yes | |
checking whether C++ compiler accepts -Wsign-compare... yes | |
checking whether C++ compiler accepts -Wstrict-aliasing... yes | |
checking whether C++ compiler accepts -Wstrict-overflow=5... yes | |
checking whether C++ compiler accepts -Wstrict-prototype... no | |
checking whether C++ compiler accepts -Wswitch-enum... yes | |
checking whether C++ compiler accepts -Wuninitialized... yes | |
checking whether C++ compiler accepts -Wunreachable-code... yes | |
checking whether C++ compiler accepts -Wunused-but-set-variable... yes | |
checking whether C++ compiler accepts -Wwrite-strings... yes | |
checking whether C++ compiler accepts -Wno-error=missing-field-initializers... yes | |
checking whether C++ compiler accepts -Wno-error=overloaded-virtual... yes | |
checking whether C++ compiler accepts -Wno-error=unused-local-typedefs... yes | |
checking whether C++ compiler accepts -Wno-error=unused-parameter... yes | |
checking whether C++ compiler accepts -Wno-error=unused-variable... yes | |
checking whether Fortran compiler accepts -Werror=unknown-warning-option... no | |
checking whether Fortran compiler accepts -diag-error warn... no | |
checking whether Fortran compiler accepts -O0... yes | |
checking whether Fortran compiler accepts -g... yes | |
checking whether Fortran compiler accepts -Werror... yes | |
checking whether Fortran compiler accepts -check all... no | |
checking whether Fortran compiler accepts -debug all... no | |
checking whether Fortran compiler accepts -diag-disable remark... no | |
checking whether Fortran compiler accepts -fmudflap... yes | |
checking whether Fortran compiler accepts -fno-strict-aliasing... yes | |
checking whether Fortran compiler accepts -fsanitize=address... yes | |
checking whether Fortran compiler accepts -fsanitize=leak... yes | |
checking whether Fortran compiler accepts -fstack-protector... yes | |
checking whether Fortran compiler accepts -ftrapuv... no | |
checking whether Fortran compiler accepts -ftrapv... yes | |
checking whether Fortran compiler accepts -traceback... no | |
checking whether Fortran compiler accepts -Wall... yes | |
checking whether Fortran compiler accepts -Warray-bounds... yes | |
checking whether Fortran compiler accepts -Wbad-function-cast... no | |
checking whether Fortran compiler accepts -Wcast-align... yes | |
checking whether Fortran compiler accepts -Wcast-qual... no | |
checking whether Fortran compiler accepts -Wextra... yes | |
checking whether Fortran compiler accepts -Wfatal-errors... yes | |
checking whether Fortran compiler accepts -Wformat=2... no | |
checking whether Fortran compiler accepts -Wformat-nonliteral... no | |
checking whether Fortran compiler accepts -Wformat-security... no | |
checking whether Fortran compiler accepts -Winit-self... no | |
checking whether Fortran compiler accepts -Winline... yes | |
checking whether Fortran compiler accepts -Wmissing-format-attribute... no | |
checking whether Fortran compiler accepts -Wmissing-include-dirs... yes | |
checking whether Fortran compiler accepts -Wmissing-noreturn... yes | |
checking whether Fortran compiler accepts -Wnested-externs... no | |
checking whether Fortran compiler accepts -Wno-missing-field-initializers... no | |
checking whether Fortran compiler accepts -Wno-overloaded-virtual... no | |
checking whether Fortran compiler accepts -Wno-unused-local-typedefs... no | |
checking whether Fortran compiler accepts -Wno-unused-parameter... yes | |
checking whether Fortran compiler accepts -Wno-unused-variable... yes | |
checking whether Fortran compiler accepts -Wpointer-arith... no | |
checking whether Fortran compiler accepts -Wredundant-decls... no | |
checking whether Fortran compiler accepts -Wreturn-type... yes | |
checking whether Fortran compiler accepts -Wshadow... yes | |
checking whether Fortran compiler accepts -Wsign-compare... no | |
checking whether Fortran compiler accepts -Wstrict-aliasing... yes | |
checking whether Fortran compiler accepts -Wstrict-overflow=5... yes | |
checking whether Fortran compiler accepts -Wstrict-prototype... no | |
checking whether Fortran compiler accepts -Wswitch-enum... no | |
checking whether Fortran compiler accepts -Wuninitialized... yes | |
checking whether Fortran compiler accepts -Wunreachable-code... yes | |
checking whether Fortran compiler accepts -Wunused-but-set-variable... yes | |
checking whether Fortran compiler accepts -Wwrite-strings... no | |
checking whether Fortran compiler accepts -Wno-error=unused-parameter... yes | |
checking whether Fortran compiler accepts -Wno-error=unused-variable... yes | |
configure: Vendor : gnu | |
configure: CXX : g++ | |
configure: CXXFLAGS : -O0 -g -Werror -fmudflap -fno-strict-aliasing -fsanitize=address -fsanitize=leak -fstack-protector -ftrapv -Wall -Warray-bounds -Wcast-align -Wcast-qual -Wextra -Wfatal-errors -Wformat=2 -Wformat-nonliteral -Wformat-security -Winit-self -Winline -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wno-missing-field-initializers -Wno-overloaded-virtual -Wno-unused-local-typedefs -Wno-unused-parameter -Wno-unused-variable -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wstrict-aliasing -Wstrict-overflow=5 -Wswitch-enum -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wwrite-strings -Wno-error=missing-field-initializers -Wno-error=overloaded-virtual -Wno-error=unused-local-typedefs -Wno-error=unused-parameter -Wno-error=unused-variable | |
configure: FC : gfortran | |
configure: FCFLAGS : -O0 -g -Werror -fmudflap -fno-strict-aliasing -fsanitize=address -fsanitize=leak -fstack-protector -ftrapv -Wall -Warray-bounds -Wcast-align -Wextra -Wfatal-errors -Winline -Wmissing-include-dirs -Wmissing-noreturn -Wno-unused-parameter -Wno-unused-variable -Wreturn-type -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wuninitialized -Wunreachable-code -Wunused-but-set-variable -Wno-error=unused-parameter -Wno-error=unused-variable | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating examples/Makefile | |
config.status: creating wrappers/Makefile | |
config.status: creating uniform/Makefile | |
config.status: creating hss/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment