problem with Intel fortran 9.0 on em64t machin

Discussion in 'Programming/Scripts' started by horus9520, Nov 22, 2005.

  1. horus9520

    horus9520 New Member

    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!
     
  2. falko

    falko Super Moderator ISPConfig Developer

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

Share This Page