<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ifort and glibc 2.7 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746122#M4056</link>
    <description>thx for answer.&lt;BR /&gt;&lt;BR /&gt;according to package manager&lt;BR /&gt;i have &lt;BR /&gt;glibc 2.7-2.x86_64&lt;BR /&gt;glibc 2.7-2i686&lt;BR /&gt;libstdc++ 4.1.2-33.x86_64&lt;BR /&gt;libstdc++ 4.1.2-33.i386&lt;BR /&gt;&lt;BR /&gt;as i understood i do have 32 support ... am i right?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Dec 2007 09:40:23 GMT</pubDate>
    <dc:creator>dima_vin</dc:creator>
    <dc:date>2007-12-27T09:40:23Z</dc:date>
    <item>
      <title>Ifort and glibc 2.7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746120#M4054</link>
      <description>compilation of ifort fails because it can't find glibc 2.7,&lt;BR /&gt;when I tried inserting glibc 2.7 to the path where ifort is looking (install_fc.sh),&lt;BR /&gt;it didn't find libstdc++.so.5 (or something like that..).&lt;BR /&gt;&lt;BR /&gt;I need to install for a x64 bit system.&lt;BR /&gt;how to do that?&lt;BR /&gt;System spec:&lt;BR /&gt;Fedora core 8 x64&lt;BR /&gt;glibc 2.7.2&lt;BR /&gt;ifort 10.1.008&lt;BR /&gt;


	
	
	
	
	Intel Core2 Duo
Processor E6850, LGA775 Package 3.00GHz
&lt;BR /&gt;&lt;BR /&gt;PS: does ifort support glibc 2.7?&lt;BR /&gt;thx all.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Dec 2007 13:28:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746120#M4054</guid>
      <dc:creator>dima_vin</dc:creator>
      <dc:date>2007-12-25T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ifort and glibc 2.7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746121#M4055</link>
      <description>You may be confusing the question of whether you installed 32-bit C++ libraries with the glibc version question. You need the 32-bit libstdc++. If there is no "compatibility" (32-bit run-time support) library option in your distro install, install all the libstdc++.so .rpms directly, both 32- and 64-bit.&lt;BR /&gt;No, ifort doesn't officially support FC8, but it should work if you install all relevant glibc components. Check previous posts on the subject.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Dec 2007 16:06:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746121#M4055</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-12-25T16:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ifort and glibc 2.7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746122#M4056</link>
      <description>thx for answer.&lt;BR /&gt;&lt;BR /&gt;according to package manager&lt;BR /&gt;i have &lt;BR /&gt;glibc 2.7-2.x86_64&lt;BR /&gt;glibc 2.7-2i686&lt;BR /&gt;libstdc++ 4.1.2-33.x86_64&lt;BR /&gt;libstdc++ 4.1.2-33.i386&lt;BR /&gt;&lt;BR /&gt;as i understood i do have 32 support ... am i right?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Dec 2007 09:40:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746122#M4056</guid>
      <dc:creator>dima_vin</dc:creator>
      <dc:date>2007-12-27T09:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ifort and glibc 2.7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746123#M4057</link>
      <description>Yes, it looks OK. ifort should be using&lt;BR /&gt;g++ -print-search-dirs&lt;BR /&gt;(running as root, if you chose the normal option) to find the glibc installation. If it doesn't use&lt;BR /&gt;g++ -m32 -print-search-dirs&lt;BR /&gt;to find the 32-bit library, it would be looking in the /lib/ path corresponding to the 64-bit library path. From your comments, you may have installed glibc in some unusual path.&lt;BR /&gt;If you got the question "do you want an unsupported installation?" the answer would be yes. &lt;BR /&gt;</description>
      <pubDate>Thu, 27 Dec 2007 14:09:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746123#M4057</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-12-27T14:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ifort and glibc 2.7</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746124#M4058</link>
      <description>i got glibc with fedora, i did not install it separatly.&lt;BR /&gt;i will try unsupported installation. &lt;BR /&gt;</description>
      <pubDate>Thu, 27 Dec 2007 14:31:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Ifort-and-glibc-2-7/m-p/746124#M4058</guid>
      <dc:creator>dima_vin</dc:creator>
      <dc:date>2007-12-27T14:31:50Z</dc:date>
    </item>
  </channel>
</rss>

