<?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: Compilation errors on HP itanium 32bit porting. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368040#M684523</link>
    <description>&lt;!--!*#--&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;I have been advised to use aCC5 compiler only.&lt;BR /&gt;&lt;BR /&gt;What is the compiler option to tell the compiler to pick header files for user defined location directories. &lt;BR /&gt;&lt;BR /&gt;Something like -qnostdinc in aix</description>
    <pubDate>Tue, 03 Mar 2009 10:16:40 GMT</pubDate>
    <dc:creator>Sunny6868</dc:creator>
    <dc:date>2009-03-03T10:16:40Z</dc:date>
    <item>
      <title>Compilation errors on HP itanium 32bit porting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368038#M684521</link>
      <description>&lt;BR /&gt;I am getting following errors on HP Itanium for 32 bit porting.&lt;BR /&gt;&lt;BR /&gt;Error 328: "/opt/aCC/include/memory", line 493 # Function 'bad_alloc' has not been defined yet; cannot call.&lt;BR /&gt;      RWSTD_THROW_NO_MSG(tmp == 0, bad_alloc);&lt;BR /&gt;      ^^^^^^^^^^^^^^^^^^&lt;BR /&gt;Error 419: "/opt/aCC/include/stdexcept", line 69 # 'exception' is used as a type, but has not been defined&lt;BR /&gt;    as a type.&lt;BR /&gt;    class RWSTDExport logic_error : public exception&lt;BR /&gt;                                           ^^^^^^^^^&lt;BR /&gt;Error 376: "/opt/aCC/include/stdexcept", line 69 # Class name expected.&lt;BR /&gt;    class RWSTDExport logic_error : public exception&lt;BR /&gt;                                           ^^^^^^^^^&lt;BR /&gt;Error 419: "/opt/aCC/include/stdexcept", line 145 # 'exception' is used as a type, but has not been defined&lt;BR /&gt;    as a type.&lt;BR /&gt;    class RWSTDExport runtime_error : public exception&lt;BR /&gt;                                             ^^^^^^^^^&lt;BR /&gt;Error 376: "/opt/aCC/include/stdexcept", line 145 # Class name expected.&lt;BR /&gt;    class RWSTDExport runtime_error : public exception&lt;BR /&gt;                                             ^^^^^^^^^&lt;BR /&gt;Error 328: "PXLog.cpp", line 382 # Function 'bad_alloc' has not been defined yet; cannot call.&lt;BR /&gt;            throw bad_alloc ();&lt;BR /&gt;                  ^^^^^^^^^&lt;BR /&gt;These are my compiler options&lt;BR /&gt;mycopts = -AA +DD32 +u1  -c +z -DHPUX +W 749,829,921&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2009 07:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368038#M684521</guid>
      <dc:creator>Sunny6868</dc:creator>
      <dc:date>2009-02-27T07:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation errors on HP itanium 32bit porting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368039#M684522</link>
      <description>You are using obsolete aCC5.  You need to use aCC6 on Integrity.&lt;BR /&gt;&lt;BR /&gt;You are illegally specifying the default include paths, let the driver do it.  Remove -I/usr/include or -I/opt/aCC/include.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;mycopts = -AA +u1 -c +z -DHPUX +W749,829,921&lt;BR /&gt;&lt;BR /&gt;These +W options aren't valid for aCC6.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2009 08:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368039#M684522</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-27T08:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation errors on HP itanium 32bit porting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368040#M684523</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;I have been advised to use aCC5 compiler only.&lt;BR /&gt;&lt;BR /&gt;What is the compiler option to tell the compiler to pick header files for user defined location directories. &lt;BR /&gt;&lt;BR /&gt;Something like -qnostdinc in aix</description>
      <pubDate>Tue, 03 Mar 2009 10:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368040#M684523</guid>
      <dc:creator>Sunny6868</dc:creator>
      <dc:date>2009-03-03T10:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation errors on HP itanium 32bit porting.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368041#M684524</link>
      <description>&amp;gt;I have been advised to use aCC5 compiler only.&lt;BR /&gt;&lt;BR /&gt;aCC5 is NOT supported!&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What is the compiler option to tell the compiler to pick header files for user defined location directories.&lt;BR /&gt;&lt;BR /&gt;There is -I.  Are you thinking about +nostl?&lt;BR /&gt;What are you trying to do?</description>
      <pubDate>Tue, 03 Mar 2009 17:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compilation-errors-on-hp-itanium-32bit-porting/m-p/4368041#M684524</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-03T17:29:00Z</dc:date>
    </item>
  </channel>
</rss>

