- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
collect2: ld returned 1 exit status
I suspect there is some library I am missing out on linking. Any ideas?
Thanks in advance,
Fortranguy
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page