<?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: Difficulty understanding the difference between cc and aCC in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078209#M92435</link>
    <description>Thanks all. &lt;BR /&gt;&lt;BR /&gt;Been away for a long weekend, Denis. We don't all work all the time! ;-) Points on the way.</description>
    <pubDate>Mon, 12 Nov 2007 07:43:24 GMT</pubDate>
    <dc:creator>David Polshaw</dc:creator>
    <dc:date>2007-11-12T07:43:24Z</dc:date>
    <item>
      <title>Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078200#M92426</link>
      <description>Hi All. &lt;BR /&gt;&lt;BR /&gt;Firstly apologies for the vagueness but I have never realy been involved in C programing apart from the occasional make or cc of nethack! I recently installed the new ANSI C/C++ bundle on an 11.23 and found that the 'cc' command now fails with missing libraries. I have just discovered that the ANSI C compiler is actualy 'aCC'. Does this mean that the developers using this system should now use aCC rather than cc? Or am I missing something? Should I link 'cc' with 'aCC' for instance? Or do I need to do something else?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 06 Nov 2007 06:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078200#M92426</guid>
      <dc:creator>David Polshaw</dc:creator>
      <dc:date>2007-11-06T06:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078201#M92427</link>
      <description>&amp;gt;I recently installed the new ANSI C/C++ bundle on an 11.23 and found that the 'cc' command now fails with missing libraries. &lt;BR /&gt;&lt;BR /&gt;What are the names?&lt;BR /&gt;Are you on an Integrity server?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I have just discovered that the ANSI C compiler is actually 'aCC'. Does this mean that the developers using this system should now use aCC rather than cc?&lt;BR /&gt;&lt;BR /&gt;No.  If you want a C compiler you use cc, if you want aC++, you use aCC.</description>
      <pubDate>Tue, 06 Nov 2007 06:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078201#M92427</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-06T06:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078202#M92428</link>
      <description>It's an RP2470 PA Risk server.</description>
      <pubDate>Wed, 07 Nov 2007 07:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078202#M92428</guid>
      <dc:creator>David Polshaw</dc:creator>
      <dc:date>2007-11-07T07:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078203#M92429</link>
      <description>Sorry - The 'live' machine is a 2470. The test one that I am installing in is an old A180.</description>
      <pubDate>Wed, 07 Nov 2007 07:41:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078203#M92429</guid>
      <dc:creator>David Polshaw</dc:creator>
      <dc:date>2007-11-07T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078204#M92430</link>
      <description>&amp;gt;It's an RP2470 PA-RISC server.&lt;BR /&gt;&lt;BR /&gt;Since you are still on PA, aCC and cc are completely separate, both the drivers and compilers, you just buy them in one bundle.&lt;BR /&gt;&lt;BR /&gt;Only the backends are the same.</description>
      <pubDate>Wed, 07 Nov 2007 19:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078204#M92430</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-07T19:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078205#M92431</link>
      <description>Thanks, Denis. Original query solved then and 10 points on the way! Sub-question arises now then. Is there an easy way, bearing in mind that I am not a C programmer, of checking that the full developers kit is installed and working? I can see the package with swlist so it is installed OK - I just need to confirm it is functioning correctly before handing over to some 3rd party developers. Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 08 Nov 2007 06:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078205#M92431</guid>
      <dc:creator>David Polshaw</dc:creator>
      <dc:date>2007-11-08T06:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078206#M92432</link>
      <description>Hi Dave:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is there an easy way...of checking that the full developers kit is installed and working? &lt;BR /&gt;&lt;BR /&gt;# swlist -l fileset -a state B9007AA&lt;BR /&gt;&lt;BR /&gt;If each fileset shows "configured" then all is OK and ready!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 08 Nov 2007 07:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078206#M92432</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-08T07:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078207#M92433</link>
      <description>&amp;gt;Is there an easy way of checking that the full developers kit is installed and working?&lt;BR /&gt;&lt;BR /&gt;JRF's swlist is one way.&lt;BR /&gt;For aCC, you can use:&lt;BR /&gt;$ aCC -V&lt;BR /&gt;For cc (on PA) you have to have a source file, it can be empty:&lt;BR /&gt;$ cc -c -V empty.c&lt;BR /&gt;&lt;BR /&gt;You can also try accessing the man pages and Online Help:&lt;BR /&gt;$ man aCC&lt;BR /&gt;$ man cc&lt;BR /&gt;$ aCC +help&lt;BR /&gt;$ cc +help</description>
      <pubDate>Thu, 08 Nov 2007 17:38:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078207#M92433</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-08T17:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078208#M92434</link>
      <description>If you are happy with your answers you should close the thread indicating no more answers are needed.</description>
      <pubDate>Fri, 09 Nov 2007 02:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078208#M92434</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-11-09T02:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078209#M92435</link>
      <description>Thanks all. &lt;BR /&gt;&lt;BR /&gt;Been away for a long weekend, Denis. We don't all work all the time! ;-) Points on the way.</description>
      <pubDate>Mon, 12 Nov 2007 07:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078209#M92435</guid>
      <dc:creator>David Polshaw</dc:creator>
      <dc:date>2007-11-12T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty understanding the difference between cc and aCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078210#M92436</link>
      <description>The aCC and cc command lines are what I needed.</description>
      <pubDate>Mon, 12 Nov 2007 07:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-understanding-the-difference-between-cc-and-acc/m-p/5078210#M92436</guid>
      <dc:creator>David Polshaw</dc:creator>
      <dc:date>2007-11-12T07:45:25Z</dc:date>
    </item>
  </channel>
</rss>

