While in debug mode, my code compiles without any problems, however in the linking phase I get a bunch of undefined references to a couple of libMesh functions. The functions in question are libMesh::System::add_variable, libMesh::EquationSystems::build_solution_vector, and libMesh::DofMap::dof_indices. My code uses several other libMesh functions and the linker does not spit out any undefined references for those. I have no idea what is going on since my code compiles and links just fine in optimized mode. I'm using the gcc 4.4 compiler under Fedora 13.
Thanks, John John A. Dec, Ph.D. NASA Langley Research Center Structural & Thermal Systems Branch, MS 431 Hampton, VA 23681 ph: (757) 864-7023 cell: (757) 848-7629 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
