Bug 133587

Summary: ld fails with "hidden symbol `_Unwind_GetIP'" with Intel Fortran compiler 9.0.021
Product: [openSUSE] SUSE LINUX 10.0 Reporter: E Lombardi <lombaeb>
Component: DevelopmentAssignee: Philipp Thomas <pth>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Blocker    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description E Lombardi 2005-11-12 13:31:48 UTC
When any sourcecode is compiled with Intel Fortran compiler 9.0.021 on Suse Linux 10.0 (x86-64), ld fails with the following error message:

ifort -o lapw0 <many *.o objects> -L/opt/intel/mkl/8.0/lib/em64t -Vaxlib -static-libcxa -pthread
ld: lapw0: hidden symbol `_Unwind_GetIP' in /usr/lib64/gcc/x86_64-suse-linux/4.0.2//libgcc_eh.a(unwind-dw2.o) is referenced by DSO
ld: final link failed: Nonrepresentable section on output
make[1]: *** [lapw0] Error 1

1. This compiler has both 32 and 64 bit components.
2. This error did not occur with the same compiler under 32-bit Suse 9.3-Pro.
3. This error occurs with any source code with any number of *.o objects to be linked.

Thanks

EBL
Comment 1 Philipp Thomas 2005-11-14 10:39:54 UTC
We do not offer support for the Intel compilers. If it works with gcc, ask Intel for help. Otherwise feel free to reopen this bug.