<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 25 May 2012 22:18:51 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By jst123</title>
      <description><![CDATA[ solved my problems  Fedora 10 ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-24894</link>
      <pubDate>Sun, 24 May 2009 09:52:48 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-24894</guid>
    </item>
    <item>
      <title>By John Babin</title>
      <description><![CDATA[ I too ran into the missing libstdc++.so.5 on Fedora 10. Installer couldn't find it. Don't know if it was there to begin with but did:
yum groupinstall "Legacy Software Development"
Still no luck, however there was libstdc++.so.5 under /usr/lib64, maybe on a 64 bit system Installer and compiler should be able to figure it out.
I did a link:
ln -s /usr/lib64/libstdc++.so.5 /usr/lib/libstdc++.so.5
Installer is now happily running. Keeping my fingers crossed on compiles succeeding.
 ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27262</link>
      <pubDate>Tue, 07 Jul 2009 14:02:07 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27262</guid>
    </item>
    <item>
      <title>By angelo1903</title>
      <description><![CDATA[ I installed step by step satifactoriamente!, But:
How to know if it is improperly installed, the compiler?

enter ifort-V and I get a message stating that no such file!
What?  ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27348</link>
      <pubDate>Thu, 09 Jul 2009 07:12:45 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27348</guid>
    </item>
    <item>
      <title>By srini</title>
      <description><![CDATA[ I am having fedora 10 x86-64 oS on my desk top. I would like to install the 64 bit version of fortran and C in it. Downloaded  l*intel64 compilers from intel and tried. 
I solved the libstdc++.so.5 by linking with /usr/lib file. now 
it says g++ environment missing.  I tried yum install g++, it says not available. where do i get it and is there any method to go around it?! ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27433</link>
      <pubDate>Sat, 11 Jul 2009 22:09:24 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27433</guid>
    </item>
    <item>
      <title>By srini</title>
      <description><![CDATA[ Also please note that I an having copiler versions 11.1, and when yum is executed it searches for x86-64 rpm. will g++ for 64 bit and 32-bit makes any difference?
 thanks in advance! ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27434</link>
      <pubDate>Sat, 11 Jul 2009 22:12:54 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27434</guid>
    </item>
    <item>
      <title>By Kittur Ganesh (Intel)</title>
      <description><![CDATA[ Hi,
The procedure to get a quick response and resolution for any issue(s) or question(s) on  the product, is to visit the Intel Software Network User Forums (links given below), create and submit a forum post.
* The links to all the available forums:
        http://software.intel.com/en-us/forums/
* Link to the Intel (R) C++ Compiler Forum is: http://software.intel.com/en-us/forums/
* Link to the Intel (R) Parallel Studio Forum is: http://software.intel.com/en-us/forums/intel-parallel-studio/
* Link to the Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
   Note: The tools knowledge base is a good resource to find a lot of articles, BKM, FAQ etc.

With that said, here's some useful info:
1. Please refer to the following forum posts that answers the issue involving libstdc++.so.5 related questions:
http://software.intel.com/en-us/forums/intel-c-compiler/topic/63007/
http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/62836/
http://software.intel.com/en-us/forums/intel-c-compiler/topic/61283/

2). To make sure you've successfully installed the compiler, executing the following command should output the compiler version found in the path:
Example:
% ifort -V
Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 10.1    Build 20090615
....
3) You can install g++ using yum or apt (ex: "% apt-get install g++")

Please use the forums if you have any additional questions or issues in the future, appreciate much.
-regards.



   

 ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27525</link>
      <pubDate>Mon, 13 Jul 2009 16:35:33 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27525</guid>
    </item>
    <item>
      <title>By alexandregadelha</title>
      <description><![CDATA[ Hi, I'm using fedora 11 and I'm trying to install intel compiler v11.1.038. During installation process, I received some problems with pre-requisites. they are:

 Step no: 4 of 7 | Installation configuration - Missing Optional Pre-requisite
--------------------------------------------------------------------------------
There is one or more optional unresolved issues. It is highly recommended to fix
it all before you continue the installation. You can fix it without exiting from
the installation and re-check. Or you can quit from the installation, fix it and
run the installation again.
--------------------------------------------------------------------------------
Missing optional pre-requisite
-- cannot determine operating system type
-- system glibc or kernel version not supported or not detectable
--------------------------------------------------------------------------------

Well I think that the first information, about operating system type, is determined through some routine that extract this information using uname command. So, typing uname -a, the set of my operating system appears as:

[WRF@TUFAO 32]$ uname -a
Linux TUFAO 2.6.29.5-191.fc11.i686.PAE #1 SMP Tue Jun 16 23:19:53 EDT 2009 i686 i686 i386 GNU/Linux

The next issue is about glibc or kernel. Typing rpm -qa | grep glibc returns:
glibc-2.10.1-2.i686
glibc-devel-2.10.1-2.i586
glibc-headers-2.10.1-2.i586
glibc-common-2.10.1-2.i586

and typing  rpm -qa | grep kernel, returns:
kernel-PAE-2.6.29.5-191.fc11.i686
kerneloops-0.12-5.fc11.i586
kernel-devel-2.6.29.5-191.fc11.i586
kernel-PAE-devel-2.6.29.4-167.fc11.i686
kernel-headers-2.6.29.5-191.fc11.i586
kernel-firmware-2.6.29.5-191.fc11.noarch
kernel-PAE-2.6.29.4-167.fc11.i686
kernel-PAE-devel-2.6.29.5-191.fc11.i686

Skipping these problems with optional pre-requisites, I proceeds with installation and at step 6 I receive the following message:

Installing Intel(R) Fortran Compiler for applications running on IA-32 
component...
Intel(R) Fortran Compiler for applications running on IA-32  component installed
successfully.
--------------------------------------------------------------------------------
Installing Intel(R) Debugger for applications running on IA-32  component...
Intel(R) Debugger for applications running on IA-32  component installed
successfully.
--------------------------------------------------------------------------------
Installing Intel(R) Math Kernel Library for applications running on IA-32 
component...
Intel(R) Math Kernel Library for applications running on IA-32  component
installed successfully.


But when I type ifort, nothing happens!!

When I try to type that inside /opt/intel/Compiler/11.1/038/bin/ia32 directory, the system give me the following message:
[WRF@TUFAO ia32]$ ifort
ifort: error #10310: Failed to enable trusted storage check for licensing: WARNING: Enable Trusted Storage failed (flexnet error code 2). Trusted Storage based license could 


I would like to know if someone else had these problems too, and if someone could help me!

Thanks a lot !!!!! ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27818</link>
      <pubDate>Fri, 17 Jul 2009 06:51:21 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-27818</guid>
    </item>
    <item>
      <title>By phantomm</title>
      <description><![CDATA[ To alexandregadelha,

Hi! I also use Fedora 11, i586, with the same compiler version, and I have the same problems with detecting my system, glib, etc. The only difference that I see is that I install it as a normal user, without root access, and I install it in my home directory. After the installation, when I run "sh ~/intel/Compiler/11.1/038/bin/ia32/ifortvars_ia32.sh" everything is ok - no error is submitted, but the paths are not set to use the ifort binaries and libraries. However, when I run the compiler inside the ifort directory, or invoke it by the full path (~/intel/Compiler/11.1/038/bin/ia32/ifort  -o sort1.x sort1.f90) everything is ok.

Hope being helpful! 
 ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-28385</link>
      <pubDate>Wed, 22 Jul 2009 23:07:22 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-28385</guid>
    </item>
    <item>
      <title>By mwbromley</title>
      <description><![CDATA[ Thanks for the Fedora hint page... for Fedora 11, before installing the compiler
'yum install compat-libstdc++-33.i586'  seemed to do the trick for me on an x86_64 system
(as opposed to 'yum install compat-libstdc++-33' which installs to /usr/lib64/libstdc++.so.5).


 ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-30113</link>
      <pubDate>Mon, 24 Aug 2009 21:16:52 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-30113</guid>
    </item>
    <item>
      <title>By John O (Intel)</title>
      <description><![CDATA[ Thanks! This (yum install compat-libstdc++-33.x86_64) worked on FC12 w/ icc 11.1.064 for 64-bit compilers.  

thanks, and yes you guys rock!,
John ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-39484</link>
      <pubDate>Thu, 18 Feb 2010 09:40:43 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-39484</guid>
    </item>
    <item>
      <title>By pit</title>
      <description><![CDATA[ Thanks a lot !!! ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-40106</link>
      <pubDate>Fri, 05 Mar 2010 16:11:36 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-40106</guid>
    </item>
    <item>
      <title>By centOS 5.5安装ICC 11.1.073</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-49366</link>
      <pubDate>Sun, 26 Sep 2010 02:00:21 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-49366</guid>
    </item>
    <item>
      <title>By caza</title>
      <description><![CDATA[ hi 
i have a big ptoblem
i use fedira 12, 32 bit


i have delete intel fortan compiler 12 with out uninstalation
so when i try to install it again or another old version this message is appear

The Intel(R) Composer XE 2011 Update 3 for Linux* is already installed.

If you want to reinstall the Intel(R) Composer XE 2011 Update 3 for Linux*
please uninstall current version and run install script again.

how to uninstall it now
thank's in advance
 ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-62061</link>
      <pubDate>Tue, 19 Jul 2011 03:47:11 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-62061</guid>
    </item>
    <item>
      <title>By Feilong H. (Intel)</title>
      <description><![CDATA[ caza,

You may use "rpm -qa" to search for Intel Fortran Composer XE RPM packages.  Then use "rpm -e --force" to remove those packages.  Now you should be able to install by running install script again. ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-62083</link>
      <pubDate>Tue, 19 Jul 2011 20:21:22 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-62083</guid>
    </item>
    <item>
      <title>By p_amit123</title>
      <description><![CDATA[ Thangs a lot
 ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-69944</link>
      <pubDate>Fri, 03 Feb 2012 22:42:40 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-69944</guid>
    </item>
    <item>
      <title>By Madhavan</title>
      <description><![CDATA[ Hi,

  I am using Fedora 15 (64-bit) on my Desktop computer. I have gfortran compiler available for compiling my fortran codes. I am mostly using radiative transfer code which are written fortran 77 and for this requirement I use mostly fortran. I have observed a strange difference in the result arising by running the same code with gfortran compiler and on another system with intel fortran compiler. The code consists of two parts. One part is resulting in exactly same result while the strange difference is observed with the other part of the code. How can I know which compiler result is correct? Why only the latter part is giving difference in the result? 

Can you suggest me which intel fortran compiler is suitable for installation on my Fedora 15 (64-bit) computer? If so, how can I download the same? Please provide me the link and installation instructions link, if any.

Thanking you in advance  ]]></description>
      <link>http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-70870</link>
      <pubDate>Sat, 25 Feb 2012 08:40:55 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/#comment-70870</guid>
    </item>
  </channel></rss>
