Skip to content

Instantly share code, notes, and snippets.

@blattms
Created October 5, 2012 08:54
Show Gist options
  • Save blattms/3838822 to your computer and use it in GitHub Desktop.
Save blattms/3838822 to your computer and use it in GitHub Desktop.
opm-core issue #46linking with boost-filesystem fails since commit e79dba271452721cc807b4d891ddbead1ed1ac78
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by OPM Core Library configure 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure F77=gfortran-4.4 FC=gfortran-4.4 --with-agmg=/home/mblatt/src/3rdParty/AGMG_3.1.2/SRC CFLAGS=-DNDEBUG -O4 -Wall CXXFLAGS=-DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 LDFLAGS=-L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs ACLOCAL_AMFLAGS=-I . -I m4
## --------- ##
## Platform. ##
## --------- ##
hostname = legolas
uname -m = x86_64
uname -r = 3.2.0-3-amd64
uname -s = Linux
uname -v = #1 SMP Mon Jul 23 02:45:17 UTC 2012
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/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/mblatt/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /home/mblatt/opt/cuda/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2864: checking for a BSD-compatible install
configure:2932: result: /usr/bin/install -c
configure:2943: checking whether build environment is sane
configure:2993: result: yes
configure:3134: checking for a thread-safe mkdir -p
configure:3173: result: /bin/mkdir -p
configure:3186: checking for gawk
configure:3202: found /usr/bin/gawk
configure:3213: result: gawk
configure:3224: checking whether make sets $(MAKE)
configure:3246: result: yes
configure:3338: checking whether make supports nested variables
configure:3355: result: yes
configure:3381: checking for style of include used by make
configure:3409: result: GNU
configure:3480: checking for gcc
configure:3496: found /usr/bin/gcc
configure:3507: result: gcc
configure:3736: checking for C compiler version
configure:3745: gcc --version >&5
gcc (Debian 4.7.1-7) 4.7.1
Copyright (C) 2012 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:3756: $? = 0
configure:3745: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.1-7' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.1 (Debian 4.7.1-7)
configure:3756: $? = 0
configure:3745: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3756: $? = 4
configure:3745: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3756: $? = 4
configure:3776: checking whether the C compiler works
configure:3798: gcc -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c >&5
configure:3802: $? = 0
configure:3850: result: yes
configure:3853: checking for C compiler default output file name
configure:3855: result: a.out
configure:3861: checking for suffix of executables
configure:3868: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c >&5
configure:3872: $? = 0
configure:3894: result:
configure:3916: checking whether we are cross compiling
configure:3924: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c >&5
configure:3928: $? = 0
configure:3935: ./conftest
configure:3939: $? = 0
configure:3954: result: no
configure:3959: checking for suffix of object files
configure:3981: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:3985: $? = 0
configure:4006: result: o
configure:4010: checking whether we are using the GNU C compiler
configure:4029: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:4029: $? = 0
configure:4038: result: yes
configure:4047: checking whether gcc accepts -g
configure:4067: gcc -c -g conftest.c >&5
configure:4067: $? = 0
configure:4108: result: yes
configure:4125: checking for gcc option to accept ISO C89
configure:4188: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:4188: $? = 0
configure:4201: result: none needed
configure:4223: checking dependency style of gcc
configure:4334: result: gcc3
configure:4399: checking for ar
configure:4415: found /usr/bin/ar
configure:4426: result: ar
configure:4452: checking the archiver (ar) interface
configure:4462: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:4462: $? = 0
configure:4464: ar cru libconftest.a conftest.o >&5
configure:4467: $? = 0
configure:4490: result: ar
configure:4565: checking for gcc
configure:4592: result: gcc
configure:4821: checking for C compiler version
configure:4830: gcc --version >&5
gcc (Debian 4.7.1-7) 4.7.1
Copyright (C) 2012 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:4841: $? = 0
configure:4830: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.1-7' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.1 (Debian 4.7.1-7)
configure:4841: $? = 0
configure:4830: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4841: $? = 4
configure:4830: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4841: $? = 4
configure:4845: checking whether we are using the GNU C compiler
configure:4873: result: yes
configure:4882: checking whether gcc accepts -g
configure:4943: result: yes
configure:4960: checking for gcc option to accept ISO C89
configure:5036: result: none needed
configure:5058: checking dependency style of gcc
configure:5169: result: gcc3
configure:5185: checking whether gcc and cc understand -c and -o together
configure:5216: gcc -c conftest.c -o conftest2.o >&5
configure:5220: $? = 0
configure:5226: gcc -c conftest.c -o conftest2.o >&5
configure:5230: $? = 0
configure:5241: cc -c conftest.c >&5
configure:5245: $? = 0
configure:5253: cc -c conftest.c -o conftest2.o >&5
configure:5257: $? = 0
configure:5263: cc -c conftest.c -o conftest2.o >&5
configure:5267: $? = 0
configure:5285: result: yes
configure:5341: checking build system type
configure:5355: result: x86_64-unknown-linux-gnu
configure:5375: checking host system type
configure:5388: result: x86_64-unknown-linux-gnu
configure:5429: checking how to print strings
configure:5456: result: printf
configure:5477: checking for a sed that does not truncate output
configure:5541: result: /bin/sed
configure:5559: checking for grep that handles long lines and -e
configure:5617: result: /bin/grep
configure:5622: checking for egrep
configure:5684: result: /bin/grep -E
configure:5689: checking for fgrep
configure:5751: result: /bin/grep -F
configure:5786: checking for ld used by gcc
configure:5853: result: /usr/bin/ld
configure:5860: checking if the linker (/usr/bin/ld) is GNU ld
configure:5875: result: yes
configure:5887: checking for BSD- or MS-compatible name lister (nm)
configure:5936: result: /usr/bin/nm -B
configure:6066: checking the name lister (/usr/bin/nm -B) interface
configure:6073: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:6076: /usr/bin/nm -B "conftest.o"
configure:6079: output
0000000000000000 B some_variable
configure:6086: result: BSD nm
configure:6089: checking whether ln -s works
configure:6093: result: yes
configure:6101: checking the maximum length of command line arguments
configure:6231: result: 1572864
configure:6248: checking whether the shell understands some XSI constructs
configure:6258: result: yes
configure:6262: checking whether the shell understands "+="
configure:6268: result: yes
configure:6303: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6343: result: func_convert_file_noop
configure:6350: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6370: result: func_convert_file_noop
configure:6377: checking for /usr/bin/ld option to reload object files
configure:6384: result: -r
configure:6458: checking for objdump
configure:6474: found /usr/bin/objdump
configure:6485: result: objdump
configure:6517: checking how to recognize dependent libraries
configure:6715: result: pass_all
configure:6800: checking for dlltool
configure:6830: result: no
configure:6860: checking how to associate runtime and link libraries
configure:6887: result: printf %s\n
configure:7011: checking for archiver @FILE support
configure:7028: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:7028: $? = 0
configure:7031: ar cru libconftest.a @conftest.lst >&5
configure:7034: $? = 0
configure:7039: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:7042: $? = 1
configure:7054: result: @
configure:7112: checking for strip
configure:7128: found /usr/bin/strip
configure:7139: result: strip
configure:7211: checking for ranlib
configure:7227: found /usr/bin/ranlib
configure:7238: result: ranlib
configure:7340: checking command to parse /usr/bin/nm -B output from gcc object
configure:7460: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:7463: $? = 0
configure:7467: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7470: $? = 0
configure:7536: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c conftstm.o >&5
configure:7539: $? = 0
configure:7577: result: ok
configure:7614: checking for sysroot
configure:7644: result: no
configure:7721: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:7724: $? = 0
configure:7900: checking for mt
configure:7916: found /bin/mt
configure:7927: result: mt
configure:7950: checking if mt is a manifest tool
configure:7956: mt '-?'
configure:7964: result: no
configure:8606: checking how to run the C preprocessor
configure:8637: gcc -E conftest.c
configure:8637: $? = 0
configure:8651: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8651: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8676: result: gcc -E
configure:8696: gcc -E conftest.c
configure:8696: $? = 0
configure:8710: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8710: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8739: checking for ANSI C header files
configure:8759: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8759: $? = 0
configure:8832: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c >&5
configure:8832: $? = 0
configure:8832: ./conftest
configure:8832: $? = 0
configure:8843: result: yes
configure:8856: checking for sys/types.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8856: checking for sys/stat.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8856: checking for stdlib.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8856: checking for string.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8856: checking for memory.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8856: checking for strings.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8856: checking for inttypes.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8856: checking for stdint.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8856: checking for unistd.h
configure:8856: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8856: $? = 0
configure:8856: result: yes
configure:8870: checking for dlfcn.h
configure:8870: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:8870: $? = 0
configure:8870: result: yes
configure:9076: checking for objdir
configure:9091: result: .libs
configure:9358: checking if gcc supports -fno-rtti -fno-exceptions
configure:9376: gcc -c -DNDEBUG -O4 -Wall -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:9380: $? = 0
configure:9393: result: no
configure:9720: checking for gcc option to produce PIC
configure:9727: result: -fPIC -DPIC
configure:9735: checking if gcc PIC flag -fPIC -DPIC works
configure:9753: gcc -c -DNDEBUG -O4 -Wall -fPIC -DPIC -DPIC conftest.c >&5
configure:9757: $? = 0
configure:9770: result: yes
configure:9799: checking if gcc static flag -static works
configure:9827: result: yes
configure:9842: checking if gcc supports -c -o file.o
configure:9863: gcc -c -DNDEBUG -O4 -Wall -o out/conftest2.o conftest.c >&5
configure:9867: $? = 0
configure:9889: result: yes
configure:9897: checking if gcc supports -c -o file.o
configure:9944: result: yes
configure:9977: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11134: result: yes
configure:11171: checking whether -lc should be explicitly linked in
configure:11179: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:11182: $? = 0
configure:11197: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11200: $? = 0
configure:11214: result: no
configure:11374: checking dynamic linker characteristics
configure:11874: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11874: $? = 0
configure:12108: result: GNU/Linux ld.so
configure:12215: checking how to hardcode library paths into programs
configure:12240: result: immediate
configure:12780: checking whether stripping libraries is possible
configure:12785: result: yes
configure:12820: checking if libtool supports shared libraries
configure:12822: result: yes
configure:12825: checking whether to build shared libraries
configure:12846: result: yes
configure:12849: checking whether to build static libraries
configure:12853: result: yes
configure:12947: checking for g++
configure:12963: found /usr/bin/g++
configure:12974: result: g++
configure:13001: checking for C++ compiler version
configure:13010: g++ --version >&5
g++ (Debian 4.7.1-7) 4.7.1
Copyright (C) 2012 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:13021: $? = 0
configure:13010: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.1-7' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.1 (Debian 4.7.1-7)
configure:13021: $? = 0
configure:13010: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:13021: $? = 4
configure:13010: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:13021: $? = 4
configure:13025: checking whether we are using the GNU C++ compiler
configure:13044: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 conftest.cpp >&5
configure:13044: $? = 0
configure:13053: result: yes
configure:13062: checking whether g++ accepts -g
configure:13082: g++ -c -g conftest.cpp >&5
configure:13082: $? = 0
configure:13123: result: yes
configure:13148: checking dependency style of g++
configure:13259: result: gcc3
configure:13293: checking how to run the C++ preprocessor
configure:13320: g++ -E conftest.cpp
configure:13320: $? = 0
configure:13334: g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13334: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13359: result: g++ -E
configure:13379: g++ -E conftest.cpp
configure:13379: $? = 0
configure:13393: g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13393: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13562: checking for ld used by g++
configure:13629: result: /usr/bin/ld -m elf_x86_64
configure:13636: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13651: result: yes
configure:13706: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14708: result: yes
configure:14744: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 conftest.cpp >&5
configure:14747: $? = 0
configure:15267: checking for g++ option to produce PIC
configure:15274: result: -fPIC -DPIC
configure:15282: checking if g++ PIC flag -fPIC -DPIC works
configure:15300: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15304: $? = 0
configure:15317: result: yes
configure:15340: checking if g++ static flag -static works
configure:15368: result: yes
configure:15380: checking if g++ supports -c -o file.o
configure:15401: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -o out/conftest2.o conftest.cpp >&5
configure:15405: $? = 0
configure:15427: result: yes
configure:15432: checking if g++ supports -c -o file.o
configure:15479: result: yes
configure:15509: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15548: result: yes
configure:15689: checking dynamic linker characteristics
configure:16357: result: GNU/Linux ld.so
configure:16410: checking how to hardcode library paths into programs
configure:16435: result: immediate
configure:16580: checking for Fortran 77 compiler version
configure:16589: gfortran-4.4 --version >&5
GNU Fortran (Debian 4.4.7-2) 4.4.7
Copyright (C) 2010 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:16600: $? = 0
configure:16589: gfortran-4.4 -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.7-2' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.7 (Debian 4.4.7-2)
configure:16600: $? = 0
configure:16589: gfortran-4.4 -V >&5
gfortran-4.4: '-V' option must have argument
configure:16600: $? = 1
configure:16589: gfortran-4.4 -qversion >&5
gfortran-4.4: unrecognized option '-qversion'
gfortran-4.4: no input files
configure:16600: $? = 1
configure:16609: checking whether we are using the GNU Fortran 77 compiler
configure:16622: gfortran-4.4 -c conftest.F >&5
configure:16622: $? = 0
configure:16631: result: yes
configure:16637: checking whether gfortran-4.4 accepts -g
configure:16648: gfortran-4.4 -c -g conftest.f >&5
configure:16648: $? = 0
configure:16656: result: yes
configure:16792: checking if libtool supports shared libraries
configure:16794: result: yes
configure:16797: checking whether to build shared libraries
configure:16817: result: yes
configure:16820: checking whether to build static libraries
configure:16824: result: yes
configure:17145: checking for gfortran-4.4 option to produce PIC
configure:17152: result: -fPIC
configure:17160: checking if gfortran-4.4 PIC flag -fPIC works
configure:17178: gfortran-4.4 -c -g -O2 -fPIC conftest.f >&5
configure:17182: $? = 0
configure:17195: result: yes
configure:17218: checking if gfortran-4.4 static flag -static works
configure:17246: result: yes
configure:17258: checking if gfortran-4.4 supports -c -o file.o
configure:17279: gfortran-4.4 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:17283: $? = 0
configure:17305: result: yes
configure:17310: checking if gfortran-4.4 supports -c -o file.o
configure:17357: result: yes
configure:17387: checking whether the gfortran-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:18494: result: yes
configure:18635: checking dynamic linker characteristics
configure:19297: result: GNU/Linux ld.so
configure:19350: checking how to hardcode library paths into programs
configure:19375: result: immediate
configure:19513: checking for Fortran compiler version
configure:19522: gfortran-4.4 --version >&5
GNU Fortran (Debian 4.4.7-2) 4.4.7
Copyright (C) 2010 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:19533: $? = 0
configure:19522: gfortran-4.4 -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.7-2' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.7 (Debian 4.4.7-2)
configure:19533: $? = 0
configure:19522: gfortran-4.4 -V >&5
gfortran-4.4: '-V' option must have argument
configure:19533: $? = 1
configure:19522: gfortran-4.4 -qversion >&5
gfortran-4.4: unrecognized option '-qversion'
gfortran-4.4: no input files
configure:19533: $? = 1
configure:19542: checking whether we are using the GNU Fortran compiler
configure:19555: gfortran-4.4 -c conftest.F >&5
configure:19555: $? = 0
configure:19564: result: yes
configure:19570: checking whether gfortran-4.4 accepts -g
configure:19581: gfortran-4.4 -c -g conftest.f >&5
configure:19581: $? = 0
configure:19589: result: yes
configure:19728: checking if libtool supports shared libraries
configure:19730: result: yes
configure:19733: checking whether to build shared libraries
configure:19753: result: yes
configure:19756: checking whether to build static libraries
configure:19760: result: yes
configure:19794: gfortran-4.4 -c -g -O2 conftest.f >&5
configure:19797: $? = 0
configure:20226: checking for gfortran-4.4 option to produce PIC
configure:20233: result: -fPIC
configure:20241: checking if gfortran-4.4 PIC flag -fPIC works
configure:20259: gfortran-4.4 -c -g -O2 -fPIC conftest.f >&5
configure:20263: $? = 0
configure:20276: result: yes
configure:20299: checking if gfortran-4.4 static flag -static works
configure:20327: result: yes
configure:20339: checking if gfortran-4.4 supports -c -o file.o
configure:20360: gfortran-4.4 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:20364: $? = 0
configure:20386: result: yes
configure:20391: checking if gfortran-4.4 supports -c -o file.o
configure:20438: result: yes
configure:20468: checking whether the gfortran-4.4 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:21575: result: yes
configure:21716: checking dynamic linker characteristics
configure:22378: result: GNU/Linux ld.so
configure:22431: checking how to hardcode library paths into programs
configure:22456: result: immediate
configure:22493: checking how to get verbose linking output from gfortran-4.4
configure:22503: gfortran-4.4 -c -g -O2 conftest.f >&5
configure:22503: $? = 0
configure:22521: gfortran-4.4 -o conftest -g -O2 -v -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.f
Using built-in specs.
Target: x86_64-linux-gnu
Thread model: posix
gcc version 4.4.7 (Debian 4.4.7-2)
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/4.4.7/finclude -o /tmp/ccdq2JCd.s
GNU Fortran (Debian 4.4.7-2) version 4.4.7 (x86_64-linux-gnu)
compiled by GNU C version 4.4.7, GMP version 5.0.5, MPFR version 3.1.0-p10.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -V -Qy -o /tmp/ccwTRUgr.o /tmp/ccdq2JCd.s
GNU assembler version 2.22 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.22
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/collect2 --build-id --no-add-needed --eh-frame-hdr -m elf_x86_64 --hash-style=both -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/crtbegin.o -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -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/../../.. /tmp/ccwTRUgr.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.4.7/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crtn.o
configure:22604: result: -v
configure:22606: checking for Fortran 77 libraries of gfortran-4.4
configure:22629: gfortran-4.4 -o conftest -g -O2 -v -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.f
Using built-in specs.
Target: x86_64-linux-gnu
Thread model: posix
gcc version 4.4.7 (Debian 4.4.7-2)
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/4.4.7/finclude -o /tmp/ccUrlpwk.s
GNU Fortran (Debian 4.4.7-2) version 4.4.7 (x86_64-linux-gnu)
compiled by GNU C version 4.4.7, GMP version 5.0.5, MPFR version 3.1.0-p10.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -V -Qy -o /tmp/ccJSccjy.o /tmp/ccUrlpwk.s
GNU assembler version 2.22 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.22
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/collect2 --build-id --no-add-needed --eh-frame-hdr -m elf_x86_64 --hash-style=both -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/crtbegin.o -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -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/../../.. /tmp/ccJSccjy.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.4.7/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crtn.o
configure:22825: result: -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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
configure:22841: checking for dummy main to link with Fortran 77 libraries
configure:22875: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
configure:22875: $? = 0
configure:22920: result: none
configure:22953: checking for Fortran 77 name-mangling scheme
configure:22966: gfortran-4.4 -c -g -O2 conftest.f >&5
configure:22966: $? = 0
configure:23007: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c cfortran_test.o -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/tmp/cca2N7hI.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `foobar'
collect2: error: ld returned 1 exit status
configure:23007: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char foobar ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return foobar ();
| ;
| return 0;
| }
configure:23007: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c cfortran_test.o -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
configure:23007: $? = 0
configure:23065: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c cfortran_test.o -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
configure:23065: $? = 0
configure:23107: result: lower case, underscore, no extra underscore
configure:23282: checking if sgemm_ is being linked in already
configure:23310: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/tmp/ccUjKUuM.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `sgemm_'
collect2: error: ld returned 1 exit status
configure:23310: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:23315: result: no
configure:23322: checking for ATL_xerbla in -latlas
configure:23355: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -latlas -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/usr/bin/ld: cannot find -latlas
collect2: error: ld returned 1 exit status
configure:23355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ATL_xerbla ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return ATL_xerbla ();
| ;
| return 0;
| }
configure:23364: result: no
configure:23472: checking for sgemm_ in -lblas
configure:23505: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lblas -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
configure:23505: $? = 0
configure:23515: result: yes
configure:23519: checking for dgemm_ in -ldgemm
configure:23552: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -ldgemm -lblas -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/usr/bin/ld: cannot find -ldgemm
collect2: error: ld returned 1 exit status
configure:23552: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return dgemm_ ();
| ;
| return 0;
| }
configure:23562: result: no
configure:23624: checking for sgemm_ in -lmkl
configure:23657: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lmkl -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/usr/bin/ld: cannot find -lmkl
collect2: error: ld returned 1 exit status
configure:23657: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:23667: result: no
configure:23678: checking for sgemm_ in -framework vecLib
configure:23706: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -framework vecLib -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
gcc: error: unrecognized command line option '-framework'
gcc: error: vecLib: No such file or directory
configure:23706: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:23711: result: no
configure:23719: checking for sgemm_ in -lcxml
configure:23752: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lcxml -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/usr/bin/ld: cannot find -lcxml
collect2: error: ld returned 1 exit status
configure:23752: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:23762: result: no
configure:23773: checking for sgemm_ in -ldxml
configure:23806: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -ldxml -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/usr/bin/ld: cannot find -ldxml
collect2: error: ld returned 1 exit status
configure:23806: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:23816: result: no
configure:23931: checking for sgemm_ in -lscs
configure:23964: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lscs -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/usr/bin/ld: cannot find -lscs
collect2: error: ld returned 1 exit status
configure:23964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:23974: result: no
configure:23985: checking for sgemm_ in -lcomplib.sgimath
configure:24018: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lcomplib.sgimath -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/usr/bin/ld: cannot find -lcomplib.sgimath
collect2: error: ld returned 1 exit status
configure:24018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:24028: result: no
configure:24039: checking for sgemm_ in -lblas
configure:24082: result: yes
configure:24086: checking for sgemm_ in -lessl
configure:24119: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lessl -lblas -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/usr/bin/ld: cannot find -lessl
collect2: error: ld returned 1 exit status
configure:24119: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sgemm_ ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return sgemm_ ();
| ;
| return 0;
| }
configure:24129: result: no
configure:24142: checking for sgemm_ in -lblas
configure:24185: result: yes
configure:24302: checking for cheev_
configure:24302: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lblas -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
/tmp/ccW34BFq.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `cheev_'
collect2: error: ld returned 1 exit status
configure:24302: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| /* end confdefs.h. */
| /* Define cheev_ to an innocuous variant, in case <limits.h> declares cheev_.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define cheev_ innocuous_cheev_
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char cheev_ (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef cheev_
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cheev_ ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_cheev_ || defined __stub___cheev_
| choke me
| #endif
|
| int
| main ()
| {
| return cheev_ ();
| ;
| return 0;
| }
configure:24302: result: no
configure:24315: checking for cheev_ in -llapack
configure:24348: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -llapack -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 -lblas >&5
configure:24348: $? = 0
configure:24358: result: yes
configure:24381: checking for installed dune-common headers
configure:24418: g++ -o conftest -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.cpp >&5
In file included from conftest.cpp:27:0:
/home/mblatt/src/dune/2.2/dune-common-2.2.0/dune/common/fvector.hh:20:2: warning: #warning The FieldVector class exports its size by the enum member 'size'. This behavior is deprecated. In the future, 'size' will be a method, which puts it in compliance with the stl conventions. To enable the new behavior (and get rid of this warning), build your Dune with --enable-fieldvector-size-is-method. If you do need the vector size as an enum, use 'dimension'. [-Wcpp]
conftest.cpp: In function 'int main()':
conftest.cpp:45:33: warning: variable 'w' set but not used [-Wunused-but-set-variable]
configure:24418: $? = 0
configure:24433: result: yes
configure:24515: checking for sgemm_ in -lblas
configure:24543: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lblas -ldunecommon -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 >&5
configure:24543: $? = 0
configure:24550: result: yes
configure:25365: checking how to get verbose linking output from gfortran-4.4
configure:25375: gfortran-4.4 -c -g -O2 conftest.f >&5
configure:25375: $? = 0
configure:25393: gfortran-4.4 -o conftest -g -O2 -v -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.f -ldunecommon
Using built-in specs.
Target: x86_64-linux-gnu
Thread model: posix
gcc version 4.4.7 (Debian 4.4.7-2)
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/4.4.7/finclude -o /tmp/ccA69vkB.s
GNU Fortran (Debian 4.4.7-2) version 4.4.7 (x86_64-linux-gnu)
compiled by GNU C version 4.4.7, GMP version 5.0.5, MPFR version 3.1.0-p10.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -V -Qy -o /tmp/ccNjdgwS.o /tmp/ccA69vkB.s
GNU assembler version 2.22 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.22
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/collect2 --build-id --no-add-needed --eh-frame-hdr -m elf_x86_64 --hash-style=both -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/crtbegin.o -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -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/../../.. /tmp/ccNjdgwS.o -ldunecommon -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.4.7/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crtn.o
configure:25476: result: -v
configure:25478: checking for Fortran libraries of gfortran-4.4
configure:25501: gfortran-4.4 -o conftest -g -O2 -v -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.f -ldunecommon
Using built-in specs.
Target: x86_64-linux-gnu
Thread model: posix
gcc version 4.4.7 (Debian 4.4.7-2)
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/4.4.7/finclude -o /tmp/cc4ilBnH.s
GNU Fortran (Debian 4.4.7-2) version 4.4.7 (x86_64-linux-gnu)
compiled by GNU C version 4.4.7, GMP version 5.0.5, MPFR version 3.1.0-p10.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
as -V -Qy -o /tmp/ccFEk1GY.o /tmp/cc4ilBnH.s
GNU assembler version 2.22 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.22
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/collect2 --build-id --no-add-needed --eh-frame-hdr -m elf_x86_64 --hash-style=both -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/crtbegin.o -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -L/usr/lib/gcc/x86_64-linux-gnu/4.4.7 -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/../../.. /tmp/ccFEk1GY.o -ldunecommon -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.4.7/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../../x86_64-linux-gnu/crtn.o
configure:25697: result: -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/../../.. -ldunecommon -lgfortranbegin -lgfortran -lm
configure:25713: checking for dummy main to link with Fortran libraries
configure:25755: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -ldunecommon -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/../../.. -ldunecommon -lgfortranbegin -lgfortran -lm >&5
configure:25755: $? = 0
configure:25808: result: none
configure:25841: checking for Fortran name-mangling scheme
configure:25854: gfortran-4.4 -c -g -O2 conftest.f >&5
configure:25854: $? = 0
configure:25903: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c cfortran_test.o -ldunecommon -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/../../.. -ldunecommon -lgfortranbegin -lgfortran -lm >&5
/tmp/cc29iYQ8.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `foobar'
collect2: error: ld returned 1 exit status
configure:25903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char foobar ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return foobar ();
| ;
| return 0;
| }
configure:25903: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c cfortran_test.o -ldunecommon -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/../../.. -ldunecommon -lgfortranbegin -lgfortran -lm >&5
configure:25903: $? = 0
configure:25969: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c cfortran_test.o -ldunecommon -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/../../.. -ldunecommon -lgfortranbegin -lgfortran -lm >&5
configure:25969: $? = 0
configure:26011: result: lower case, underscore, no extra underscore
configure:26025: checking for library containing sqrt
configure:26056: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -ldunecommon >&5
conftest.c:36:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
/tmp/ccsaUFuk.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
configure:26056: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqrt ();
| int
| main ()
| {
| return sqrt ();
| ;
| return 0;
| }
configure:26056: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
conftest.c:36:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
configure:26056: $? = 0
configure:26073: result: -lm
configure:26132: checking for boostlib >= 1.37
configure:26212: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -I/usr/include conftest.cpp >&5
configure:26212: $? = 0
configure:26214: result: yes
configure:26406: checking whether the Boost::System library is available
configure:26438: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -I/usr/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:43:3: warning: statement is a reference, not call, to function 'boost::system::system_category' [-Waddress]
conftest.cpp:43:3: warning: statement has no effect [-Wunused-value]
configure:26438: $? = 0
configure:26453: result: yes
configure:26469: checking for exit in -lboost_system-mt
configure:26502: gcc -o conftest -DNDEBUG -O4 -Wall -I/usr/include -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -L/usr/lib conftest.c -lboost_system-mt -lm -ldunecommon >&5
conftest.c:38:6: warning: conflicting types for built-in function 'exit' [enabled by default]
configure:26502: $? = 0
configure:26512: result: yes
configure:26679: checking whether the Boost::Date_Time library is available
configure:26711: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -I/usr/include conftest.cpp >&5
configure:26711: $? = 0
configure:26725: result: yes
configure:26738: checking for exit in -lboost_date_time-mt
configure:26771: gcc -o conftest -DNDEBUG -O4 -Wall -I/usr/include -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -L/usr/lib conftest.c -lboost_date_time-mt -lm -ldunecommon >&5
conftest.c:39:6: warning: conflicting types for built-in function 'exit' [enabled by default]
configure:26771: $? = 0
configure:26781: result: yes
configure:26945: checking whether the Boost::Filesystem library is available
configure:26977: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -I/usr/include conftest.cpp >&5
configure:26977: $? = 0
configure:26991: result: yes
configure:27003: checking for exit in -lboost_filesystem-mt
configure:27036: gcc -o conftest -DNDEBUG -O4 -Wall -I/usr/include -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -L/usr/lib conftest.c -lboost_filesystem-mt -lm -ldunecommon -lboost_system-mt >&5
conftest.c:40:6: warning: conflicting types for built-in function 'exit' [enabled by default]
configure:27036: $? = 0
configure:27046: result: yes
configure:27213: checking whether the Boost::Unit_Test_Framework library is available
configure:27244: g++ -c -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -I/usr/include conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:46:21: warning: unused variable 'test' [-Wunused-variable]
configure:27244: $? = 0
configure:27258: result: yes
configure:27434: checking for installed dune-istl headers
configure:27471: g++ -o conftest -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.cpp -lm -ldunecommon >&5
In file included from /home/mblatt/src/dune/2.2/dune-common-2.2.0/dune/common/shared_ptr.hh:15:0,
from /home/mblatt/src/dune/2.2/dune-istl-2.2.0/dune/istl/bcrsmatrix.hh:17,
from conftest.cpp:35:
/home/mblatt/src/dune/2.2/dune-common-2.2.0/dune/common/nullptr.hh:27:1: warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]
In file included from /home/mblatt/src/dune/2.2/dune-common-2.2.0/dune/common/fmatrix.hh:13:0,
from conftest.cpp:36:
/home/mblatt/src/dune/2.2/dune-common-2.2.0/dune/common/fvector.hh:20:2: warning: #warning The FieldVector class exports its size by the enum member 'size'. This behavior is deprecated. In the future, 'size' will be a method, which puts it in compliance with the stl conventions. To enable the new behavior (and get rid of this warning), build your Dune with --enable-fieldvector-size-is-method. If you do need the vector size as an enum, use 'dimension'. [-Wcpp]
configure:27471: $? = 0
configure:27486: result: yes
configure:27830: checking slu_ddefs.h usability
configure:27830: gcc -c -DNDEBUG -O4 -Wall -I/usr/include/superlu -DENABLE_SUPERLU conftest.c >&5
configure:27830: $? = 0
configure:27830: result: yes
configure:27830: checking slu_ddefs.h presence
configure:27830: gcc -E -I/usr/include/superlu -DENABLE_SUPERLU conftest.c
configure:27830: $? = 0
configure:27830: result: yes
configure:27830: checking for slu_ddefs.h
configure:27830: result: yes
configure:27852: checking for dgssvx in -lsuperlu
configure:27885: gcc -o conftest -DNDEBUG -O4 -Wall -I/usr/include/superlu -DENABLE_SUPERLU -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -L/usr/lib conftest.c -lsuperlu -lblas -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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 -ldunecommon >&5
/usr/bin/ld: warning: libblas.so.3gf, needed by /usr/lib/libsuperlu.so, may conflict with libblas.so.3
configure:27885: $? = 0
configure:27894: result: yes
configure:27947: checking whether SLU_DOUBLE is declared
configure:27947: gcc -c -DNDEBUG -O4 -Wall -I/usr/include/superlu -DENABLE_SUPERLU conftest.c >&5
conftest.c: In function 'main':
conftest.c:52:10: error: 'SLU_DOUBLE' undeclared (first use in this function)
conftest.c:52:10: note: each undeclared identifier is reported only once for each function it appears in
configure:27947: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| /* end confdefs.h. */
| #include <slu_ddefs.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| #ifndef SLU_DOUBLE
| #ifdef __cplusplus
| (void) SLU_DOUBLE;
| #else
| (void) SLU_DOUBLE;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:27947: result: no
configure:27961: checking SuperLU
configure:27976: result: yes (version 4.2 or older, post 2005)
configure:27982: checking for mem_usage_t.expansions
configure:27982: gcc -c -DNDEBUG -O4 -Wall -I/usr/include/superlu -DENABLE_SUPERLU conftest.c >&5
configure:27982: $? = 0
configure:27982: result: yes
configure:28092: checking whether gfortran-4.4 understands -c and -o together
configure:28110: gfortran-4.4 -g -O2 -c conftest.f -o conftest2.o >&5
configure:28114: $? = 0
configure:28121: gfortran-4.4 -g -O2 -c conftest.f -o conftest2.o >&5
configure:28125: $? = 0
configure:28133: result: yes
configure:28206: checking how to get verbose linking output from gfortran-4.4
configure:28317: result: -v
configure:28319: checking for Fortran libraries of gfortran-4.4
configure:28538: result: -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/../../.. -ldunecommon -lgfortranbegin -lgfortran -lm
configure:28566: checking float.h usability
configure:28566: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:28566: $? = 0
configure:28566: result: yes
configure:28566: checking float.h presence
configure:28566: gcc -E conftest.c
configure:28566: $? = 0
configure:28566: result: yes
configure:28566: checking for float.h
configure:28566: result: yes
configure:28566: checking limits.h usability
configure:28566: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:28566: $? = 0
configure:28566: result: yes
configure:28566: checking limits.h presence
configure:28566: gcc -E conftest.c
configure:28566: $? = 0
configure:28566: result: yes
configure:28566: checking for limits.h
configure:28566: result: yes
configure:28566: checking stddef.h usability
configure:28566: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:28566: $? = 0
configure:28566: result: yes
configure:28566: checking stddef.h presence
configure:28566: gcc -E conftest.c
configure:28566: $? = 0
configure:28566: result: yes
configure:28566: checking for stddef.h
configure:28566: result: yes
configure:28566: checking for stdlib.h
configure:28566: result: yes
configure:28566: checking for string.h
configure:28566: result: yes
configure:28579: checking suitesparse/umfpack.h usability
configure:28579: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:28579: $? = 0
configure:28579: result: yes
configure:28579: checking suitesparse/umfpack.h presence
configure:28579: gcc -E conftest.c
configure:28579: $? = 0
configure:28579: result: yes
configure:28579: checking for suitesparse/umfpack.h
configure:28579: result: yes
configure:28593: checking for stdbool.h that conforms to C99
configure:28676: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:112:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
conftest.c:116:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
conftest.c:116:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
conftest.c:116:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
conftest.c:116:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
conftest.c:116:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
conftest.c:116:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
conftest.c:116:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
conftest.c:116:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
conftest.c:117:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
conftest.c:117:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
conftest.c:117:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
configure:28676: $? = 0
configure:28683: result: yes
configure:28685: checking for _Bool
configure:28685: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:28685: $? = 0
configure:28685: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:99:20: error: expected expression before ')' token
configure:28685: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:28685: result: yes
configure:28702: checking for size_t
configure:28702: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:28702: $? = 0
configure:28702: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:21: error: expected expression before ')' token
configure:28702: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:28702: result: yes
configure:28713: checking for ptrdiff_t
configure:28713: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
configure:28713: $? = 0
configure:28713: gcc -c -DNDEBUG -O4 -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:101:24: error: expected expression before ')' token
configure:28713: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:28713: result: yes
configure:28728: checking for floor
configure:28728: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
conftest.c:73:6: warning: conflicting types for built-in function 'floor' [enabled by default]
configure:28728: $? = 0
configure:28728: result: yes
configure:28728: checking for memset
configure:28728: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
conftest.c:74:6: warning: conflicting types for built-in function 'memset' [enabled by default]
configure:28728: $? = 0
configure:28728: result: yes
configure:28728: checking for memmove
configure:28728: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
conftest.c:75:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
configure:28728: $? = 0
configure:28728: result: yes
configure:28728: checking for strchr
configure:28728: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
conftest.c:76:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
configure:28728: $? = 0
configure:28728: result: yes
configure:28728: checking for strtol
configure:28728: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
configure:28728: $? = 0
configure:28728: result: yes
configure:28728: checking for sqrt
configure:28728: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
conftest.c:78:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
configure:28728: $? = 0
configure:28728: result: yes
configure:28728: checking for pow
configure:28728: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
conftest.c:79:6: warning: conflicting types for built-in function 'pow' [enabled by default]
configure:28728: $? = 0
configure:28728: result: yes
configure:28737: checking for working strtod
configure:28778: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
configure:28778: $? = 0
configure:28778: ./conftest
configure:28778: $? = 0
configure:28788: result: yes
configure:28868: checking for library containing amd_free
configure:28915: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lm -ldunecommon >&5
/tmp/cchV4Yiz.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `amd_free'
collect2: error: ld returned 1 exit status
configure:28915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FLOOR 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRTOL 1
| #define HAVE_SQRT 1
| #define HAVE_POW 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char amd_free ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return amd_free ();
| ;
| return 0;
| }
configure:28915: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lamd -lm -ldunecommon >&5
configure:28915: $? = 0
configure:28932: result: -lamd
configure:28940: checking for library containing camd_free
configure:28987: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lamd -lm -ldunecommon >&5
/tmp/cctWE1aG.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `camd_free'
collect2: error: ld returned 1 exit status
configure:28987: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FLOOR 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRTOL 1
| #define HAVE_SQRT 1
| #define HAVE_POW 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char camd_free ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return camd_free ();
| ;
| return 0;
| }
configure:28987: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lcamd -lamd -lm -ldunecommon >&5
configure:28987: $? = 0
configure:29004: result: -lcamd
configure:29012: checking for library containing colamd_set_defaults
configure:29059: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lcamd -lamd -lm -ldunecommon >&5
/tmp/ccVYoS1N.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `colamd_set_defaults'
collect2: error: ld returned 1 exit status
configure:29059: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FLOOR 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRTOL 1
| #define HAVE_SQRT 1
| #define HAVE_POW 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char colamd_set_defaults ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return colamd_set_defaults ();
| ;
| return 0;
| }
configure:29059: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lcolamd -lcamd -lamd -lm -ldunecommon >&5
configure:29059: $? = 0
configure:29076: result: -lcolamd
configure:29084: checking for library containing ccolamd_set_defaults
configure:29131: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lcolamd -lcamd -lamd -lm -ldunecommon >&5
/tmp/ccg96KqV.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `ccolamd_set_defaults'
collect2: error: ld returned 1 exit status
configure:29131: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FLOOR 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRTOL 1
| #define HAVE_SQRT 1
| #define HAVE_POW 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ccolamd_set_defaults ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return ccolamd_set_defaults ();
| ;
| return 0;
| }
configure:29131: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lccolamd -lcolamd -lcamd -lamd -lm -ldunecommon >&5
configure:29131: $? = 0
configure:29148: result: -lccolamd
configure:29156: checking for library containing cholmod_l_start
configure:29203: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lccolamd -lcolamd -lcamd -lamd -lm -ldunecommon >&5
/tmp/ccsNhnw4.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `cholmod_l_start'
collect2: error: ld returned 1 exit status
configure:29203: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FLOOR 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRTOL 1
| #define HAVE_SQRT 1
| #define HAVE_POW 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cholmod_l_start ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return cholmod_l_start ();
| ;
| return 0;
| }
configure:29203: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lcholmod -lccolamd -lcolamd -lcamd -lamd -lm -ldunecommon >&5
configure:29203: $? = 0
configure:29220: result: -lcholmod
configure:29228: checking for library containing umfpack_dl_solve
configure:29275: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lcholmod -lccolamd -lcolamd -lcamd -lamd -lm -ldunecommon >&5
/tmp/cc4EOOLa.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `umfpack_dl_solve'
collect2: error: ld returned 1 exit status
configure:29275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FLOOR 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRTOL 1
| #define HAVE_SQRT 1
| #define HAVE_POW 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char umfpack_dl_solve ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return umfpack_dl_solve ();
| ;
| return 0;
| }
configure:29275: gcc -o conftest -DNDEBUG -O4 -Wall -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.c -lumfpack -lcholmod -lccolamd -lcolamd -lcamd -lamd -lm -ldunecommon >&5
configure:29275: $? = 0
configure:29292: result: -lumfpack
configure:29340: checking if the Boost.Test library can be linked statically
configure:29360: g++ -o conftest -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -I/usr/include -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.cpp -L/usr/lib -lboost_unit_test_framework-mt -lumfpack -lcholmod -lccolamd -lcolamd -lcamd -lamd -lm -ldunecommon >&5
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 0 has invalid symbol index 11
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 1 has invalid symbol index 12
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 2 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 3 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 4 has invalid symbol index 11
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 5 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 6 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 7 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 8 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 9 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 10 has invalid symbol index 12
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 11 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 12 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 13 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 14 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 15 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 16 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 17 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 18 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 19 has invalid symbol index 13
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 20 has invalid symbol index 20
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
configure:29360: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "OPM Core Library"
| #define PACKAGE_TARNAME "opmcore"
| #define PACKAGE_VERSION "0.1"
| #define PACKAGE_STRING "OPM Core Library 0.1"
| #define PACKAGE_BUGREPORT "atgeirr@sintef.no"
| #define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
| #define PACKAGE "opmcore"
| #define VERSION "0.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define HAVE_BLAS 1
| #define HAVE_LAPACK 1
| #define HAVE_DUNE_COMMON 1
| #define HAVE_BLAS 1
| #define OPM_HAVE_BOOST 1
| #define HAVE_BOOST_SYSTEM /**/
| #define HAVE_BOOST_DATE_TIME /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| #define HAVE_DUNE_ISTL 1
| #define HAVE_MEM_USAGE_T_EXPANSIONS 1
| #define HAVE_SUPERLU ENABLE_SUPERLU
| #define SUPERLU_POST_2005_VERSION 1
| #define HAVE_AGMG 1
| #define FC_FUNC(name,NAME) name ## _
| #define FC_FUNC_(name,NAME) name ## _
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SUITESPARSE_UMFPACK_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FLOOR 1
| #define HAVE_MEMSET 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRTOL 1
| #define HAVE_SQRT 1
| #define HAVE_POW 1
| /* end confdefs.h. */
|
| #define BOOST_TEST_MODULE OPM_DYNLINK_TEST
| #include <boost/test/unit_test.hpp>
|
| int f(int x) { return 2 * x; }
|
| BOOST_AUTO_TEST_CASE(DynlinkConfigureTest) {
| BOOST_CHECK_MESSAGE(f(2) == 4,
| "Apparently, multiplication doesn't "
| "work: f(2) = " << f(2));
| }
|
configure:29368: result: no
configure:29370: checking if the Boost.Test library can be linked dynamically
configure:29390: g++ -o conftest -DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0 -I/usr/include -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs conftest.cpp -L/usr/lib -lboost_unit_test_framework-mt -lumfpack -lcholmod -lccolamd -lcolamd -lcamd -lamd -lm -ldunecommon >&5
configure:29390: $? = 0
configure:29398: result: yes
configure:29590: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by OPM Core Library config.status 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on legolas
config.status:1333: creating Makefile
config.status:1333: creating tests/Makefile
config.status:1333: creating examples/Makefile
config.status:1333: creating tutorials/Makefile
config.status:1333: creating opm-core.pc
config.status:1333: creating lib/pkgconfig/opm-core.pc
config.status:1333: creating config.h
config.status:1562: executing depfiles commands
config.status:1562: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
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=set
ac_cv_env_CFLAGS_value='-DNDEBUG -O4 -Wall'
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=set
ac_cv_env_CXXFLAGS_value='-DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=set
ac_cv_env_F77_value=gfortran-4.4
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=gfortran-4.4
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs
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_f77_compiler_gnu=yes
ac_cv_f77_dummy_main=none
ac_cv_f77_libs=' -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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'
ac_cv_f77_mangling='lower case, underscore, no extra underscore'
ac_cv_fc_compiler_gnu=yes
ac_cv_fc_dummy_main=none
ac_cv_fc_libs=' -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/../../.. -ldunecommon -lgfortranbegin -lgfortran -lm'
ac_cv_fc_mangling='lower case, underscore, no extra underscore'
ac_cv_fortran_dummy_main=none
ac_cv_func_cheev_=no
ac_cv_func_floor=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_pow=yes
ac_cv_func_sqrt=yes
ac_cv_func_strchr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_have_decl_SLU_DOUBLE=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_slu_ddefs_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_suitesparse_umfpack_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_atlas_ATL_xerbla=no
ac_cv_lib_blas_sgemm_=yes
ac_cv_lib_boost_date_time_mt___exit=yes
ac_cv_lib_boost_filesystem_mt___exit=yes
ac_cv_lib_boost_system_mt___exit=yes
ac_cv_lib_complib_sgimath_sgemm_=no
ac_cv_lib_cxml_sgemm_=no
ac_cv_lib_dgemm_dgemm_=no
ac_cv_lib_dxml_sgemm_=no
ac_cv_lib_essl_sgemm_=no
ac_cv_lib_lapack___cheev_=yes
ac_cv_lib_mkl_sgemm_=no
ac_cv_lib_scs_sgemm_=no
ac_cv_lib_superlu_dgssvx=yes
ac_cv_member_mem_usage_t_expansions=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_f77_v=-v
ac_cv_prog_fc_c_o=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_fc_v=-v
ac_cv_prog_make_make_set=yes
ac_cv_search_amd_free=-lamd
ac_cv_search_camd_free=-lcamd
ac_cv_search_ccolamd_set_defaults=-lccolamd
ac_cv_search_cholmod_l_start=-lcholmod
ac_cv_search_colamd_set_defaults=-lcolamd
ac_cv_search_sqrt=-lm
ac_cv_search_umfpack_dl_solve=-lumfpack
ac_cv_type__Bool=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
ax_cv_boost_date_time=yes
ax_cv_boost_filesystem=yes
ax_cv_boost_system=yes
ax_cv_boost_unit_test_framework=yes
ax_cv_dune_common_available=yes
ax_cv_dune_istl_available=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_F77=-fPIC
lt_cv_prog_compiler_pic_FC=-fPIC
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_compiler_static_works_F77=yes
lt_cv_prog_compiler_static_works_FC=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
opm_cv_boost_link_dynamic=yes
opm_cv_boost_link_static=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/mblatt/src/dune/2.2/opm-core/missing --run aclocal-1.11'
AGMG_SRCDIR='/home/mblatt/src/3rdParty/AGMG_3.1.2/SRC'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/mblatt/src/dune/2.2/opm-core/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mblatt/src/dune/2.2/opm-core/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mblatt/src/dune/2.2/opm-core/missing --run automake-1.11'
AWK='gawk'
BLAS_LIBS='-lblas'
BOOST_DATE_TIME_LIB='-lboost_date_time-mt'
BOOST_FILESYSTEM_LIB='-lboost_filesystem-mt'
BOOST_SYSTEM_LIB='-lboost_system-mt'
BOOST_UNIT_TEST_FRAMEWORK_LIB='-lboost_unit_test_framework-mt'
BUILD_AGMG_FALSE='#'
BUILD_AGMG_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-DNDEBUG -O4 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-DNDEBUG -O4 -Wall -I/home/mblatt/src/dune/2.2/dune-common-2.2.0 -I/home/mblatt/src/dune/2.2/dune-istl-2.2.0'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
DUNE_COMMON_FALSE='#'
DUNE_COMMON_TRUE=''
DUNE_ISTL_FALSE='#'
DUNE_ISTL_TRUE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77='gfortran-4.4'
FC='gfortran-4.4'
FCFLAGS='-g -O2'
FCLIBS=' -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/../../.. -ldunecommon -lgfortranbegin -lgfortran -lm'
FFLAGS='-g -O2'
FGREP='/bin/grep -F'
FLIBS=' -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LAPACK_LIBS='-llapack'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs'
LIBOBJS=''
LIBS='-lumfpack -lcholmod -lccolamd -lcolamd -lcamd -lamd -lm -ldunecommon '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mblatt/src/dune/2.2/opm-core/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPM_BOOST_CPPFLAGS='-I/usr/include'
OPM_BOOST_LDFLAGS='-L/usr/lib'
OPM_BOOST_LIBDIR='/usr/lib'
OTOOL64=''
OTOOL=''
PACKAGE='opmcore'
PACKAGE_BUGREPORT='atgeirr@sintef.no'
PACKAGE_NAME='OPM Core Library'
PACKAGE_STRING='OPM Core Library 0.1'
PACKAGE_TARNAME='opmcore'
PACKAGE_URL='https://public.ict.sintef.no/opm/hg/opmcore'
PACKAGE_VERSION='0.1'
PATH_SEPARATOR=':'
POW_LIB=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SUPERLU_CPPFLAGS='-I/usr/include/superlu -DENABLE_SUPERLU'
SUPERLU_FALSE='#'
SUPERLU_LIBS='-L/usr/lib -lsuperlu ${BLAS_LIBS} ${FLIBS}'
SUPERLU_TRUE=''
UMFPACK_FALSE='#'
UMFPACK_TRUE=''
VERSION='0.1'
abs_builddir=''
abs_srcdir=''
abs_top_builddir=''
abs_top_srcdir=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77=''
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='${prefix}'
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/mblatt/src/dune/2.2/opm-core/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
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 "OPM Core Library"
#define PACKAGE_TARNAME "opmcore"
#define PACKAGE_VERSION "0.1"
#define PACKAGE_STRING "OPM Core Library 0.1"
#define PACKAGE_BUGREPORT "atgeirr@sintef.no"
#define PACKAGE_URL "https://public.ict.sintef.no/opm/hg/opmcore"
#define PACKAGE "opmcore"
#define VERSION "0.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define F77_FUNC(name,NAME) name ## _
#define F77_FUNC_(name,NAME) name ## _
#define HAVE_BLAS 1
#define HAVE_LAPACK 1
#define HAVE_DUNE_COMMON 1
#define HAVE_BLAS 1
#define OPM_HAVE_BOOST 1
#define HAVE_BOOST_SYSTEM /**/
#define HAVE_BOOST_DATE_TIME /**/
#define HAVE_BOOST_FILESYSTEM /**/
#define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
#define HAVE_DUNE_ISTL 1
#define HAVE_MEM_USAGE_T_EXPANSIONS 1
#define HAVE_SUPERLU ENABLE_SUPERLU
#define SUPERLU_POST_2005_VERSION 1
#define HAVE_AGMG 1
#define FC_FUNC(name,NAME) name ## _
#define FC_FUNC_(name,NAME) name ## _
#define HAVE_FLOAT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SUITESPARSE_UMFPACK_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_PTRDIFF_T 1
#define HAVE_FLOOR 1
#define HAVE_MEMSET 1
#define HAVE_MEMMOVE 1
#define HAVE_STRCHR 1
#define HAVE_STRTOL 1
#define HAVE_SQRT 1
#define HAVE_POW 1
#define HAVE_DYNAMIC_BOOST_TEST 1
configure: exit 0
# libopmcore.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.1
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='libopmcore.so.0'
# Names of this library.
library_names='libopmcore.so.0.0.0 libopmcore.so.0 libopmcore.so'
# The name of the static archive.
old_library='libopmcore.a'
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=''
# Libraries that this one depends upon.
dependency_libs=' -R/usr/lib -L/usr/lib -L/home/mblatt/src/dune/2.2/dune-common-2.2.0/lib/.libs -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/usr/lib/gcc/x86_64-linux-gnu/4.4.7/../../.. -lboost_filesystem-mt -lboost_system-mt -lboost_date_time-mt -lboost_unit_test_framework-mt -lsuperlu -lgfortranbegin -lgfortran -lblas -lumfpack -lcholmod -lccolamd -lcolamd -lcamd -lamd -llapack'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libopmcore.
current=0
age=0
revision=0
# Is this an already installed library?
installed=no
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment