Oleg,
I have not seen this error before. In your build directory, can you do
make quick_test
and report back what that shows? It looks like either your libp4est.so is
missing a lot of symbols, or that we don't link with it.
Although, on second thought, it occurs to me that the functions you show here
are all functions that were only introduced in a recent version of p4est.
Since compiling deal.II worked, they must have been declared in the p4est.h
file. But apparently they are not present in libp4est.so. Are you sure that
the .h file and the .so file correspond to the same p4est version?
Best
W.
On 10/09/2018 12:09 AM, Oleg Kmechak wrote:
> Hello,
>
> DealII was configured with cxx 14, 17, cos previous build without cxx 17 flag
> was ok(but there was also another build of p4est).
> p4est was configured with next options--enable-mpi --enable-shared
> --disable-vtk-binary --without-blas. These options are recommended here.
> <
https://www.dealii.org/developer/external-libs/p4est.html>
> **//___^
>
> --
> 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
dealii+un...@googlegroups.com
> <mailto:
dealii+un...@googlegroups.com>.
> For more options, visit
https://groups.google.com/d/optout.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/