<?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: Installation of C++ compiler. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082501#M92067</link>
    <description>&amp;gt;MK: check if the patch database on itrc.hp.com has any patches for your compiler version.&lt;BR /&gt;&lt;BR /&gt;A better place would be on the aC++ version page:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=8b080f1bace021100f1bace02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=8b080f1bace021100f1bace02110275d6e10RCRD&lt;/A&gt;</description>
    <pubDate>Mon, 08 Oct 2007 02:36:56 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-10-08T02:36:56Z</dc:date>
    <item>
      <title>Installation of C++ compiler.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082497#M92063</link>
      <description>I have an itanium which OS is HP-UX 11iv2 I want to install C++ compiler on that machine anyone can tell me the prerequisite and installation procedure of C++ compiler.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 08 Oct 2007 00:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082497#M92063</guid>
      <dc:creator>khalid rasool_2</dc:creator>
      <dc:date>2007-10-08T00:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of C++ compiler.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082498#M92064</link>
      <description>&lt;BR /&gt;Khalid,&lt;BR /&gt;&lt;BR /&gt;if you want to evaluation you can go to:-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Installation steps&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=B9007AAEVAL" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=B9007AAEVAL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Mon, 08 Oct 2007 01:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082498#M92064</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-10-08T01:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of C++ compiler.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082499#M92065</link>
      <description>You purchase the compiler and then you can either install from the web or from a CD.&lt;BR /&gt;There is no prerequisite but you should also install the latest runtime: PHSS_35978</description>
      <pubDate>Mon, 08 Oct 2007 01:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082499#M92065</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-08T01:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of C++ compiler.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082500#M92066</link>
      <description>You did not specify which C++ compiler you're installing, so I cannot give you more specific instructions than this: check the release notes of your C++ compiler and any other installation instructions that may come with the compiler. There may be some patch requirements or recommendations.&lt;BR /&gt;&lt;BR /&gt;If you're installing HP's non-freeware C++ compiler for HP-UX, you generally insert the correct application CD/DVD, start up swinstall, enter your Customer ID &amp;amp; Codeword to unlock the software you paid for, then select the compiler from the list of available software on application CD/DVD and select "Install". &lt;BR /&gt;&lt;BR /&gt;After the installation, check if the patch database on itrc.hp.com has any patches for your compiler version.&lt;BR /&gt;&lt;BR /&gt;HP also offers GNU GCC for HP-UX: it's downloadable for free from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/gcc" target="_blank"&gt;http://www.hp.com/go/gcc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The installation instructions are on the download page.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 08 Oct 2007 01:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082500#M92066</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-10-08T01:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of C++ compiler.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082501#M92067</link>
      <description>&amp;gt;MK: check if the patch database on itrc.hp.com has any patches for your compiler version.&lt;BR /&gt;&lt;BR /&gt;A better place would be on the aC++ version page:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=8b080f1bace021100f1bace02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=8b080f1bace021100f1bace02110275d6e10RCRD&lt;/A&gt;</description>
      <pubDate>Mon, 08 Oct 2007 02:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-of-c-compiler/m-p/4082501#M92067</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-10-08T02:36:56Z</dc:date>
    </item>
  </channel>
</rss>

