> ============================ Linking forward > /deal.II/6.3.1/lib/libbase.g.a(timer.g.o): In function > `dealii::Timer::get_data() const': > /usr/include/c++/4.2/exception:59: multiple definition of > `dealii::Timer::get_data() const' > forward.g.o:/deal.II/6.3.1/base/include/base/timer.h:566: first defined
I realize that you use 6.3.1 where the function isn't declared inline. That's a bug. You should be able to fix this by opening said file and just putting an 'inline' in front of the function declaration. Thanks for pointing it out, I've fixed it on the branch and it is apparently already fixed in the current sources. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
