On 10/28/21 8:02 PM, [email protected] wrote:

However, whenever I run CMAKE using deal.II AND enabling Trilinos, I get the following error:
Configuration error: Cannot compile a test program with the final set of
     compiler and linker flags:
    CXX flags (DEBUG): -pedantic -fPIC -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-placement-new -Wno-deprecated-declarations -Wno-literal-suffix -Wno-psabi -Wno-class-memaccess -fopenmp-simd -Wno-parentheses -Wno-unused-local-typedefs -O0 -ggdb -Wa,--compress-debug-sections

Somewhere, in some file that is probably located under CMakeFiles in your build directory, it will provide you with whatever error messages cmake got when it tried to compile a test program with these flags. If you know what that error is, you're probably 75% there towards identifying what the real underlying problem is.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/8c3f05be-00e4-9b05-8419-d59da017a8f4%40colostate.edu.

Reply via email to