Bugzilla – Bug 133587
ld fails with "hidden symbol `_Unwind_GetIP'" with Intel Fortran compiler 9.0.021
Last modified: 2005-11-14 10:39:54 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
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.