<?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 vs. aC++ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558472#M226060</link>
    <description>Thanks to the Open Source Community, gcc is the norm now.  as you pointed out, Solaris developers have an option too.  Unless you are doing complex optimization on PA-RISC, the option of having gcc is the standard.&lt;BR /&gt;&lt;BR /&gt;The only risk you have is possible non-suported libraries and calling HP for production code support is out.&lt;BR /&gt;&lt;BR /&gt;we actually use both for our production system: aC++ and gcc.&lt;BR /&gt;&lt;BR /&gt;if one uses Oracle 10g, then one requirement is the ANSI C compiler from HP.&lt;BR /&gt;</description>
    <pubDate>Mon, 06 Jun 2005 21:59:21 GMT</pubDate>
    <dc:creator>D Block 2</dc:creator>
    <dc:date>2005-06-06T21:59:21Z</dc:date>
    <item>
      <title>GCC vs. aC++</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558469#M226057</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've been using GCC for years to compile all my stuff. I never considered purchasing the HP compiler since GCC has always been readily available and I didn't have to waste any time having someone issue a PO. :)&lt;BR /&gt;&lt;BR /&gt;However, my company is starting to rely more and more on open-source software for mission-critical apps. The Solaris guys all use Sun's compiler and they were surprised to learn that I used GCC; it is good enough for me as far as I'm concerned.&lt;BR /&gt;&lt;BR /&gt;Execept for the fact that aC++ probably produces more optimized code, is there any &lt;BR /&gt;other reason why I should not stick with GCC. &lt;BR /&gt;&lt;BR /&gt;I'm not looking into compiling homemade kernel modules or doing any PA-RISC specific development so any features like these are of no interest to me.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558469#M226057</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2005-06-06T09:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: GCC vs. aC++</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558470#M226058</link>
      <description>I prefer to use gcc, gmake, and binutils over aC++ because most OpenSource won't compile or build with aC++ and make.&lt;BR /&gt;&lt;BR /&gt;The packages from &lt;A href="http://hpux.ee.ualberta.ca/" target="_blank"&gt;http://hpux.ee.ualberta.ca/&lt;/A&gt; are compiled using gcc&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Mon, 06 Jun 2005 09:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558470#M226058</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-06-06T09:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: GCC vs. aC++</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558471#M226059</link>
      <description>I use gcc, and have done for a number of year. Mainly because I develop cross-platform applications and it runs on them all.&lt;BR /&gt;&lt;BR /&gt;Also, it's free.&lt;BR /&gt;&lt;BR /&gt;Look at the forum and compare problems using gcc against problems using aCC, not entirely fair unless you know the proportion of users who use each compiler I agree.</description>
      <pubDate>Mon, 06 Jun 2005 10:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558471#M226059</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-06-06T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: GCC vs. aC++</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558472#M226060</link>
      <description>Thanks to the Open Source Community, gcc is the norm now.  as you pointed out, Solaris developers have an option too.  Unless you are doing complex optimization on PA-RISC, the option of having gcc is the standard.&lt;BR /&gt;&lt;BR /&gt;The only risk you have is possible non-suported libraries and calling HP for production code support is out.&lt;BR /&gt;&lt;BR /&gt;we actually use both for our production system: aC++ and gcc.&lt;BR /&gt;&lt;BR /&gt;if one uses Oracle 10g, then one requirement is the ANSI C compiler from HP.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jun 2005 21:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558472#M226060</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2005-06-06T21:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: GCC vs. aC++</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558473#M226061</link>
      <description>even in gcc version 4.0 C++ is kind of lagging compared to other compilers. so if you need the best possible C++ compiler you can go for aC++, but for all other cases, and certainly when only using C, go for gcc.</description>
      <pubDate>Tue, 07 Jun 2005 02:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-vs-ac/m-p/3558473#M226061</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-06-07T02:02:47Z</dc:date>
    </item>
  </channel>
</rss>

