<?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: compilatD1on errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754144#M722181</link>
    <description>By design, aCC does not speak K&amp;amp;R. It speaks ANSI C and C++. If you want to do ANSI/C and K&amp;amp;R the you must purchase the ANSI/C compiler; it does not speak C++. Thus, if you need K&amp;amp;R C, ANSI C and C++, you must purchase both compilers.&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Jun 2002 20:44:58 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-06-28T20:44:58Z</dc:date>
    <item>
      <title>compilatD1on errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754139#M722176</link>
      <description>I am working with HP UX 11 and trying to compile some source with cc_bundled. I get errors wherever the source is using tydef signed char, tydef signed ??nt and extern sword etc. &lt;BR /&gt;&lt;BR /&gt;I do not get these when I use aCC.&lt;BR /&gt;&lt;BR /&gt;What could be the reason?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jun 2002 07:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754139#M722176</guid>
      <dc:creator>Irfan Guder</dc:creator>
      <dc:date>2002-06-28T07:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: compilatD1on errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754140#M722177</link>
      <description>&lt;BR /&gt;HI,&lt;BR /&gt;&lt;BR /&gt;The bundled  c-compiler is there primarily&lt;BR /&gt;for making the kernel.&lt;BR /&gt;It is not   intended for   regular program&lt;BR /&gt;development.&lt;BR /&gt;It is not an ansi-c  compiler.&lt;BR /&gt;If your code  is ansi-c  you should  buy&lt;BR /&gt;the ansi-c  compiler from HP.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav</description>
      <pubDate>Fri, 28 Jun 2002 07:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754140#M722177</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-06-28T07:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: compilatD1on errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754141#M722178</link>
      <description>cc_bundled is not ANSI.&lt;BR /&gt;For ANSI C code try aCC or gcc.&lt;BR /&gt;&lt;BR /&gt;You can get a precompiled depot (read to install) of gcc from:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hartmut</description>
      <pubDate>Fri, 28 Jun 2002 07:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754141#M722178</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2002-06-28T07:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: compilatD1on errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754142#M722179</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. It was useful info.&lt;BR /&gt;&lt;BR /&gt;I used aCC too and got the errors. Quite a few lines wre in old style and c++ complained. A list is enclosed.&lt;BR /&gt;&lt;BR /&gt;Kailash&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jun 2002 07:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754142#M722179</guid>
      <dc:creator>Irfan Guder</dc:creator>
      <dc:date>2002-06-28T07:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: compilatD1on errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754143#M722180</link>
      <description>It seems your aCC doent not like the non-ANSI C-code.&lt;BR /&gt;I'm not familiar with aCC, but there should be an option to tell aCC to accept non-ANSI (e.g. K&amp;amp;R) C-code.&lt;BR /&gt;Check the manual for it!&lt;BR /&gt;&lt;BR /&gt;Hartmut</description>
      <pubDate>Fri, 28 Jun 2002 08:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754143#M722180</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2002-06-28T08:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: compilatD1on errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754144#M722181</link>
      <description>By design, aCC does not speak K&amp;amp;R. It speaks ANSI C and C++. If you want to do ANSI/C and K&amp;amp;R the you must purchase the ANSI/C compiler; it does not speak C++. Thus, if you need K&amp;amp;R C, ANSI C and C++, you must purchase both compilers.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jun 2002 20:44:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilatd1on-errors/m-p/2754144#M722181</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-06-28T20:44:58Z</dc:date>
    </item>
  </channel>
</rss>

