On Wed, 17 Oct 2018 at 17:44, Wolfgang Bangerth <[email protected]> wrote:
>
> Every one of the functions you list here have a std::string argument
> that is qualified with the C++11 ABI qualifier. Did you per chance
> compile Trilinos with a different compiler than the one you are using
> here? Or, maybe more likely, did you compile Trilinos with a compiler
> that didn't use C++11, whereas deal.II was compiled with a C++11 compiler?

Bingo!  This didn't occur to me (I'm still not a c++ programmer).

I didn't note down what compiler I used for trilinos, but assuming it was
standard RedHat /usr/bin/g++, I can try again with

$  g++ --version
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)

And (abridged):

$ rm -r build
$ mkdir build
$ cd build
$ cmake (like before)
$ make; make install; make test
(...)
100% tests passed, 0 tests failed out of 13
Total Test time (real) = 259.76 sec

Still quite a few warnings and notes, but I won't worry about that :-)

Thanks a lot!


Regards,
-- 
Hans Peter Verne

There are three things I have learned never to discuss with people... religion,
politics and The Great Pumpkin!  -- Linus van Pelt

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to