Last active
December 22, 2015 03:58
-
-
Save blattms/6413830 to your computer and use it in GitHub Desktop.
cmake_compiler_issue
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
--- going to build dune-common dune-istl opm-core --- | |
----- using default flags $CONFIGURE_FLAGS from /home/mblatt/src/dune/opm-amg-opt/opm.opts ----- | |
--- calling configure for dune-common --- | |
./configure CC=gcc-4.4 CXX=g++-4.4 F77=gfortran-4.4 FC=gfortran-4.4 --enable-static --disable-shared --with-agmg=/home/mblatt/src/3rdParty/AGMG_3.1.2/SRC CFLAGS='-O0 -g' CPPLAGS='-O0 -g -I/home/mblatt/src/dune/opm-amg-opt/dune-common -I/home/mblatt/src/dune/opm-amg-opt/dune-istl' FCFLAGS='-O0 -g' FFLAGS='-O0 -g' CXXFLAGS='-g -O0' ACLOCAL_AMFLAGS="-I . -I m4" | |
configure: WARNING: unrecognized options: --with-agmg | |
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 how to create a pax tar archive... gnutar | |
checking whether make supports nested variables... yes | |
checking how to create a pax tar archive... (cached) gnutar | |
checking for inkscape... inkscape | |
checking for doxygen... doxygen | |
checking for latex... latex | |
checking for bibtex... bibtex | |
checking for dvipdf... dvipdf | |
checking for dvips... dvips | |
checking for wml... wml | |
checking for dot... dot | |
checking for perl... perl | |
checking for convert... convert | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for style of include used by make... GNU | |
checking for gcc... gcc-4.4 | |
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 gcc-4.4 accepts -g... yes | |
checking for gcc-4.4 option to accept ISO C89... none needed | |
checking dependency style of gcc-4.4... gcc3 | |
checking dependency style of gcc-4.4... (cached) gcc3 | |
checking how to run the C preprocessor... gcc-4.4 -E | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++-4.4 accepts -g... yes | |
checking dependency style of g++-4.4... gcc3 | |
checking dependency style of g++-4.4... (cached) gcc3 | |
checking how to run the C++ preprocessor... g++-4.4 -E | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether gfortran-4.4 accepts -g... yes | |
checking whether we are using the GNU Fortran compiler... yes | |
checking whether gfortran-4.4 accepts -g... yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc-4.4... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc-4.4 object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc-4.4 supports -fno-rtti -fno-exceptions... no | |
checking for gcc-4.4 option to produce PIC... -fPIC -DPIC | |
checking if gcc-4.4 PIC flag -fPIC -DPIC works... yes | |
checking if gcc-4.4 static flag -static works... yes | |
checking if gcc-4.4 supports -c -o file.o... yes | |
checking if gcc-4.4 supports -c -o file.o... (cached) yes | |
checking whether the gcc-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++-4.4 -E | |
checking for ld used by g++-4.4... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++-4.4 option to produce PIC... -fPIC -DPIC | |
checking if g++-4.4 PIC flag -fPIC -DPIC works... yes | |
checking if g++-4.4 static flag -static works... yes | |
checking if g++-4.4 supports -c -o file.o... yes | |
checking if g++-4.4 supports -c -o file.o... (cached) yes | |
checking whether the g++-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gfortran-4.4 option to produce PIC... -fPIC | |
checking if gfortran-4.4 PIC flag -fPIC works... yes | |
checking if gfortran-4.4 static flag -static works... yes | |
checking if gfortran-4.4 supports -c -o file.o... yes | |
checking if gfortran-4.4 supports -c -o file.o... (cached) yes | |
checking whether the gfortran-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gfortran-4.4 option to produce PIC... -fPIC | |
checking if gfortran-4.4 PIC flag -fPIC works... yes | |
checking if gfortran-4.4 static flag -static works... yes | |
checking if gfortran-4.4 supports -c -o file.o... yes | |
checking if gfortran-4.4 supports -c -o file.o... (cached) yes | |
checking whether the gfortran-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for ranlib... (cached) ranlib | |
checking how to get verbose linking output from gfortran-4.4... -v | |
checking for Fortran 77 libraries of gfortran-4.4... -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../.. -lgfortranbegin -lgfortran -lm | |
checking for dummy main to link with Fortran 77 libraries... none | |
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore | |
checking for sgemm_... no | |
checking for ATL_xerbla in -latlas... yes | |
checking for sgemm_ in -lf77blas... yes | |
checking for cblas_dgemm in -lcblas... yes | |
checking for cheev_... no | |
checking for cheev_ in -llapack... yes | |
checking how to get verbose linking output from gfortran-4.4... -v | |
checking for Fortran libraries of gfortran-4.4... -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../.. -lgfortranbegin -lgfortran -lm | |
checking for dummy main to link with Fortran libraries... none | |
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore | |
checking whether compiler is officially supported by DUNE... yes | |
checking whether g++-4.4 accepts -std=c++11... no | |
checking whether g++-4.4 accepts -std=c++0x... yes | |
checking whether static_assert is supported... yes | |
checking whether nullptr is supported... no | |
checking type_traits usability... yes | |
checking type_traits presence... yes | |
checking for type_traits... yes | |
checking tr1/type_traits usability... yes | |
checking tr1/type_traits presence... yes | |
checking for tr1/type_traits... yes | |
checking tuple usability... yes | |
checking tuple presence... yes | |
checking for tuple... yes | |
checking tr1/tuple usability... yes | |
checking tr1/tuple presence... yes | |
checking for tr1/tuple... yes | |
checking whether <array> C++0x is supported... yes | |
checking whether integral_constant conforming to C++11 is supported... no | |
checking whether std::hash from C++11 is supported... yes | |
checking whether std::tr1::hash from TR1 is supported... yes | |
checking memory usability... yes | |
checking memory presence... yes | |
checking for memory... yes | |
checking tr1/memory usability... yes | |
checking tr1/memory presence... yes | |
checking for tr1/memory... yes | |
checking boost/shared_ptr.hpp usability... yes | |
checking boost/shared_ptr.hpp presence... yes | |
checking for boost/shared_ptr.hpp... yes | |
checking the location of shared_ptr header file... | |
checking whether variadic templates are supported... yes | |
checking whether rvalue references are supported... yes | |
checking for C++11 std::conditional... yes | |
checking for boostlib >= 1.20.0... yes | |
checking whether SHARED_PTR_NAMESPACE (std) provides make_shared... yes | |
checking whether compiling C++ code works... yes | |
checking whether linking C++ objects works... yes | |
checking for __attribute__((deprecated))... yes | |
checking for __attribute__((deprecated("message")))... no | |
checking for __attribute__((unused))... yes | |
checking for abi::__cxa_demangle... yes | |
checking rpc/rpc.h usability... yes | |
checking rpc/rpc.h presence... yes | |
checking for rpc/rpc.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for GMP... configure: searching for GMP in /usr... | |
checking gmpxx.h usability... yes | |
checking gmpxx.h presence... yes | |
checking for gmpxx.h... yes | |
checking for __gmpz_abs in -L/usr/lib -lgmp... yes | |
checking for __gmpz_abs in -L/usr/lib -lgmpxx... yes | |
/usr | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking for string.h... (cached) yes | |
checking for pow in -lm... yes | |
checking for sqrt... yes | |
checking for strchr... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating lib/Makefile | |
config.status: creating bin/Makefile | |
config.status: creating cmake/Makefile | |
config.status: creating cmake/modules/Makefile | |
config.status: creating cmake/scripts/Makefile | |
config.status: creating cmake/pkg/Makefile | |
config.status: creating dune/Makefile | |
config.status: creating dune/common/Makefile | |
config.status: creating dune/common/test/Makefile | |
config.status: creating dune/common/parallel/Makefile | |
config.status: creating dune/common/parallel/test/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/comm/Makefile | |
config.status: creating doc/comm/figures/Makefile | |
config.status: creating doc/doxygen/Makefile | |
config.status: creating doc/doxygen/Doxyfile | |
config.status: creating doc/buildsystem/Makefile | |
config.status: creating m4/Makefile | |
config.status: creating am/Makefile | |
config.status: creating dune-common.pc | |
config.status: creating bin/check-log-store | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: WARNING: unrecognized options: --with-agmg | |
Found the following Dune-components: | |
---------------------------------------- | |
GMP.....................: yes | |
MPI.....................: no | |
---------------------------------------- | |
See ./configure --help and config.log for reasons why a component wasn't found | |
--- dune-common done --- | |
WARNING: commandline parameters will overwrite setting in opts file "/home/mblatt/src/dune/opm-amg-opt/opm.opts" | |
--- calling make for dune-common --- | |
make "clean" "all" | |
Making clean in am | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
Making clean in m4 | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/m4' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/m4' | |
Making clean in bin | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/bin' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/bin' | |
Making clean in doc | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc' | |
Making clean in comm | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm' | |
Making clean in figures | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm/figures' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm/figures' | |
Making clean in . | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm' | |
rm -f indexset poosc08 poosc08_test | |
rm -rf .libs _libs | |
test -z "*.aux *.bbl *.blg *.log *.out *.toc *.dvi" || rm -f *.aux *.bbl *.blg *.log *.out *.toc *.dvi | |
rm -rf auto | |
rm -f *.o | |
rm -f *.lo | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm' | |
Making clean in buildsystem | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/buildsystem' | |
rm -rf .libs _libs | |
test -z "*.aux *.bbl *.blg *.log *.out *.toc *.dvi" || rm -f *.aux *.bbl *.blg *.log *.out *.toc *.dvi | |
rm -rf auto | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/buildsystem' | |
Making clean in doxygen | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/doxygen' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/doxygen' | |
Making clean in . | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc' | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc' | |
Making clean in lib | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/lib' | |
test -z "libdunecommon.la" || rm -f libdunecommon.la | |
rm -f "./so_locations" | |
rm -rf .libs _libs | |
rm -f *.o | |
rm -f *.lo | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/lib' | |
Making clean in dune | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune' | |
Making clean in common | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common' | |
Making clean in parallel | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel' | |
Making clean in test | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel/test' | |
rm -f indicestest indexsettest syncertest selectiontest | |
rm -rf .libs _libs | |
rm -f *.o | |
rm -f *.lo | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel/test' | |
Making clean in . | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel' | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel' | |
Making clean in test | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/test' | |
rm -f arraylisttest arraytest bigunsignedinttest bitsetvectortest check_fvector_size conversiontest diagonalmatrixtest dynmatrixtest dynvectortest eigenvaluestest enumsettest fassigntest fmatrixtest fvectortest gcdlcmtest iteratorfacadetest iteratorfacadetest2 lrutest mpicollectivecommunication mpiguardtest mpihelpertest mpihelpertest2 nullptr-test pathtest parametertreetest poolallocatortest shared_ptrtest_config shared_ptrtest_dune singletontest static_assert_test streamtest testdebugallocator testdebugallocator_fail1 testdebugallocator_fail2 testdebugallocator_fail3 testdebugallocator_fail4 testdebugallocator_fail5 testfassign1 testfassign2 testfassign3 testfassign4 testfassign_fail1 testfassign_fail2 testfassign_fail3 testfassign_fail4 testfassign_fail5 testfassign_fail6 testfconstruct testfloatcmp tuplestest_dune tuplestest_std tuplestest_tr1 tupleutilitytest utilitytest | |
rm -rf .libs _libs | |
rm -f *.o | |
rm -f *.lo | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/test' | |
Making clean in . | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common' | |
rm -rf .libs _libs | |
test -z "libcommon.la" || rm -f libcommon.la | |
rm -f "./so_locations" | |
rm -f *.o | |
rm -f *.lo | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common' | |
Making clean in . | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune' | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune' | |
Making clean in cmake | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake' | |
Making clean in scripts | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/scripts' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/scripts' | |
Making clean in pkg | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/pkg' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/pkg' | |
Making clean in modules | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/modules' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/modules' | |
Making clean in . | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake' | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake' | |
Making clean in . | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test' | |
make all-recursive | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test' | |
Making all in cmake | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake' | |
Making all in modules | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/modules' | |
make[3]: Für das Ziel »all« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/modules' | |
Making all in pkg | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/pkg' | |
make[3]: Für das Ziel »all« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/pkg' | |
Making all in scripts | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/scripts' | |
make[3]: Für das Ziel »all« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake/scripts' | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake' | |
make[3]: Für das Ziel »all-am« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/cmake' | |
Making all in dune | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune' | |
Making all in common | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common' | |
Making all in . | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT debugallocator.lo -MD -MP -MF .deps/debugallocator.Tpo -c -o debugallocator.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/debugallocator.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT debugallocator.lo -MD -MP -MF .deps/debugallocator.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/debugallocator.cc -o debugallocator.o | |
mv -f .deps/debugallocator.Tpo .deps/debugallocator.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT fmatrixev.lo -MD -MP -MF .deps/fmatrixev.Tpo -c -o fmatrixev.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/fmatrixev.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT fmatrixev.lo -MD -MP -MF .deps/fmatrixev.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/fmatrixev.cc -o fmatrixev.o | |
mv -f .deps/fmatrixev.Tpo .deps/fmatrixev.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT dynmatrixev.lo -MD -MP -MF .deps/dynmatrixev.Tpo -c -o dynmatrixev.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/dynmatrixev.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT dynmatrixev.lo -MD -MP -MF .deps/dynmatrixev.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/dynmatrixev.cc -o dynmatrixev.o | |
mv -f .deps/dynmatrixev.Tpo .deps/dynmatrixev.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT ios_state.lo -MD -MP -MF .deps/ios_state.Tpo -c -o ios_state.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/ios_state.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT ios_state.lo -MD -MP -MF .deps/ios_state.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/ios_state.cc -o ios_state.o | |
mv -f .deps/ios_state.Tpo .deps/ios_state.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT parametertree.lo -MD -MP -MF .deps/parametertree.Tpo -c -o parametertree.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/parametertree.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT parametertree.lo -MD -MP -MF .deps/parametertree.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/parametertree.cc -o parametertree.o | |
mv -f .deps/parametertree.Tpo .deps/parametertree.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT parametertreeparser.lo -MD -MP -MF .deps/parametertreeparser.Tpo -c -o parametertreeparser.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/parametertreeparser.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT parametertreeparser.lo -MD -MP -MF .deps/parametertreeparser.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/parametertreeparser.cc -o parametertreeparser.o | |
mv -f .deps/parametertreeparser.Tpo .deps/parametertreeparser.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT path.lo -MD -MP -MF .deps/path.Tpo -c -o path.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/path.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT path.lo -MD -MP -MF .deps/path.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/path.cc -o path.o | |
mv -f .deps/path.Tpo .deps/path.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c -o exceptions.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/exceptions.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT exceptions.lo -MD -MP -MF .deps/exceptions.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/exceptions.cc -o exceptions.o | |
mv -f .deps/exceptions.Tpo .deps/exceptions.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT stdstreams.lo -MD -MP -MF .deps/stdstreams.Tpo -c -o stdstreams.lo /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/stdstreams.cc | |
libtool: compile: g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common -I../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT stdstreams.lo -MD -MP -MF .deps/stdstreams.Tpo -c /home/mblatt/src/dune/opm-amg-opt/dune-common/dune/common/stdstreams.cc -o stdstreams.o | |
mv -f .deps/stdstreams.Tpo .deps/stdstreams.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++-4.4 -std=c++0x -g -O0 -o libcommon.la debugallocator.lo fmatrixev.lo dynmatrixev.lo ios_state.lo parametertree.lo parametertreeparser.lo path.lo exceptions.lo stdstreams.lo -llapack -lcblas -lf77blas -latlas -lm -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../.. -lgfortranbegin -lgfortran -lm -lm | |
libtool: link: ar cru .libs/libcommon.a debugallocator.o fmatrixev.o dynmatrixev.o ios_state.o parametertree.o parametertreeparser.o path.o exceptions.o stdstreams.o | |
libtool: link: ranlib .libs/libcommon.a | |
libtool: link: ( cd ".libs" && rm -f "libcommon.la" && ln -s "../libcommon.la" "libcommon.la" ) | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common' | |
Making all in test | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/test' | |
make[4]: Für das Ziel »all« ist nichts zu tun. | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/test' | |
Making all in parallel | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel' | |
Making all in test | |
make[5]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel/test' | |
make[5]: Für das Ziel »all« ist nichts zu tun. | |
make[5]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel/test' | |
make[5]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel' | |
make[5]: Für das Ziel »all-am« ist nichts zu tun. | |
make[5]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel' | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common/parallel' | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune/common' | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune' | |
make[3]: Für das Ziel »all-am« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/dune' | |
Making all in lib | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/lib' | |
/bin/bash ../libtool --tag=CXX --mode=link g++-4.4 -std=c++0x -g -O0 -o libdunecommon.la -rpath /usr/local/lib ../dune/common/libcommon.la -lm | |
libtool: link: (cd .libs/libdunecommon.lax/libcommon.a && ar x "/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/lib/../dune/common/.libs/libcommon.a") | |
libtool: link: ar cru .libs/libdunecommon.a .libs/libdunecommon.lax/libcommon.a/debugallocator.o .libs/libdunecommon.lax/libcommon.a/dynmatrixev.o .libs/libdunecommon.lax/libcommon.a/exceptions.o .libs/libdunecommon.lax/libcommon.a/fmatrixev.o .libs/libdunecommon.lax/libcommon.a/ios_state.o .libs/libdunecommon.lax/libcommon.a/parametertree.o .libs/libdunecommon.lax/libcommon.a/parametertreeparser.o .libs/libdunecommon.lax/libcommon.a/path.o .libs/libdunecommon.lax/libcommon.a/stdstreams.o | |
libtool: link: ranlib .libs/libdunecommon.a | |
libtool: link: rm -fr .libs/libdunecommon.lax | |
libtool: link: ( cd ".libs" && rm -f "libdunecommon.la" && ln -s "../libdunecommon.la" "libdunecommon.la" ) | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/lib' | |
Making all in doc | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc' | |
Making all in doxygen | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/doxygen' | |
make[3]: Für das Ziel »all« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/doxygen' | |
Making all in buildsystem | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/buildsystem' | |
make[3]: Für das Ziel »all« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/buildsystem' | |
Making all in comm | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm' | |
Making all in figures | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm/figures' | |
make[4]: Für das Ziel »all« ist nichts zu tun. | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm/figures' | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm' | |
make[4]: Für das Ziel »all-am« ist nichts zu tun. | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm' | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc/comm' | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc' | |
make[3]: Für das Ziel »all-am« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/doc' | |
Making all in bin | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/bin' | |
make[2]: Für das Ziel »all« ist nichts zu tun. | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/bin' | |
Making all in m4 | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/m4' | |
make[2]: Für das Ziel »all« ist nichts zu tun. | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/m4' | |
Making all in am | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/am' | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test' | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test' | |
--- dune-common done --- | |
----- using default flags $CONFIGURE_FLAGS from /home/mblatt/src/dune/opm-amg-opt/opm.opts ----- | |
--- calling configure for dune-istl --- | |
./configure CC=gcc-4.4 CXX=g++-4.4 F77=gfortran-4.4 FC=gfortran-4.4 --enable-static --disable-shared --with-agmg=/home/mblatt/src/3rdParty/AGMG_3.1.2/SRC CFLAGS='-O0 -g' CPPLAGS='-O0 -g -I/home/mblatt/src/dune/opm-amg-opt/dune-common -I/home/mblatt/src/dune/opm-amg-opt/dune-istl' FCFLAGS='-O0 -g' FFLAGS='-O0 -g' CXXFLAGS='-g -O0' "--with-dune-common=/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test" ACLOCAL_AMFLAGS="-I . -I m4 -I /home/mblatt/src/dune/opm-amg-opt/dune-common/m4" | |
configure: WARNING: unrecognized options: --with-agmg | |
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 how to create a pax tar archive... gnutar | |
checking whether make supports nested variables... yes | |
checking how to create a pax tar archive... (cached) gnutar | |
checking for inkscape... inkscape | |
checking for doxygen... doxygen | |
checking for latex... latex | |
checking for bibtex... bibtex | |
checking for dvipdf... dvipdf | |
checking for dvips... dvips | |
checking for wml... wml | |
checking for dot... dot | |
checking for perl... perl | |
checking for convert... convert | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for style of include used by make... GNU | |
checking for gcc... gcc-4.4 | |
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 gcc-4.4 accepts -g... yes | |
checking for gcc-4.4 option to accept ISO C89... none needed | |
checking dependency style of gcc-4.4... gcc3 | |
checking dependency style of gcc-4.4... (cached) gcc3 | |
checking how to run the C preprocessor... gcc-4.4 -E | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++-4.4 accepts -g... yes | |
checking dependency style of g++-4.4... gcc3 | |
checking dependency style of g++-4.4... (cached) gcc3 | |
checking how to run the C++ preprocessor... g++-4.4 -E | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether gfortran-4.4 accepts -g... yes | |
checking whether we are using the GNU Fortran compiler... yes | |
checking whether gfortran-4.4 accepts -g... yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc-4.4... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc-4.4 object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc-4.4 supports -fno-rtti -fno-exceptions... no | |
checking for gcc-4.4 option to produce PIC... -fPIC -DPIC | |
checking if gcc-4.4 PIC flag -fPIC -DPIC works... yes | |
checking if gcc-4.4 static flag -static works... yes | |
checking if gcc-4.4 supports -c -o file.o... yes | |
checking if gcc-4.4 supports -c -o file.o... (cached) yes | |
checking whether the gcc-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... g++-4.4 -E | |
checking for ld used by g++-4.4... /usr/bin/ld -m elf_x86_64 | |
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking whether the g++-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking for g++-4.4 option to produce PIC... -fPIC -DPIC | |
checking if g++-4.4 PIC flag -fPIC -DPIC works... yes | |
checking if g++-4.4 static flag -static works... yes | |
checking if g++-4.4 supports -c -o file.o... yes | |
checking if g++-4.4 supports -c -o file.o... (cached) yes | |
checking whether the g++-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gfortran-4.4 option to produce PIC... -fPIC | |
checking if gfortran-4.4 PIC flag -fPIC works... yes | |
checking if gfortran-4.4 static flag -static works... yes | |
checking if gfortran-4.4 supports -c -o file.o... yes | |
checking if gfortran-4.4 supports -c -o file.o... (cached) yes | |
checking whether the gfortran-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for gfortran-4.4 option to produce PIC... -fPIC | |
checking if gfortran-4.4 PIC flag -fPIC works... yes | |
checking if gfortran-4.4 static flag -static works... yes | |
checking if gfortran-4.4 supports -c -o file.o... yes | |
checking if gfortran-4.4 supports -c -o file.o... (cached) yes | |
checking whether the gfortran-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for ranlib... (cached) ranlib | |
checking how to get verbose linking output from gfortran-4.4... -v | |
checking for Fortran 77 libraries of gfortran-4.4... -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../.. -lgfortranbegin -lgfortran -lm | |
checking for dummy main to link with Fortran 77 libraries... none | |
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore | |
checking for sgemm_... no | |
checking for ATL_xerbla in -latlas... yes | |
checking for sgemm_ in -lf77blas... yes | |
checking for cblas_dgemm in -lcblas... yes | |
checking for cheev_... no | |
checking for cheev_ in -llapack... yes | |
checking how to get verbose linking output from gfortran-4.4... -v | |
checking for Fortran libraries of gfortran-4.4... -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../.. -lgfortranbegin -lgfortran -lm | |
checking for dummy main to link with Fortran libraries... none | |
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore | |
checking whether compiler is officially supported by DUNE... yes | |
checking whether g++-4.4 accepts -std=c++11... no | |
checking whether g++-4.4 accepts -std=c++0x... yes | |
checking whether static_assert is supported... yes | |
checking whether nullptr is supported... no | |
checking type_traits usability... yes | |
checking type_traits presence... yes | |
checking for type_traits... yes | |
checking tr1/type_traits usability... yes | |
checking tr1/type_traits presence... yes | |
checking for tr1/type_traits... yes | |
checking tuple usability... yes | |
checking tuple presence... yes | |
checking for tuple... yes | |
checking tr1/tuple usability... yes | |
checking tr1/tuple presence... yes | |
checking for tr1/tuple... yes | |
checking whether <array> C++0x is supported... yes | |
checking whether integral_constant conforming to C++11 is supported... no | |
checking whether std::hash from C++11 is supported... yes | |
checking whether std::tr1::hash from TR1 is supported... yes | |
checking memory usability... yes | |
checking memory presence... yes | |
checking for memory... yes | |
checking tr1/memory usability... yes | |
checking tr1/memory presence... yes | |
checking for tr1/memory... yes | |
checking boost/shared_ptr.hpp usability... yes | |
checking boost/shared_ptr.hpp presence... yes | |
checking for boost/shared_ptr.hpp... yes | |
checking the location of shared_ptr header file... | |
checking whether variadic templates are supported... yes | |
checking whether rvalue references are supported... yes | |
checking for C++11 std::conditional... yes | |
checking for boostlib >= 1.20.0... yes | |
checking whether SHARED_PTR_NAMESPACE (std) provides make_shared... yes | |
checking whether compiling C++ code works... yes | |
checking whether linking C++ objects works... yes | |
checking for __attribute__((deprecated))... yes | |
checking for __attribute__((deprecated("message")))... no | |
checking for __attribute__((unused))... yes | |
checking for abi::__cxa_demangle... yes | |
checking rpc/rpc.h usability... yes | |
checking rpc/rpc.h presence... yes | |
checking for rpc/rpc.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for GMP... configure: searching for GMP in /usr... | |
checking gmpxx.h usability... yes | |
checking gmpxx.h presence... yes | |
checking for gmpxx.h... yes | |
checking for __gmpz_abs in -L/usr/lib -lgmp... yes | |
checking for __gmpz_abs in -L/usr/lib -lgmpxx... yes | |
/usr | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking for string.h... (cached) yes | |
checking for pow in -lm... yes | |
checking for sqrt... yes | |
checking for strchr... yes | |
configure: creating ./config.lt | |
config.lt: creating libtool | |
checking for dune-common installation or source tree... testing /home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/CMakeCache.txt | |
found in /home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test | |
checking dune/common/stdstreams.hh usability... yes | |
checking dune/common/stdstreams.hh presence... yes | |
checking for dune/common/stdstreams.hh... yes | |
checking for libdunecommon... yes | |
checking for X... libraries , headers | |
checking for gethostbyname... yes | |
checking for connect... yes | |
checking for remove... yes | |
checking for shmat... yes | |
checking for IceConnectionNumber in -lICE... yes | |
checking for ParMETIS library... failed | |
checking for METIS library... yes | |
checking for METIS_PartMeshDual in -lmetis... no | |
checking for metis.h... yes | |
checking METIS in /usr... failed | |
checking slu_ddefs.h usability... yes | |
checking slu_ddefs.h presence... yes | |
checking for slu_ddefs.h... yes | |
checking for dgssvx in -lsuperlu... yes | |
checking whether SLU_DOUBLE is declared... no | |
checking SuperLU... yes (version 4.2 or older, post 2005) | |
checking for mem_usage_t.expansions... yes | |
checking for SuperLUDist library... /usr/local/SRC | |
checking superlu_ddefs.h usability... no | |
checking superlu_ddefs.h presence... no | |
checking for superlu_ddefs.h... no | |
configure: WARNING: superlu_ddefs.h not found in /usr/local/SRC with -I/usr/local/SRC | |
checking SuperLUDist in /usr/local... failed | |
checking for boostlib >= 1.20.0... yes | |
checking whether the Boost::FUSION library is available... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating cmake/Makefile | |
config.status: creating cmake/modules/Makefile | |
config.status: creating cmake/pkg/Makefile | |
config.status: creating doc/doxygen/Makefile | |
config.status: creating doc/doxygen/Doxyfile | |
config.status: creating doc/Makefile | |
config.status: creating dune/istl/paamg/test/Makefile | |
config.status: creating dune/istl/paamg/Makefile | |
config.status: creating dune/istl/tutorial/Makefile | |
config.status: creating dune/istl/test/Makefile | |
config.status: creating dune/istl/Makefile | |
config.status: creating dune/Makefile | |
config.status: creating lib/Makefile | |
config.status: creating m4/Makefile | |
config.status: creating dune-istl.pc | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: WARNING: unrecognized options: --with-agmg | |
Found the following Dune-components: | |
---------------------------------------- | |
dune-common.............: version 2.3-svn | |
BLAS....................: yes | |
GMP.....................: yes | |
METIS...................: no | |
MPI.....................: no | |
ParMETIS................: no | |
SuperLU-DIST............: no | |
SuperLU.................: yes (version 4.2 or older, post 2005) | |
---------------------------------------- | |
See ./configure --help and config.log for reasons why a component wasn't found | |
--- dune-istl done --- | |
WARNING: commandline parameters will overwrite setting in opts file "/home/mblatt/src/dune/opm-amg-opt/opm.opts" | |
--- calling make for dune-istl --- | |
make "clean" "all" | |
Making clean in m4 | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/m4' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/m4' | |
Making clean in lib | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/lib' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/lib' | |
Making clean in doc | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc' | |
Making clean in doxygen | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc/doxygen' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc/doxygen' | |
Making clean in . | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc' | |
rm -rf .libs _libs | |
test -z "*.aux *.bbl *.blg *.log *.out *.toc *.dvi" || rm -f *.aux *.bbl *.blg *.log *.out *.toc *.dvi | |
rm -rf auto | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc' | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc' | |
Making clean in dune | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune' | |
Making clean in istl | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl' | |
Making clean in paamg | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg' | |
Making clean in test | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg/test' | |
rm -f amgtest fastamg graphtest kamgtest twolevelmethodschwarztest twolevelmethodtest | |
rm -rf .libs _libs | |
rm -f *.o | |
rm -f *.lo | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg/test' | |
Making clean in . | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg' | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg' | |
Making clean in test | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/test' | |
rm -f basearraytest bcrsbuildtest bvectortest complexrhstest dotproducttest iotest inverseoperator2prectest matrixiteratortest matrixtest matrixutilstest mmtest mv scaledidmatrixtest seqmatrixmarkettest vbvectortest superlutest superluztest superluctest superlustest overlappingschwarztest | |
rm -rf .libs _libs | |
rm -f *.o | |
rm -f *.lo | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/test' | |
Making clean in tutorial | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/tutorial' | |
rm -rf .libs _libs | |
rm -f example | |
rm -f *.o | |
rm -f *.lo | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/tutorial' | |
Making clean in . | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl' | |
Making clean in . | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune' | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune' | |
Making clean in cmake | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake' | |
Making clean in pkg | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake/pkg' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake/pkg' | |
Making clean in modules | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake/modules' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake/modules' | |
Making clean in . | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake' | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake' | |
Making clean in . | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test' | |
rm -rf .libs _libs | |
rm -f *.lo | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test' | |
make all-recursive | |
make[1]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test' | |
Making all in cmake | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake' | |
Making all in modules | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake/modules' | |
make[3]: Für das Ziel »all« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake/modules' | |
Making all in pkg | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake/pkg' | |
make[3]: Für das Ziel »all« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake/pkg' | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake' | |
make[3]: Für das Ziel »all-am« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/cmake' | |
Making all in dune | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune' | |
Making all in istl | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl' | |
Making all in . | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl' | |
make[4]: Für das Ziel »all-am« ist nichts zu tun. | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl' | |
Making all in tutorial | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/tutorial' | |
g++-4.4 -std=c++0x -DHAVE_CONFIG_H -I. -I/home/mblatt/src/dune/opm-amg-opt/dune-istl/dune/istl/tutorial -I../../.. -I/home/mblatt/src/dune/opm-amg-opt/dune-common -I/home/mblatt/src/dune/opm-amg-opt/dune-common -I/home/mblatt/src/dune/opm-amg-opt/dune-istl -I/usr/include -DENABLE_BOOST -I/home/mblatt/src/dune/opm-amg-opt/dune-common -I/home/mblatt/src/dune/opm-amg-opt/dune-common -g -O0 -MT example-example.o -MD -MP -MF .deps/example-example.Tpo -c -o example-example.o `test -f 'example.cc' || echo '/home/mblatt/src/dune/opm-amg-opt/dune-istl/dune/istl/tutorial/'`example.cc | |
mv -f .deps/example-example.Tpo .deps/example-example.Po | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++-4.4 -std=c++0x -g -O0 /home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/lib/libdunecommon.la -o example example-example.o -lm | |
libtool: link: g++-4.4 -std=c++0x -g -O0 -o example example-example.o /home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test/lib/.libs/libdunecommon.a -llapack -lcblas -lf77blas -latlas -lgfortranbegin -lgfortran -lm | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/tutorial' | |
Making all in test | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/test' | |
make[4]: Für das Ziel »all« ist nichts zu tun. | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/test' | |
Making all in paamg | |
make[4]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg' | |
Making all in test | |
make[5]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg/test' | |
make[5]: Für das Ziel »all« ist nichts zu tun. | |
make[5]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg/test' | |
make[5]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg' | |
make[5]: Für das Ziel »all-am« ist nichts zu tun. | |
make[5]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg' | |
make[4]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl/paamg' | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune/istl' | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune' | |
make[3]: Für das Ziel »all-am« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/dune' | |
Making all in doc | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc' | |
Making all in doxygen | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc/doxygen' | |
make[3]: Für das Ziel »all« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc/doxygen' | |
make[3]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc' | |
make[3]: Für das Ziel »all-am« ist nichts zu tun. | |
make[3]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/doc' | |
Making all in lib | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/lib' | |
make[2]: Für das Ziel »all« ist nichts zu tun. | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/lib' | |
Making all in m4 | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/m4' | |
make[2]: Für das Ziel »all« ist nichts zu tun. | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test/m4' | |
make[2]: Entering directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test' | |
make[2]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test' | |
make[1]: Leaving directory `/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test' | |
--- dune-istl done --- | |
----- using default flags $CONFIGURE_FLAGS from /home/mblatt/src/dune/opm-amg-opt/opm.opts ----- | |
--- calling configure for opm-core --- | |
./configure CC=gcc-4.4 CXX=g++-4.4 F77=gfortran-4.4 FC=gfortran-4.4 --enable-static --disable-shared --with-agmg=/home/mblatt/src/3rdParty/AGMG_3.1.2/SRC CFLAGS='-O0 -g' CPPLAGS='-O0 -g -I/home/mblatt/src/dune/opm-amg-opt/dune-common -I/home/mblatt/src/dune/opm-amg-opt/dune-istl' FCFLAGS='-O0 -g' FFLAGS='-O0 -g' CXXFLAGS='-g -O0' "--with-dune-common=/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test" "--with-dune-istl=/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test" ACLOCAL_AMFLAGS="-I . -I m4 -I /home/mblatt/src/dune/opm-amg-opt/dune-common/m4 -I /home/mblatt/src/dune/opm-amg-opt/dune-istl/m4" | |
configure: warning: unrecognized option: `--disable-shared' | |
configure: warning: unrecognized option: `--with-agmg' | |
--- calling CMake --- | |
env "F77=gfortran-4.4" "CPPLAGS=-O0 -g -I/home/mblatt/src/dune/opm-amg-opt/dune-common -I/home/mblatt/src/dune/opm-amg-opt/dune-istl" "FCFLAGS=-O0 -g" cmake "/home/mblatt/src/dune/opm-amg-opt/opm-core" "-DCMAKE_INSTALL_PREFIX=/usr/local" -DCMAKE_C_COMPILER="gcc-4.4" -DCMAKE_C_FLAGS="-O0 -g" -DCMAKE_CXX_COMPILER="g++-4.4" -DCMAKE_CXX_FLAGS="-g -O0" -DCMAKE_Fortran_COMPILER="gfortran-4.4" -DCMAKE_Fortran_FLAGS="-O0 -g" -DBUILD_SHARED_LIBS:BOOL=OFF "-DDUNE_COMMON_ROOT=/home/mblatt/src/dune/opm-amg-opt/dune-common/opm-test" "-DDUNE_ISTL_ROOT=/home/mblatt/src/dune/opm-amg-opt/dune-istl/opm-test" | |
CMake Error: your C compiler: "/home/mblatt/src/dune/opm-amg-opt/opm-core/opm-test/gcc-4.4" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. | |
CMake Error: your CXX compiler: "/home/mblatt/src/dune/opm-amg-opt/opm-core/opm-test/g++-4.4" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. | |
CMake Error: your C compiler: "/home/mblatt/src/dune/opm-amg-opt/opm-core/opm-test/gcc-4.4" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name. | |
CMake Error: your CXX compiler: "/home/mblatt/src/dune/opm-amg-opt/opm-core/opm-test/g++-4.4" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. | |
-- CMake version: 2.8.9 | |
-- Linux distribution: Debian GNU/Linux 7 (wheezy) | |
-- Target architecture: x86_64 | |
-- Source code repository: git 0b9834b*% | |
-- GNU C++ compiler version: sh: 1: /home/mblatt/src/dune/opm-amg-opt/opm-core/opm-test/g++-4.4: not found | |
-- Linker: ld 2.22 | |
-- Precompiled headers: disabled | |
-- Build type: Release | |
-- All warnings enabled: -Wall | |
-- OpenMP: disabled | |
-- Finding package C99 using module mode | |
-- Finding package CXX11Features using module mode | |
-- Finding package Boost using module mode | |
-- Boost version: 1.49.0 | |
-- Found the following Boost libraries: | |
-- date_time | |
-- filesystem | |
-- system | |
-- unit_test_framework | |
-- Finding package BLAS using module mode | |
-- A library with BLAS API found. | |
-- Finding package LAPACK using module mode | |
-- A library with BLAS API found. | |
-- A library with LAPACK API found. | |
-- Finding package SuiteSparse using module mode | |
-- Finding package SuperLU using module mode | |
-- Finding package TinyXML using module mode | |
-- Could NOT find TinyXML (missing: TinyXML_INCLUDE_DIR TinyXML_LIBRARY HAVE_TINYXML) | |
-- Finding package ERT using module mode | |
-- Could NOT find ERT (missing: ERT_INCLUDE_DIR ERT_LIBRARY) | |
-- Finding package dune-common using module mode | |
-- Finding package CxaDemangle using module mode | |
-- Version 2.3.0 of dune-common from /home/mblatt/src/dune/opm-amg-opt/dune-common/dune.module | |
-- Finding package dune-istl using module mode | |
-- Version 2.3.0 of dune-istl from /home/mblatt/src/dune/opm-amg-opt/dune-istl/dune.module | |
-- Looking for strip utility | |
-- Looking for strip utility - found | |
-- Writing config file "/home/mblatt/src/dune/opm-amg-opt/opm-core/opm-test/config.h"... | |
-- This build defaults to installing in /usr/local | |
-- ERT test disabled, since ERT is not found. | |
-- Writing libtool archive for opmcore | |
-- Configuring incomplete, errors occurred! | |
You have changed variables that require your cache to be deleted. | |
Configure will be re-run and you may have to reset some variables. | |
The following variables have changed: | |
CMAKE_C_COMPILER= gcc-4.4 | |
CMAKE_CXX_COMPILER= g++-4.4 | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
CMAKE_Fortran_COMPILER | |
-- Build files have been written to: /home/mblatt/src/dune/opm-amg-opt/opm-core/opm-test | |
--- Failed to build opm-core --- | |
Terminating dunecontrol due to previous errors! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment