<?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 C Compiler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694928#M247976</link>
    <description>Hi&lt;BR /&gt;Just wanted to know how I actually know if  HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800) is being used - its installed on most of our servers but not sure if we need it</description>
    <pubDate>Tue, 20 Dec 2005 09:29:53 GMT</pubDate>
    <dc:creator>N.D</dc:creator>
    <dc:date>2005-12-20T09:29:53Z</dc:date>
    <item>
      <title>C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694928#M247976</link>
      <description>Hi&lt;BR /&gt;Just wanted to know how I actually know if  HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800) is being used - its installed on most of our servers but not sure if we need it</description>
      <pubDate>Tue, 20 Dec 2005 09:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694928#M247976</guid>
      <dc:creator>N.D</dc:creator>
      <dc:date>2005-12-20T09:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694929#M247977</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If its installed, it would be the default for C compilation.  If you do anything semi-serious, other than a kernel regeneration, you should have teh Ansi C compiler.&lt;BR /&gt;&lt;BR /&gt;You should see '/usr/bin/cc' as a soft link to '/opt/ansic/bin/cc'. Do:&lt;BR /&gt;&lt;BR /&gt;# ls ul '/opt/ansic/bin/cc' &lt;BR /&gt;&lt;BR /&gt;...to see the (probable) last use of the compiler (aside from backups like 'tar').&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2005 09:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694929#M247977</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-20T09:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694930#M247978</link>
      <description>Hi I tried running the command you suggested - is it correct:&lt;BR /&gt;&lt;BR /&gt;# ls ul '/opt/ansic/bin/cc'&lt;BR /&gt;ul not found&lt;BR /&gt;/opt/ansic/bin/cc</description>
      <pubDate>Tue, 20 Dec 2005 09:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694930#M247978</guid>
      <dc:creator>N.D</dc:creator>
      <dc:date>2005-12-20T09:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694931#M247979</link>
      <description>And the fastest test is to use an option that is only available in ANSI-C&lt;BR /&gt;&lt;BR /&gt;a5:/u/usr/merijn 104 &amp;gt; /usr/ccs/bin/cc -Ae -c /dev/null&lt;BR /&gt;(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.&lt;BR /&gt;a5:/u/usr/merijn 105 &amp;gt; /opt/ansic/bin/cc -Ae -c /dev/null&lt;BR /&gt;a5:/u/usr/merijn 106 &amp;gt; cc -Ae -c /dev/null&lt;BR /&gt;a5:/u/usr/merijn 107 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 20 Dec 2005 09:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694931#M247979</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-12-20T09:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694932#M247980</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# ls -ul '/opt/ansic/bin/cc'&lt;BR /&gt;&lt;BR /&gt;...for last access with details&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2005 09:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694932#M247980</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-20T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: C Compiler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694933#M247981</link>
      <description>JRF just missed the '-' sign.  The command should be:&lt;BR /&gt;&lt;BR /&gt;# ls -ul /opt/ansic/bin/cc&lt;BR /&gt;&lt;BR /&gt;Do a 'man ls' for info. on the '-u' switch.</description>
      <pubDate>Tue, 20 Dec 2005 09:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-compiler/m-p/3694933#M247981</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-12-20T09:51:05Z</dc:date>
    </item>
  </channel>
</rss>

