<?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: gcc version in red hat Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239231#M60700</link>
    <description>It has to be reinstalled to clear the inconsistnecy. Thanks all for your thoughts.</description>
    <pubDate>Fri, 14 May 2010 14:11:42 GMT</pubDate>
    <dc:creator>John Guster</dc:creator>
    <dc:date>2010-05-14T14:11:42Z</dc:date>
    <item>
      <title>gcc version in red hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239225#M60694</link>
      <description>should the version getting from gcc -v match one from rpm -qa|grep gcc?</description>
      <pubDate>Mon, 10 May 2010 17:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239225#M60694</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-05-10T17:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: gcc version in red hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239226#M60695</link>
      <description>&lt;!--!*#--&gt;It depends.&lt;BR /&gt;&lt;BR /&gt;It's possible to download a GCC source kit,&lt;BR /&gt;and build and install a GCC that way, and&lt;BR /&gt;that wouldn't appear in any "rpm" report.&lt;BR /&gt;&lt;BR /&gt;Is there some actual problem which you are&lt;BR /&gt;trying to solve?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] gcc -v [...] rpm -qa|grep gcc [...]&lt;BR /&gt;&lt;BR /&gt;Call me curious, but what do they say?</description>
      <pubDate>Mon, 10 May 2010 18:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239226#M60695</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-05-10T18:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: gcc version in red hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239227#M60696</link>
      <description>$gcc -v&lt;BR /&gt;Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs&lt;BR /&gt;Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=x86_64-redhat-linux&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-59)&lt;BR /&gt;$rpm -qa|grep gcc&lt;BR /&gt;gcc-3.4.6-3&lt;BR /&gt;&lt;BR /&gt;so which version of gcc is: 3.4.6-3 or 3.2.3?&lt;BR /&gt;Any idea to share?</description>
      <pubDate>Mon, 10 May 2010 18:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239227#M60696</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-05-10T18:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: gcc version in red hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239228#M60697</link>
      <description>&lt;!--!*#--&gt;&amp;gt; so which version of gcc [...]?&lt;BR /&gt;&lt;BR /&gt;Could be both, but I'd bet that you have (at&lt;BR /&gt;least) "gcc version 3.2.3 20030502 (Red Hat&lt;BR /&gt;Linux 3.2.3-59)" installed.  GCC is seldom&lt;BR /&gt;confused about its own version.&lt;BR /&gt;&lt;BR /&gt;      which gcc&lt;BR /&gt;      echo $PATH&lt;BR /&gt;&lt;BR /&gt;Multiple versions of GCC can be installed in&lt;BR /&gt;different places.  A bare "gcc" will get you&lt;BR /&gt;the first "gcc" found on your PATH.  I don't&lt;BR /&gt;run Red Hat, so I know nothing, and among the&lt;BR /&gt;things I don't know is where "rpm" would have&lt;BR /&gt;installed the "gcc" from your gcc-3.4.6-3&lt;BR /&gt;kit.&lt;BR /&gt;&lt;BR /&gt;      find /usr -type f -name gcc&lt;BR /&gt;&lt;BR /&gt;(Or anyplace else you think likely.)</description>
      <pubDate>Mon, 10 May 2010 19:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239228#M60697</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-05-10T19:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: gcc version in red hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239229#M60698</link>
      <description>there is only gcc executable on the system. it seems info in the package database is different from that directly on the executable.</description>
      <pubDate>Tue, 11 May 2010 12:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239229#M60698</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-05-11T12:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: gcc version in red hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239230#M60699</link>
      <description>Yes, ofcourse.&lt;BR /&gt;&lt;BR /&gt;# gcc --version&lt;BR /&gt;gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)&lt;BR /&gt;&lt;BR /&gt;# rpm -qa | grep gcc&lt;BR /&gt;gcc-4.1.2-46.el5_4.2&lt;BR /&gt;&lt;BR /&gt;OS is RHEL 5.4</description>
      <pubDate>Thu, 13 May 2010 17:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239230#M60699</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-05-13T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: gcc version in red hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239231#M60700</link>
      <description>It has to be reinstalled to clear the inconsistnecy. Thanks all for your thoughts.</description>
      <pubDate>Fri, 14 May 2010 14:11:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-version-in-red-hat-linux/m-p/5239231#M60700</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2010-05-14T14:11:42Z</dc:date>
    </item>
  </channel>
</rss>

