On 9/13/10 9:01 AM, "Dec, John A. (LARC-D206)" <[email protected]> wrote:
> 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. Would you please post the link line and the errors? Are you using libmesh-config to get the libraries to link? Curious that it is only missing a few libraries- all the libMesh functions live in the same place, so it should be an all-or-nothing thing... -Ben ------------------------------------------------------------------------------ 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
