Is it actually failing to link? (ie the libmesh.so/.a wasn't  
created).  Every time I've seen this "discarded section" nonsense (not  
just with libMesh but also with other code projects I've worked on)  
I've basically been able to ignore it.

I've never been able to get a straight answer about why it happens....  
it just does.  Like Roy mentioned... the only way I've been able to  
fix these is to change compilers (usually just upgrading to a newer  
version of the compiler you are using is sufficient).

If you come up with a definitive answer please share!

Derek

On May 28, 2008, at 8:07 AM, Paulo Correia 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
>
>
> -------------------------------------------------------------------------
> 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


-------------------------------------------------------------------------
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

Reply via email to