> configure:5085: result: C compiler is gcc4.2 What is the C compiler in your case? Also Intel ICC?
> configure:3788: checking for /opt/intel/bin/icpc > configure:3818: result: /opt/intel/bin/icpc > configure:3962: result: C++ compiler is icc OK, so this worked at least and I see that the compiler flags are also properly set for icc. Looking at the error, I believe that this happens because BOOST believes that Intel ICC 12 allows the use of rvalue references (a C++2011 feature) but while using this feature icc decides not to accept it anyway. I only have icc 12.0 here and I don't think I can debug this without access to a system with 12.1 :-( Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
