On Wed, May 28, 2008 at 9:07 AM, Paulo Correia <[EMAIL PROTECTED]> wrote: > > I get a lot of error messages like this > > `.gnu.linkonce.t.__CPR117__n_dofs__53FE__tm__43_XCUiL_1_3XCQ2_12libMeshEnums8FEFamilyL_1_0SFQ2_J35J8ElemTypeQ2_J35J5Order_Ui' > referenced in section `.text' of > src/fe/fe_xyz.x86_64-unknown-linux-gnu.opt.o: defined in discarded section > `.gnu.linkonce.t.__CPR117__n_dofs__53FE__tm__43_XCUiL_1_3XCQ2_12libMeshEnums8FEFamilyL_1_0SFQ2_J35J8ElemTypeQ2_J35J5Order_Ui' > of src/fe/fe_xyz.x86_64-unknown-linux-gnu.opt.o > > when compiling on a 64 bit machine. > How to solve this problem? > > Thanks in advance, > Paulo
Hi, Technically it's a linker error, but yeah. I wouldn't say we've seen exactly this one before but the FE XYZ class has given us some trouble in the past and I've never understood exactly why. It's slightly different than the other FE classes, that may be one reason. A quick fix, if you don't need the XYZ class, would be to comment out or disable it in some way. Unfortunately you'd have to do it by hand, we don't currently have a quick configure-off solution for this class. -J -J ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
