[Dune] How to force -std=c++0x in a dune project?

Arya Fallahi arya.fallahi at gmail.com
Sat Feb 16 19:32:40 CET 2013


Hi Markus,

Sorry for my unclear email. I was trying to see if using a newer m4 can
solve the problem. The reason was that according to the GNU webpage m4 >=
1.4.6 should be used with the new autotools and I had version 1.4.4.
However, upgrading it did not change anything. I had to write the exact
path to the gcc and g++ in the opt file till they are used for the
compilation. Similar to before, the dune-istl fails compiling. The error
messages returned is as the following, I have also attached the config.log
file to the email. Any idea why this happens?

--- calling make for dune-istl ---
make
cd . && /bin/sh
/afs/desy.de/user/a/afallahi/workspace/dune-istl/missing--run
autoheader
rm -f stamp-h1
touch config.h.in
make  all-recursive
make[1]: Entering directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl'
Making all in dune
make[2]: Entering directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl/dune'
Making all in istl
make[3]: Entering directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl/dune/istl'
Making all in .
make[4]: Entering directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl/dune/istl'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl/dune/istl'
Making all in tutorial
make[4]: Entering directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl/dune/istl/tutorial'
if /tools/gcc-4.7.2/bin/g++ -std=c++0x -DHAVE_CONFIG_H -I. -I. -I../../..
-I/afs/desy.de/user/a/afallahi/workspace/dune-common -I../../..
-I/include/boost-0 -I/afs/desy.de/user/a/afallahi/workspace/dune-common -O3
-g0 --no-strict-aliasing  -O3 -g0 --no-strict-aliasing -MT
example-example.o -MD -MP -MF ".deps/example-example.Tpo" -c -o
example-example.o `test -f 'example.cc' || echo './'`example.cc; \
        then mv -f ".deps/example-example.Tpo" ".deps/example-example.Po";
else rm -f ".deps/example-example.Tpo"; exit 1; fi
In file included from example.cc:17:0:
/afs/
desy.de/user/a/afallahi/workspace/dune-common/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]
/bin/sh ../../../libtool --tag=CXX --mode=link /tools/gcc-4.7.2/bin/g++
-std=c++0x  -O3 -g0 --no-strict-aliasing  -L/afs/
desy.de/user/a/afallahi/workspace/dune-common/lib -ldunecommon   -o
example  example-example.o  -lm
/tools/gcc-4.7.2/bin/g++ -std=c++0x -O3 -g0 --no-strict-aliasing -o example
example-example.o  -L/afs/desy.de/user/a/afallahi/workspace/dune-common/lib/afs/
desy.de/user/a/afallahi/workspace/dune-common/lib/.libs/libdunecommon.a-llapack
-lblas -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm
example-example.o: In function
`_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc.constprop.395':
example.cc:(.text+0xea): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example-example.o: In function
`_ZNK4Dune15InverseOperatorINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEES5_E11printHeaderERSo.isra.135.constprop.393':
example.cc:(.text+0x13a): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x164): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x18e): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example-example.o: In function
`_ZNK4Dune15InverseOperatorINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEES5_E11printOutputIdEEvRSodRKT_SB_.constprop.376':
example.cc:(.text+0x1d1): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x1e3): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x207): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x219): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x242): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example-example.o: In function
`_ZNK4Dune15InverseOperatorINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEES5_E11printOutputIdEEvRSodRKT_.isra.136.constprop.392':
example.cc:(.text+0x280): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x292): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x2b6): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example-example.o: In function `test_BlockVector()':
example.cc:(.text+0x726): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x73a): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x747): undefined reference to `std::ostream&
std::ostream::_M_insert<unsigned long>(unsigned long)'
example.cc:(.text+0x75c): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x77b): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x789): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x79e): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x7ac): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x945): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x959): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x966): undefined reference to `std::ostream&
std::ostream::_M_insert<unsigned long>(unsigned long)'
example.cc:(.text+0x97b): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x99a): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x9a8): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x9bd): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x9cb): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x9e0): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x9ee): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example-example.o: In function `test_FieldMatrix()':
example.cc:(.text+0x13a0): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x13b5): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x13c7): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x13f3): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x1408): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x141a): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example-example.o: In function `test_Iter()':
example.cc:(.text+0x419d): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x41ad): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x41c2): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x459d): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x45ab): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x4c2f): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x4c3d): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x4d65): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x4d75): undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text+0x4d8a): undefined reference to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)'
example.cc:(.text+0x518b): undefined reference to
`std::ctype<char>::_M_widen_init() const'
example-example.o: In function `Dune::operator<<(std::ostream&,
Dune::Exception const&)':
example.cc:(.text._ZN4DunelsERSoRKNS_9ExceptionE[_ZN4DunelsERSoRKNS_9ExceptionE]+0x8):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example-example.o: In function `void
f<Dune::BlockVector<Dune::FieldVector<std::complex<double>, 2>,
std::allocator<Dune::FieldVector<std::complex<double>, 2> > >
>(Dune::BlockVector<Dune::FieldVector<std::complex<double>, 2>,
std::allocator<Dune::FieldVector<std::complex<double>, 2> > >&)':
example.cc:(.text._Z1fIN4Dune11BlockVectorINS0_11FieldVectorISt7complexIdELi2EEESaIS5_EEEEvRT_[_Z1fIN4Dune11BlockVectorINS0_11FieldVectorISt7complexIdELi2EEESaIS5_EEEEvRT_]+0x144):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._Z1fIN4Dune11BlockVectorINS0_11FieldVectorISt7complexIdELi2EEESaIS5_EEEEvRT_[_Z1fIN4Dune11BlockVectorINS0_11FieldVectorISt7complexIdELi2EEESaIS5_EEEEvRT_]+0x16d):
undefined reference to `std::ctype<char>::_M_widen_init() const'
example-example.o: In function `void
Dune::printmatrix<Dune::FieldMatrix<double, 2, 2> >(std::ostream&,
Dune::FieldMatrix<double, 2, 2> const&, std::string, std::string, int,
int)':
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x56):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x6b):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x78):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x8d):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x9a):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0xaf):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0xbc):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0xd1):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0xde):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0xf3):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x113):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x125):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x140):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x15b):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x175):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x187):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x1a1):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x1f1):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x20b):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x21d):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_11FieldMatrixIdLi2ELi2EEEEEvRSoRKT_SsSsii]+0x237):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example-example.o: In function `Dune::BCRSMatrix<Dune::FieldMatrix<double,
2, 2>, std::allocator<Dune::FieldMatrix<double, 2, 2> > >::endindices()':
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x117):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x143):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x176):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x1a2):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x1d5):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x201):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x234):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x293):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x2d3):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x30c):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x34c):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x385):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x3c5):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE10endindicesEv]+0x419):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example-example.o: In function
`Dune::compressed_base_array_unmanaged<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > >::operator[](unsigned
long)':
example.cc:(.text._ZN4Dune31compressed_base_array_unmanagedINS_11FieldMatrixIdLi2ELi2EEESaIS2_EEixEm[_ZN4Dune31compressed_base_array_unmanagedINS_11FieldMatrixIdLi2ELi2EEESaIS2_EEixEm]+0xf6):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example-example.o: In function `void
Dune::recursive_printvector<Dune::BlockVector<Dune::FieldVector<double, 2>,
std::allocator<Dune::FieldVector<double, 2> > > >(std::ostream&,
Dune::BlockVector<Dune::FieldVector<double, 2>,
std::allocator<Dune::FieldVector<double, 2> > > const&, std::string, int&,
int, int, int)':
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x5e):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x7d):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0xa9):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0xc8):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x151):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x163):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x22b):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x23d):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x26c):
undefined reference to `std::ctype<char>::_M_widen_init() const'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x28c):
undefined reference to `std::ctype<char>::_M_widen_init() const'
example-example.o: In function `void
Dune::printvector<Dune::BlockVector<Dune::FieldVector<double, 2>,
std::allocator<Dune::FieldVector<double, 2> > > >(std::ostream&,
Dune::BlockVector<Dune::FieldVector<double, 2>,
std::allocator<Dune::FieldVector<double, 2> > > const&, std::string,
std::string, int, int, int)':
example.cc:(.text._ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0x97):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xac):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xbc):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xd1):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xdc):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_11BlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xf1):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example-example.o: In function `void
Dune::recursive_printvector<Dune::VariableBlockVector<Dune::FieldVector<double,
2>, std::allocator<Dune::FieldVector<double, 2> > > >(std::ostream&,
Dune::VariableBlockVector<Dune::FieldVector<double, 2>,
std::allocator<Dune::FieldVector<double, 2> > > const&, std::string, int&,
int, int, int)':
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x8e):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0xad):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0xd9):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0xf8):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x181):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x193):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x25b):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x26d):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x29c):
undefined reference to `std::ctype<char>::_M_widen_init() const'
example.cc:(.text._ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii[_ZN4Dune21recursive_printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsRiiii]+0x2bc):
undefined reference to `std::ctype<char>::_M_widen_init() const'
example-example.o: In function `void
Dune::printvector<Dune::VariableBlockVector<Dune::FieldVector<double, 2>,
std::allocator<Dune::FieldVector<double, 2> > > >(std::ostream&,
Dune::VariableBlockVector<Dune::FieldVector<double, 2>,
std::allocator<Dune::FieldVector<double, 2> > > const&, std::string,
std::string, int, int, int)':
example.cc:(.text._ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0x9b):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xb0):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xbd):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xd2):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xdd):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii[_ZN4Dune11printvectorINS_19VariableBlockVectorINS_11FieldVectorIdLi2EEESaIS3_EEEEEvRSoRKT_SsSsiii]+0xf2):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example-example.o: In function `void
Dune::print_row<Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > > >(std::ostream&,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > > const&,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > >::size_type,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > >::size_type,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > >::size_type, int, int)':
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0xff):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x11d):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x12f):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x14d):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example-example.o:example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x1ca):
more undefined references to `std::basic_ostream<char,
std::char_traits<char> >& std::__ostream_insert<char,
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char>
>&, char const*, long)' follow
example-example.o: In function `void
Dune::print_row<Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > > >(std::ostream&,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > > const&,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > >::size_type,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > >::size_type,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > >::size_type, int, int)':
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x1e4):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x1f6):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x210):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x22e):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x247):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x259):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii[_ZN4Dune9print_rowINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_NS7_9size_typeESA_SA_ii]+0x273):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example-example.o: In function `void
Dune::printmatrix<Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > > >(std::ostream&,
Dune::BCRSMatrix<Dune::FieldMatrix<double, 2, 2>,
std::allocator<Dune::FieldMatrix<double, 2, 2> > > const&, std::string,
std::string, int, int)':
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x66):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x7d):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x8d):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0xa4):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0xb6):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0xcd):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0xde):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0xf3):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x103):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x118):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x16f):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x181):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x19c):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii[_ZN4Dune11printmatrixINS_10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS3_EEEEEvRSoRKT_SsSsii]+0x1df):
undefined reference to `std::ctype<char>::_M_widen_init() const'
example-example.o: In function
`Dune::GradientSolver<Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >
>::apply(Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >&,
Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >&,
Dune::InverseOperatorResult&)':
example.cc:(.text._ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0xc8):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x31d):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x32d):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x342):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x350):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x365):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x373):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14GradientSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x388):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example-example.o: In function
`Dune::LoopSolver<Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >
>::apply(Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >&,
Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >&,
Dune::InverseOperatorResult&)':
example.cc:(.text._ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0xa3):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x284):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x294):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x2a9):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x2b7):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x2cc):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x2da):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune10LoopSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x2ef):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example-example.o: In function
`Dune::CGSolver<Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >
>::apply(Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >&,
Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >&,
Dune::InverseOperatorResult&)':
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x103):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x111):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x126):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x132):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x147):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x153):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x168):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x1c4):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x4e4):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x4f4):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x509):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x517):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x52c):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x53a):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune8CGSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x54f):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example-example.o: In function
`Dune::BiCGSTABSolver<Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >
>::apply(Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >&,
Dune::BlockVector<Dune::FieldVector<double, 1>,
std::allocator<Dune::FieldVector<double, 1> > >&,
Dune::InverseOperatorResult&)':
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x177):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x766):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x781):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x79c):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x7b1):
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::__ostream_insert<char, std::char_traits<char>
>(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0x7bf):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0xa13):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0xa30):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0xa4b):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0xc40):
undefined reference to `std::ostream&
std::ostream::_M_insert<double>(double)'
example-example.o:example.cc:(.text._ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE[_ZN4Dune14BiCGSTABSolverINS_11BlockVectorINS_11FieldVectorIdLi1EEESaIS3_EEEE5applyERS5_S7_RNS_21InverseOperatorResultE]+0xc5d):
more undefined references to `std::ostream&
std::ostream::_M_insert<double>(double)' follow
example-example.o: In function `void
Dune::bilu0_decomposition<Dune::BCRSMatrix<Dune::FieldMatrix<double, 6, 6>,
std::allocator<Dune::FieldMatrix<double, 6, 6> > >
>(Dune::BCRSMatrix<Dune::FieldMatrix<double, 6, 6>,
std::allocator<Dune::FieldMatrix<double, 6, 6> > >&)':
example.cc:(.text._ZN4Dune19bilu0_decompositionINS_10BCRSMatrixINS_11FieldMatrixIdLi6ELi6EEESaIS3_EEEEEvRT_[_ZN4Dune19bilu0_decompositionINS_10BCRSMatrixINS_11FieldMatrixIdLi6ELi6EEESaIS3_EEEEEvRT_]+0x33ce):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune19bilu0_decompositionINS_10BCRSMatrixINS_11FieldMatrixIdLi6ELi6EEESaIS3_EEEEEvRT_[_ZN4Dune19bilu0_decompositionINS_10BCRSMatrixINS_11FieldMatrixIdLi6ELi6EEESaIS3_EEEEEvRT_]+0x33e6):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example-example.o: In function `Dune::BCRSMatrix<Dune::FieldMatrix<double,
2, 2>, std::allocator<Dune::FieldMatrix<double, 2, 2> > >::endrowsizes()':
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE11endrowsizesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE11endrowsizesEv]+0x35c):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
example.cc:(.text._ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE11endrowsizesEv[_ZN4Dune10BCRSMatrixINS_11FieldMatrixIdLi2ELi2EEESaIS2_EE11endrowsizesEv]+0x381):
undefined reference to `std::ostream& std::ostream::_M_insert<unsigned
long>(unsigned long)'
collect2: error: ld returned 1 exit status
make[4]: *** [example] Error 1
make[4]: Leaving directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl/dune/istl/tutorial'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl/dune/istl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/afs/
desy.de/user/a/afallahi/workspace/dune-istl/dune'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/afs/desy.de/user/a/afallahi/workspace/dune-istl
'
make: *** [all] Error 2
--- Failed to build dune-istl ---
Terminating dunecontrol due to previous errors!





On Sat, Feb 16, 2013 at 5:36 PM, Markus Blatt <markus at dr-blatt.de> wrote:

> On Sat, Feb 16, 2013 at 05:14:00PM +0100, Arya Fallahi wrote:
> > Hi Markus,
> >
> > yes, I did that. I wrote:
> >
> > CC=/tools/gcc-4.7.2/bin/gcc
> > CXX=/tools/gcc-4.7.2/bin/g++
> >
> > In this case, a correct g++ is detected and the standard option
> -std=c++0x
> > is also added to the compiler. But, then the dune-istl fails
> > compiling. In
>
> "fails compiling ..." means? If you want help on a mailinglist please
> be as specific as possible, otherwise you are just waisting time.
>
> > the meantime, I happened to realize that the m4 installation on linux is
> > very old and this may be a reason why autotools do not find the correct
> > gcc. I have installed a new version of m4 and am right now installing
> > everything again. However, I am afraid that even if the problem with
> > finding is solved the compilation problem of dune-istl is still there.
> >
>
> I am afraid so, too. Old is again very inprecise. Anyway the
> buildsystem should work for what most people would consider rather
> old.
>
> Markus
> --
> Do you need more support with DUNE or HPC in general?
>
> Dr. Markus Blatt - HPC-Simulation-Software & Services
> http://www.dr-blatt.de
> Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany
> Tel.: +49 (0) 160 97590858  Fax: +49 (0)322 1108991658
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20130216/2349e065/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 239890 bytes
Desc: not available
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20130216/2349e065/attachment.obj>


More information about the Dune mailing list