The problem is that your intel compiler identifies itself as icpc version 12.1.0 (gcc version 4.2.1 compatibility) which ./configure takes as gcc 4.2.
Can you try to see what happens if you replace your ./configure 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
