I have now run into another error, although I suspect it should be more straightforward to solve:
make[2]: *** No rule to make target '/home/ipausers/cumberworth/lib/libsacado.a', needed by 'lib/libdeal_II.g.so.9.3.0'. Stop. make[1]: *** [CMakeFiles/Makefile2:3238: source/CMakeFiles/deal_II.g.dir/all] Error 2 make: *** [Makefile:149: all] Error 2 There is libsacado.so in the directory I specified for trilinos libraries. I configured both trilinos and deal.ii to build shared libraries. I also have set DEAL_II_PREFER_STATIC_LIBS OFF I'm not really sure why it seems to only look for the static version of the library. Best, Alex On Monday, June 7, 2021 at 6:11:52 p.m. UTC+2 Wolfgang Bangerth wrote: > On 6/7/21 10:02 AM, Alex Cumberworth wrote: > > The cause of this particular issue actually appears to be some symlinks > to the > > mpi include directory in my home directory. I am surprised that this was > the > > cause of the errors as they still point to the same mpi directory that > cmake > > finds. Once I removed them the errors disappeared. While I am still > compiling, > > I have passed all previous points where I had errors. > > > > Good to know -- it had to be something particular about your installation > given that people compile with Trilinos all the time without seeing these > errors :-) > > 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/111bd344-8a39-4f09-a7cf-624963c8855dn%40googlegroups.com.
