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

About Installation

choingjoo
Beginner
666 Views
Hi, everyone.
I need some help for installing IFC. When I install the IFC I think there are some error message.

CPU : core 2 duo
RAM : 2G
O/S : Fedora 8

I descript below, then please tell me what is the problem.
Thank you reading my message.
----------------------------------------------------------------------------------------------------------------



Values in [...] are the default values.
You can just hit the Enter key where you want to use the default values.

Where do you want to install to? Specify directory starting with '/'.
[/opt/intel/fc/10.1.015] :

--------------------------------------------------------------------------------
Intel Fortran Compiler for applications running on IA-32, Version 10.1 (10.1.015)
Installing...
Installation failed.
--------------------------------------------------------------------------------


RPM std error output is as follows:

--------------------------------------------------------------------
error: Failed dependencies:
libstdc++.so.5 is needed by intel-ifort101015-10.1.015-1.i386
libstdc++.so.5(GLIBCPP_3.2) is needed by intel-ifort101015-10.1.015-1.i386
--------------------------------------------------------------------

This failure occured using the following RPM options:
-U --replacefiles --force


--- WARNING ---

This is an RPM ERROR CONDITION apparently caused by a dependency problem.
You can choose to retry the RPM installation with dependency enforcement disabled,
and retry the RPM installation using the '--nodeps' option.
This dependency problem will still need to be resolved after the installation,
in order for the software to function properly.

Do you wish to retry the installation with this option? [yes/no] (no) : yes


The install program will retry the rpm install while ignoring dependencies.

These RPM options will be used:
-U --replacefiles --force --nodeps


Be sure to check that files and system libraries that were identified as
possible dependency problems are properly installed on the system in order
to ensure that your product installation will work properly.

Installation successful.
--------------------------------------------------------------------------------
Testing Intel Fortran compiler installed in /opt/intel/fc/10.1.015 ...
--- ERROR ---
Binary test file /tmp/install_fc.sh3540/test_fc.3540 not found
Problems with Fortran compiler: Output not equal to < Hello, World! F90>
----------------------------------------------------
Contents of /tmp/install_fc.sh3540/test_fc.3540.log:
test_fc - /opt/intel/fc/10.1.015 - Sat Apr 12 02:00:16 KST 2008
ifort found in /opt/intel/fc/10.1.015/bin/ifort
ifort -V output:
Intel Fortran Compiler for applications running on IA-32, Version 10.1 Build 20080312 Package ID: l_fc_p_10.1.015
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY

/opt/intel/fc/10.1.015/bin/fortcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ifort: error # 10257: Fatal error in /opt/intel/fc/10.1.015/bin/fortcom, terminated by 0x7f
----------------------------------------------------
Problems with Fortran compiler: !=< Hello, World! F90>
----------------------------------------------------

NOTE: Save a copy of these files if you want to
preserve them for problem resolution.

Press ENTER to continue.



Preparing ...


Processing Intel Debugger for applications running on IA-32, Version 10.1 (10.1.015)


Values in [...] are the default values.
You can just hit the Enter key where you want to use the default values.

Where do you want to install to? Specify directory starting with '/'.
[/opt/intel/idb/10.1.015] :

--------------------------------------------------------------------------------
Intel Debugger for applications running on IA-32, Version 10.1 (10.1.015)
Installing...
/root/Desktop/l_fc_p_10.1.015_ia32/data/intel-iidb101015-10.1.015-1.i386.rpm
Installation successful.
--------------------------------------------------------------------------------

Successfully installed:

Intel Fortran Compiler for applications running on IA-32, Version 10.1 (10.1.015)
intel-ifort101015-10.1.015-1.i386.rpm
Dependency warnings issued:
libstdc++.so.5 is needed by intel-ifort101015-10.1.015-1.i386
libstdc++.so.5(GLIBCPP_3.2) is needed by intel-ifort101015-10.1.015-1.i386

Intel Debugger for applications running on IA-32, Version 10.1 (10.1.015)
intel-iidb101015-10.1.015-1.i386.rpm



Be sure to resolve any dependency errors identified
during the install process before using the product.


Please refer to /opt/intel/fc/10.1.015/doc/Getting_Started.htm to view
instructions on how to invoke the product.




Press ENTER to continue ...



Installation is complete:
Thank you for using Intel Software Development Products, tools for improving application performance.

0 Kudos
3 Replies
TimP
Honored Contributor III
666 Views
Ifort requires a working installation of 32-bit g++. If you are running 32-bit Fedora, installing the gcc/g++ development system and compatibility libraries should take care of it.
0 Kudos
choingjoo
Beginner
666 Views
Thank you, but, how can I install gcc/g++?
I tried to using 'yum'.
For example,

>yum install gcc
Setting up Install Process
Parsing package install arguments
No package gcc available.
Nothing to do
>yum install g++
Setting up Install Process
Parsing package install arguments
No package g++ available.
Nothing to do

Please help me.

0 Kudos
TimP
Honored Contributor III
666 Views
I don't know specifically about FC8 and yum. On another recent Red Hat, I could find no high level menu to install the libstdc++ compatibility library required by ifort. I had to search the .rpm directory and install the libcompat .rpm by command line.
0 Kudos
Reply