Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

undefined reference to `__intel_personality_routine'

fortranguy
Beginner
368 Views
Hi,
The computer I am working on is an Itanium.
>uname -a
Linux.... 2.4.21-4.EL #1 SMP Fri Oct 3 17:29:39 EDT 2003 ia64 ia64 ia64 GNU/Linux
The physics code I am working on (most are fotran files, some C++) builds okay on other linux platforms, but here I get this error message on linking with gcc (since some of the code calls other 3rd party C++ code and there is no Intel C++ compiler available on this as far as I know)
libifcore.so.6: undefined reference to `__intel_personality_routine'
collect2: ld returned 1 exit status
I suspect there is some library I am missing out on linking. Any ideas?
Thanks in advance,
Fortranguy
0 Kudos
1 Reply
Lorri_M_Intel
Employee
368 Views

That is defined in libcxa.a.

You could try linking against that library, but I don't know what other side effects you might find, given the mix of C compilers.

- Lorri

0 Kudos
Reply