Dear all, > Anyway, when I try to compile any of the examples, I get the same list > of linking errors (below). Does this look like a problem with my > configuration or a bug in deal.II?
I get the same kind of errors as you when I try to link the library in debug mode, namely the undefined references to FEFaceValues<1> and create_boundary_mass_matrix<1,spacedim>. The Intel compiler works fine in optimized mode, so the problem is most probably due to a part of code that can be optimized away because it is not relevant for the given dimension. gcc does not seem to compile such parts, which is why we haven't seen them before. I think I will have a look at this later today and see what can be done... Best, Martin _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
