> I do find the file /usr/include/trilinos/TrilinosConfig.cmake, where > > SET(Trilinos_LIBRARIES > "trilinos_msqutil; ...
Ah, I see now. We had some code in ./configure because Debian insists on installing the libraries under a different name. Unfortunately, this piece of code was later overwritten by other changes because we did not test on Debian... There are two options: 1/ Find the place in common/Make.global_options where we set DEAL_II_TRILINOS_LIBPREFIX=...something... and simply remove the right hand side of the assignment (i.e. assign it to the empty string) 2/ Replace your ./configure script by the one here: http://dealii.org/svn/dealii/trunk/deal.II/configure Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
