Skip to Content.
Sympa Menu

forum - Compiling problem with ifort 9.0 - follow up

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Compiling problem with ifort 9.0 - follow up


Chronological Thread 
  • From: ispmarin@gmail.com
  • To: forum@abinit.org
  • Subject: Compiling problem with ifort 9.0 - follow up
  • Date: Wed, 10 Aug 2005 18:50:15 +0200

Hello again! Sorry about the inconvenience.

The workaround to the ifort problem is as follows:
Compile the entire program in the same way. When the program stops with the
error "IPO...", just do

echo null > \(
echo null > AS_NEEDED

Then just compile again. Then the compilation proceeds, but now another error
appears:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
chmod ugo+rx abinis
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to
`_uw_parse_lsda_info'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to `_Unwind_GetIP'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to
`_Unwind_GetRegionStar
t'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to
`_dw2_size_of_encoded_
value'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to `_Unwind_Resume'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to
`_Unwind_RaiseExceptio
n'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to
`_dw2_read_encoded_val
ue'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to `_ReadULEB'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to `_ReadSLEB'
/opt/intel/fc/9.0/lib/libcxa.so.5: undefined reference to
`_Unwind_GetLanguageSp
ecificData'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

The library is in correct place. Is this a problem with the compiler, the
library or the abinit?

Thank you again!

Ivan



Archive powered by MHonArc 2.6.16.

Top of Page