PDA

View Full Version : problem with Intel fortran 9.0 on em64t machin


horus9520
22nd November 2005, 07:07
intel fortran 9.0 in fedore core 4.0 on an em64t machine.

When I compile a program, the following error message appears:

/opt/intel/fce/9.0/lib/libifcore.a(for_diags_intel.o)(.text+0x277):./src/libfor/for_diags_intel.c: relocation truncated to fit: R_X86_64_PC32 against symbol `for__l_excpt_info' defined in COMMON section in /opt/intel/fce/9.0/lib/libifcore.a(for_init.o)


I tried to add '-mcmodel=medium' as suggested by someone, however it made no difference. By the way, when I type '# man ifort', I could not find the option '-mcmodel' in the manu.

Can anyone give me some hint on what the problem it might be? Thanks a lot!

falko
22nd November 2005, 13:17
I don't know what's going on, but it seems as if your compiler has a problem with your 64-bit system...:confused: