On Wed, Jan 20, 2010 at 2:21 PM, Derek Gaston <[email protected]> wrote: > Yujie... > > My guess is that libMesh no longer works with GCC 3.2. That compiler is from > 8 years ago! Which makes it ancient by open source standards. > > Is there any chance of using a newer compiler?
I agree with Derek, if you are compiling with complex enabled (which it seems you are) and your compiler can't find a match for operator< between two objects of type std::complex src/numerics/dense_matrix.C:441: no match for `Complex& < Complex&' operator Then I don't think that compiler is ever gonna work for you. -- John ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
