> GXX-VERSION          = gcc4.2
> GXX-VERSION-DETAILED = gcc4.2.1

I've downloaded 4.2.1 and installed it on one of my linux boxes but I don't 
get the error there. So I don't quite know what to do to work around this 
problem. If you feel adamantly about it, you could try to find which svn 
version introduced the problem (my best guess is 21042) and/or what causes 
the error. The error message says that an object is used uninitialized in a 
copy constructor. I believe that the source object is uninitialized, so the 
compiler complains that the right hand side (from which we read) in the 
assignment is uninitialized but it doesn't give any indication which object 
this is (e.g. a line number where the assignment happens). 

As I say, feel free to poke around if you want, but don't feel obliged to.

Best
 W.

-------------------------------------------------------------------------
Wolfgang Bangerth                email:            [email protected]
                                 www: http://www.math.tamu.edu/~bangerth/

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to