<?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: C++ runtime library in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950674#M761029</link>
    <description>&amp;gt;And there is no -AA or -AP option explicitly mentioned. So which one it will pickup by default&lt;BR /&gt;&lt;BR /&gt;The default on PA is -AP.  The default on IPF is (almost) -AA.&lt;BR /&gt;&lt;BR /&gt;If you have your answer(s), you should look at:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
    <pubDate>Sat, 24 Feb 2007 06:45:47 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-02-24T06:45:47Z</dc:date>
    <item>
      <title>C++ runtime library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950671#M761026</link>
      <description>Hi,&lt;BR /&gt;( OS - HP-UX 11i )&lt;BR /&gt;Please can anybody help me that&lt;BR /&gt;&lt;BR /&gt;(a) how to determine which version of C++ library is installed on the system i.e. is it a 1.  Classic C++ runtime OR&lt;BR /&gt;2. Standard C++ runtime.&lt;BR /&gt;&lt;BR /&gt;When I do swlist on two different servers which has got different aCC version i get the followings :&lt;BR /&gt;&lt;BR /&gt;Server (1) PHSS_28880 1.0            HP aC++ -AA runtime libraries (aCC A.03.50)&lt;BR /&gt; ( I believe  this should be the Standard C++ runtime)&lt;BR /&gt;Server (2)  PHSS_31222  1.0            HP aC++ Compiler (A.03.57)&lt;BR /&gt;&lt;BR /&gt;By seeing the above is it that the server (2) have the old classic C++ library.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dinesh</description>
      <pubDate>Sat, 24 Feb 2007 04:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950671#M761026</guid>
      <dc:creator>dineshsethiya</dc:creator>
      <dc:date>2007-02-24T04:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: C++ runtime library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950672#M761027</link>
      <description>&amp;gt;) how to determine which version of C++ library is installed on the system&lt;BR /&gt;&lt;BR /&gt;Use swlist as you did.  Or use what(1) on the libraries.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;i.e. is it a 1. Classic C++ runtime OR 2. Standard C++ runtime.&lt;BR /&gt;&lt;BR /&gt;As of A.03.25, the aC++ runtime includes both -AA and -AP libs.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;By seeing the above is it that the server (2) have the old classic C++ library.&lt;BR /&gt;&lt;BR /&gt;No.  That -AA probably shouldn't be in the description string anymore.  You have both -AA and -AP.  A.03.57 &amp;gt; A.03.50</description>
      <pubDate>Sat, 24 Feb 2007 05:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950672#M761027</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-24T05:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: C++ runtime library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950673#M761028</link>
      <description>Thanks Dennis. &lt;BR /&gt;&lt;BR /&gt;Also below is the option in my makefile&lt;BR /&gt;AE_CXX_FLAGS    =       \&lt;BR /&gt;        -Aa -z -g +p +DA1.1  -c                 \&lt;BR /&gt;        -D_HPUX_SOURCE                                  \&lt;BR /&gt;        -D_REENTRANT                                    \&lt;BR /&gt;        -D_THREAD_SAFE                                  \&lt;BR /&gt;&lt;BR /&gt;And there is no -AA or -AP option explicitly mentioned. So which one  it will pickup by default in the case when :&lt;BR /&gt;(1) I'm on aCC 3.25&lt;BR /&gt;(2) I'm on aCC 3.50&lt;BR /&gt;and&lt;BR /&gt;(3) I'm on aCC 3.65.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dinesh&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Feb 2007 05:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950673#M761028</guid>
      <dc:creator>dineshsethiya</dc:creator>
      <dc:date>2007-02-24T05:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: C++ runtime library</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950674#M761029</link>
      <description>&amp;gt;And there is no -AA or -AP option explicitly mentioned. So which one it will pickup by default&lt;BR /&gt;&lt;BR /&gt;The default on PA is -AP.  The default on IPF is (almost) -AA.&lt;BR /&gt;&lt;BR /&gt;If you have your answer(s), you should look at:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Sat, 24 Feb 2007 06:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-runtime-library/m-p/3950674#M761029</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-24T06:45:47Z</dc:date>
    </item>
  </channel>
</rss>

