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

intel debugger GUI setup problems

Stephen_M_
Beginner
633 Views

I'm trying to ./install Intel Fortran compiler 11.046 on Linux Centos OS distro, but have problems getting JRE being recognized by interactive install. However I have 2 compatible JRE installed on....

/usr/java/jre1.5.0_11/

/usr/java/jdk1.6.0_03/jre/

..and for some reason install script missed them both. Could you please advise on how to get my JRE working with idb?

Thank you!
Aleks

0 Kudos
1 Reply
TimP
Honored Contributor III
633 Views
Perhaps you've read previous advice posted on this forum on this subject, but:
For CentOS 5.3, and possibly some others, if you do
which java
chances are you will find a symlink to gij. This symlink must be removed, and replaced with the one which Sun jre will install if there is no conflicting symlink. For CentOS x86_64, the default java must be the Sun jre 1.6 64-bit version, so that when you type
java -version
you get the echo showing the 64-bit version of Sun jre 6 is active.
Possibly, if you don't have root privilege, there may be some alias or setup which could make the Sun jre appear as the default (or an environment variable, such as the one which is required when BEA jre is present along with Sun jre).
You might think the ifort and icc installers should diagnose this situation on the primary supported distros, but so far this is not done.
0 Kudos
Reply