> Maybe it is a problem with exact template instantiations, the first files > do not include any of them (of course not, because they build them up), but > I do not know, how this can be fixed ...
I don't think it's a problem with the deal.II source code -- the compiler executable is trying to execute a CPU instruction that the CPU doesn't understand. That's a problem in the compiler, not in the source. When you do something like this: cd source gmake -k debug does it produce the same failure on every single file? Best W. -- ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
