<?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 3.2 installation on Redhat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922322#M46067</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Finally I have installed it ...Lot of dependecy issues and interestingly i was trying to compile gcc without a compiler...!!!!&lt;BR /&gt;&lt;BR /&gt;Thank for helping ...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
    <pubDate>Thu, 01 Sep 2005 02:36:19 GMT</pubDate>
    <dc:creator>saju_2</dc:creator>
    <dc:date>2005-09-01T02:36:19Z</dc:date>
    <item>
      <title>gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922309#M46054</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I would like to get the procedure to install gcc 3.2 on RH9.&lt;BR /&gt;&lt;BR /&gt;uname -a output is&lt;BR /&gt;Linux ftpsvr 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 i386  GNU/Linux&lt;BR /&gt;&lt;BR /&gt;I have downloaded the gcc-3.2.tar&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Wed, 31 Aug 2005 03:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922309#M46054</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-08-31T03:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922310#M46055</link>
      <description>tar xvf gcc-3.2.tar&lt;BR /&gt;&lt;BR /&gt;There should be installation instructions in the tar.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Aug 2005 04:05:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922310#M46055</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-31T04:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922311#M46056</link>
      <description>gcc rpm comes with the OS cd&lt;BR /&gt;&lt;BR /&gt;check the cd#1 for RH9 under Redhat/RPMS&lt;BR /&gt;&lt;BR /&gt;the dependency files would also exist there&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 04:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922311#M46056</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-08-31T04:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922312#M46057</link>
      <description>I believe you may not get latest RPM based version of gcc for your distribution (RH9 was way old).&lt;BR /&gt;&lt;BR /&gt;Only way out for you is downloading tar.gz of gcc 3.2, uncompress it by 'tar -zxvf gcc-3.2.tar.gz' then go to the extracted directory, then execute './configure --help'&lt;BR /&gt;&lt;BR /&gt;it will list the configuration options available for compiling gcc, choose which one you want and re call configure like './configure &lt;OPTIONS needed=""&gt;'.&lt;BR /&gt;&lt;BR /&gt;if you want default parameters then simply call ./configure&lt;BR /&gt;&lt;BR /&gt;this will create Makefiles for gcc to compile, then call 'make' to compile gcc which will produce the required libraries and  executables if any. &lt;BR /&gt;&lt;BR /&gt;now as root run 'make install' to install to your system. By default these packages get installed under '/usr/local/'&lt;BR /&gt;&lt;BR /&gt;Just to try your luck, try searching '&lt;A href="http://www.rpmfind.net'" target="_blank"&gt;http://www.rpmfind.net'&lt;/A&gt; for any new gcc-3.2 RPM package for RH9&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi&lt;/OPTIONS&gt;</description>
      <pubDate>Wed, 31 Aug 2005 04:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922312#M46057</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-08-31T04:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922313#M46058</link>
      <description>RHL9 comes with gcc3.2.&lt;BR /&gt;So just install RPMs (rpm -i gcc*rpm) from RHL9 installation CDs or (the best) from RHL9 updates.</description>
      <pubDate>Wed, 31 Aug 2005 05:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922313#M46058</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-31T05:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922314#M46059</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I currently don't have the RH CD.Also i am not interested in the rpm installation part. I just want to try the complie and configure part..!!!:)&lt;BR /&gt;&lt;BR /&gt;I tried  gopi's method and it gave me an error saying that &lt;BR /&gt;&lt;BR /&gt;configure: error: no acceptable cc found in $PATH&lt;BR /&gt;&lt;BR /&gt;echo $PATH is /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/b&lt;BR /&gt;in:/root/bin&lt;BR /&gt;&lt;BR /&gt;I am completly new this compling stuff.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Wed, 31 Aug 2005 06:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922314#M46059</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-08-31T06:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922315#M46060</link>
      <description>Check the PATH for the cc binary.&lt;BR /&gt;&lt;BR /&gt;find / -name cc&lt;BR /&gt;&lt;BR /&gt;If that result is on the PATH, you are good. If not, modify the PATH so that cc is on the PATH.&lt;BR /&gt;&lt;BR /&gt;If there is no cc, then get and install one.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 31 Aug 2005 06:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922315#M46060</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-31T06:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922316#M46061</link>
      <description>Saju,&lt;BR /&gt;probably you don't have C compiler in your linux box at all;&lt;BR /&gt;and compile something without compiler may be a little tricky :-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So I suggest you to install gcc (+ make and so on) from RPMs and after that you'll be able compile everything - from Apache to kernel.</description>
      <pubDate>Wed, 31 Aug 2005 06:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922316#M46061</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-31T06:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922317#M46062</link>
      <description>&lt;BR /&gt;gcc is the one which gives the C compiler and you need one to compile gcc first :) much like chicken egg problem.&lt;BR /&gt;&lt;BR /&gt;read the README/INSTALL file which comes with gcc tar file, it will clearly give the pre-requisties. Go by that and install the required packages first before continuing on the gcc installation.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 31 Aug 2005 07:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922317#M46062</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-08-31T07:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922318#M46063</link>
      <description>check out the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gcc.gnu.org/install/" target="_blank"&gt;http://gcc.gnu.org/install/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and for 3.2 doc check &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gcc.gnu.org/onlinedocs/" target="_blank"&gt;http://gcc.gnu.org/onlinedocs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Wed, 31 Aug 2005 08:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922318#M46063</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-08-31T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922319#M46064</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;I am trying to download and install the necessary dependecies for gcc installation and i am not able to get the below dependency.&lt;BR /&gt;glibc-devel &amp;gt;= 2.2.90-12&lt;BR /&gt;&lt;BR /&gt;Any idea any other version of this will work or  from which location (exact location) i can download it?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;CS</description>
      <pubDate>Wed, 31 Aug 2005 09:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922319#M46064</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-08-31T09:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922320#M46065</link>
      <description>&lt;A href="ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/updates/9/en/os/" target="_blank"&gt;ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/updates/9/en/os/&lt;/A&gt;  - RHL9 updates&lt;BR /&gt;&lt;A href="ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/" target="_blank"&gt;ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/&lt;/A&gt; - RHL9 itself&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://fedora.redhat.com/download/mirrors.html" target="_blank"&gt;http://fedora.redhat.com/download/mirrors.html&lt;/A&gt; - RH mirrors&lt;BR /&gt;&lt;BR /&gt;As you probably know, you may install rpm packages via ftp/http - rpm -Uv &lt;A href="ftp://server.com/RedHat/..." target="_blank"&gt;ftp://server.com/RedHat/...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2005 09:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922320#M46065</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-31T09:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922321#M46066</link>
      <description>download the glibc-devel rpm package from this location:&lt;BR /&gt;&lt;A href="http://www.rpmfind.net//linux/RPM/redhat/updates/9/i386/glibc-devel-2.3.2-27.9.7.i386.html" target="_blank"&gt;http://www.rpmfind.net//linux/RPM/redhat/updates/9/i386/glibc-devel-2.3.2-27.9.7.i386.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;install the RPM, after the installation is over, continue with gcc compilation.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 31 Aug 2005 09:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922321#M46066</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-08-31T09:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: gcc 3.2 installation on Redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922322#M46067</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Finally I have installed it ...Lot of dependecy issues and interestingly i was trying to compile gcc without a compiler...!!!!&lt;BR /&gt;&lt;BR /&gt;Thank for helping ...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;CS</description>
      <pubDate>Thu, 01 Sep 2005 02:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gcc-3-2-installation-on-redhat/m-p/4922322#M46067</guid>
      <dc:creator>saju_2</dc:creator>
      <dc:date>2005-09-01T02:36:19Z</dc:date>
    </item>
  </channel>
</rss>

