<?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: How to make the c complier working in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708609#M21286</link>
    <description>Hi All &lt;BR /&gt;&lt;BR /&gt;When I run the follwing  command the below &lt;BR /&gt;mentioned err is popping up ..&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;-Binu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/local/gcc/gcc-4.0.2/configure&lt;BR /&gt;&lt;BR /&gt;creating cache ./config.cache&lt;BR /&gt;checking host system type... i686-pc-linux-gnu&lt;BR /&gt;checking target system type... i686-pc-linux-gnu&lt;BR /&gt;checking build system type... i686-pc-linux-gnu&lt;BR /&gt;checking for a BSD compatible install... /usr/bin/install -c&lt;BR /&gt;checking whether ln works... yes&lt;BR /&gt;checking whether ln -s works... yes&lt;BR /&gt;checking for gcc... no&lt;BR /&gt;checking for cc... no&lt;BR /&gt;configure: error: no acceptable cc found in $PATH&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Jan 2006 05:38:09 GMT</pubDate>
    <dc:creator>Binu_5</dc:creator>
    <dc:date>2006-01-13T05:38:09Z</dc:date>
    <item>
      <title>How to make the c complier working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708608#M21285</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I have downloaded gcc-4.0.2  from the net and copied to my Linux server ..How to make it working .. How to test the same &lt;BR /&gt;&lt;BR /&gt;PLease help&lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Fri, 13 Jan 2006 04:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708608#M21285</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2006-01-13T04:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the c complier working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708609#M21286</link>
      <description>Hi All &lt;BR /&gt;&lt;BR /&gt;When I run the follwing  command the below &lt;BR /&gt;mentioned err is popping up ..&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;-Binu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/local/gcc/gcc-4.0.2/configure&lt;BR /&gt;&lt;BR /&gt;creating cache ./config.cache&lt;BR /&gt;checking host system type... i686-pc-linux-gnu&lt;BR /&gt;checking target system type... i686-pc-linux-gnu&lt;BR /&gt;checking build system type... i686-pc-linux-gnu&lt;BR /&gt;checking for a BSD compatible install... /usr/bin/install -c&lt;BR /&gt;checking whether ln works... yes&lt;BR /&gt;checking whether ln -s works... yes&lt;BR /&gt;checking for gcc... no&lt;BR /&gt;checking for cc... no&lt;BR /&gt;configure: error: no acceptable cc found in $PATH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jan 2006 05:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708609#M21286</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2006-01-13T05:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the c complier working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708610#M21287</link>
      <description>try ./configure&lt;BR /&gt;then &lt;BR /&gt;2.make &lt;BR /&gt;3. make install &lt;BR /&gt;in folder where is your gcc-4.0.2&lt;BR /&gt;&lt;BR /&gt;write some program in c&lt;BR /&gt;then cc programname.c -o pragramname&lt;BR /&gt;&lt;BR /&gt;to test it.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 13 Jan 2006 06:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708610#M21287</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2006-01-13T06:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the c complier working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708611#M21288</link>
      <description>You have downloaded a source package for gcc-4.02. To make it usable, you need to compile it... and you will need a compiler for that.&lt;BR /&gt;&lt;BR /&gt;Check the installation disks for your Linux distribution: there should be a packaged gcc. Just install it first. It may request that you install several other packages as dependencies, do that.&lt;BR /&gt;&lt;BR /&gt;After that, you should have a working C compiler. If you specifically need gcc-4.0.2 and your distribution has an older version of gcc, now you can use the old compiler to make the new one.</description>
      <pubDate>Fri, 13 Jan 2006 06:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708611#M21288</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-01-13T06:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the c complier working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708612#M21289</link>
      <description>Download gcc rpm if you are using redhat:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://rpmfind.net/linux/rpm2html/search.php?query=gcc" target="_blank"&gt;http://rpmfind.net/linux/rpm2html/search.php?query=gcc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 13 Jan 2006 06:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-make-the-c-complier-working/m-p/3708612#M21289</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-01-13T06:28:37Z</dc:date>
    </item>
  </channel>
</rss>

